I’m creating a component that will require a XML dataprovider in which a number of elements are paths to images. Currently I’m embedding these images statically as follows:

 

[Embed(source="/assets/images/menu/menu_inbox_off.png")]

var img_0_off :String;

 

[Embed(source="/assets/images/menu/menu_inbox.png")]

var img_0_on :String;

 

Now those image urls are dynamic…is there still a way I can embed these images?

 

Cheers!

Stace



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to