My last message was posted just before the saturday dinner.
For a second look, your file above only disply the logo and strip off other functions and the tpl_header.php. Then the code for flash should insert directly in this tpl_main_page.php.
You may try insert the code for the flash into your file above,
and between the sections code below.
Code:
<!-- begin mainWrapper -->
<div id="mainWrapper">
<!-- begin header/logo area -->
<div id="logoWrapper">
<!-- Try to insert the code for flash in this line below -->
If it works, then you may try to comment out the section code below for it display the current logo and tagline. And this may not need for your flash header.
PHP Code:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<div id="taglineWrapper">
<?php
if (HEADER_SALES_TEXT != '') {
?>
<div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
<?php
}
?>
</div>