前の記事 ≪:最新LLフレームワークエクスプローラ 5大フレームワーク徹底攻略
次の記事 ≫:難読化されたJavaScriptコードを元に戻すJsDecorder

外部FLVファイルを再生できるオープンソースのFlashプレイヤー

2006年07月13日-はてなブックマーク

スポンサード リンク
[PR] 英単語を忘却曲線アプリを使って超効率よく記憶する方法
Flash Video Player
The Flash Video (FLV) Player can be used standalone, without the need for Flash MX 2004. The player allows you to show your videos more controlled and to a broader audience as with Quicktime, Windows Media or Real Media. if you do work with Flash MX 2004, this player is also smaller and easier to adjust than the components that accompany Flash.

外部FLVファイルを再生できるオープンソースのFlashプレイヤー、Flash Video Player。
SWFファイルの引数にflvファイルを指定することでファイルを読み込んでそのまま再生できる。



次のようなHTMLソースで簡単に呼び出せます。

 <object type="application/x-shockwave-flash" width="400" height="220" wmode="transparent data="flvplayer.swf?file=movies/holiday.flv">
<param name="movie" value="flvplayer.swf?file=movies/holiday.flv" />
<param name="wmode" value="transparent" />
</object>

file=にflvファイルを指定するだけです。
プレイヤーのソースもFlash(fla)形式でダウンロードできるので、UIの変更も自由に出来ますね。 

動画関連のサイトを作る場合に役立ちそうです。

関連の記事検索:Flash, flv, 動画, オープンソース
スポンサード リンク

By.KJ : 2006年07月13日 09:05 livedoor Readerで購読 Twitterに投稿

間違いの指摘をしていただける方はメール、あるいはTwitter/FBでお願いします(クリック)