Resizing window

Is it possible to resize the browser window from inside Flash MX, or do you need to do that with something like Dreamweaver. If so, how?

yes, with javascript

getURL(“java**script: [javascript code goes here]; void(0);”);

do some searches for javascript and browser property adjusting like moving, resizing etc to find what to use - possibly finding what you want (whatever it is exactly) already pre-written

ok, no you cannot resize the flash move to fit your browser within flash. you need to write some javascript code.

---------------------------------------------------
SCRIPT language=“JavaScript”>
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
/SCRIPT
----------------------------------------------------

and your table code for the flash file should start out like this

---------------------------------------------------
table width=“100%” border=“0” height=“100%”
----------------------------------------------------

there ya go
you can aslo check out a site i did with a lot of resizeing javascript code. http://www.hylansupply.com