Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

IE8


I want to embed mp4 video but i cant play it with IE8, IE9!
Can any one help me?
Any option?

thnks

http://universidad.qualitas.com.mx/videos/acceso/uq/index2.html

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

We no longer support JW6, and as of JW7 we only support IE9+
https://support.jwplayer.com/customer/portal/articles/1403653-browser-device-reference

I’d test the video in a html5 video tag to see if the browser supports video playback natively.
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.

</video>

You did set the player to flash, so I’d expect to help with playback on older browsers, but there’s not much we can do for JW6 and IE8, IE9

Let me know how the video tag works for you, if it works test JW7 in html5 mode

This question has received the maximum number of answers.