Music on my web page plays in firefox although it wont play in google chroome or internet explorer.
music on web page plays in firefox although wont play in google chroome or internet explorer.
this code im using
// 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
this clients page if 1 great thanks.
More discussions in Edge Animate CC
adobe
Comments
Post a Comment