|
|
| Hello I have been working on a site and I was just wondering a few things about loadinding separte .swf files. Basically what I would like to acomplish is this. When you click on a link it loads a separate swf ( Iknow how to do this much)and when you click on a new link/page it unloads the previous swf. If anyone knows how to do this, your help would be greatly appreciated. Thank you |
| If you are loading both movies into the same movieclip, then technically, it should unload one before it loads the other, however you should always use the unload method (it has a name pretty similiar to that) to unload a movie from that layer/movieclip before loading a new one. |