MaTT:

This "bug" has been there since Flash 8, ( i think it has been there since
flash MX but dont have it to confirm it).

Muzak:

Thanks for the code

On 9/7/07, Muzak <[EMAIL PROTECTED]> wrote:
>
> trace("    - stageHeight = " + stage.stageHeight);
>
> function stageResizeHandler(evt:Event):void {
> trace("Application ::: stageResizeHandler");
> trace("    - stageHeight = " + stage.stageHeight);
> }
> stage.addEventListener(Event.RESIZE, stageResizeHandler);
>
> regards,
> Muzak
>
> ----- Original Message -----
> From: "Matt Muller" <[EMAIL PROTECTED]>
> To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
> Sent: Friday, September 07, 2007 4:25 PM
> Subject: [Flashcoders] stage.stageheight bug in as3
>
>
> > put this in an empty doc on the first frame
> >
> > trace('stage.stageHeight = ' + stage.stageHeight);
> >
> > if you publish with the bandwidth explorer open it shows the stageheight
> as
> > 100 px less than it is.
> >
> > - MaTT
>
>
> _______________________________________________
> 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
>



-- 
...helmut
_______________________________________________
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