Hi all - plenty of posts here regarding flash in the header, seems straightforward.
However, though I got my SWF to appear in the right place and size, it's killed the menu bar -
In Configure Header Area, I only have this inserted:
%pages
Not using bars, etc - here's a link, and the code in the header file:
http://havenwoodtexas.com/wordpress/
<tr>
<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">
<div style="height: 432px;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="432"><param name="movie" value="http://havenwoodtexas.com/wordpress/wp-content/themes/atahualpa332/images/hdr-1.swf" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="http://havenwoodtexas.com/wordpress/wp-content/themes/atahualpa332/images/hdr-1.swf" wmode="transparent" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="820" height="432"></embed></object>
</div>
<?php bfa_header_config($bfa_ata_configure_header); ?>
</td>
<!-- / Header -->
I've tried the embed above and below the "<?php bfa_header_config" line.
I added the DIV to get rid of the break after the SWF, but the menu was missing without it as well.
Any ideas? thanks!