A voir également:
- Index.html avec video .wmv
- Montage video windows - Guide
- Comment télécharger une vidéo youtube - Guide
- Nommez une application d'appel vidéo ou de visioconférence - Guide
- Insérer une vidéo sur powerpoint - Guide
- Script vidéo youtube - Guide
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>
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>