Groups | Blog | Home
all groups > macromedia flash sitedesign > march 2006 >

macromedia flash sitedesign : Full Screen Flash Website in all screen sizes


JOE121
3/21/2006 4:02:45 PM
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"
"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>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="http://download.macromedia.com/pub/...version=7,0,0,0" 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="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
pedroponting
3/22/2006 3:33:13 AM
Your explanation of the problem is not very clear. But if I understand you, I
think you need to remove the <embed> attribute "scale=exactfit" and <param
name="scale" value="exactfit" />. That setting will cause your movie to distort.
AddThis Social Bookmark Button