Help, y’all…!!!
I’ve tried searching for anything that would allow me to force the browser window to full size and keep the Flash content to it’s full size as well. I keep getting a white border around the page instead of it completely filling out the background.
example is attached.
Here’s my html code:
[INDENT]<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>[/INDENT]
[INDENT]<head>[/INDENT]
[INDENT]<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />[/INDENT]
[INDENT]<title>R2B_BannerIntro_04</title>[/INDENT]
[INDENT]</head>[/INDENT]
[INDENT]<body bgcolor="#ffffff" leftmargin=“0” topmargin=“0” marginwidth=“0” marginheight=“0”>[/INDENT]
[INDENT]<!–url’s used in the movie–>[/INDENT]
[INDENT]<!–text used in the movie–>[/INDENT]
[INDENT]<!-- saved from url=(0013)about:internet -->[/INDENT]
[INDENT]<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0” width=“100%” height=“100%” id=“R2B_BannerIntro_04” align=“bottom”>[/INDENT]
[INDENT]<param name=“allowScriptAccess” value=“sameDomain” />[/INDENT]
[INDENT]<param name=“movie” value=“R2B_BannerIntro_04.swf” /><param name=“quality” value=“best” /><param name=“scale” value=“noscale” /><param name=“salign” value=“b” /><param name=“wmode” value=“opaque” /><param name=“bgcolor” value="#ffffff" /><embed src=“R2B_BannerIntro_04.swf” quality=“best” scale=“noscale” salign=“b” wmode=“opaque” bgcolor="#ffffff" width=“100%” height=“100%” name=“R2B_BannerIntro_04” align=“bottom” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />[/INDENT]
[INDENT]</object>[/INDENT]
[INDENT]</body>[/INDENT]
[INDENT]</html>[/INDENT]
Thanks…!