Thème mini

AperçuDescriptionCode HTML
AperçuLa description de l'exempleLe code HTML de l'exemple
Affichage par défaut.
<object type="application/x-shockwave-flash" data="player_flv_mini.swf" width="320" height="240">
	<param name="movie" value="player_flv_mini.swf" />
	<param name="FlashVars" value="flv=KyodaiNoGilga.flv&amp;width=320&amp;height=240" />
</object>
Changement de taille et de couleur.
<object type="application/x-shockwave-flash" data="player_flv_mini.swf" width="280" height="210">
	<param name="movie" value="player_flv_mini.swf" />
	<param name="FlashVars" value="flv=KyodaiNoGilga.flv&amp;width=280&amp;height=210&amp;playercolor=fefefe&amp;buttoncolor=333333&amp;slidercolor=333333&amp;loadingcolor=0" />
</object>

Plus d'information sur la page officielle.