You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var myCirclePlayer = new CirclePlayer("#jquery_jplayer", {
mp3 : "http://jplayer.org/audio/mp3/Miaow-07-Bubble.mp3"
}, {
cssSelectorAncestor : "#audioPlayer"
});
code like that.but it does't work for firefox 30.0 ubuntu
The text was updated successfully, but these errors were encountered:
I have the same problem, for me worked:
jQuery(document).ready(function(){
var circlePlayerFaldoFooter = new CirclePlayer("#faldo-footer-cplayer-wrapper",
{
mp3: "content; ?>",
}, {
cssSelectorAncestor: "#cp_container_faldo_footer",
swfPath: "js",
supplied: "mp3",
wmode: "window"
});
});
var myCirclePlayer = new CirclePlayer("#jquery_jplayer", {
mp3 : "http://jplayer.org/audio/mp3/Miaow-07-Bubble.mp3"
}, {
cssSelectorAncestor : "#audioPlayer"
});
code like that.but it does't work for firefox 30.0 ubuntu
The text was updated successfully, but these errors were encountered: