
02-14-2009, 09:04 PM
|
 |
|
|
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Infopro
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. 
|
:up::up::up::up::up::up:
|