What it's also estrange is: AC_SW_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0'...
As far as I know there aren't flash version 10. So IMHO your code it's
not correct. I've seen this problem before in another thread. It's like
when you embed your swf file there where something wrong in the proses
and the code it's corrupted. Your code should be something like:
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','769','heigh t','163','title','1','src','/tomsweeney/i/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','swf_help/topheader'
); //end AC code
</script>
<noscript>
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
width="769" height="163" title="Help">
<param name="movie" value="/tomsweeney/i/header" />
<param name="quality" value="high" />
<embed src="/tomsweeney/i/header" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="769" height="163"></embed>
</object>
</noscript>
Publish your swf file from Flash using the fla file.
If that doesn´t work either try with swfobject method
http://code.google.com/p/swfobject/
Let see what happen.
thedoouge escribió:
Quote:
Well, sadly that makes two of us, , , , |