I want to load 2 different elements on my flash video:
First is a dynamic photo (I take the specific number from an external variable) Latter is a swf video...
My question is?
I'm new to AS3, I saw that I need a loader and I can load everything.. but how many loaders I must have? Can I use only one changing the function called on end event?
Thank you very much.
Emanuele
You can reuse Loaders, like:
this will load both images but is not very good for keeping everything clean
So I would suggest this way
This is great if you have two, three things you want to load, but if you have several, looping the function is preferred