# Resizing a flash window

**URL:** https://forum.kirupa.com/t/resizing-a-flash-window/306366
**Category:** flash
**Created:** [March 14, 2010, 2:31am UTC](https://forum.kirupa.com/t/resizing-a-flash-window/306366 "2010-03-14T02:31:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jamrobot](https://avatars.discourse-cdn.com/v4/letter/j/eada6e/32.png) [@jamrobot](https://forum.kirupa.com/u/jamrobot)
#### Post date: [March 14, 2010, 2:31am UTC](https://forum.kirupa.com/t/resizing-a-flash-window/306366/1 "2010-03-14T02:31:25Z")

</div>

Hi,  
I’ve been working on a full flash website project and recently my flash has stopped resizing… (therefore in the browser it wont be full size). This happens when I import this 3D Picture gallery as a movie clip onto stage…

```
 [LEFT] [COLOR=#000000] [COLOR=#007700]var [/COLOR][COLOR=#0000bb]wall_mc[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000bb]Wall [/COLOR][COLOR=#007700]= new [/COLOR][COLOR=#0000bb]Wall[/COLOR][COLOR=#007700](); 

```

[/COLOR][COLOR=#0000bb]addChildAt[/COLOR]COLOR=#007700;  
[/COLOR][COLOR=#0000bb]wall\_mc[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]x [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]243[/COLOR][COLOR=#007700];  
[/COLOR][COLOR=#0000bb]wall\_mc[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]y [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000bb]157[/COLOR][COLOR=#007700];  
[/COLOR] [/COLOR] [/LEFT]

I have searched everywhere to find why it stops resizing after this component is loaded in… any guesses to why?? ![](http://forum.kirupa.com/uploads/kirupa/5204/e96ed491edf5bf9f.gif)
