jquery - JW player showing blank page in Internet explorer with no errors -


i want play video in browser. below code working fine in chrome , firefox not working in ie8 or lower.

blank page coming no errors. need kind suggestion improve code tablet, browsers,iphone, , on mac.

is there suggestion improving performance in ie.

<!doctype html>     <!--[if lt ie 7 ]><html class="ie ie6" lang="en"> <![endif]-->     <!--[if ie 7 ]><html class="ie ie7" lang="en"> <![endif]-->     <!--[if ie 8 ]><html class="ie ie8" lang="en"> <![endif]-->     <!--[if (gte ie 9)|!(ie)]><!--><html lang="en"> <!--<![endif]-->      <head>          <!-- basic page needs       ================================================== -->         <meta charset="utf-8">         <title>demo</title>         <meta name="description" content="">         <meta name="author" content="">             <title>                 demostration of ektuhi video             </title>             <script src="http://jwpsrv.com/library/irhcxkvueeksqiiacpygxa.js"></script>             <style type="text/css">             html,body { height:100%; width:100%; padding:0; margin:0; }             #player {             height:100%;             width:100%; padding:0; margin:-3px;}             </style>         </head>         <body>                 <div id='my-video'></div>                 <script type='text/javascript'>                     jwplayer('my-video').setup({                         flashplayer: 'player.swf',                         file: 'http://content.bitsontherun.com/videos/bkaovayt-364766.mp4',                 image: 'http://www.longtailvideo.com/content/images/phoenix/download_video_preview.png',                         width: '100%',                         height: '100%',                         stretching: 'exactfit'                     });                 </script>         </body>     </html> 

enter image description here

delete line:

flashplayer: 'player.swf', 

not needed jw6.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -