slideshow XML fourni par www.maani.us a modifier - XML/XSL - Programmation
Marsh Posté le 20-11-2006 à 15:16:30
Tu payes pas, tu gardes le lien.
Marsh Posté le 20-11-2006 à 15:18:01
Developing and maintaining XML/SWF Slideshow takes a lot of effort. Please register your copy to support this tool.
On est pas là pour t'apprendre à violer la licence d'un logiciel.
Marsh Posté le 20-11-2006 à 14:53:10
Bonjour,
j'utilise un slideshow fourni a cette adresse la :
http://www.maani.us/xml_slideshow/
j'utilise le slideshow XML/SWF, appelé "picture Book 1" (dans "Gallery).
on peut y mettre nos propres photos etc...or pour que cela fonctionne il faut le fichier "slideshow.swf" fourni par ce site a la racine du site.
si on utilise la version gratuite, le petit inconvenient est que sur le slideshow il y a le lien www.maani.us, que l'on ne peut pas modifier, c'est a dire que si on clique sur le slideshow on arrive a cette adresse.
pour eviter ceci , j'ai essaye de mettre une image au dessus avec un "map" beaucoup plus grand et donc de la taille correspondant au slideshow et avec un autre lien que celui de www.maani.us, mais ca ne marche pas.
le code et l'essai peut etre vu a l'adresse :
http://sgioani.free.fr/essai_slideshow.htm
le fichier xml:
http://sgioani.free.fr/sample_index.xml
qui aurait une idée ou solution (autre qu'acheter la license ):
- mon "map" est mal configuré ?
- faire un autre "slideshow.swf" (oui mais comment ?)
- autre idée
merci a tous
sand
voici les codes de :
essai_slideshow.htm
<body bgcolor="#640C0E" topmargin="0" marginheight="0">
<table width="640" border="0" cellspacing="5" cellpadding="0">
<tr>
<td colspan="2"><img src="images/logo.gif" border="0" width="380" height="71" usemap="#enter"></td>
</tr>
<tr>
<td colspan="3"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="427" align="middle">
<param name=movie value="slideshow.swf?xml_source=sample_index.xml">
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="slideshow.swf?xml_source=sample_index.xml"
quality=high bgcolor=#000000 width="640" height="427" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed>
</object>
</div></td>
</tr>
</table>
<map name="enter" id="enter">
<area shape="rect" coords="6,4,656,420" href="index.htm">
</map>
</body>
et de sample_index.xml :
<?xml version="1.0" encoding="iso-8859-1"?>
<slideshow>
<music url='sound/taste_in_men.mp3' loop='true' stream='true' />
<!-- show just the volume slider, and start with 50% volume -->
<control bar_visible='on'
x='620' y='15' height='25'
play_visible='false'
backward_visible='false'
forward_visible='false'
volume_visible='true'
volume='8'
/>
<slide>
<image url='images/esf1.jpg' background='000000' />
<transition transition='pivot_right_bottom_up' />
<motion duration='0' end_xOffset='220' />
<action type='volume(15,5)' />
<draw_text>
<text x='0' y='130' rotation='0' align='center' size='34' color='FFFFFF'>SKI</text>
</draw_text>
</slide>
<slide>
<image url='images/esf2.jpg' background='640C0E' />
<transition transition='pivot_left_top_down' stack='1' />
<motion duration='2' end_xOffset='-220' />
<draw_text>
<text x='140' y='200' width='360' rotation='0' align='center' size='16' color='FFffff' alpha='75'>Competence</text>
<text x='140' y='230' width='360' rotation='0' align='center' size='16' color='FFffff' alpha='75'>Plaisir</text>
<text x='140' y='260' width='360' rotation='0' align='center' size='16' color='FFffff' alpha='75'>Confiance</text>
</draw_text>
</slide>
<slide>
<image url='images/nature1.jpg' background='640C0E' />
<transition transition='reveal_up' duration='1' />
</slide>
<slide>
<image url='images/nature5.jpg' background='640C0E' />
<transition transition='drop' />
</slide>
<slide>
<image url='images/nature3.jpg' background='640C0E' />
<transition duration='1' />
</slide>
<slide>
<image url='images/nature4.jpg' background='640C0E' duration='1' fill='center' />
<transition duration='0.5' />
<motion duration='0' end_xOffset='-150' end_yOffset='-100' />
</slide>
<slide>
<image url='images/nature2.jpg' background='640C0E' duration='1' fill='center' />
<transition duration='0.5' stack='1' />
<motion duration='0' end_xOffset='150' end_yOffset='-100' />
</slide>
<slide>
<image url='images/esf8.jpg' background='640C0E' duration='1' fill='center' />
<transition duration='0.5' />
<motion duration='0' end_xOffset='-150' end_yOffset='100' />
</slide>
<slide>
<image url='images/esf9.jpg' background='640C0E' duration='1' fill='center' />
<transition duration='0.5' stack='1' />
<motion duration='0' end_xOffset='150' end_yOffset='100' />
</slide>
<slide>
<image url='images/nature11.jpg' background='640C0E' fill='center' />
<transition duration='0.5' stack='1' />
<motion duration='10' />
<action type='volume(0,3)' />
</slide>
</slideshow>