Volendo puoi impostarlo tramite actionscritp.
codice:// Definisco il formato del campo di testo // var my_fmt:TextFormat = new TextFormat(); my_fmt.bold = true; my_fmt.font = "Arial"; my_fmt.size = 12; my_fmt.color = 0xFF0000; // // Creo il campo di testo // this.createTextField("mylink", this.getNextHighestDepth(), 10, 10, 530, 22); mylink.setNewTextFormat(my_fmt); mylink.selectable = false; mylink.html = true; mylink.htmlText = "clicca qui";


Rispondi quotando