• I am running the standalone WordPress audio player. When I load it up in Firefox, everything works as expected. However, when I load it in Internet Explorer, the audio player says “File not found”.

    Here is my code:

    Head

    <script type="text/javascript">
    <!--
    var audio_color1 = "698D61";
    var audio_color2 = "33472B";
    var audio_color3 = "D9D9D9";
    var audio_color4 = "BBBBBB";
    AudioPlayer.setup("/WordPress-audio/player.swf", {width:210, tracker:audio_color1, volslider:audio_color1, loader:audio_color2, leftbg:audio_color3, rightbg:audio_color4, transparentpagebg:"yes"});
    // -->
    </script>

    Body

    <div id="flash_8ace5" class="flash">Backup Content</div>
    <script type="text/javascript"><!--
    	AudioPlayer.embed("flash_8ace5", {soundFile:"/path/to/my/audio.mp3", titles:"Title", artists:"Artists"});
    //--></script>

    I use the “noswfobject” version of the plugin, and I am loading the newest versions of both the plugin and of swfobject, with swfobject coming first.

    Why is this not working in Internet Explorer? Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • same problem here, please help

    Thread Starter sffc

    (@sffc)

    I just uploaded some new audio, and I’m still having this problem. I use HTML5 audio for the majority of the audience, and I only have this plugin as a fallback for older browsers and Internet Explorer. Therefore, it kind-of defeats the purpose when my IE fallback fails in IE…

    Any ideas on what the problem could be?

    I’m also getting a “File not Found” message in IE when I try to load this player within an infowindow on a Google Map. It works in the other major browsers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Audio Player] Standalone WordPress Audio Plugin Error in Internet Explorer’ is closed to new replies.