Hi Towfiq – Happy with your Amphion and with your kindly assistance. Thank’s.
I’ m also trying your “Calliope” I try to run 4, 5 or X slides in the header. I create slide(s).1, 2, 3, … .jpg, I modified the config.xml (copying and pasting and replacing names slide_MyNr.jpg – I’m just able to run my slides Nr 1 and Nr 2, the other does’nt work.
Could you please help ? – Jean-Christophe
<slides>
<slide>
<url>images/Slide1.jpg</url>
</slide>
<!– changing transition between first & second slide –>
<transition num=”1″ direction=”down”/>
<slide>
<url>images/Slide2.jpg</url>
</slide>
<!– changing transition between second & third slide –>
<transition num=”1″ direction=”right” shader=”flat” />
<slide>
<url>images/Slide1.jpg</url>
</slide>
<!– transitions properties defined in transitions template –>
<slide>
<url>images/Slide2.jpg</url>
</slide>
<transition num=”4″ direction=”up” shader=”flat” delay=”0.05″ z_multiplier=”4″ />
<slide>
<url>images/Slide3.jpg</url>
</slide>
<!– changing transition between first & second slide –>
<transition num=”1″ direction=”down”/>
<slide>
<url>images/Slide4.jpg</url>
</slide>
<!– changing transition between second & third slide –>
<transition num=”1″ direction=”right” shader=”flat” />
<slide>
<url>images/Slide3.jpg</url>
</slide>
<!– transitions properties defined in transitions template –>
<slide>
<url>images/Slide4.jpg</url>
</slide>
<transition num=”4″ direction=”up” shader=”flat” delay=”0.05″ z_multiplier=”4″ />
<slide>
<url>images/Slide1.jpg</url>
</slide>
</slides>