Hi,
Myself Rizban Ahmad (Web Developer),I am working with JW Player 7, i am unable to play .mp3 audio files in Mozilla Firefox but It is working fine in Chrome & IE.
Here it is my code by which i am trying to play an audio file.
playerInstance.setup({
file: mediaUrl,
width: $(this).attr('data-width'),
height: height,
autostart: 'false',
skin: {
name: basepath+"/js/plugins/jwplayer/skins/five",
url: basepath+"/js/plugins/jwplayer/skins/bekle.css",
active: "red",
inactive: "white",
background: "black"
}
});
Here it is error, i am getting on Firefox :
Media resource http://kalemon.net/public/upload/9d553911a730852e33c7cb536942c63b.mp3 could not be decoded.
Please, suggest me here, what should i do to fix this problem. Thanks in Advance.
↧