Last change
on this file since 133 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
891 bytes
|
Line | |
---|
1 | <!-- |
---|
2 | exemple d'utilisation du diaporama |
---|
3 | <diaporama|images=34,35,36|hauteur=200|transition=fade|boutons=true|couleurfond=ffffff|duree=8|shuffle=true> |
---|
4 | images #ENV{images} |
---|
5 | --> |
---|
6 | <div class="slideshow"> |
---|
7 | <embed |
---|
8 | src="#CHEMIN{swf/imagerotator.swf}" |
---|
9 | width="[(#ENV{largeur}|sinon{300})]" |
---|
10 | height="[(#ENV{hauteur}|sinon{200})]" |
---|
11 | allowscriptaccess="always" |
---|
12 | allowfullscreen="true" |
---|
13 | flashvars="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.