我编写了一个基本的音频播放器,当我按下播放按钮但它不会自动播放时播放..
<embed src="http://vipes.us/Gavin/GavinsPlayer.swf?autoplay=true&mp3=http://vipes.us/Gavin/testing.mp3&autoplay=1bgcolor=ffffff&loadingcolor=4c4c4c&buttoncolor=4c4c4c" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
音频播放器的脚本以及点击PLAY按钮时播放的示例是
答案 0 :(得分:0)
为什么要传递两个自动播放变量? 请尝试以下,
<embed src="http://vipes.us/Gavin/GavinsPlayer.swf?mp3=http://vipes.us/Gavin/testing.mp3&autoplay=1&bgcolor=ffffff&loadingcolor=4c4c4c&buttoncolor=4c4c4c" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />