joachim dippold: mehrere dateien mittels object in eine wiedergabeliste stellen

Beitrag lesen

hallo Leute,

ich würde gerne mehr als nur ein file mittels object einbetten.....den param filename habe ich schon versucht folgendermassen zu ändern:

eine 2. zeile mit dem 2. file:

<PARAM NAME="FileName" VALUE="sounds/pranyama.mp3">
<PARAM NAME="FileName" VALUE="filename2.mp3">...kein erfolg

die zeile ändern in:

<PARAM NAME="FileName" VALUE="sounds/pranyama.mp3;filename2.mp3">...kein erfolg

auch habe ich online kein tutorial gefunden, welches ein abspielen von 2 files nacheinander dokumentiert

hier der gesammte code des objektes:

<OBJECT ID="MediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex
/controls/mplayer/en
/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" WIDTH=70 HEIGHT=24>
<PARAM NAME="FileName" VALUE="sounds/pranyama.mp3">
<PARAM NAME="TransparentAtStart" VALUE="True">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="0">
<PARAM NAME="AutoSize" VALUE="1">

<embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows95/downloads/
contents/wurecommended/s_wufeatured/mediaplayer/default.asp" SRC="sounds/pranyama.mp3"
Name=MediaPlayer
ShowControls=0
ShowDisplay=0
ShowStatusBar=0
width=70 height=24>
</embed>

</OBJECT>

wie kann ich das 2. file hinzufügen, um eine art playlist zu erhalten...?...es soll einfach nur bei druck auf "Vorwärts springen" der nächste titel abgespielt werden und umgekehrt....mehr nicht

gruss,

joe

PS: von der änderung im embed-tag für den navigator wage ich gar nicht erst zu fragen...*lol*....wer´s trotzdem weiss...:...antwort willkommen...*grin*