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.
プレーヤーがフルスクリーン モードに入ったときに検出されるイベントはありますか?
詳細: Flash フォールバックあり
この関数をイベント リスナーに配置しconsole.log(player.isFullScreen); ます。プレーヤーがフルスクリーン モードの場合、これは true を出力します。変数の内容を正常に出力するには、プレーヤーを動的に作成し、それを player という変数に割り当てる必要があります。
console.log(player.isFullScreen);