问题描述
我已遵循本教程http://www.lavacoms.com/2012/01/embedded-youtube-playlist-autoplay/
这是一个很好的教程.我的问题是,如果我的页面上嵌入了一个播放列表,但我希望第一个视频可以说是第二个或第三个视频,甚至是播放列表的第一个视频,我该怎么办?
it is an excellent tutorial. my question is if I have a playlist embedded on my page but I would like the first video to be let say the second or the third video or even the sisth video of the play list what do I have to do?
谢谢
推荐答案
<iframe src="http://www.youtube.com/embed/VIDEO_ID?list=PLAYLISTURL&autoplay=1&modestbranding=1&fs=2" frameborder="0" width="640" height="385"></iframe>
它说 VIDEO_ID 的地方把你想从你的播放列表中首先播放的视频 ID.它说 PLAYLISTURL 放置了 url 的 ID.
where it said VIDEO_ID put the video Id that you want to play first from your play list. where it said PLAYLISTURL put the ID of the url.
在 http://911-need-code-help.blogspot.com/2012/07/youtube-iframe-embeds-video-playlist-and-html5.html
希望能帮到别人
这篇关于如何在嵌入式 YouTube 视频中播放播放列表的特定视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!