Im loading some leagcy swfs - flash 7, into flash 8, there is a textarea
component that only has this behaviour when its loaded through a movieclip.
It has a green keyline when selected, When it loses focus it loses the
keyline, Im trying stuff like

import mx.styles.CSSStyleDeclaration;
_global.styles.TextArea = new CSSStyleDeclaration();
_global.styles.TextArea.setStyle("focusColor", null);
_global.styles.TextArea.setStyle("borderColor", "none");

but none of this is working, can anyone shed some light on a solution?

Thanks

MaTT
_______________________________________________
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