How to customize dynamic flash header ?
You can add as many images and slogans you want, but too many images will slowdown your flash header download. Open and edit custom.xml file. Replace red values by yours. Becarfull to not add "#" before colors.

<?xml version='1.0' encoding='UTF-8' ?>
<header_vars>
<!-- music controler (music note) color -->
<graphics_color>FFFFFF</graphics_color>
<animation_loop>no</animation_loop>
<!-- transition time (in seconds) between two animation screens -->
<transition_time_seconds>5</transition_time_seconds>

<header>
<text_header_h1 x_pos="5" y_pos="55" size="19" letter_spacing="0" text_color="FFFFFF">YOUR WAY TO SUCCESS</text_header_h1>
<text_header_h2 x_pos="10" y_pos="80" size="10" letter_spacing="1.9" text_color="FFFFFF">YOUR OWN SLOGANS AND IMAGES</text_header_h2>
<image>images/flashimages/your_image2.jpg</image>
</header>
<header>
.....
</header>
<header>
....
</header>

<!--
change to play_music="no" if you don't want to add music to your header
change to music_contro="no" if you don't want to display music controler. If you have music_file loop="no" you MUST have music_control="no"

-->
<music_file loop="no" music_control="no" play_music="yes">sounds/music.mp3</music_file>

<!-- change to <play_transition_sound_file>no</play_transition_sound_file> -->
<play_transition_sound_file>yes</play_transition_sound_file>

<!-- change to <display_preload graphic_color="669ac6">no</display_preload> if you don't want to show the flash header prealoder-->
<display_preload graphic_color="669ac6">yes</display_preload>


<replay display="yes" x_pos="493" y_pos="135" size="8" letter_spacing="1" bgd_color="FFFFFF" text_color="000000"> REPLAY</replay>
</header_vars>