I understand your release cycle. However, the issue came back after your last release.
Now it has been two weeks with no change. Please keep us developers updated as to what’s going on.
To quote my last reply below
Embedding the new HTML5 player still doesn’t work in Chrome of Firefox. Both are giving “e is undefined” errors.
However, it’s working in Internet Explorer.
The reason for this is that IE throws an exception when a script tries to access cross-domain data in an iFrame. Chrome and Firefox only return an empty object without throwing an exception. Your code in player.js checks for an exception that is never thrown.