Full screen flash on all screens

The problem I have is that I designed a website 800x600 (page size).

When I publish the website in 800x600 screen resolution the website doesn’t fit in the whole page (it stretches).
I then designed the website taking up half of the 800x600 page and published it. It viewed full screen on 800x600 screen resolution only and on other screen resolutions it shrinked.

PLEASE LET ME KNOW HOW I COULD VIEW IT FULL SCREEN ON ALL RESOLUTIONS,

HERE IS MY CODE BELOW…

PLEASE COULD YOU SEE WHAT IS WRONG WITH IT:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[COLOR=#22229c]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/COLOR]”>
<html xmlns="[COLOR=#22229c]http://www.w3.org/1999/xhtml[/COLOR]" xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>index</title>
</head>
<body bgcolor="#000000">
<!–url’s used in the movie–>
<a href="<A href="mailto:FAZ@SK1ONLINE.CO.UK"></a">mailto:FAZ@SK1ONLINE.CO.UK"></a>
<a href="<A href="mailto:dhol99@hotmail.com"></a">mailto:dhol99@hotmail.com"></a>
<!–text used in the movie–>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase="[COLOR=#22229c]http://download.macromedia.com/pub/…version=7,0,0,0[/COLOR]" width=“100%” height=“100%” id=“index” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“index.swf” />
<param name=“quality” value=“best” />
<param name=“scale” value=“exactfit” />
<param name=“wmode” value=“transparent” />
<param name=“bgcolor” value="#000000" />
<embed src=“index.swf” quality=“best” scale=“exactfit” wmode=“transparent” bgcolor="#000000" width=“100%” height=“100%” name=“index” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage="[COLOR=#22229c]http://www.macromedia.com/go/getflashplayer[/COLOR]" />
</object>
</body>
</html>

It’s no the html… take a look at this.

If you want it full screen on anysize and not scaled or streatched on anysize thats a technical impossibility really. This method essentially adds and removes blank space around your assetsto ensure the whole of the browser is used without streatching or squashing your content.

Haha, I just realised I sent you to a thread that sent me to a thread that sent me to another thread before I found the answer. You’ll probably ant to read through them all anyway, but here’s a shortcut to the answer… http://www.actionscript.org/tutorials/intermediate/Dynamic_Layout_Control/index.shtml

like my site? www.pablodavi.com
see the html and my swf …
[U][COLOR=“DarkSlateGray”]www.pablodavi.com/v5/index.html
www.pablodavi.com/v5/files/main.fla[/COLOR][/U]

try this. working fine in my site. u ll see!
:smiley: GoodLuck!