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

Why flash plays the mp4 video on whole jwplayer window but html5 does not!


Why flash plays the mp4 video on whole jwplayer v6. window but html5 does not!??? How can I fix that.

Check the below.

https://www.meritmeter.com/reviews/view/3/test-test

2 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

I am able to reproduce your issue on your test page, but when I take your setup block and put it on a test page of my own (linked below), the player plays the video as expected, both through Flash and HTML5. It looks like your issue may lie in your CSS, or other elements on the page, however nothing jumps out at me. With that being said, I am not a CSS expert.

Test Pages
Flash – http://qa.jwplayer.com/~abussey/56842-whole-player.html
HTML5 – http://qa.jwplayer.com/~abussey/56842-whole-player-html5.html

Please let me know if you need any more help or have any other questions.

Thank you!

jherrieven

User  
0 rated :

@shadi

Alex is correct, another CSS statement on your page is causing 'video' elements to be constrained to their natural width.

Try adding the following to your page:

<style>
.jwvideo video{
max-width:none!important;
}
</style>

James Herrieven

===================================================
Powered by Haiku
http://powered-by-haiku.co.uk/
---------------------------------------------------
Tatami for Online Video
http://dev.powered-by-haiku.co.uk/solutions/tatami/
---------------------------------------------------
skype: JamesHerrieven
email: james[at]haiku[dot]co[dot]uk
===================================================

This question has received the maximum number of answers.