# Proportionate full flash page

**URL:** https://forum.kirupa.com/t/proportionate-full-flash-page/197927
**Category:** Uncategorized
**Created:** [August 20, 2006, 11:13pm UTC](https://forum.kirupa.com/t/proportionate-full-flash-page/197927 "2006-08-20T23:13:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![smeared](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@smeared](https://forum.kirupa.com/u/smeared)
#### Post date: [August 20, 2006, 11:13pm UTC](https://forum.kirupa.com/t/proportionate-full-flash-page/197927/1 "2006-08-20T23:13:49Z")

</div>

alright… so i have

Stage.align = “LT”;

Stage.scaleMode = “noScale”;  
stageListener = new Object();  
stageListener.onResize = formatStage();

stageListener.onResize();  
function formatStage() {

```
mainloader_mc._width = Stage.width;
mainloader_mc._height = Stage.height;

```

}  
Stage.addListener(stageListener);

it isn’t quite working but i had it resizing… so i’m not too worried about that… but what i don’tknow how to do is keep the pictures in the movieclip proportionate no matter what shape the window is in… thanks
