Note that there are some explanatory texts on larger screens.

plurals
  1. POjPlayer complains about valid swfPath
    primarykey
    data
    text
    <p><strong>Major update at end of post</strong></p> <p>I'm initializing jPlayer with the following code. It's working great on all modern browsers and on mobile devices.</p> <pre><code>$("#jquery_jplayer_1").jPlayer({ supplied: "mp3", swfPath: "/js/jQuery.jPlayer.2.4.0", solution: "html,flash", errorAlerts: true, ended: function () { console.log('ended event fired'); $.getScript('/js/random_show.js.php'); } }); </code></pre> <p>However testing in IE 8 and IE 7 I get the following error from the fallback SWF player:</p> <p><img src="https://i.stack.imgur.com/7FKuM.png" alt="error message"></p> <p>If I open mysite.com/js/jQuery.jPlayer.2.4.0 the SWF loads without issue. I have tried letting the page sit for a while to see if that helped. It does not.</p> <p>Per suggestion tried with working URL but have same error now with complete path listed. Path taken from browser after loading swf so most definitely correct. I had pasted code here but SO objected to body of post containing the URL... Here is new error message.</p> <p><img src="https://i.stack.imgur.com/Qhou5.png" alt="new error"></p> <p>Another update: Tried linking directly to copy of SWF hosted by jPlayer per Josh D suggestion below. Same error. Upgraded to 2.5.0 from 2.4.0. Same error.</p> <p><img src="https://i.stack.imgur.com/t6QLm.png" alt="enter image description here"></p> <p>How can I get the fallback working?</p> <p><strong>Major update 12/12/2013</strong></p> <p>I have set up a sandbox copy of the site here: <a href="http://www.itsneworleans.dreamhosters.com/shows/happy-hour" rel="nofollow noreferrer">http://www.itsneworleans.dreamhosters.com/shows/happy-hour</a> Hit Listen to see error message.</p> <p>I have eliminated the HTML5 solution and use only the Flash. This allows any browser to trigger the error.</p> <p>After dismissing the error Chrome debugger reports a 200 status for the swf so this is not a 404 swf problem. Anyone have an idea re this error?</p> <p>After error below is dismissed.</p> <p><img src="https://i.stack.imgur.com/nbNG9.png" alt="200 Status"></p> <p>Chrome error message</p> <p><img src="https://i.stack.imgur.com/cwYVR.png" alt="chrome error"></p>
    singulars
    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