# Scrren size for full screen flash

**URL:** https://forum.kirupa.com/t/scrren-size-for-full-screen-flash/186836
**Category:** flash
**Created:** [April 24, 2006, 10:30pm UTC](https://forum.kirupa.com/t/scrren-size-for-full-screen-flash/186836 "2006-04-24T22:30:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ice987](https://avatars.discourse-cdn.com/v4/letter/i/779978/32.png) [@ice987](https://forum.kirupa.com/u/ice987)
#### Post date: [April 24, 2006, 10:30pm UTC](https://forum.kirupa.com/t/scrren-size-for-full-screen-flash/186836/1 "2006-04-24T22:30:31Z")

</div>

I’m creating a flash site. I want the flash movie to fill the entire browser window. What size should I make the canvas, I’ve been experimenting with sizes and a canvas size of 750_370 fills my browser well on a resolution of 800_600

How do you accomodate different resolution settings? What’s the most commonly used canvas size for this type of project.

---

<div class="post-metadata">

### Author: ![Bobocop](https://avatars.discourse-cdn.com/v4/letter/b/0ea827/32.png) [@Bobocop](https://forum.kirupa.com/u/Bobocop)
#### Post date: [April 24, 2006, 11:13pm UTC](https://forum.kirupa.com/t/scrren-size-for-full-screen-flash/186836/2 "2006-04-24T23:13:22Z")

</div>

Some one gave me this code.

> fscommand(“fullscreen”, “true”);  
> fscommand(“allowscale”, “true”);

Put It In the first frame.  
I think this Is what your asking for. this will make your stage fill your screen when you click on “Maximize”  
Then you can play with stage sizes to get best resolution

---

<div class="post-metadata">

### Author: ![KIERIOSHIMOTO](https://avatars.discourse-cdn.com/v4/letter/k/c6cbf5/32.png) [@KIERIOSHIMOTO](https://forum.kirupa.com/u/KIERIOSHIMOTO)
#### Post date: [April 25, 2006, 3:14am UTC](https://forum.kirupa.com/t/scrren-size-for-full-screen-flash/186836/3 "2006-04-25T03:14:17Z")

</div>

just go to publish settings and change the size or something. i cant remember what u do but thats how u can do it
