Aperçu | Description | Code HTML |
---|---|---|
Aperçu | La description de l'exemple | Le code HTML de l'exemple |
Affichage par défaut, sans options.
Contrôles Javascript: PLAY - PAUSE - STOP - URL - START IMAGE |
<object id="monFlash" type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="player_flv_maxi.swf" /> <param name="FlashVars" value="flv=KyodaiNoGilga.flv&width=320&height=240" /> <p>Texte alternatif</p> </object> <script language="Javascript"> function play() { document.monFlash.SetVariable("player:jsPlay", ""); } function pause() { document.monFlash.SetVariable("player:jsPause", ""); } function stop() { document.monFlash.SetVariable("player:jsStop", ""); } function url() { document.monFlash.SetVariable("player:jsUrl", "http://download.neolao.com/videos/garrison.flv"); } function startImage() { document.monFlash.SetVariable("player:jsStartImage", "rorobong.jpg"); } </script> |
|
Changement de taille et de couleur. Utilisation d'un titre avant le lancement de la vidéo. |
<object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="350" height="200"> <param name="movie" value="player_flv_maxi.swf" /> <param name="FlashVars" value="flv=KyodaiNoGilga.flv&width=350&height=200&showstop=1&showvolume=1&title=1 2 3\nsoleil&bgcolor1=8282B0&bgcolor2=72729A&playercolor=72729A&buttoncolor=C69717&buttonovercolor=E9B21A&slidercolor1=CD9D17&slidercolor2=B08614&sliderovercolor=E9B21A&loadingcolor=E9B21A&titlesize=40" /> <p>Texte alternatif</p> </object> |
|
Un autre exemple avec un skin, une image de départ, l'affichage du temps et l'utilisation des sous-titres. |
<object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="player_flv_maxi.swf" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="flv=KyodaiNoGilga.flv&width=320&height=240&showtime=1&srt=1&skin=player_flv_skin001.jpg&margin=10&startimage=rorobong.jpg&playercolor=cccccc&buttoncolor=333333&buttonovercolor=999999&slidercolor1=333333&slidercolor2=0&sliderovercolor=999999&loadingcolor=0&showfullscreen=1" /> <p>Texte alternatif</p> </object> |
|
Utilisation d'un fichier de configuration avec priorité sur les paramètres HTML. Voir le fichier de configuration en texte. |
<object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="player_flv_maxi.swf" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="config=flv_config_maxi.txt" /> <p>Texte alternatif</p> </object> |
|
Même chose en XML. Voir le fichier de configuration en XML. |
<object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="player_flv_maxi.swf" /> <param name="FlashVars" value="configxml=flv_config_maxi.xml" /> <p>Texte alternatif</p> </object> |
|
Test RTMP. |
Plus d'information sur la page officielle.