1

在包含多个嵌入 youtube 视频的页面上,

我想根据正在播放的 youtube 视频执行一些操作。

关于检测当前视频信息的任何想法?例如嵌入 youtube url。

所以我试图:

  • 获取当前播放视频的嵌入网址
  • 根据 url 执行一些操作。
4

2 回答 2

0

You can find all the API for retrieving video information here https://developers.google.com/youtube/js_api_reference#Retrieving_video_information

To get the youtube url use either player.getVideoUrl() or player.getVideoEmbedCode()

于 2012-10-24T16:14:02.190 回答
-1

mm 我认为您可以使用 Javascript Window.event 和 PHP 来保存数据,我将尝试编写少量代码,然后向您展示该代码。

于 2012-10-24T08:21:00.653 回答