Html

Hello
I would like to know if anyone knows why I cant view my html
from my desktop. this is what I did I opened my flash file then drag the html on my destop then clicked on the html but it doesn’t load I just get a black background.
But if I open my Flash file and click the html it opens and I can see
the movie the second thing is my movie is still to the left.
So I whent to the source looked at the code and saw that it said
=align midle so I changed it to = aligned center, but still no go.
the movie is still to the left? Any ideas on how to fix these 2 problems… thanks

My source code

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>Spookypromotional</title>
</head>
<body bgcolor="#000000">
<!–url’s used in the movie–>
<!–text used in the movie–>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0” width=“755” height=“495” id=“Spookypromotional” align=“center”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“Spookypromotional.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#000000" />
<embed src=“Spookypromotional.swf” quality=“high” bgcolor="#000000" width=“755” height=“495” name=“Spookypromotional” align=“center” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>