Flash not working on page

Hi, i got a problem. (well…thats probably obvious since i’m posting a topic entitled ‘flash not working on page’, i guess the ‘not working’ bit kinda gave it away)

anyway.

i made a simple flash movie for a webpage, it works fine off the computer, but when loaded onto a server on the interweb, it doesn’t work.

i used flash mx 2004, and to get the html for the page, i went to file - publish preview - html. that of course loads up in the browser, and i copy the html from the view source.

heres the code i used -

<!–url’s used in the movie–>
<!–text used in the movie–>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“600” height=“60” id=“kartmovie” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“kartmovie.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#000000" />
<embed src=“kartmovie.swf” quality=“high” bgcolor="#000000" width=“600” height=“60” name=“kartmovie” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>

it sits nicely in its own div layer if thats any help.