Flash q?
Flash q?
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- Parent0
thanks man.. still can't get it to work though?? I have a mc called 'myBottomAlignedMc' then i have // this stops full size flash from resizing
Stage.scaleMode = "noscale";
getURL("FSCommand:fullscreen", "true");// this makes sure its always centred
Stage.align = "C";
Stage.addListener(this);// create a listener that check for browser changes
listenerCheckStage = new Object();
listenerCheckStage.onResize = function() {
// you then add script here that reacts to browse size changes
myBottomAlignedMc._y = (Stage.height/2)-myBottomAligned...
};// activate listener
Stage.addListener(listenerCheckS...in a frame action ?