音频播放器不能自动播放?

时间:2014-04-02 07:41:01

标签: flash audio

我编写了一个基本的音频播放器,当我按下播放按钮但它不会自动播放时播放..

<embed src="http://vipes.us/Gavin/GavinsPlayer.swf?autoplay=true&mp3=http://vipes.us/Gavin/testing.mp3&amp;autoplay=1bgcolor=ffffff&amp;loadingcolor=4c4c4c&amp;buttoncolor=4c4c4c" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />

音频播放器的脚本以及点击PLAY按钮时播放的示例是

  

http://vipes.us/Gavin/GavinsPlayer.swf?autoplay=0&mp3=http://vipes.us/Gavin/testing.mp3&autoplay=0&bgcolor=ffffff&loadingcolor=000&buttoncolor=4c4c4c

1 个答案:

答案 0 :(得分:0)

为什么要传递两个自动播放变量? 请尝试以下,

<embed src="http://vipes.us/Gavin/GavinsPlayer.swf?mp3=http://vipes.us/Gavin/testing.mp3&amp;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" />