javascript - JW Player - Video works in chrome, not firefox or IE -


I have two videos on the homepage (#intro_video and #video_container) under which Chrome has no problem with me, but does not play video in Firefox and IE. This preview is loading the image, but when you click it, it attempts to load for a moment and then goes back to the preview.

I tried to use Jquery Flash (load #intro_video):

  var so = new SWFObject ('/ swf / player.swf', 'ply ',' 670 ',' 300 ',' 9 ',' # 000000 '); So.addParam ('allowfullscreen', 'true'); So.addParam ('allowedcriptaccess', 'always'); So.addParam ('wmode', 'opaque'); So.addVariable ('playlistfile', '/ video / home.rss'); So.addVariable ('playlist', 'leave'); So.addVariable ('playlistsize', '240'); So.addVariable ('bufferlength', '15'); So.addVariable ('plugins', 'fbit-1'); So.addVariable ('dock', 'true'); So.addVariable ('skin', '/ swf / modieus.swf'); So.addVariable ('lightcolor', 'CC3399'); So.write ('video_container');  

and the recommended JavaScript (#video_container) from the wizard with no luck:

  $ (document) .ready (function () {// intro Video $ ('# intro_video'). Flash ({src: '/swf/player.swf', width: 367, height: 260, flashwars: {Acceptable screen: 'true', permission is allowed: 'always',' Wmode: 'opaque', file: 'http://www.888behindthescenes.com/media/videos/intro2.flv', image: '/images/sized/media/videos/previews/intro-370x228.jpg', skin : '/ SDF / Modius SWF', backcoller: '000000', Front-Color: 'FFFFF, Lightweight Song: 'cc 3399'}}}};  

Flash is loading properly, not just video. Any help is appreciated.

adding:

  AddType video / X-flv .flv  

to htaccess.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -