Urgent need Help

Hi Flash Gurus,

I want to embed a swf file in HTML to view in the browser but i cant view some portion of the swf file it is not visible i mean i have a slide moive it slides into the left corner
i dont see in full screen. Some portion on the left side side is cut. I am not sure if there is error in with and hight or source path or etc. I used CS3 even after exporting through this i am not able to view in browser.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<title>ITMP</title>
</head>
<body objectSource=“Testweb.swf” onload=“ObjectLoad();” leftmargin=0 topmargin=0 scroll=no>
<P Align=center>
<object width=“1004” height=“606”
classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000”
codebase=“http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=8,0,0,0”>
<param name=“movie” value=“Testweb.swf” />
<embed src=“Testweb.swf” width=“1004” height=“606”
type=“application/x-shockwave-flash” pluginspage=
http://www.macromedia.com/go/getflashplayer” />
</object>
<form id=“objectDestination”>
</form>
</body>
</html>

I am able to veiw when i embed in the below code.but i am not able to see same when i browse the file through Webserver link ie. Over http://…

Is there problem in objectSource path.

<html>
<head><script src=“res://mshtml.dll/objectembed_neutral.js”></script>
</head>
<body objectSource=“file:///C:/Documents%20and%20Settings/Ali%20kris/Desktop/Testweb1.swf” onload=“ObjectLoad();” leftmargin=0 topmargin=0 scroll=no>
<form id=“objectDestination”>
</form>
</body>
</html>

Thank you in advance
sbn