外部FLVファイルを再生できるオープンソースのFlashプレイヤー
2006年07月13日
スポンサード リンク
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の変更も自由に出来ますね。
動画関連のサイトを作る場合に役立ちそうです。
スポンサード リンク
投稿者 KJ : 2006年07月13日 09:05
|
![]()
間違いの指摘をしていただける方はメールでお願いします
最新のブログ記事
- 2008年8月29日 管理人のブックマーク
- 全キャリア対応のデコメールの作成・変換が可能なPHPライブラリ「Qdmail」
- プロフェッショナルなノートパソコンの広告風画像を作る流れ
- 歯車や雲、人型など実用的なPhotoshopブラシ集
- 2008年8月28日 管理人のブックマーク
- オープンソースの便利PHPスクリプトまとめサイト「Open Source PHP」
- 表示法が新しくセクシーなLightBox「SexyLightBox」
- 背景画像やテクスチャ画像のリソース13サイト
- 2008年8月27日 管理人のブックマーク
- Ajaxベースのクールなショッピングカート作成
- WEBで好きな曲を共有可能な音楽共有オープンソース「Opentape」


















