ボタンを押したときに全画面表示にしたい。
import flash.display.Stage;
import flash.display.StageDisplayState;
buttonfullscreen.onRelease = function()
{
stage.displayState = StageDisplayState.FULL_SCREEN;
}
どうしたの?
ボタンを押したときに全画面表示にしたい。
import flash.display.Stage;
import flash.display.StageDisplayState;
buttonfullscreen.onRelease = function()
{
stage.displayState = StageDisplayState.FULL_SCREEN;
}
どうしたの?