Hello, I?m currently working on a project where when the user clicks on a button, a new file is loaded and a video plays.
to load that i use...
on (release){
loadMovie("location1.swf", "_level5");
}
then on that file i have a close button with the code...
on(release){
fscommand("quit");
}
That works, but it closes the whole window, but I would like to close only that location1.swf
How do I modify that code in order to acomplish what i want?
thanks.

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic