1
The site in question:
http://kainaistudies.comThe header that I want to display:
http://kainaistudies.com/themes/blueK/images/kainai.swfThe code I have from theme.html:
<body>
<table width=100% class="toptable" cellpadding=0 cellspacing=0>
<tr id="header">
<td align="center"><p><a href="<{$xoops_url}>/">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','766','height','263','src','<{$xoops_imageurl}>images/kainai','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','<{$xoops_imageurl}>images/kainai' ); //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=7,0,19,0" width="766" height="263">
<param name="movie" value="<{$xoops_imageurl}>images/kainai.swf" />
<param name="quality" value="high" />
<embed src="<{$xoops_imageurl}>images/kainai.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="263">embed>
object>
noscript>
a>p>td>
tr>
table>
I'm an idiot I know but it's been awhile and this is perplexing me.