Skip to main content
January 31, 2013
Answered

SWF view FullScreen all monitor size

  • January 31, 2013
  • 1 reply
  • 388 views

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

This topic has been closed for replies.
Correct answer kglad

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.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 31, 2013

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.