■ SWFファイルのURLを調べるには

//メインタイムラインのフレームアクション
if (this._url.indexOf("www.haphands.com") == -1){
this.unloadMovie();
}