Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デスクトップ OS で実行するときに flex モバイル アプリケーションを全画面表示にする必要があります (air アプリとしてパッケージ化しました)。
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE によるフルスクリーンへの切り替えは、作成完了ハンドラでは実行できません。これは、ユーザーの操作を通じて行う必要があります。私は実際にこれを昨日やったばかりです。アプリにボタンを追加し、フルスクリーンを設定してボタンを非表示にする関数に onClick を設定します。とにかくそうしました。