[SIZE=2]Hi!
Can someone help me pls!
I’ve done a really simple flash file and embedded it onto my HTML page using dreamweaver (Insert ->Media).
When i preview the page using Dreamweaver in Safari and Firefox, they both work, however when upload the HTML file to my server, i don’t see anything on the page except the title. (the page is fully in flash, it’s just one flash movie, the .swf file is 20KB)
this is my code:[/SIZE]
[COLOR=Red]<title>plan. prepare. play.</title>
<script src=“AC_RunActiveContent.js” type=“text/javascript”></script>
<table width=“800” height=“294” border=“0” align=“center”>
<tr>
<td width=“800” height=“500” align=“center” valign=“middle”><script type=“text/javascript”>
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0’,‘width’,‘800’,‘height’,‘500’,‘src’,‘homepage’,‘quality’,‘high’,‘pluginspage’,‘http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,'homepage’ ); //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=“800” height=“500”>
<param name=“movie” value=“homepage.swf” />
<param name=“quality” value=“high” />
<embed src=“homepage.swf” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width=“800” height=“500”></embed>
</object></noscript></td>
</tr>
</table>
[SIZE=2][COLOR=Black]
[/COLOR][/SIZE][SIZE=2][COLOR=Black]please help!!
many thanks![/COLOR]
[/SIZE][/COLOR]