0

我在 youtube 上创建了一个播放列表。该网址效果很好,但我无法从中获取 ID。它似乎不起作用。

我的播放列表是:

http://www.youtube.com/playlist?list=PLE_-2rZv8j2ro-QgxzK9nvi9O61dgE-Hx

当我将“E_-2rZv8j2ro-QgxzK9nvi9O61dgE-Hx”插入 youtube 播放器演示时,它不起作用:https ://developers.google.com/youtube/youtube_player_demo

我需要该 ID 来制作 API Iframe。

谢谢你的帮助 !

4

1 回答 1

0

播放器演示有一个带有新 ID 的错误。试试JSFiddle

<iframe id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/?listType=playlist&list=PLE_-2rZv8j2ro-QgxzK9nvi9O61dgE-Hx" frameborder="0" allowfullscreen>

于 2013-03-04T16:11:12.130 回答