■ 外部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");
WEBの専門用語集サイト
[ PR ]|趣味・講座|金・買取|KGB|不動産|不動産投資|高級住宅|就職|大阪市・歯科|カナダ留学
|税理士・大阪|ホテル・求人・ブライダル|キャンドル|転写|会社案内|人材紹介|ノベルティグッズ

//メインタイムラインのフレームアクション
this._nc = new NetConnection();
this._nc.connect(null);
this._ns = new NetStream(this._nc);
this._video.attachVideo(this._ns);
this._ns.play("video01.flv");