
jwplayer working fine in google-chrome but not in firefox here the setup doc
Unable to play mp4 video in firefox . Jwplayer version 6.10 please help here is the code
<!DOCTYPE html>
<head>
<meta content="video/mp4" http-equiv="Content-Type">
<!-- <meta content="utf-8" http-equiv="encoding"> -->
<!-- // <script src="./javascript/jquery-1.7.1.min.js"></script> -->
<!-- // <script src="http://jwpsrv.com/library/BxwhuqknEeO7hyIACi0I_Q.js"></script> -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="./jwplayer.js"></script>
<!-- // <script src="./jwplayer.html5.js"></script> -->
<script type="text/javascript" src="jwplayer.flash.swf"></script>
<script src="http://player.longtailvideo.com/player.swf"></script>
<script type="text/javascript">jwplayer.key="4XPSjXmKwGUbplUirTudsGdZywcrG06HXNbF8cZ04oGf8s7qgzyuYw==";</script>
<!-- http://coolestguidesontheplanet.com/videodrome/jwplayer/ -->
<!-- http://p.jwpcdn.com/6/10/jwplayer.flash.swf -->
</head>
<body>
<div id='videoElement'>Loading the player ...</div>
<script type='text/javascript'>
jwplayer('videoElement').setup({
file: 'http://video.contentapi.ws/As_Above_So_Below_Brings_New_Depths_To_Horror.mp4',
height: 360,
// image: '/uploads/example.jpg',
width: 640 ,
events: {
// onReady: function(){console.log('ready')},
// onPlay: function(){console.log(' playing')}
}
});
</script>
</body>
</html>
and my email id is "karamjeets@dyomo.com"