Hi, i currently using wpmu for this website http://amkyckkids.com/
I already add in the flash header.
1. I can see it when i open it at mozzila.
however, i cannot see it if i open it in Internet Explorer,
2. How to use the permalink and make sure the flash is shown up.
For http://amkyckkids.com/ --> i change the permalink to ?pageid
Surely the flash header is working.
But for http://yiochukang.amkyckkids.com/
if you go to another pages, ie: http://yiochukang.amkyckkids.com/about/
Then, it wont show any of the flash header, though the space is there.
======================================================
HERE is the SCRIPT i used:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/AC_RunActiveContent.js"></script>
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '967',
'height', '400',
'src', 'amkyck-header',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'amkyck-header',
'bgcolor', '#e5e5e5',
'name', 'amkyck-header',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'amkyck-header',
'salign', ''
); //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,0,0" width="967" height="400" id="amkyck-header" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="amkyck-header.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#e5e5e5" /> <embed src="amkyck-header.swf" quality="high" bgcolor="#e5e5e5" width="967" height="400" name="amkyck-header" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
=============================================================
Any advice?
Thanks...
Sophia