Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does't work for firefox when playing mp3 #24

Open
sevenshal opened this issue Jul 17, 2014 · 1 comment
Open

does't work for firefox when playing mp3 #24

sevenshal opened this issue Jul 17, 2014 · 1 comment

Comments

@sevenshal
Copy link

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

@juliquiron
Copy link

Hi folk,

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"
});
});

more info: http://edimage.ca/edimage/app/audio/jplayer/demo-circle-mp3.html (browse the code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants