You would want to set up the "onStatus()" method of the Netstream like...
ns.onStatus = function(info) {
if(info.code == "NetStream.Play.Stop") {
_root.movieclip.unloadMovie();
}
}
The onStatus is called when the video is complete.
Lee
-----------------------------
Flash Blog -
http://www.theflashblog.com
Flash Tutorials -
http://www.gotoandlearn.com
Personal Site -
http://www.leebrimelow.com