Scaling the Stage Pls help

:upset:Hi, I’ve made a transparent ad for the pramotion of our website that is floating across the screen. After a specific interval of time two movieclips reduced and fit on the right slot of the homepage. The transparent movie fit on a layer in the homepage. Everything is working well.

But the problems comes with Internet explorer ver 5.0. that is the links below the layer is not working. Inorder to solve shall we reduce the scale of the SWF. I think that is the only remedy for this situation. How can we do that scaling the entire stage using a stage object.

Any help regarding this matter will be really appreciable… :ear:

I’m not sure I understand what you want, but you can try to have a go with the Stage.onResize() method.

Just one question…
Stage.onResize is a built in method and does it accept any parameters …
i can’t find anything that follows this in the flash script editor Moreover the Drop down that comes automatically in the script window doen’t show this method. Shall we create a stage Object and define a custome function for this? I think my question is very complex … well, i just want to know is it possible to scale the movie by itself calling an AS… That’s all :slight_smile:

You can’t resize the Stage with Actionscript. This will detect when the user resizes the whole browser window resulting in a viewing area that’s smaller than the actual Stage. And that method doesn’t need parameters, it just detects that the size of the Stage has changed :slight_smile: http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary676.html