Afficher la première image d'une vidéo WMV
oggy
-
oggy -
oggy -
Bonjour,
Voià, j'ai intégré une video WMV à mon blog par le script suivant:
Code :
1. <OBJECT width=352 height=240 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
2.
3. codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab"
4. standby="Chargement de Microsoft Windows Media Player..." type="application/x-oleobject">
5.
6. <PARAM NAME="FileName" VALUE="http:www.monsite.fr/mavideo.wmv">
7. <PARAM NAME="animationatStart" VALUE="true">
8. <PARAM NAME="transparentatStart" VALUE="-1">
9. <PARAM NAME="autoStart" VALUE="-1">
10. <PARAM NAME="showControls" VALUE="true">
11. <PARAM NAME="autoSize" VALUE="0">
12.
13. <EMBED type="application/x-mplayer2" pluginspage = "https://support.microsoft.com/en-us/windows/get-windows-media-player-81718e0d-cfce-25b1-aee3-94596b658287" SRC="http:www.monsite.fr/mavideo.wmv" width="352" height="240" AutoStart="0" autosize="0" transparentatStart="true" animationatStart="true" showControls="true">
14.
15. </EMBED>
16.
17. </object>
Cela fonctionne bien, mais je souhaiterai afficher la première image de la video à la place de ce bloc qui reste noir tant que la personne n'appuie pas sur Play
Je ne parle pas d'autostart (je ne souhaite pas faire partir la video automatiquement)
Est ce possible ? (je ne parle pas d'autostart)
Merci !
Voià, j'ai intégré une video WMV à mon blog par le script suivant:
Code :
1. <OBJECT width=352 height=240 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
2.
3. codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab"
4. standby="Chargement de Microsoft Windows Media Player..." type="application/x-oleobject">
5.
6. <PARAM NAME="FileName" VALUE="http:www.monsite.fr/mavideo.wmv">
7. <PARAM NAME="animationatStart" VALUE="true">
8. <PARAM NAME="transparentatStart" VALUE="-1">
9. <PARAM NAME="autoStart" VALUE="-1">
10. <PARAM NAME="showControls" VALUE="true">
11. <PARAM NAME="autoSize" VALUE="0">
12.
13. <EMBED type="application/x-mplayer2" pluginspage = "https://support.microsoft.com/en-us/windows/get-windows-media-player-81718e0d-cfce-25b1-aee3-94596b658287" SRC="http:www.monsite.fr/mavideo.wmv" width="352" height="240" AutoStart="0" autosize="0" transparentatStart="true" animationatStart="true" showControls="true">
14.
15. </EMBED>
16.
17. </object>
Cela fonctionne bien, mais je souhaiterai afficher la première image de la video à la place de ce bloc qui reste noir tant que la personne n'appuie pas sur Play
Je ne parle pas d'autostart (je ne souhaite pas faire partir la video automatiquement)
Est ce possible ? (je ne parle pas d'autostart)
Merci !
A voir également:
- Afficher la première image d'une vidéo WMV
- Montage video windows - Guide
- Comment télécharger une vidéo youtube - Guide
- Accelerer une video - Guide
- Légender une image - Guide
- Couper une video - Guide