View Full Version : Radio Help
=Collecting=
11-03-2008, 09:44 PM
Can someone help me add the player to the homepage i tried using the same code off my old layout but nothing shows up thanks
H0BJ0B
12-03-2008, 05:11 PM
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="145" height="40" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://www.DOMAIN.EXTENSION" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://IP.IP.IP.IP:PORT/" />
<param name="url" value="http://IP.IP.IP.IP:PORT/" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" width="145" height="40" autostart="True" controls="playbutton" showstatusbar="false" url="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" autoplay="true" uimode="mini"> </embed></object>
iUnknown
12-03-2008, 06:40 PM
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="145" height="40" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://www.DOMAIN.EXTENSION" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://IP.IP.IP.IP:PORT/" />
<param name="url" value="http://IP.IP.IP.IP:PORT/" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" width="145" height="40" autostart="True" controls="playbutton" showstatusbar="false" url="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" autoplay="true" uimode="mini"> </embed></object>
Does that work with firefox as well?
nathanreeves
12-03-2008, 07:11 PM
yes that will work with firefox
=Collecting=
12-03-2008, 08:21 PM
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="145" height="40" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://www.DOMAIN.EXTENSION" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://IP.IP.IP.IP:PORT/" />
<param name="url" value="http://IP.IP.IP.IP:PORT/" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" width="145" height="40" autostart="True" controls="playbutton" showstatusbar="false" url="http://www.DOMAIN.EXTENSION/windowsmediafile.asx" autoplay="true" uimode="mini"> </embed></object>
Perfect thank you
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2026 vBulletin Solutions Inc. All rights reserved.