# Full Screen swf

**URL:** https://forum.kirupa.com/t/full-screen-swf/292546
**Category:** web dev
**Created:** [July 15, 2009, 3:31pm UTC](https://forum.kirupa.com/t/full-screen-swf/292546 "2009-07-15T15:31:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![blimpman](https://avatars.discourse-cdn.com/v4/letter/b/db5fbb/32.png) [@blimpman](https://forum.kirupa.com/u/blimpman)
#### Post date: [July 15, 2009, 3:31pm UTC](https://forum.kirupa.com/t/full-screen-swf/292546/1 "2009-07-15T15:31:29Z")

</div>

I have spent the last few days trying to work out how to make my swf file scale 100% to the width and height of my browser.

So far I’ve created a canvas size of 1920x1440 (in flash) and before publishing, set my html dimension width and height to 100%.

![](http://forum.kirupa.com/uploads/kirupa/5628/d8405296fc88874f.jpg)

After publishing my project and uploading to a server, it looks something like this:

[http://www.blimpmedia.com.au/chester/006/](http://www.blimpmedia.com.au/chester/006/)

Although it appears fine, the images are being cropped. If you try re-scaling the browser window, the swf doesn’t scale.

Out of curiosity I tried setting my html scale setting to exact fit

![](http://forum.kirupa.com/uploads/kirupa/5629/d10df79dff4cec5d.jpg)

and got this result: [http://www.blimpmedia.com.au/chester/007/](http://www.blimpmedia.com.au/chester/007/)

as you can see, the swf scales to the size of the browser and re-scales if you resize the browser widow, but its all out of proportion.

So how do I go about fixing this, do I need to add some css to my html or do I need to add or activate a setting in my flash project?
