stylo: hintergrudmusik "playlist"

Beitrag lesen

Schon mal das probiert?
Erstelle eine Playliste mit MS Mediaplayer.
Dann speichern als ".m3u" Datei.

Dann html code einfügen:

<OBJECT ID="mediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="1" height="1"
CODEBASE="http://activex.microsoft.com/activex/%20controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="fileName" VALUE="Playlist.m3u">
<PARAM NAME="animationatStart" VALUE="false">
<PARAM NAME="transparentatStart" VALUE="false">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="false">
<PARAM NAME="ShowDisplay" VALUE="false">
<PARAM NAME="loop" VALUE="true">
</OBJECT>

sollte gehen