One approach that should work is skinning, which can be done in several ways.  
Take a look at 
http://www.adobe.com/devnet/flash/articles/skinning_2004_print.html
 
-- Bob Hadsell> Date: Tue, 7 Aug 2007 10:58:50 -0400> From: [EMAIL PROTECTED]> 
To: flashcoders@chattyfig.figleaf.com> Subject: [Flashcoders] setStyle ComboBox 
(AS2)> > Hi list...> > The V2 ComboBox is made up of instances of a Button, 
TextInput and List.> The TextInput contains an instance of RectBorder. I can't 
figure out> how to setStyle on it.> > This looks intuitive, but doesn't work:> 
_global.styles.ComboBox.TextInput.RectBorder.setStyle("borderColor",> 
0xB86400);> > This isn't working in my code either:> _global.styles.RectBorder 
= new CSSStyleDeclaration();> _global.styles.RectBorder.setStyle("borderStyle", 
"solid");> _global.styles.RectBorder.setStyle("borderColor", 0xD35800);> > Any 
suggestions?> - Michael M.> _______________________________________________> 
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
_________________________________________________________________
Learn. Laugh. Share. Reallivemoms is right place!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us_______________________________________________
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