free flash templates free css & photoshop templates free flash animation |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Template 9-Stop animation from repeating when returning to home page
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.
|
#2
|
|||
|
|||
web template
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>
__________________
We are always pleased to read you in our guestbook |
|
|