RE: [flexcoders] How to add Icon to MenuItem?

2006-03-04 Thread Matt Chotin
I believe that the Menu expects any icons to be already loaded, it won't load icons dynamically. So what you have is correct only if you've embedded those images in the SWF. Actually you'd probably need to specify the embedded name. I'm not sure Menu will support loading images on its own...

Re: [flexcoders] How to add Icon to MenuItem?

2006-03-04 Thread Carlos Rovira
Hi Matt,If the XML is external and I have the icons embeded in the SWF, How could I reference the icons in the external XML?I was trying a lot of ways but I couldn't get the icons displayed in the menu items. Could you say me if that is possible to accomplish or I'm trying something that we

RE: [flexcoders] How to add Icon to MenuItem?

2006-03-04 Thread Matt Chotin
code in there is untested) Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Carlos Rovira Sent: Saturday, March 04, 2006 4:09 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to add Icon to MenuItem? Hi Matt, If the XML