Emptying a movie clip
Emptying a movie clip
- Started
- Last post
- 2 Responses
- ********
How do I empty a movieclip...
e.g.
if it has an image that has been loaded into it, how do i remove it?
I've been loading a blank.swf into a bu this is probably bad practice!
any clues?
- kinetic0
loadMovie("yourimagename.jpg", container_mc);
container_mc.unloadMovie();
- ********0
superb! many thanks... only taken me 7 years to find that out!