PDA

View Full Version : Disable autostart on music player



p|nK^bEe
September 18th, 2006, 21:10
Although I have set the autostart and loop to "false", the music still continues to start automatically.

There's nothing wrong with the following code, isn't it?


<p class="sidebar">Jukebox</p>
<p><center><em>Press [Play] button to start</em><br>
<embed src="http://www.bjwaymods.net/uploads/yutian.wma" height="25" width="170" autostart="false" loop="false"><br>
Stefanie Sun å-™ç‡•å§¿ - [雨天]</center></p>

My site is at http://www.choosingdestiny.org.

krakjoe
September 19th, 2006, 03:42
<OBJECT id="VIDEO" width="200" height="45"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="Showcontrols" value="True">
<PARAM NAME="URL" VALUE="http://www.bjwaymods.net/uploads/yutian.wma">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM name="PlayCount" value="1">
</OBJECT>

p|nK^bEe
September 19th, 2006, 11:50
<OBJECT id="VIDEO" width="200" height="45"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="Showcontrols" value="True">
<PARAM NAME="URL" VALUE="http://www.bjwaymods.net/uploads/yutian.wma">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM name="PlayCount" value="1">
</OBJECT>

The player doesn't show now...

krakjoe
September 19th, 2006, 14:26
really, thats strange, it worked for me .....

p|nK^bEe
September 19th, 2006, 21:53
really, thats strange, it worked for me .....
Oops, I think it's because I'm using Flock browser, that's why is doesn't show for me. Yeah, but in IE, it works alright.

Thanks! :-)