AS3 fullscreen?
AS3 fullscreen?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- skelly_b0
I think you can add the event listener to the stage:
stage.addEventListener(MouseEven... clickHandler);Then in clickHander(e:MouseEvent) call the necessary fullscreen command that I can't remember off the top of my head.