Note that there are some explanatory texts on larger screens.

plurals
  1. POJplayer video with mp4 doesn't work with flash fallback in Opera / FF / IE
    primarykey
    data
    text
    <p>I have this problem with the video on my site as you can see in this link: <a href="http://video.resursecrestine.ro/predici/103445/nastere-din-nou-credinta-dragoste-in-aceasta-ordine" rel="nofollow">http://video.resursecrestine.ro/predici/103445/nastere-din-nou-credinta-dragoste-in-aceasta-ordine</a></p> <p>It's working just fine in Chrome but not in any other browser. I know Chrome has native HTML5 support for mp4, but the other browsers should fallback to flash and they don't.</p> <p>Below is the code I'm using:</p> <pre><code>&lt;script type="text/javascript"&gt; //&lt;![CDATA[ $(document).ready(function(){ $("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { m4v: "http://www.resursecrestine.ro/download/41293" }); }, swfPath: "js", supplied: "m4v", size: { width: "580px", height: "360px", cssClass: "jp-video-360p" } }); }); //]]&gt; &lt;/script&gt; &lt;div id="jp_container_1" class="jp-video jp-video-360p"&gt; &lt;div class="jp-type-single"&gt; &lt;div id="jquery_jplayer_1" class="jp-jplayer"&gt;&lt;/div&gt; &lt;div class="jp-gui"&gt; &lt;div class="jp-video-play"&gt; &lt;a href="javascript:;" class="jp-video-play-icon" tabindex="1"&gt;play&lt;/a&gt; &lt;/div&gt; &lt;div class="jp-interface"&gt; &lt;div class="jp-progress"&gt; &lt;div class="jp-seek-bar"&gt; &lt;div class="jp-play-bar"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="jp-current-time"&gt;&lt;/div&gt; &lt;div class="jp-duration"&gt;&lt;/div&gt; &lt;div class="jp-controls-holder"&gt; &lt;ul class="jp-controls"&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-play" tabindex="1"&gt;play&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-pause" tabindex="1"&gt;pause&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-stop" tabindex="1"&gt;stop&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-mute" tabindex="1" title="mute"&gt;mute&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-unmute" tabindex="1" title="unmute"&gt;unmute&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-volume-max" tabindex="1" title="max volume"&gt;max volume&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div class="jp-volume-bar"&gt; &lt;div class="jp-volume-bar-value"&gt;&lt;/div&gt; &lt;/div&gt; &lt;ul class="jp-toggles"&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-full-screen" tabindex="1" title="full screen"&gt;full screen&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-restore-screen" tabindex="1" title="restore screen"&gt;restore screen&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-repeat" tabindex="1" title="repeat"&gt;repeat&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:;" class="jp-repeat-off" tabindex="1" title="repeat off"&gt;repeat off&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="jp-no-solution"&gt; &lt;span&gt;Update Required&lt;/span&gt; To play the media you will need to either update your browser to a recent version or update your &lt;a href="http://get.adobe.com/flashplayer/" target="_blank"&gt;Flash plugin&lt;/a&gt;. &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Can you please advice?</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.
    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