For more informations about this flash header please visit our website : http://www.freenicetemplates.com/.
How to install this flash header your webpage
An example of use can be found in the index.html.
1. Open index.html and copy and paste the code between lines :
<!--/////////////// COPY THE CODE BELLOW IN THE HEADER SECTION OF YOUR WEB PAGE ///////////////////////////////////////////-->
.........
<!--/////////////// END ///////////////////////////////////////////-->
between the tags <header> and </header> of your web page. Don't forget also to copy the js file (js/AC_RunActiveContent.js) to the root of your web page.
2. Open index.html and copy and paste the code between lines :
<!--/////////////// COPY THE CODE BELLOW IN THE BODY SECTION OF YOUR WEB PAGE ///////////////////////////////////////////-->
......
<!--/////////////// END ///////////////////////////////////////////-->
between the tags <body> and </body> of your web page.
How to customize dynamic flash header
You can add as many images and slogans as 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>
<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 blur="no">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>
How to change dynamic flash header size and background color
Images you use with the header must be at least as large (and high) as your header dimensions. To change header size and background color open and edit your html file. and replace red values by yours.
AC_FL_RunContent( 'codebase', ......, 'width','600','height','180','custom_xml_url=custom.xml','bgcolor','#FFFFFF',...); //end AC code