-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error in IE, this.tech.isReady is null or not an object #225
Comments
Same as #210 ? |
Nope, I didn't call anything. |
Where is the latest video.js build on gihub? |
Hey, i have the same problem with IE 8! This is my code for the play action: var VideoPlayer = _V_("teaser");
$('#btn-video').on('click',function(){
$('div#video-movie').show();
VideoPlayer.ready(function() { VideoPlayer.play(); } );
}); |
In my case i could solve the problem with installing the Adobe Flash player ;) |
1 similar comment
In my case i could solve the problem with installing the Adobe Flash player ;) |
I can't replicate this with IE 8 and version 4, so I'm going to go ahead and close this. Feel free to comment if you're still able to reproduce so we can re-open the ticket. |
I have an old computer with an old version of IE8 I keep around for testing, and I was able to reproduce this. Version 8.0.6001.18702 using video.js version 4.1 (the version contained in the Ruby Gem videojs_rails). Will update here if upgrading to 4.2.2 fixes anything. My assumption is that one of the IE8 service packs fixes the issue, but of course if I apply a service pack I won't be able to reproduce these twitchy problems anymore :) |
Updated to latest CDN version, made sure it was included in the |
@mtjhax If you can narrow down the issue and reproduce it, open another issue. The code referred to in this specific issue was fixed. |
I'm getting this error in IE 6, 7 and 8.
Please check screenshot:
The text was updated successfully, but these errors were encountered: