Cheers for the reply Chris.
OK, looks like its not a problem at GoDaddy as I can access the swf file from my site directly but embedding the swf on a htm page does not work.
Looking at this code from the htm file :
HTML Code:
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="900" border="0" align="center">
<tr>
<td colspan="3" align="left" valign="top"><img src="header001 copy.jpg" width="900" height="50" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3" align="left" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','300','title','header','src','FrontAnim01','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FrontAnim01' ); //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="900" height="300" title="header">
<param name="movie" value="FrontAnim01.swf" />
<param name="quality" value="high" />
<embed src="FrontAnim01.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="300"></embed>
</object></noscript></td>
Someone suggested I find and upload the file AC_FL_RunContent which I could not locate but I did find the file AC_RunActiveContent.js in the scripts folder which contains the function AC_FL_RunContent. I uploaded the file to the root folder and a new folder named Scripts but alas still no joy.
Any ideas, looking at the code above ?
Thanks in advance,
Mitch....
Last edited by chrishirst; 01-04-2009 at 04:15 AM..
Reason: code delimiters added
|