Answered
how to know size of window
hi, i want to know the size of the window where the flash presentation is running (intended for use in air app).
i tried this:
trace(this.width);
trace(stage.width);
both print 0 as output
tnx
__edit__
i just tried:
trace(stage.fullScreenWidth); also outputs 0 (first i tried Stage instead of stage and it output an error)
