Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Firefox not playing OGG audio

$
0
0

I have created ogg files by simply saving mp3 files "save as" ogg. But firfox is still not playing. They were playing 2 weeks ago so Im confused whether firefox changed something.

 

Following is my code. Please let me know if I had to save ogg files in some specific sample rate or something

 

// creation complete

try {

    yepnope({

        load: "http://cdn.edgecommons.org/an/1.0.2/js/min/EdgeCommons.js",

        callback: function() {

 

    var assetsPath = "wp-content/uploads/audio/";

 

 

    EC.Sound.setup(

         [

                {src: assetsPath + "bgMusic.mp3|" + assetsPath + "bgMusic.ogg", id: 'bgMusic'},

                {src: assetsPath + "click.mp3|" + assetsPath + "click.ogg", id: 'click'},

 

         ],

         function(){ EC.info("Sound setup finished", "Sound with Edge Commons"); }

    );

 

 

            }

    });

}

 

catch(error) {

    console.error("sw", error);

}

 

 

 

following is the setting I used in Adobe Edge

Screen shot 2013-11-11 at 5.21.53 PM.png

 

 

Following is the information that appears on my server where I upload the music

Screen shot 2013-11-11 at 5.23.12 PM.png


Viewing all articles
Browse latest Browse all 9897

Trending Articles