# How to stop the SWF resizing in the browser?

**URL:** https://forum.kirupa.com/t/how-to-stop-the-swf-resizing-in-the-browser/266821
**Category:** flash
**Created:** [July 24, 2008, 5:22pm UTC](https://forum.kirupa.com/t/how-to-stop-the-swf-resizing-in-the-browser/266821 "2008-07-24T17:22:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![7storyreason](https://avatars.discourse-cdn.com/v4/letter/7/a4c791/32.png) [@7storyreason](https://forum.kirupa.com/u/7storyreason)
#### Post date: [July 24, 2008, 5:22pm UTC](https://forum.kirupa.com/t/how-to-stop-the-swf-resizing-in-the-browser/266821/1 "2008-07-24T17:22:11Z")

</div>

Hi… well the title pretty much explains it all I’m just trying to stop the SWF resizing when its being viewed in the browser. Im not brilliant with actionscript so you’ll have to bare with me.

I’m using the following code but it’s doesn’t seem to have any effect

```auto
Stage.align = "LT";
Stage.scaleMode = "noScale";

```
