Pb html/video

Pb html/video - Programmation

Marsh Posté le 15-11-2001 à 11:30:11    

Pourquoi ce code ne fonctionne pas ?
 
<embed src="../media/kef.mov" width="500" height="296" type="video/quicktime" controller="false" autoplay="true" cache="true">

Reply

Marsh Posté le 15-11-2001 à 11:30:11   

Reply

Marsh Posté le 15-11-2001 à 13:54:48    

c pour faire un quicktime embedded? il faut mettre l'identifiant du player. mais je le conais pr qucktime

Reply

Marsh Posté le 15-11-2001 à 16:50:01    

???

Reply

Marsh Posté le 15-11-2001 à 17:13:51    

ok, voila ce que je met pr utiliser mediaplayer sous IE:
<OBJECT ID="MediaPlayer1" width=192 height=244   classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
 standby="Loading Microsoft® Windows® Media Player components..."  
 type="application/x-oleobject">
 <PARAM NAME="AutoStart" VALUE="False">
 <PARAM NAME="FileName" VALUE="test1.wav">
 <PARAM NAME="ShowControls" VALUE="True">
 <PARAM NAME="ShowStatusBar" VALUE="True">
 <PARAM NAME="AutoSize" VALUE="True">
</OBJECT>
 
voila, d'ou l'identifiant du player (le classid...)
mais c pour mediaplayer, pr qucktime, maintenant c surement différent, ms ca doit ressembler à ca, non?
tas pas pu choper des exemples sur le net (genre le site de quicktime)?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed