Hurrah - CHEERS Flyn - sorted!
Here's the embed stuff for other peeps (I've left a few tags around them so they'll know where it is):
AC_RunActiveContent.js is in a folder called 'Scripts' at root level.
Header code:
Code:
<?php echo ($bfa_ata_html_inserts_header != "" ? apply_filters(widget_text, $bfa_ata_html_inserts_header) : ''); ?>
<script src="../../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<?php
My swf is in the root folder.
Code:
<div id="wrapper">
<div id="container">
<div style="width: 349px; float: left;"><img src="http://www.shavenraspberry.com/images/shaven-logo-menu.jpg" alt="" height="135" width="349" border="0" /><br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','349','height','1180','src','/htdocs/roamer/wp-content/themes/atahualpa/roamer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/roamer' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="349" height="1180">
<param name="movie" value="/roamer.swf" />
<param name="quality" value="high" />
<embed src="/roamer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="349" height="1180"></embed>
</object></noscript>
</div>
Thanks again Flynn (this is my 1st Wordpress site ;-)