gpt4 book ai didi

flash - 前贴片广告期间 YouTube 的 PlayerState 是什么?

转载 作者:行者123 更新时间:2023-12-01 06:52:46 26 4
gpt4 key购买 nike

Flash YouTube API getPlayerState() 方法有 6 个可能的值:

  • -1(未启动)
  • 0(已结束)
  • 1(播放中)
  • 2(暂停)
  • 3(缓冲)
  • 5(视频提示)。

手册内容如下:

When the player first loads a video, it will broadcast an unstarted (-1) event. When a video is cued and ready to play, the player will broadcast a video cued (5) event. In your code, you can specify the integer values or you can use one of the following namespaced variables.

考虑一下:

  1. 播放器被 CUED 等待用户交互。
  2. 用户点击播放
  3. 前贴片视频广告开始播放

播放器在前贴片广告期间处于什么状态?我如何知道正在播放广告?

最佳答案

我在 https://developers.google.com/youtube/youtube_player_demo 为您完成了工作

使用预卷播放视频,然后点击播放会导致:

  1. onStateChange 事件:播放器状态更改为:“-1”(未定义)
  2. cueVideoById(cggNqDAtJYU, parseInt(0), 默认);
  3. onStateChange 事件:播放器状态更改为:“5”(视频提示)
  4. onStateChange 事件:播放器状态更改为:“2”(暂停)

因此,在广告播放期间,视频的状态为 PAUSED (2)。此外,在预卷期间调用 playVideo() 或 pauseVideo() 将是无操作的。

关于flash - 前贴片广告期间 YouTube 的 PlayerState 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12464499/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com