I would like to know how can I play many swf files back to back .
exp. if I have fileA.swf , fileB.swf, fileC.swf and I want to play them back to back from within an other MainFile.swf how can I do that in AS3
I am able to load the ulr and addchild, but I am facing a problem of having the loaded file stay in the memory and also i am not able to control the playback of the loaded file. (I am not very well experienced in AS3).
can some one tell me the best way to manage this.
I need this for making my flash presentation project more controllable I have separate files for the intro > main scene > menu
It was done easily in AS2 but in AS3 things are much different.