Ok, so I created website in Dreamweaver for my Shortened Shakespeare flash animations. I've uploaded an unfinished version through Freewebs to see what it'd look like on the internet, and for some reason, the flash doesn't show up at all. When you're viewing the site, it fails to acknowledge that there's anything there at all.
Site. A Page With Flash on it. A link to where the flash itself is on the internet.
And here's the embedding code that it automatically added in Dreamweaver that isn't working in Freewebs:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4 44553540000" codebase="http://download.macromedia.com /pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="550" height="400" title="Macbeth">
<param name="movie" value="../Shortened Shakespeare/Macbeth.swf" />
<param name="quality" value="high" />
<embed src="../Shortened Shakespeare/Macbeth.swf" quality="high" pluginspage="http://www.adobe.com/shockw ave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
So, any help?