Browser-Aware Player Code: Episode V, IE Strikes Back

Not so long ago, I updated my browser-aware player code to check for the presence of a stream. Recently, it’s come to light that Internet Explorer 9 doesn’t play nice with this particular snippet, because in IE9, the Javascript engine is rather brain-damaged when it comes to cross-site requests. In order to deal with this properly, we must alter the way we query the server for the presence of a stream:

One Comment On “Browser-Aware Player Code: Episode V, IE Strikes Back”

  1. Hi Ian, silly question, does this replace lines 38-70 on Browser-aware player code, revisited again (http://blog.ianbeyer.com/2012/10/29/browser-aware-player-code-revisited-again/)

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *