source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/modeles/diaporama.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 891 bytes
Line 
1<!--
2exemple d'utilisation du diaporama
3<diaporama|images=34,35,36|hauteur=200|transition=fade|boutons=true|couleurfond=ffffff|duree=8|shuffle=true>
4images #ENV{images}
5-->
6<div class="slideshow">
7<embed 
8src="#CHEMIN{swf/imagerotator.swf}" 
9width="[(#ENV{largeur}|sinon{300})]"
10height="[(#ENV{hauteur}|sinon{200})]"
11allowscriptaccess="always" 
12allowfullscreen="true" 
13flashvars="height=[(#ENV{hauteur}|sinon{200})]&width=[(#ENV{largeur}|sinon{300})]&file=spip.php%3Fpage%3Dxml_diaporama[%26images%3D(#ENV{images})]&screencolor=0x[(#ENV{couleurecran}|sinon{ffffff})]&backcolor=0x[(#ENV{couleurfond}|sinon{ffffff})]&frontcolor=0x[(#ENV{couleuravant}|sinon{000000})]&transition=[(#ENV{transition}|sinon{flash})]&overstretch=[(#ENV{overstretch}|sinon{true})]&rotatetime=[(#ENV{duree}|sinon{8})]&shownavigation=[(#ENV{boutons}|sinon{true})]&shuffle=[(#ENV{shuffle}|sinon{false})]" 
14/>
15
16</div>
17
Note: See TracBrowser for help on using the repository browser.