--- In [email protected], "daddyo_buckeye" <[EMAIL PROTECTED]> wrote: > > Amy, > > Can you be more specific? Would I have to build a class for my > images, with the path to the images in the class file? > > BTW, I've solved this another way (thanks to some folks at the Adobe > forums), by using a custom renderer and replacing 'icon' > with 'image'. I'll post the code in a bit.
The easiest way to create an image class is to embed it [Embed source="images\yourImage.png"] private var yourImage:Class; That's just the way icons work http://blog.xsive.co.nz/archives/233. Here's one possible solution http://blog.benstucki.net/?p=42. HTH; Amy

