free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Template 9-Stop animation from repeating when returning to home page


Dave
12-08-2010, 05:33 PM
Template 9-Does anyone know how to set the flash animation to cycle through just once and then stop? Everytime I click back onto the home page, it starts over again. Much thanks---Dave.

freenicetemplates
12-11-2010, 01:53 PM
Hello,
In custom.xml add:
<animation_loop>no</animation_loop>

and for put twice your animation headers, for example :
<header>
<text_header_h1 x_pos="50" y_pos="12" size="60" letter_spacing="0" text_color="FFFFFF"></text_header_h1>
<text_header_h2 x_pos="50" y_pos="70" size="55" letter_spacing="1.9" text_color="FFFFFF"></text_header_h2>
<image>images/flashimages/your_image1.jpg</image>
</header>
<header>
<text_header_h1 x_pos="350" y_pos="350" size="12" letter_spacing="1" text_color="FFFFFF">My best photos...</text_header_h1>
<text_header_h2 x_pos="12" y_pos="70" size="50" letter_spacing="1" text_color="FFFFFF"></text_header_h2>
<image>images/flashimages/your_image2.jpg</image>
</header>
<header>
<text_header_h1 x_pos="50" y_pos="12" size="60" letter_spacing="0" text_color="FFFFFF"></text_header_h1>
<text_header_h2 x_pos="50" y_pos="70" size="55" letter_spacing="1.9" text_color="FFFFFF"></text_header_h2>
<image>images/flashimages/your_image1.jpg</image>
</header>
<header>
<text_header_h1 x_pos="350" y_pos="350" size="12" letter_spacing="1" text_color="FFFFFF">My best photos...</text_header_h1>
<text_header_h2 x_pos="12" y_pos="70" size="50" letter_spacing="1" text_color="FFFFFF"></text_header_h2>
<image>images/flashimages/your_image2.jpg</image>
</header>