Hi,
I am aware that you can embed assets into a AS3 application but I was wondering how flash goes about preloading these assets before the movie is started. In my application, I have a few movieclips (buttons and such) which I would like to preload (with a percentage loader) before the movie starts to play… I was thinking about including these within my assetParser class by embedding them but wasn’t sure of two things:
Would the files only be loaded once I have instantiated my assetParser class?
Can flash tell how many of the assets have been loaded to give an accurate percentage for the preloader?
Any info on how embedding works would be much appreciated.