I am trying to create a video’s Using XML, I need to show all the videos that are in my xml. I tried this but videos are not displaying. For one video its working fine but for multiple its not working
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.
You have a comma where there should either be nothing or a semi-colon; try the following:
DEMO
Update
This will do what you want. Note that you cannot alter iframes of a different domain due to security restrictions written into the browser software. It is not possible to bypass these restrictions.
If your iframe is of the same host, port, etc, you can change the following line:
To:
And it should work fine.