Hello,

I'm using JSFL with a SWF on a XMLUI. The SWF has a TextField with htmlText property set to on.

I create a Text Object with JSFL, but I don´t know how can I populate/set the htmlText that I have on the SWF-XMLUI TextField .

        currentDoc.addNewText({left:0, top:0, right:100, bottom:100});
        currentDoc.setTextString(text); // ********* this not work, oviously 
******
        currentDoc.selection[0].renderAsHTML = true;

How can I do this?

Thanks!
Edu

_________________________________________________________________
¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en MSN Motor. http://motor.msn.es/researchcentre/

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to