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??