
mp4 video not play but flv video only play
hai
i downloaded jwplayer6.8 version . i write a code in localhost. flv video only supported otherwise mp4,avi video's are not supported. In chrome mp4 video sound only no video but firefox retrun error 'File could not be played' .
This mycode
<script src="http://jwpsrv.com/library/KqVxisreEeOa+CIACi0I_Q.js"></script>
<script>
$('document').ready(function(){
jwplayer("myElement").setup({
file : "http://flimflix.com/imdb/movie/C3fvJ8sp9sxZHOCPDnfT.mp4",
type : 'mp4',
primary: 'html5',
width: 500,
height: 600,
title: "Movie Trailer"
});
});
</script>
give me solution