I have an array of youtube video Ids. I want to create a sort of continuous play playlist using the youtube APIs. How can i do this using PHP ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no reason to get PHP into the mix here. A standard YouTube HTML player embed with custom player parameters will let you do that.
Take a look at the documentation for the playlist and loop parameters.