How to customize dynamic flash intro ?

Open and edit custom.xml file with notepad. Replace red values by yours. Becarfull to not add "#" before colors. 

NOTICE : Skip intro link only work when intro is online.

Customization example :

<configuration>
  <!-- Parameters : play_button : set the "play" at the beginning of the animation | value : yes/no -->
  <!-- Parameters : play_color : set color on the play button | value : hexadecimal code -->
  <!-- Parameters : graphic_color : set color progression bar for loading | value : hexadecimal code -->
  <!-- Parameters : text_color : set color text in progression bar for loading | value : hexadecimal code -->
  <!-- Parameters : loop : set the adjustment to replay the introduction in loop | value : yes/no -->
  <display_preload loop="yes" play_button="no" play_color="345fba" graphic_color="345fba" text_color="FFFFFF">downloading</display_preload>
  <!-- Change  display="no" if you don't want to have a "Skip Intro" Button -->
  <!-- Parameters : display : set the adjustment for the "Skip Intro" button | value : yes/no -->
  <!-- Parameters : graphic_color : set color for the "Skip Intro" link | value : hexadecimal code -->
  <!-- Parameters : link : Link adress after clicking on the "Skip Intro" button | value : http adress -->
  <skip_intro display="yes" graphic_color="345fba" link="http://www.google.com">Skip intro</skip_intro>
  <!-- Change  play="no" if you don't want to play music in the animation  -->
  <!-- Parameters : loop : set the adjustment to replay the loop of sound | value : yes/no -->
  <!-- Parameters : graphic_color : set color animation for sound button and text | value : hexadecimal code -->
  <!-- Parameters : music_control : set the adjustment to show or not the sound button | value : yes/no -->
  <!-- Parameters : play_music : play the music or not | value : hexadecimal code -->
  <!-- Parameters : file : Link adress for the sound file | value : relative folder adress -->
  <music_file loop="yes" graphic_color="345fba" music_control="yes" play_music="yes" file="files/sound/music.mp3">Sound</music_file>
  <!-- animation  text -->
  <!-- Parameters : typo1 & typo2 : Name of the typographie for each line of text  | value : Arial / Times New Roman / "" -->
  <!-- Parameters : texttransition : text apparition animation type | value type1 : transparency from 0 to 100% / type2 : blur filter with transparency / type3 : inverted blur / type4 : enlarge the text from 100% to 300% / type5 : reduce the text from 100% to 25%-->
  <!-- Parameters : posx / posy : Position of the Text in px (x,y) from the top left corner at the beginning of the move | value : number in px -->
  <!-- Parameters : pos2x / pos2y : Position of the Text in px (x,y) from the top left corner at the end of the move | value : number in px -->
  <!-- Parameters : espacement : set the distance in pixel between the two line of text from the top of the first text | value : number in px -->
  <!-- Parameters : center : set the text animation at the middle of the text or on top left corner | value : yes/no -->
  <!-- Parameters : duration : set the length of the animation move in milliseconds | value : number in ms -->
  <!-- Parameters : wait : Pause at the end of animation in milliseconds | value : number in ms -->
  <!-- Parameters : stay : The last frame of animation remains visible if = 1| value : 1/0 -->
  <!-- Parameters : color : set color for the animated text  | value : hexadecimal code -->
  <!-- Parameters : font_size : Size of the Text in px | value : number in px -->
  <!-- Parameters : letter_spacing : Set the space between letters in px | value : number in px -->
  <animations typo1="" typo2="">  

    <!-- Animation Part 1 -->
      <animation texttransition="type4" duration="3000" wait="1000" stay="0" posx="285" posy="155" pos2x="285" pos2y="155" espacement="15" center="yes">
      <text color="FFFFFF" font_size="10" letter_spacing="3">
        <![CDATA[YOUR WEBSITE SLOGAN]]>
      </text>
      <text color="FFFFFF" font_size="7" letter_spacing="7">
        <![CDATA[YOUR INTRO TEXT]]>
      </text>
    </animation>
    <!-- Animation Part 2 -->
    <animation texttransition="type4" duration="5000" wait="1000" stay="0" posx="275" posy="220" pos2x="275" pos2y="155" espacement="15" center="yes">
      <text color="3f376a" font_size="7" letter_spacing="3">
        <![CDATA[CHOOSE YOUR TEXT COLOR]]>
      </text>
      <text color="FFFFFF" font_size="7" letter_spacing="1.7">
        <![CDATA[CHOOSE YOUR TEXT TRANSISTION]]>
      </text>
    </animation>

  </animations> 
</configuration>