Full Screen Movie Question

I want to make a Flash movie be 100% of the browser window. I know how to do this just usaing the Publish settings. The problem is that I want the stage of the movie to fill the browser without scaling up the actual movieclips and components of the movie.

How is this accomplished?

Thanks so much,
Lee

err try

 fscommand("fullscreen",true)

I don’t think that’s gonna help because the FSCommand you specified is for desktop.

Try the script at the bottom if it’s not what you want you can aways halla at me. Chage the BGcolor and file name:p:


<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%” align=“middle” salign=“0”>
<param name=movie value=“FILENAME.swf”><!–<param name=quality value=low>–>
<param name=scale value=noscale>
<param name=menu value=false>
<param name=bgcolor value=#2e2e2e>
<param name=“salign” value=“0”>
<embed src=“FILENAME.swf” width=“100%” height=“100%” align=“middle” scale=noscale menu=false bgcolor=”#2e2e2e" salign=“0"type=“application/x-shockwave-flash” pluginspage=”<A href=“http://www.macromedia.com/go/getflashplayer"></embed">http://www.macromedia.com/go/getflashplayer”></embed>
</object>

See my see www.sbcwebdesign.com click on the v2 and you’ll see!