AS3 fullscreen?
AS3 fullscreen?
- Started
- Last post
- 5 Responses
- ukit
Is it possible to create a SWF file that goes fullscreen upon being clicked, in AS3? It would not be accessed via an HTML page, just the SWF.
- 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.
- ukit0
Sorry, what I meant was, goes fullscreen when you just open the SWF file. The user wouldn't actually click anything, it would just go fullscreen by default.
- skelly_b0
this, perhaps?
http://pastebin.com/m639147
- MediaPimp0
if you're using a flash projector of swf files and not loading it into the browser, use function "fscommand"
- airey0
scream 'FULL SCREEN' at the monitor.