| javascript Programming Glossary: playerstateYouTube iframe player API - OnStateChange not firing http://stackoverflow.com/questions/17078094/youtube-iframe-player-api-onstatechange-not-firing  setInterval function var state player.getPlayerState if playerState state onPlayerStateChange data state  10 It should also be noted.. 
 Using Youtube's javascript API with jQuery http://stackoverflow.com/questions/786380/using-youtubes-javascript-api-with-jquery  the player with player.addEventListener 'onStateChange' 'playerState' which will send any state changes to another global function.. any state changes to another global function in this case playerState . The problem is I'm not sure how to associate a state change.. '#' playerId 0 player.addEventListener 'onStateChange' 'playerState' function playerState state console.log state document .ready.. 
 |