I may be wrong but as far as far as I know, you can use fscommand only with projectors. Since dude is talkning about scaling the flash movie with a browser resize, I think we need to take a different approach.
To have the flash movie scale dunamically with the browser size,
-- From the File menu go to Publish Settings
-- Choose HTML settings tab
-- From the dimension pulldown menu choose Percent. At the bottom of that write 100 by 100 for width and height.
-- Publish your flash file and copy the html code for the flash to use on your website.
You will get something like this:
| Code: |
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="100%" HEIGHT="100%" id="index2" ALIGN="top">
<PARAM NAME=movie VALUE="index2.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#333333> <EMBED src="index2.swf" menu=false quality=high wmode=transparent bgcolor=#333333 WIDTH="100%" HEIGHT="100%" NAME="index2" ALIGN="top"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT> |
_________________
Dust fills my eyes / Clouds roll by / and I roll with them / Centuries cry / Orders fly / and I fall again
Afford best design, implement best solution. Outsource your web design.