Hi,
I'm using the youtube player api. I'm following the doc here:
http://code.google.com/apis/youtube/js_api_reference.html
having a problem adding an event listener on the player, it seems to just get stuck there. I put an alert statement directly after, which never gets called:
ytplayer.addEventListener("onStateChange", "onytplayerStateChange");
alert("I never get called...");
any idea why this would happen? Running it through FF chrome safari, same thing happens on all. Other player features all work fine. I'm using the swfobject version. I'm running this live from a server too. I don't get it.
Thanks