Last change
on this file since 546 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
916 bytes
|
Line | |
---|
1 | <!-- |
---|
2 | exemple d'utilisation du diaporama |
---|
3 | <diaporama_article|hauteur=200|transition=fade|boutons=true|couleurfond=ffffff|couleurecran=ffffff|couleuravant=000000|duree=8|shuffle=true> |
---|
4 | --> |
---|
5 | <div class="slideshow"> |
---|
6 | <embed |
---|
7 | src="#CHEMIN{swf/imagerotator.swf}" |
---|
8 | width="[(#ENV{largeur}|sinon{300})]" |
---|
9 | height="[(#ENV{hauteur}|sinon{200})]" |
---|
10 | allowscriptaccess="always" |
---|
11 | allowfullscreen="true" |
---|
12 | flashvars="height=[(#ENV{hauteur}|sinon{200})]&width=[(#ENV{largeur}|sinon{300})]&file=spip.php%3Fpage%3Dxml_diaporama_article[%26id_article%3D(#ENV{article})]&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})]" |
---|
13 | /> |
---|
14 | |
---|
15 | </div> |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.