Flash doen't show on the web site

Hello everyone,
I have a little trouble that drove me nut. I embedded a flash movie (swf file) into my web page (html). That works fine in my computer but when i upload the page on GoDaddy web server it doesn’t show anything. I used Dreamweaver to build this page. Here is the code of the embed flash movie:

<script type=“text/javascript”>
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0’,‘width’,‘485’,‘height’,‘300’,‘src’,‘movie1’,‘quality’,‘high’,‘pluginspage’,‘http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,'movie1’ ); //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=“485” height=“300”>
<param name=“movie” value=“movie1.swf”>
<param name=“quality” value=“high”>
<embed src=“http://www.nailsbyvivian.net/movie1.swf” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width=“485” height=“300”></embed>
</object></noscript>

Please take a look and tell me what was wrong. The Flash movie is uploaded so i know it there. Thanks a lot