PDA

View Full Version : loading/unloading swf


eldix
11-09-2006, 10:14 AM
Hi,
I,m building a site in flash that loads different parts from external swf. No problem in doing that, but what are you personal suggestions.

I heard somewhere that the unload action can be a bit unstable, so the solution i currently use is...
loading the new swf in level 2 for example. If i need to see other part, just load on level 2 gain the new swf. When finished with viewing this files and what to return to original state, load a empty swf to level 2.

How do you do it? any ideas... I may be doing a 'no, no' without realising...

anonymous
11-09-2006, 01:14 PM
unloadMovieNum(2); has always worked fine for me!