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.

<?xml version='1.0' encoding='UTF-8'?>
<configuration>
    <!-- Change  display="no" if you don't want to have a loading in the intro  -->
    <!-- Parameters : graphic_color : set color text and animation for loading -->
    <!-- Parameters : loop : set the adjustment to replay the introduction in loop -->
    <!-- Parameters : play : set the "play" at the beginning of the animation -->
    <display_preload graphic_color="E0007A" loop="yes" play="no">Loading…</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 -->
    <!-- Parameters : graphic_color : set color text for the "Skip Intro" button -->
    <!-- Parameters : link : Link adress after clicking on the "Skip Intro" button -->
    <!-- If the link is an absolute URL (beginning byt http//) it will only work when intro will be online -->

    <skip_intro display="yes" graphic_color="F9CCE4" link="http://www.mywebsite.com">Skipp introduction</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 -->
    <!-- Parameters : graphic_color : set color animation for sound button -->
    <!-- Parameters : music_control : set the adjustment to show or not the sound button -->
    <!-- Parameters : play_music : play the music or not  -->
    <!-- Parameters : file : Link adress for the sound file / adresse du fichier son à charger -->
    <music_file loop="yes" graphic_color="E31A87" music_control="yes" play_music="yes" file="sound/son.mp3">sound_text</music_file>
    <!-- link for the video file  -->
    <!-- Parameters : file : Link adress for the video file -->
    <video_file file="">video_text</video_file>
    <!-- header animation  text -->
    <!-- Parameters : color : set color for the animated text -->
    <!-- Parameters : font_size : Size of the Text in px -->
    <!-- Animation Part 1 -->
    <header_text color="F399CA" font_size="12"><![CDATA[BEAUTY and WELLNESS]]></header_text>
    <!-- Animation Part 2 -->
    <header_text color="F9CCE4" font_size="12"><![CDATA[MAKE-UP TOTO]]></header_text>
    <header_text color="E31A87" font_size="12"><![CDATA[MAKE-UP TITI]]></header_text>
    <!-- Animation Part 3 -->
    <header_text color="FFFFFF" font_size="12"><![CDATA[PERFUMERY]]></header_text>
    <!-- Animation Part 4 -->
    <header_text color="F9CCE4" font_size="12"><![CDATA[LUXURY]]></header_text>
    <header_text color="E31A87" font_size="12"><![CDATA[PLEASURE]]></header_text>
</configuration>