Help! Can't embed my movie

I’ve been working on this flash flyer. Problem is I can’t get my web browsers to open it. I’m not sure what the problem is I’ve tried several different pieces of code to embed it, but it only shows up as a black square.

Html code (from dreamweaver):

<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=“182” height=“330”>
<param name=“movie” value=“http://www.christinapeel.com/temp_test/blaflyer_uke4_v8.swf” />
<param name=“quality” value=“high” />
<embed src=“http://www.christinapeel.com/temp_test/blaflyer_uke4_v8.swf” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“182” height=“330”></embed>
</object>

The movie is exported as flash 7, and I’m not getting any error messages from flash. The movie works in flash player and when I test it thru flash.

The movie contains the XSPF Web Music Player: http://musicplayer.sourceforge.net/
I have modified the script and removed some of its elements to suit my needs. This can definitely be the source of my problem. I’m pretty new to flash, and wasn’t completely sure what I was doing. However I tried removing the player and its script and I still couldn’t get it to show up in my browsers.

Download the fla file

If you need more info to give me an answer please ask. I really frustrated over this.