Guten Abend bzw. Nacht,
ich hatte auf meiner alten html Seite ein Radio, wo man zwischen 7-8 Radiosendern wählen konnte. Die Sender hatten diese Links: http://www.bmradio.de/files/wmdsl.asx
Wurde dann über den Windows Media Player in die Seite eingebunden und abgespielt.
Gibt es sowas auch für WordPress? Suche seit 2h. MP3 Player, Flash-Player gibt es. Aber mein Streamformat scheint unbekannt?! Ansonsten muss ich in die Seite wohl eine html Box einbauen...wenn ich ne Ahnung von PHP hätte ;(
So sah der alte html code aus:
Code
<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE= "[URL]http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715[/URL]" width="109" height="43" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="[URL]http://www.bmradio.de/files/wmdsl.asx[/URL]">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="false">
<PARAM NAME="ShowAudioControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<Embed type="application/x-mplayer2" pluginspage="[URL]http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/[/URL]" src="[URL]http://www.bmradio.de/files/wmdsl.asx[/URL]" Name="MediaPlayer" width="145" height="50" transparentAtStart="1" autostart="1" animationAtStart="0" ShowControls="true" ShowAudioControls="1" ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false"></embed></OBJECT>
<table cellspacing="0" cellpadding="0" border="0" align="center">
Alles anzeigen
Jemand einen Vorschlag, Idee, Plugin?