SWF file not showing after uploading to server

Hey, I’ve got a dreamweaver file (index.htm), that has a swf file embeded in it. I previewed it in dreamweaver, it looked fine. I’ve uploaded both the swf file and index.htm files to my server folder (in the same folder). When I try viewing it, everything comes up except the swf file. Dreamweaver says:
“Warning: Attributes and values for the EMBED tag vary by plug-in. Please check that all attributes and values are valid”… -don’t know if that has anything to do with it… ANY HELP would be much appreciated, especially for my sanity. here’s a little code for www.julianpeterson.com:

<body>
<p align=“center”> </p>
<p align=“center”> </p>
<p align=“center”>
<object classid=“clsid27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“550” height=“400” align=“middle”>
<param name=“movie” value=“julianmain.swf”>
<param name=“quality” value=“high”><param name=“BGCOLOR” value="#333333">
<embed src=“julianmain.swf” width=“550” height=“400” align=“middle” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” bgcolor="#333333"></embed>
</object>
</p>
<p align=“center” class=“style1”> © 2005 Julian Peterson. All Rights Reserved.</p>
<p> </p>
</body>
</html>