I am having a similar problem here in CS3. I mean, everything works fine in
flash and the actual SWF file, but once uploaded to the server index.html file,
the whole thing doesn't show up at all. The source code is attached.
Any help is greatly appreciated!!! Freakin out
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="
http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tyrnauer Media Projects</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<script type="text/javascript">
AC_FL_RunContent(
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=9,0,28,0','width','550','height','400','align','absmiddle','src','../Sit
es/Tyrnauer/realtyrnauer3','quality','high','pluginspage','
http://www.adobe.com/ shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Site
s/Tyrnauer/realtyrnauer3' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="550" height="400" align="absmiddle">
<param name="movie" value="../Sites/Tyrnauer/realtyrnauer3.swf" />
<param name="quality" value="high" />
<embed src="../Sites/Tyrnauer/realtyrnauer3.swf" width="550" height="400"
align="absmiddle" quality="high"
pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</div>
</body>
</html>