Embed .swf in myspace?

Hey there. I am trying to embed my .swf file so it displays on my myspace page, but i think i severely screwed up the code.
Here are my issues that I hope you can help with:

1.) i want the video to be compatible in IE & Firefox. (currently it works better in firefox)

2.) NO loop

3.) the links in the page must function when the correct code is in place.

The location for my SWF movie is: http://www.fileden.com/files/2007/3/23/919039/friendslist.swf

My current code looks like:

<object type=“application/x-shockwave-flash” data=“http://www.fileden.com/files/2007/3/23/919039/friendslist.swf” height=“350” width=“1000”>
<param name=“movie” value=“http://www.fileden.com/files/2007/3/23/919039/friendslist.swf” />
<param name=“allowScriptAccess” value=“never” />
<param name=“allowNetworking” value=“internal” />
<param name=“loop” value=“false” />
</object>