|
-
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?
Thanks,
old_newbie101
-
No I can't do it by tommorow..
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.
hope that helps
-
the friendly canadian
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:
Code:
<style type=text/css>
body{ overflow-y:hidden }
</style>
just below the body tag.
Hope that helps.
-
Thanks to you both.
Hey,
Thanks for the input, you guys saved me a little headache.
Old_newbie101
-
the friendly canadian
Glad to have helped. Happy flashing!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|