I’m building an app using GWT with an embedded Youtube player. I intend to do some stuff when the video ends. How do I capture that event?
By the way, I’m using gwt2swf to embed the player.
Reference:
gwt2swf
Youtube player events
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 found this project that does what I want.
http://code.google.com/p/hotforcode/
Will look into the source code to figure it out.