Hi,

i only have in scene one textArea component, and in my actionscript this
code:

stop();
//TEXTAREA
_root.pagina.setStyle("backgroundColor" , 0xFFFFFF);
_root.pagina.setStyle("color" , 0x302513);
_root.pagina.setStyle("borderStyle", "none");
_root.pagina.setStyle("line-height", "20px");
_root.pagina.setStyle("fontSize", 14);
_root.pagina.setStyle("embedFonts", "true");
_root.pagina.setStyle("fontFamily", "Arial");
_root.pagina.setStyle("marginLeft", "20");
_root.pagina.text = "<BR>this is an example of <BR>text";



marginLeft is ignored always...

i've tried
_root.pagina.setStyle("marginleft", "10");
_root.pagina.setStyle("margin-left", "10");
_root.pagina.setStyle("margin-Left", "10");

NOTHING APPEARS TO BE AFFECTED


somebody knows the problem?

thank u in advance!!!
_______________________________________________
[email protected]
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