[flashpro] remove/unload/delete movieclip

Jason Van Pelt jvanpelt at integralpro.com
Wed Jan 19 11:41:13 EST 2005


Ok, forget it.  It WAS something stupid.  I changed
_root.attachMovie("imgWin", "imgWin", _root.getNextHighestDepth());

To 

_root.attachMovie("imgWin", "imgWin", 999);

and it all works just as it should (with removeMovieClip()).

j.vanpelt


More information about the FlashPro mailing list