Several things to consider here... Depending on what you're really trying to achieve!
This is your present html code:
<html>
<head>
<title>Friendly DorX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center"><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
width="760" height="520">
<param name=movie value="pagewebdorxfinal.swf">
<param name=quality value=high><param name="BGCOLOR" value="#000000">
<embed src="pagewebdorxfinal.swf" quality=high pluginspage="
type="application/x-shockwave-flash" width="760" height="520" bgcolor="#000000">
</embed>
</object></div>
</body>
</html>
A few questions...
Why the use of a div?
In 800x600, you still have a white border around your movie. Do you want to get rid of even that?
Would you want to push this at being full screen, without the address bar, status bar, tool bar, borders etc.. etc?
Meanwhile you can try a few things...
This will get rid of the white border:
<BODY BGCOLOR="#000000" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0">
Try WIDTH=100% HEIGHT=100% in the object & embed tags to fill the browser with your movie. This way when the user reduces his browser's window, your movie is scaled down and is still all visible rather than being cropped.
If you want to have a go at fullscreen, have a look at this FAQ:
faq250-391
Last but not least... Let me know this post was useful to you!
B-)
"If nothing else, I can always serve as a bad example!”