Here's a better protection script:
myurl="uploads.ungrounded.net/";
// you want the url to contain the first directory slash, otherwise people could still steal the movie.
url=new String( _root._url );
urlLength=myurl.length;
checkurl=url.slice( 0, 25 );
if (checkurl==myurl){
block.gotoAndStop(1);
}else{
block.gotoAndStop(2);
}
Cool movie. I loved the audio.