flash - JW Player does not work on Firefox not playing MP4 videos -
i trying use jw player can play mp4 videos on firefox problem not playing mp4 on firefox on other hand correctly working on chrome , ie9 here code
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>jw player</title> <script src="http://jwpsrv.com/library/gqaacr0feekpfciacqoqeq.js"></script> </head> <body> <div id='my-video'></div> <script type='text/javascript'> jwplayer('my-video').setup({ file: 'http://content.bitsontherun.com/videos/lwmjevvv-364767.mp4', image: 'http://www.longtailvideo.com/content/images/jw-player/lwmjevvv-876.jpg', width: '640', height: '360' }); </script> </body> </html>
i've had issue fixed re-encoding mp4.
in particular instance used handbrake re-encode mp4 using default settings. not click 'web optimised' check box seems give firefox behaviour describe.
Comments
Post a Comment