[Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Matt Muller
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


Re: [Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Helmut Granda
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


Re: [Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Matt Muller
you shouldnt have to do that :)

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

___
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


Re: [Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Muzak
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