Hintergrund Musik auf Page...?

Fragen zu allen Themen rund ums Programmieren außerhalb von phpBB können hier gestellt werden - auch zu anderen Programmiersprachen oder Software wie Webservern und Editoren.
Mavo460
Mitglied
Beiträge: 368
Registriert: 07.09.2005 20:16
Wohnort: Oldenburg
Kontaktdaten:

Beitrag von Mavo460 »

Hier wird dir immer geholfen :)
Terror
Mitglied
Beiträge: 16
Registriert: 09.12.2007 01:39
Wohnort: Gera

Beitrag von Terror »

http://c087.cyan.fastwebserver.de/portal.php <<<< um die Page gehts

//@EDIT : streiche:(ganz unten links ist der Fehler ersichtlich...)
Player musste entfernt werden, kann aber nach Absprache eingesetzt werden, um den Fehler vorzulegen.....//

ich habe das ding fertig eigebaut, ABER: es funktioniert NUR im IE, NICHT im FiFo...

wer weiss Rat?!

Code: Alles auswählen

<body>


<div align=center> 
<SELECT id=cancion onchange=document.all.music.filename=document.all.cancion.value; size=1 name=Music> 
<option selected>Radiostationen</option>
<option value=http://s3.pop-stream.de:7718>LostIsland-Sounds</option>
<option value=http://rs3.stream24.org:8380>Power-Fun-Radio </option>
<option value=http://s10.pop-stream.de:10780>Electro-City</option>
<option value=http://stream.funhouseradio.de:8020>FunHouse-Radio</option>

         </SELECT><BR> 
<OBJECT id=music height=70 width=200 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95> 
   <PARAM NAME="AudioStream" VALUE="-1">
<PARAM NAME="AutoSize" VALUE="-1">
<PARAM NAME="AutoStart" VALUE="TRUE">
<PARAM NAME="AnimationAtStart" VALUE="-1">
<PARAM NAME="AllowScan" VALUE="-1">
<PARAM NAME="AllowChangeDisplaySize" VALUE="-1">
<PARAM NAME="AutoRewind" VALUE="0">
<PARAM NAME="Balance" VALUE="10">
<PARAM NAME="BaseURL" VALUE="">
<PARAM NAME="BufferingTime" VALUE="30">
<PARAM NAME="CaptioningID" VALUE="">
<PARAM NAME="ClickToPlay" VALUE="-1">
<PARAM NAME="CursorType" VALUE="0">
<PARAM NAME="CurrentPosition" VALUE="-1">
<PARAM NAME="CurrentMarker" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="">
<PARAM NAME="DisplayBackColor" VALUE="65535">
<PARAM NAME="DisplayForeColor" VALUE="16744448">
<PARAM NAME="DisplayMode" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="2">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="EnableContextMenu" VALUE="-1">
<PARAM NAME="EnablePositionControls" VALUE="-1">
<PARAM NAME="EnableFullScreenControls" VALUE="0">
<PARAM NAME="EnableTracker" VALUE="-1">
<PARAM NAME="InvokeURLs" VALUE="-1">
<PARAM NAME="Language" VALUE="-1">
<PARAM NAME="Mute" VALUE="0">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="0">
<PARAM NAME="Rate" VALUE="1">
<PARAM NAME="SAMILang" VALUE="">
<PARAM NAME="SAMIStyle" VALUE="">
<PARAM NAME="SAMIFileName" VALUE="">
<PARAM NAME="SelectionStart" VALUE="-1">
<PARAM NAME="SelectionEnd" VALUE="-1">
<PARAM NAME="SendOpenStateChangeEvents" VALUE="1">
<PARAM NAME="SendWarningEvents" VALUE="-1">
<PARAM NAME="SendErrorEvents" VALUE="-1">
<PARAM NAME="SendKeyboardEvents" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="0">
<PARAM NAME="SendMouseMoveEvents" VALUE="0">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="-1">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="ShowControls" VALUE="TRUE">
<PARAM NAME="ShowAudioControls" VALUE="-1">
<PARAM NAME="ShowDisplay" VALUE="-1">
<PARAM NAME="ShowGotoBar" VALUE="0">
<PARAM NAME="ShowPositionControls" VALUE="-1">
<PARAM NAME="ShowStatusBar" VALUE="-1">
<PARAM NAME="ShowTracker" VALUE="-1">
<PARAM NAME="TransparentAtStart" VALUE="0">
<PARAM NAME="VideoBorderWidth" VALUE="5">
<PARAM NAME="VideoBorderColor" VALUE="4227327">
<PARAM NAME="VideoBorder3D" VALUE="0">
<PARAM NAME="Volume" VALUE="-150">
<PARAM NAME="WindowlessVideo" VALUE="1">
<embed
    type="application/x-mplayer2";
    pluginspage="http://www.microsoft.com/Windows/MediaPlayer/";
    Name=MediaPlayer;
    AutoStart=1;
    Width=200;
    Height=70;
    ShowControls=1;>
</OBJECT>
</div>
</body>
@EDIT2: Baustein "embed" beaerbeitet, Fehler wird NICHT mehr gezeigt, dafuer tgeht der Player gar nicht :S
Antworten

Zurück zu „Coding & Technik“