Copy link to clipboard
Copied
hi,
in flash actionscript3.0, view the swf fullscreen all monitor. how to define the all dimetions monitor
(16in monitor, 21 in monitor.....ect) view the excat fullscreen.
thnks
assign the stage.displayState="fullScreen" will trigger fullscreen if the embedding code enables allowfullscreen and that code executes in response to a click or is in an air app.
Copy link to clipboard
Copied
assign the stage.displayState="fullScreen" will trigger fullscreen if the embedding code enables allowfullscreen and that code executes in response to a click or is in an air app.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now