Sound wont play in internet explorer.


i have been making web page seems working great page in google chrome , firefox. although music or sound wont play in internet explorer. have answer.

 

heres web page address

 

http://www.intelligentdesignsmontreal.com/dev1/

 

heres code im useing

 


// creation complete
try {
    yepnope({
        load: "http://simonwidjaja.github.com/edgecommons/live/edgecommons-0.6.0.js",
        callback: function() {
    // load sound manifest (e.g. in creationcomplete)
    var assetspath = "media/";
    ec.sound.setup(
         [
                {src: assetspath + "stormymonday.mp3|" + assetspath + "stormymonday.ogg", id: 'stormymonday'},
            {src: assetspath + "loveme.mp3|" + assetspath + "loveme.ogg", id: 'loveme'},
            {src: assetspath + "throwmeabone.mp3|" + assetspath + "throwmeabone.ogg", id: 'throwmeabone'},
         ],
         function(){ ec.info("sound setup finished", "sound edge commons"); }
    );

 


            }
    });
}
catch(error) {
    console.error("sw", error);
}

 

// composition ready

 

 

thanks.



More discussions in Edge Animate CC


adobe

Comments