Rechercher : dans
Par :

Index.html avec video .wmv

Dernière réponse le 27 déc 2007 à 11:23:29 Melbug, le 26 fév 2005 à 14:16:59 
 Signaler ce message aux modérateurs

Voila je voudrais creer un index.html avec une video.wmv mais je ne sais pas comment faire, pouriez vous maider?

Merci beaucoup

1

 Léon, le 27 déc 2007 à 11:23:29
  • +1

<object id="video1" width=160 height=162
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/..."
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 = "http://www.microsoft.com/Windows/MediaPlayer/"
src="http://votreserveur/votre-fichier.asx"
name="video1"
width=160
height=162
AutoStart=false>
</embed>
</object>

Répondre à Léon
Collection CommentÇaMarche.net