I was wondering, does embedding a youtube video via iframe expose certain events, like onStart or onStop, where you can specify some callback?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This an example to handle start and stop events: HTML file (index.html):
And the javascript (sof.js):
For each case you can set an handler. Hope this helps you ;) Ciao Wilk PS: for further infos: |
|||||||
|
|
The only used Events are :
-Event Handlers: 1- onYouTubePlayerReady(playerid) |
|||
|
|