On 4/28/07, dougco2000 <[EMAIL PROTECTED]> wrote: > So I am thinking I should just embed them. But since I have 50+ > images, I'd like to run a loop to embed each one, and all the examples > of embedding show doing something like: > > [Embed(source="logo.gif")] > [Bindable] > public var imgCls:Class;
There's no way to embed 50+ images without actually writing out the embed tags in your code.