Reputation: 58182
Ok we all know that you can embed assets with Flex using the [embed] code.
But is there anyway to achieve something similar to this when working with only Flash?
For example: I need to create a class (that contains certain assets) that needs to be used in the Flash IDE, but I don't want to have to drop all the assets into the library for every Flash file that happens to use the class.
Upvotes: 2
Views: 209
Reputation: 1316
Are you looking for this? http://adobe.com/devnet/flash/articles/embed_metadata.html
Upvotes: 2
Reputation: 1863
Hope this will helpful for you.
http://www.adobe.com/devnet/flex/articles/actionscript_blitting.html
http://blog.nightspade.com/2010/02/01/embedding-asset-at-compile-time-in-pure-as3-project/
http://www.bit-101.com/blog/?p=853
Upvotes: 1