A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: stage.fullScreenWidth/Height not working

  1. #1
    Senior Member
    Join Date
    Oct 2008
    Posts
    179

    stage.fullScreenWidth/Height not working

    I am using the code directly from here: http://livedocs.adobe.com/flash/9.0/...ullScreenWidth

    and getting this error:
    Code:
    1119: Access of possibly undefined property fullScreenWidth through a reference with static type flash.display:Stage.
    1119: Access of possibly undefined property fullScreenHeight through a reference with static type flash.display:Stage.
    Am I missing a package or something???

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    You must have changed stage to Stage. Then you get this error.
    stage.fullScreenSourceRect = fullScreenRect;
    stage.displayState = StageDisplayState.FULL_SCREEN;
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center