Archiv verlassen und diese Seite im Standarddesign anzeigen : Firefox zeigt den eingebetteten Mediaplayer net an
Hallo Zusammen,
Ich habe ein Problem mit meinem neuen Browser, dem Firefox...
Ich habe einen Mediaplayer eingebettet und er funktioniert im IE ohne Probleme. Beim Firefox wird das "Applet", also der "embedded player" nicht angezeigt. Woran kann dies liegen? Wie kann ich das umgehen?
Der Link dazu:
www.djdienst.de/media-test.html
MFG
Martin
Mikes-PCHilfe
22.09.2005, 14:21
Das hier funktioniert auch im Firefox:
<script language="JavaScript">
document.writeln("<OBJECT id=\"MediaPlayer\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab##Version=6,4,5,715\" width=\"163\" height=\"43\" standby=\"Loading Microsoft Windows Media Player components...\" type=\"application/x-oleobject\">" );
document.writeln("<PARAM name=\"FileName\" value=\"http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid="+myAdID+"&stream=radioffh/livestream.wma&content=live&media=ms\">" );
document.writeln("<PARAM name=\"TransparentAtStart\" value=\"true\">" );
document.writeln("<PARAM name=\"AutoStart\" value=\"true\">" );
document.writeln("<PARAM name=\"AnimationatStart\" value=\"false\">" );
document.writeln("<PARAM name=\"ShowStatusBar\" value=\"false\">" );
document.writeln("<PARAM name=\"ShowControls\" value=\"true\">" );
document.writeln("<PARAM name=\"autoSize\" value=\"false\">" );
document.writeln("<PARAM name=\"displaySize\" value=\"false\">" );
document.writeln("<PARAM name=\"ShowAudioControls\" value=\"true\">" );
document.writeln("<PARAM name=\"ShowPositionControls\" value=\"false\">" );
document.writeln("<EMBED type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/\" src=\"http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid="+myAdID+"&stream=radioffh/livestream.wma&content=live&media=ms\" name=\"MediaPlayer\" width=\"163\" height=\"43\" transparentatstart=\"1\" autostart=\"1\" animationatstart=\"0\" showcontrols=\"1\" showaudiocontrols=\"1\" showpositioncontrols=\"0\" autosize=\"0\" showstatusbar=\"0\" displaysize=\"false\">" );
document.writeln("<\/EMBED>" );
document.writeln("<\/OBJECT>" );
</script>
Für Anfänger.
Wo und wie bitte setze ich die URL zu meinem Video ein?
Ich hae es an dieser Stelle probiert:
document.writeln("<PARAM name=\"FileName\" value=\"http://lsd.newmedia.tiscali-business...e&media=ms\">" (http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid=%22+myAdID+%22&stream=radioffh/livestream.wma&content=live&media=ms%5C%22%3E%22)
aber dann sieht es bei mir so aus:
document.writeln("<PARAM name=\"FileName\" value=\"http://www.blabla.de/musik/lmlm.wmv">" );
document.writeln("<PARAM name=\"TransparentAtStart\" value=\"true\">" );
die URL ist nicht die Richtige, aber was ist da falsch, stimmt was mit der Endung der URL nicht?
Mikes-PCHilfe
05.02.2006, 18:11
Wenn dann schon soi:
document.writeln("<PARAM name=\"FileName\" value=\http://www.blabla.de/musik/lmlm.wmv\>" );
document.writeln("<PARAM name=\"TransparentAtStart\" value=\"true\">" );
Grüße Mike
Powered by vBulletin® Version 4.1.12 Copyright ©2012 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.