Embedding a List of YouTube videos in an iframe -


i trying embed list of youtube videos website. videos don't belong particular playlist such. random videos need played 1 after other.

according this article possible playlist property:

playlist (supported players: as3, html5)
value comma-separated list of video ids play. if specify value, first video plays video_id specified in url path, , videos specified in playlist parameter play thereafter.

however code doesn't seem work. here's i've tried

<iframe id="ytplayer" type="text/html" width="640" height="390"     src="http://www.youtube.com/playlist?playlist=phi4tfz-f0g,hckrd3k8_a,9faziq-vpdw"     frameborder="0" />  <iframe id="ytplayer" type="text/html" width="640" height="390"         src="http://www.youtube.com/embed/phi4tfz-f0g?autoplay=1&playlist=phi4tfz-f0g,hckrd3k8_a,9faziq-vpdw"         frameborder="0" /> 

i tried putting video ids list (phi4tfz-f0g,hckrd3k8_a,9faziq-vpdw) @ demo page here, doesn't work.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -