memo.xight.org

日々のメモ

Flash MP3 Player - Webページ上でMP3ファイルを再生

Summary

Flash 製のMP3プレーヤー.
サーバサイドにインストールすれば,Webページ上でMP3ファイルを再生可能.
Creative Commons License.

Sample

<object
	classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
	width="300"
	height="20"
	codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,16,0"
>
	<param
		name="movie"
		value="http://example.com/mp3player.swf"
	/>
	<param
		name="flashvars"
		value="http://example.com/path/to/music.mp3&autostart=false"
	/>
	<embed
		src="http://radio.example.com/mp3player.swf"
		width="300"
		height="20"
		flashvars="file=http://example.com/path/to/music.mp3&autostart=false"
		type="application/x-shockwave-flash"
		pluginspage="http://www.macromedia.com/go/getflashplayer"
	/>
</object>


Reference

Flash MP3 Player
http://www.jeroenwijering.com/?item=Flash_MP3_Player

via

Going My Way - 2006-08-24 - 手軽に音を再生するフラッシュプレーヤーをエントリーに貼り付ける方法
http://kengo.preston-net.com/archives/002775.shtml