What do I do to allow my files to auto adjust to the size of the html browser window?
How do I allowscale of my .swf file when I embed the file in my html file for the browser window? I've tried using the FScommand "allowscale","fullscreen" and so on, but I'm lost on this one guys. What do I do to allow my files to auto adjust to the size of the html browser window?
in publish settings (ctrl+ shift +f12) set the html options for dimensions to percent, then make sure the width and hieght are set to 100, and publish your movie.
Like 1stbite said, set the width/height to 100%. Also, if you don't want your movie to scale, only to take up the whole window, add this to your embed params:
Code:
<param name=scale value=noscale>
Also, to prevent the scrollbar from showing up on the side of the screen (which is ugly), try using: