PDA

View Full Version : cancel loadMovie



VoS
March 5th, 2005, 04:28 PM
how do you stop a movie from being loaded into a clip

i used blablaclip.loadmovie("bla.swf");

now i want a cancel button to be abel to halt the download of the clip ,
so how do i stop it, is it enough to just give the blablaclip a new loadmovie with a blank swf

//VoS

Krilnon
March 5th, 2005, 04:58 PM
You'd probably have to unload the clip... I think that'd stop if from loading
unloadMovie()

To make an empty clip, use
createEmptyMovieClip()