Tracing enterFrame shows the right dimensions, as does setting
scaleMode to NO_SCALE and listening to Event.RESIZE.

Although, it doesn't quite match the args I pass in for default-size:

(Test.as is at http://pastie.caboo.se/67829)
> mxmlc -default-size 300 300 Test.as

trace output:
on resize dims are 296,304
on resize dims are 300,304

It looks like there's some extra padding there, but it could be that
it's because I'm using the debug flash player in Linux?

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
> I think SAFlashPlayer might do a quick resize so if you check
> later it has the right size.  Try tracing on "enterFrame" events.
> 
> In general, we do very little in the constructors.  There is
> an INIT method which is used to kick off real work.

Reply via email to