hey guys in kinda in a sticky situation on Pom’s tutorial on “Loading Techniques” link (kirupa.com - Loading Techniques: Flash 5 & Flash MX)
It involves making a button with instance name “but” and then adding an actionscript in another layer that goes liek this:
but.onPress = function (){
_root.createEmptymovieClip(“container”, 1);
loadMovie(“loaded.swf”, “container”);
container._x = 150 ;
container._y = 20 ;
}
i had a go at this concept, and it worked great…perfect…
Except for one thing, im trying to find a way to UNLOAD this loaded.swf movie that was just loaded…I need a code for this to make my flash site so if anyone can please post an answer, id be really much appreciated.
thanks in advance.
[COLOR=royalblue](edit: sorry, i accidentally overlooked the flash actionscript catergorey where i was supposed to post this, sorry)[/COLOR]