Unloading swf using the unloadAndStop() method, but video sounds remain audible
I have tried many approaches to unloading my swf, but to no avail, the video sounds within my laoded swf keep playing even once the swf has been loaded. I have created a universal loader as follows: var loader:Loader = new Loader(); I then load various swf's into a movie clip named mov_contentLoader , for example the video swf is loaded as follows: loader.load(new URLRequest("video.swf")); //assign SWF url to loader mov_contentLoader.addChild(loader); //add loaded content to movi clip I then have a generic "exit" button, based on the state of the application, certain windows are closed, swf's