Hallo Gemeinde,
über folgende kleine Funktion steuere ich die Stopfunktion des WMP-Plugins:
Code:
function Stop(playerName) { document.getElementById(playerName).stop(); }
Funktioniert fast perfekt (IE6, NS7.1), aber der Firefox 1.5.0.1 will einfach nicht mitspielen.
Gleich vorweg: es liegt nicht etwa an der Kleinschreibung des stop()-Befehls. wie gesagt der Netscape macht es prächtig.
Hier noch der eingebundene Player:
Code:
<OBJECT id="MediaPlayer" width=1 height=1 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/contro…sion=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="sounds/sound.mp3"> <PARAM NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="autoStart" VALUE="false"> <PARAM NAME="showControls" VALUE="false"> <EMBED type="application/x-mplayer2" FileName="sounds/sound.mp3" pluginspage ="http://www.microsoft.com/Windows/MediaPlayer/" autoStart=false transparentatStart=1 ShowControls=0 name="MediaPlayer" width=0 height=0 AutoStart=false> </EMBED> </OBJECT>
schon mal danke