# Positiong mc's for full browser flash?

**URL:** https://forum.kirupa.com/t/positiong-mcs-for-full-browser-flash/215647
**Category:** Uncategorized
**Created:** [February 8, 2007, 11:56pm UTC](https://forum.kirupa.com/t/positiong-mcs-for-full-browser-flash/215647 "2007-02-08T23:56:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Flash\_Man1](https://avatars.discourse-cdn.com/v4/letter/f/8797f3/32.png) [@Flash\_Man1](https://forum.kirupa.com/u/Flash_Man1)
#### Post date: [February 8, 2007, 11:56pm UTC](https://forum.kirupa.com/t/positiong-mcs-for-full-browser-flash/215647/1 "2007-02-08T23:56:52Z")

</div>

hey all,

just wondering how you would go about posiitoning an mc for full browser flash

here is a section of my code:  
[AS]var stageListener:Object = new Object ();  
stageListener.onResize = positionContent;  
Stage.addListener(stageListener);

function positionContent():Void {  
menu\_bottom.\_x = 0;  
menu\_bottom.\_y = 250;  
}  
positionContent();[/AS]

Cheers in advance 🙂  
ps. this is not showing my mc at all??

all i see is my dynamically made background??
