I am using the following html to embed youtube window in page,
<iframe src="http://www.youtube.com/embed/VIDEO_ID" width="320" height="190"></iframe>
Is it possible that when I click the play, it should redirect me to the youtube page.
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.
I use another
divto cover the realiframeelement. So when user click on the place they think theiframe, thedivonclickevent is fired.You can see a demo here http://jsbin.com/uhajun/2/edit