Thema: Videos im WMV Format Online Abspielen
Klicke hier, um dich anzumelden
Du kannst aus dieser Liste ein Symbol für deine Nachricht auswählen.
Wenn du diese Option aktivierst, werden URLs automatisch mit BB-Code ergänzt. www.beispiel.de wird zu [URL]http://www.beispiel.de[/URL].
Wenn du möchtest, kannst du dieses Thema bewerten.
Huhu Leute. Ich Nutze den folgenden Code um meine Videos Online abspielbar zu machen auf meiner Website. Code: <script language="JavaScript"> document.writeln("<OBJECT id=\"MediaPlayer\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex...on=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://www.MEINEHP.de/MeinVIdeo.wmv\">" ); 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/Dow...MediaPlayer/\" src=\"http://www.MEINEHP.de/MeinVIdeo.wmv\" name=\"MediaPlayer\" width=\"320\" height=\"290\" transparentatstart=\"1\" autostart=\"1\" animationatstart=\"0\" showcontrols=\"1\" showaudiocontrols=\"1\" showpositioncontrols=\"1\" autosize=\"1\" showstatusbar=\"0\" displaysize=\"false\">" ); document.writeln("<\/EMBED>" ); document.writeln("<\/OBJECT>" ); </script> Leider funktioniert das nur im Firefox. Ich möchte das es auch im Internet Explorer funktioniert. Dort kommt bisher nur der Ton aber Das Bild nicht... Weiß einer was ich verändern muss damits auch im IE funtkioniert?^^
<script language="JavaScript"> document.writeln("<OBJECT id=\"MediaPlayer\" classid=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex...on=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://www.MEINEHP.de/MeinVIdeo.wmv\">" ); 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/Dow...MediaPlayer/\" src=\"http://www.MEINEHP.de/MeinVIdeo.wmv\" name=\"MediaPlayer\" width=\"320\" height=\"290\" transparentatstart=\"1\" autostart=\"1\" animationatstart=\"0\" showcontrols=\"1\" showaudiocontrols=\"1\" showpositioncontrols=\"1\" autosize=\"1\" showstatusbar=\"0\" displaysize=\"false\">" ); document.writeln("<\/EMBED>" ); document.writeln("<\/OBJECT>" ); </script>
Foren-Regeln