flash - In ActionScript 3 (AIR application), using stageDisplayState to go full screen only doesn't maximize whole stage, just certain elements -
i building air application employer using flash cs 5.5. application installed on mac mini attached planar touch screen display in portrait orientation (1080x1920). want able run app in full screen mode no toolbars/titlebars visible, i'm running snag:
on 1 of layers have flvplayback instance plays videos based on user input. when use stage.displaystate = stagedisplaystate.full_screen_interactive instead of making whole stage full screen, makes flvplayback element fullscreen , else on stage disappears.
i have tried executing command mouseclick, timer, , on application startup, , problem every time. appreciated.
flvplayback has property called fullscreentakeover (which defaults true).
if set false should resolve problem.
Comments
Post a Comment