外部FLVファイルを再生するには

//メインタイムラインのフレームアクション
this._nc = new NetConnection();
this._nc.connect(null);
this._ns = new NetStream(this._nc);
this._video.attachVideo(this._ns);
this._ns.play("video01.flv");
・サンプルを実行
・サンプルをダウンロード
Action Script逆引きクイックリファレンス 説明などは本書を参考にしてください。