Index.html avec video .wmv

Fermé
Melbug - 26 févr. 2005 à 14:16
 Léon - 27 déc. 2007 à 11:23
Voila je voudrais creer un index.html avec une video.wmv mais je ne sais pas comment faire, pouriez vous maider?

Merci beaucoup

1 réponse

<object id="video1" width=160 height=162
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab"
standby="Loading..."
type="application/x-oleobject">
<param name="Nomdufichier" value="http://votreserveur/votre-fichier.asx">
<param name="AutoStart" value="false">
<embed type="application/x-mplayer2"
pluginspage = "https://support.microsoft.com/en-us/windows/get-windows-media-player-81718e0d-cfce-25b1-aee3-94596b658287"
src="http://votreserveur/votre-fichier.asx"
name="video1"
width=160
height=162
AutoStart=false>
</embed>
</object>
4