That's what I've read, but in my case it's not working. Still no resizing even when I use 100%. It seems like this particular SWF does not want to resize.
I've just got a test html page at the moment, so I'm using the simplest scenario possible. When you say relative positioning vs absolute are you refering to div tags?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
<html xmlns="http://www.w3.org/1
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
This is top<br />
<br />
<OBJECT classid="clsid:D27CDB6E-AE
WIDTH="100%" HEIGHT="100%" id="test" ALIGN="">
<PARAM NAME=movie VALUE="test.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="test.swf" quality=high bgcolor=#FFFFFF WIDTH="100%" HEIGHT="100%" NAME="test" ALIGN="" TYPE="application/x-shockw
</OB
<br />
This is bottom<br />
</form>
</body>
</html>
Main Topics
Browse All Topics





by: ChristoferDutzPosted on 2009-09-23 at 00:11:40ID: 25400616
At first set the width and height of your SWF to be dynamic ("100%") currently it has a fixed width of 585 and a height of 576. Otherwise the swf will not be resized at all.
com/tutori als/flash/ as3fluidre size/
If your swf uses relative positioning, everything should be fine. If not, you may have to make your SWF resizable be reacting to Resize Events. Here's a tutorial on this:
http://www.republicofcode.