iemand een tip?

Status
Niet open voor verdere reacties.

Ikoster

Gebruiker
Lid geworden
19 okt 2009
Berichten
144
ik zoek een html script(mag ook php) voor een video player die meerder bestanden kan afspelen en dat mensen deze kunnen kiezen: dit had ik gevonden maar dit werkte op mijn eigen com maar niet op andere:
HTML:
<SELECT name=selecta size=1 id=musica onchange=document.all.playera.Filename=document.all.musica.value;>
<OPTION selected>klik hier voor een filmpje</OPTION> 
<OPTION value="http://ip/bestanden/childrenwar 2007 compleet.wmv">childrenwar 2007</OPTION> 
<OPTION value="http://ip/bestanden/ciniclowns compleet.wmv">ciniclowns</OPTION>
<OPTION value="http://ip/bestanden/james blond compleet.wmv">james blond</OPTION> 
<OPTION value="http://ip/bestanden/molen compleet.wmv">molen</OPTION>
<OPTION value="http://ip/bestanden/spijt compleet.wmv">spijt</OPTION>  
</select>
<BR> 
<OBJECT id=playera height=400 width=400 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95> 
<PARAM NAME="AutoStart" VALUE="True"> 
<PARAM NAME="Balance" VALUE="False"> 
<PARAM NAME="DisplaySize" VALUE="True"> 
<PARAM NAME="Filename" VALUE=""> 
<PARAM NAME="Mute" VALUE="False"> 
<PARAM NAME="SelectionStart" VALUE="False"> 
<PARAM NAME="SelectionEnd" VALUE="False"> 
<PARAM NAME="ShowControls" VALUE="True"> 
<PARAM NAME="ShowAudioControls" VALUE="True"> 
<PARAM NAME="ShowDisplay" VALUE="False"> 
<PARAM NAME="ShowPositionControls" VALUE="False"> 
<PARAM NAME="Volume" VALUE="1"> 
<PARAM NAME="AudioStream" VALUE="False"> 
<PARAM NAME="AutoSize" VALUE="False"> 
<PARAM NAME="AnimationAtStart" VALUE="False"> 
<PARAM NAME="AllowScan" VALUE="False"> 
<PARAM NAME="AllowChangeDisplaySize" VALUE="False"> 
<PARAM NAME="AutoRewind" VALUE="True"> 
<PARAM NAME="BaseURL" VALUE=""> 
<PARAM NAME="BufferingTime" VALUE="5"> 
<PARAM NAME="CaptioningID" VALUE=""> 
<PARAM NAME="ClickToPlay" VALUE="True"> 
<PARAM NAME="CursorType" VALUE="0"> 
<PARAM NAME="CurrentPosition" VALUE="True"> 
<PARAM NAME="CurrentMarker" VALUE="True"> 
<PARAM NAME="DefaultFrame" VALUE="mainframe"> 
<PARAM NAME="DisplayBackColor" VALUE="True"> 
<PARAM NAME="DisplayForeColor" VALUE="16777215"> 
<PARAM NAME="DisplayMode" VALUE="1"> 
<PARAM NAME="Enabled" VALUE="-1"> 
<PARAM NAME="EnableContextMenu" VALUE="False"> 
<PARAM NAME="EnablePositionControls" VALUE="False"> 
<PARAM NAME="EnableFullScreenControls" VALUE="False"> 
<PARAM NAME="EnableTracker" VALUE="False"> 
<PARAM NAME="InvokeURLs" VALUE="False"> 
<PARAM NAME="Language" VALUE="False"> 
<PARAM NAME="PlayCount" VALUE="1"> 
<PARAM NAME="PreviewMode" VALUE="False"> 
<PARAM NAME="ShowStatusBar" VALUE="True"> 
<PARAM NAME="TransparentAtStart" VALUE="False"> 
</OBJECT>
 
Laatst bewerkt door een moderator:
Het zou kunnen dat dit online niet werkt omdat je spaties in de bestandsnamen hebt zitten. Die kun je beter vervangen door streepjes of underscores ( - / _ ).
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan