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

video doesn't show on firefox but work fine on chrome


video(flv) doesn't show on firefox but work fine on chrome, on firefox only sound played. but if I use mp4 it's work fine.

I use firefox 30.0

this is example for my code

jwplayer("myElement2").setup({
file: "movie.flv",
width: '860px',
height: '500px'
});

3 Community Answers

MisterNeutron

Best Answer 

And width and height don't use "px":

width: 860,
height: 500

View in conversation

MisterNeutron

User  
0 rated :

Please give us a link to your site.

MisterNeutron

Best Answer  User  
0 rated :

And width and height don't use "px":

width: 860,
height: 500

Ethan Feldman

JW Player Support Agent  
0 rated :

Yeah, the px is probably causing this.

This question has received the maximum number of answers.