Hello!
I am using FlashDevelop and Flex SDK, I use this to embed things on the swf:
[Embed(source = “Images/Frame.png”)]
static private var FrameImage:Class;
Now, I would like to embed more than 100 files (or maybe more!), and doing this one bye one will take long and will be very exhausting ![]()
Is there any easy way to that easily? ![]()
Thank you!