0
votes
0answers
133 views

Embedding Videos in a html page

I am trying to include videos in my web site preferably YouTube videos. I need to include three videos in my site and they should all play like a playlist. Initially one video should play and the ...
0
votes
3answers
2k views

Embedding YouTube Playlist using SWFObject.embedSWF()

I'm trying to use YouTube's JavaScript API to embed a playlist to my Facebook app. I tried using the standard code as shown by Google here to embed a simple video and it worked. The code is: ...