[flexcoders] Re: How to detect if hardware scaling is disabled?

2008-04-24 Thread tuomas.glad
To: flexcoders@yahoogroups.com > Sent: Thursday, April 24, 2008 1:58:37 AM > Subject: [flexcoders] Re: How to detect if hardware scaling is disabled? > > --- In flexcoders@yahoogroups.com, "tuomas.glad" wrote: > > > > Hi, > > > > Is there anyway

Re: [flexcoders] Re: How to detect if hardware scaling is disabled?

2008-04-24 Thread Cole Joplin
Call Stage.displayState, which returns a string: "fullscreen" or "normal" -- Cole - Original Message From: tuomas.glad <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, April 24, 2008 1:58:37 AM Subject: [flexcoders] Re: How to detect if ha

[flexcoders] Re: How to detect if hardware scaling is disabled?

2008-04-24 Thread tuomas.glad
--- In flexcoders@yahoogroups.com, "tuomas.glad" <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there anyway to detect is hardware scaling is enabled/disabled? I'm > getting weird results if I disable hardware scaling from player > preferences and try to go to fullscreen mode. > > Thanks, > Tuomas >