T
Thomas Pedersen
hallo
i in my website there is som radio playing i Medieplayer
and i Medieplayer there is is Volume soo i can toun up and down for the
volume.
is there a script soo i can put som volume controler on my webpage soo i
don't need too use the volume ind Medieplayer
my scirpt is :
<object
id="mediaPlayer"
document.writeln(' width=0')
document.writeln(' height=0')
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<param name="fileName" value="mms://livemedia.omroep.nl/top2000radio"/>
<param name="animationatStart" value="true"/>
<param name="transparentatStart" value="true"/>
<param name="autoStart" value="true"/>
<param name="repeat" value="true"/>
<param name="showdisplay" value="false"/>
<param name="showControls" value="false"/>
</object>
Thomas
i in my website there is som radio playing i Medieplayer
and i Medieplayer there is is Volume soo i can toun up and down for the
volume.
is there a script soo i can put som volume controler on my webpage soo i
don't need too use the volume ind Medieplayer
my scirpt is :
<object
id="mediaPlayer"
document.writeln(' width=0')
document.writeln(' height=0')
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<param name="fileName" value="mms://livemedia.omroep.nl/top2000radio"/>
<param name="animationatStart" value="true"/>
<param name="transparentatStart" value="true"/>
<param name="autoStart" value="true"/>
<param name="repeat" value="true"/>
<param name="showdisplay" value="false"/>
<param name="showControls" value="false"/>
</object>
Thomas