Quote:
Originally Posted by Fungsten
I finally got it installed.
Is there a way to stop it from automatically playing when you click on the "Radio and TV" link?
TIA.
|
Try this. Backup your RADIOSTATIONS_PLAYER template and replace it with this.
Code:
<object id="player" height="$html_height" width="$html_width" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="$html_url"></param>
<param name='wmode' value='transparent'></param>
<param name="uiMode" value="full"></param>
<param name="ShowControls" value="true"></param>
<param name="ShowStatusBar" value="true"></param>
<param name="ShowDisplay" value="true"></param>
<param name=autostart value="false"></param>
<embed src="$html_url" type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
wmode="transparent"
name="player"
width="$html_width"
height="$html_height"
AutoStart="0"
showcontrols="1"
showstatusbar="1"
showdisplay="1"
uiMode="full"
visual="1">
</embed>
</object>
Seems to work ok.