COOLなMP3プレイヤー Flash Mp3 Player このエントリーを含むはてなブックマーク

っとBlogで使えるプレイヤーを探してましたが、今回はすごくCOOLなMP3プレイヤーが見つかった、名前はFLASH MP3 PLAYER,RSS/XSPFプレイリストをサポート、リピートでき、色、様式もカスタマイズ可能です。Blogのサイドバーに配置すれば、素敵なMyMusic公開もできます。







このプレイヤーは三つのファイルが必要です、mp3player.swf、Playlist.xmlとConfig.xml、こちらダウンロードできます。

プレイヤーを設置するコードは以下のようです、"http://www.server.com/"をそれぞれのファイルのアドレスを書き換えてください。

注意Blogでコードを埋めるとき、<embed>セクションを一行で書く必要です、記事公開するとき、<embed>タグ閉じてない警告が出ますが、”Stop showing errors for this post”のチェックを入れてもう一回公開すれば問題ないです。

ファイルconfig.xmlではプレイヤーの背景色、様式を設定可能です。


<mp3config>
<!-- 自動プレイ、シャッフルの設定true/false) -->
<autostart>false</autostart>
<shuffle>true</shuffle>
<!-- リピートの設定(none, one, all or list
(plays the entire playlist once)) -->
<repeat>list</repeat>
<!-- 音量(0 to 100) -->
<volume>80</volume>
<!-- displayとplaylistの表示設定 (true or false) -->
<showdisplay>true</showdisplay>
<showplaylist>true</showplaylist>
<!-- choose here in what frame you want
links to be opened (_blank, _self, _top or a framename) -->
<linktarget>_top</linktarget>
<!-- 色の設定 -->
<backcolor>0xffffff</backcolor>
<frontcolor>0x333333</frontcolor>
<lightcolor>0x000000</lightcolor>

<!-- 背景画像フィル (url to the jpg file) -->
<jpgfile></jpgfile>
<!-- (for webmasters) URL of a script,
    called on start and completion of a song -->
<!-- the following vars are sent with POST:
   playlist, title, file, identifier, action ('start' or 'complete') -->
<callback></callback>
</mp3config>


0 コメント:

コメントを投稿

最新の記事

最新コメント