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.
YouTube ビデオがあり、終了時にイベントをトリガーする必要があります。どのようにするか知っていますか?
API または動画が読み込まれると、動画の状態を確認できます。 「-1」 - 動画を再生する準備ができて います。「1」 - 動画を再生しています (再生ボタンをクリックしました) 。「2」 " - ビデオは一時停止されてい ます "0" - ビデオの終わり
var status = player.getPlayerState();
API ユーチューブ