source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/modeles/minidiaporama.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: 1.8 KB
Line 
1<!--
2exemple d'utilisation du diaporama
3<diaporama|image1=34|image2=35|image3=36|hauteur=200|transition=fade|shownavigation=true|boutons=true|couleurfond=ffffff|duree=8>
4-->
5<div class="slideshow">
6<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
7        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 
8        width="[(#ENV{largeur}|sinon{300})]" 
9        height="[(#ENV{hauteur}|sinon{200})]" 
10        align="">
11<param name="movie" value="#CHEMIN{swf/slideshow.swf}?xml_source=spip.php%3Fpage%3Dslideshow_xml[%26image1%3D(#ENV{image1})][%26image2%3D(#ENV{image2})][%26image3%3D(#ENV{image3})][%26image4%3D(#ENV{image4})][%26image5%3D(#ENV{image5})][%26image6%3D(#ENV{image6})][%26image7%3D(#ENV{image7})][%26image8%3D(#ENV{image8})][%26image9%3D(#ENV{image9})][%26image10%3D(#ENV{image10})][%26transition%3D(#ENV{transition})][%26boutons%3D(#ENV{boutons})][%26couleurfond%3D(#ENV{couleurfond})][%26duree%3D(#ENV{duree}|sinon{5})"]>
12<param name="quality" value="high">
13<param name="bgcolor" VALUE="#ffffff">
14<param name="wmode" VALUE="transparent"> 
15<embed src="#CHEMIN{swf/slideshow.swf}?xml_source=spip.php%3Fpage%3Dslideshow_xml[%26image1%3D(#ENV{image1})][%26image2%3D(#ENV{image2})][%26image3%3D(#ENV{image3})][%26image4%3D(#ENV{image4})][%26image5%3D(#ENV{image5})][%26image6%3D(#ENV{image6})][%26image7%3D(#ENV{image7})][%26image8%3D(#ENV{image8})][%26image9%3D(#ENV{image9})][%26image10%3D(#ENV{image10})][%26transition%3D(#ENV{transition})][%26boutons%3D(#ENV{boutons})][%26couleurfond%3D(#ENV{couleurfond})][%26duree%3D(#ENV{duree}|sinon{5})"] 
16        quality="high" 
17        bgcolor="#ffffff" 
18        width=["(#ENV{largeur}|sinon{300})"] 
19        height=["(#ENV{hauteur}|sinon{200})"]
20        wmode="transparent" 
21        name="slideshow" 
22        align="" 
23        type="application/x-shockwave-flash" 
24        pluginspage="http://www.macromedia.com/go/getflashplayer">
25</embed>
26</object>
27</div>
Note: See TracBrowser for help on using the repository browser.