Banners below uses the same flash file with different configuration and data XML passed using FlashVars

SAMPLE 1

the above config:

<title>Banners and Images</title>
<stage_width>590</stage_width>
<stage_height>300</stage_height>
<auto_play>yes</auto_play>
<slide_delay>5</slide_delay>
<header_visible>yes</header_visible>
<header_bg_color>0x9DACBF</header_bg_color>
<header_bg_alpha>50</header_bg_alpha>
<caption_bg_color>0x333333</caption_bg_color>
<caption_bg_alpha>40</caption_bg_alpha>

 

SAMPLE 2

the above config:

<title>Latest News</title>
<stage_width>300</stage_width>
<stage_height>300</stage_height>
<auto_play>yes</auto_play>
<slide_delay>3</slide_delay>
<header_visible>yes</header_visible>
<header_bg_color>0xFF3300</header_bg_color>
<header_bg_alpha>30</header_bg_alpha>
<caption_bg_color>0xBB2500</caption_bg_color>
<caption_bg_alpha>40</caption_bg_alpha>

 

SAMPLE 3

the above config:

<title>Latest Trip</title>
<stage_width>400</stage_width>
<stage_height>280</stage_height>
<auto_play>yes</auto_play>
<slide_delay>5</slide_delay>
<header_visible>yes</header_visible>
<header_bg_color>0x005782</header_bg_color>
<header_bg_alpha>40</header_bg_alpha>
<caption_bg_color>0x005782</caption_bg_color>
<caption_bg_alpha>40</caption_bg_alpha>
</banner>
</config>