It works OK for me without the onEnterFrame...
I think what's happening is your Flash IDE SWF preview window is being
cropped for display. Is the bandwidth profiler open and cropping your SWF?
Have you tried outputting your trace to the stage and previewing it in a
HTML file?



On 11/17/06, Helmut Granda <[EMAIL PROTECTED]> wrote:

I am sure this has come up before but I couldnt find any specific answer
to
this "bug".

If i create a blank movie and post this scrit trace(Stage.height); it will
give 100 less than the actual size. but if you do this:

this.onEnterFrame = function() {
trace(Stage.height);
}

it will trace the true size after the first enterFrame.

Ideas?

TIA

--
...helmut
helmutgranda.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to