creo un textfield dentro a un movieclip (this.padre) :
var cont=this.Padre.createEmptyMovieClip("d1",104);
cont.createTextField("testoxx",105,Number(this.wid thPopup)+10+Number(this.xDescrizione),22+Number(th is.yDescrizione),150,220);
cont.testoxx.text=this.TestoPopup;
cont.testoxx.multiline = true;
cont.testoxx.wordWrap = true;
cont.testoxx.border = false;
myformat = new TextFormat();
myformat.color =this.fontdescrizionecolore;
myformat.font="Verdana"
myformat.size=10;
cont.testoxx.setTextFormat(myformat);
il problema è che il testo non si vede ma si può selezionare, è può essere un problema di livelli ? se si come posso ovviare?

Rispondi quotando
