Note that there are some explanatory texts on larger screens.

plurals
  1. POMediaelement.js malfunction in IE, no flashback works
    primarykey
    data
    text
    <p>I used the mediaelement.js in my site, i used for the example a .mp4 file with H.264 codec, works well in all browsers, but not works in any version of Internet explorer when i publish the site, on my localhost don't have any problem (the flash fallback works well) , but in my server don't works.</p> <p>The code the i used is: </p> <pre><code>&lt;!DOCTYPE HTML&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;VIDEO HTML5&lt;/title&gt; &lt;script type="text/javascript" src="player_files/jquery.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="player_files/mediaelement-and-player.min.js"&gt;&lt;/script&gt; &lt;link href="player_files/mediaelementplayer.min.css" rel="Stylesheet" /&gt; &lt;/head&gt; &lt;body&gt; &lt;video id="video1" src="http://www.teletica.com/html5/videos/precious.mp4" width="640" height="360" poster="http://www.teletica.com/html5/videos/precious.jpg" controls="controls" preload="none"&gt;&lt;/video&gt; &lt;video width="640" height="360" id="video2" poster="videos/precious.jpg" controls="controls" preload="none"&gt; &lt;source type="video/mp4" src="http://teletica.com/html5/videos/precious.mp4" /&gt; &lt;source type="video/webm" src="http://teletica.com/html5/videos/precious.webm" /&gt; &lt;object width="640" height="360" type="application/x-shockwave-flash" data="player_files/flashmediaelement.swf"&gt; &lt;param name="movie" value="player_files/flashmediaelement.swf" /&gt; &lt;param name="flashvars" value="controls=true&amp;file=http://teletica.com/html5/videos/precious.mp4" /&gt; &lt;img src="player_files/precious.jpg" width="640" height="360" alt="Here we are" title="No video playback capabilities" /&gt; &lt;/object&gt; &lt;/video&gt; &lt;script type="text/javascript"&gt; $('video, audio').mediaelementplayer(); &lt;/script&gt; </code></pre> <p></p> <p> </p> <p>The player works in this direction "http://www.teletica.com/html5"</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload