Question
unload issues (time sensitive)
i'm putting together a piece that calls movies to the stage
in order. each movie is loaded from an external file to a target on
the main stage, plays, and is then unloaded.
it works with the first 5 movies, but numbers 6 and 7 both go to a black screen when the movie is finished loading and that's it.
I'm using very simple code:
loadMovie("data/ADIDAS_1000.swf", "adidas_single_target");
to place the clip, and using
unloadMovie("adidas_single_target");
to remove it.
any ideas? I'm supposed to deliver the final files by 8am tomorrow morning, so any quick turnarounds would be extremely helpful.
it works with the first 5 movies, but numbers 6 and 7 both go to a black screen when the movie is finished loading and that's it.
I'm using very simple code:
loadMovie("data/ADIDAS_1000.swf", "adidas_single_target");
to place the clip, and using
unloadMovie("adidas_single_target");
to remove it.
any ideas? I'm supposed to deliver the final files by 8am tomorrow morning, so any quick turnarounds would be extremely helpful.