RE: [flexcoders] dynamic vbox icon

2005-02-02 Thread Benoit Hediard
ar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 février 2005 17:28 À : flexcoders@yahoogroups.com Objet : RE: [flexcoders] dynamic vbox icon ok, cool, the class works, at least, it returns the image I want, but where do I need to call the methode? mailto:[EMAIL PROTECTED] Sent: woensdag 2 februa

RE: [flexcoders] dynamic vbox icon

2005-02-02 Thread Jos vd Laar
ok, cool, the class works, at least, it returns the image I want, but where do I need to call the methode? mailto:[EMAIL PROTECTED] Sent: woensdag 2 februari 2005 16:29 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] dynamic vbox icon To be able to get icons dynamically, you can

RE: [flexcoders] dynamic vbox icon

2005-02-02 Thread Benoit Hediard
To be able to get icons dynamically, you can create an DynamicAssetsManager singleton class. All the necessary icons must be embedded in it (so I don't know if it solves your problem). class DynamicAssetsManager { [Embed(source="assets/images/someicon1.png")] public var ICON1:String; [Emb