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
I'm unsure of the proper protocol for posting issues but I can not get this thing to work for the life of me and I'm at a loss. Plus I posted on the Google Groups site and now has responded at all. It works on everything except IE 7/8/9 and when I looked at the FAQs it just said that my swfPath is incorrect but all looks fine to me. I'm not to sure what I'm doing wrong and any help would be appreciated. It's been weeks and I still haven't figured it out.
The link is http://feefifofun.com/musicbutton.html but make sure to turn your volume down initially as there is an embedded song, luckily it doesn't loop.
var CirclePlayer = function(jPlayerSelector, media, options) {
var self = this,
defaults = {
// solution: "flash, html", // For testing Flash with CSS3
supplied: "wav, mp3, oga",
// Android 2.3 corrupts media element if preload:"none" is used.
// preload: "none", // No point preloading metadata since no times are displayed. It helps keep the buffer state correct too.
cssSelectorAncestor: "#cp_container_1",
cssSelector: {
play: ".cp-play",
pause: ".cp-pause"
}
},
The text was updated successfully, but these errors were encountered:
Hi All!
I'm unsure of the proper protocol for posting issues but I can not get this thing to work for the life of me and I'm at a loss. Plus I posted on the Google Groups site and now has responded at all. It works on everything except IE 7/8/9 and when I looked at the FAQs it just said that my swfPath is incorrect but all looks fine to me. I'm not to sure what I'm doing wrong and any help would be appreciated. It's been weeks and I still haven't figured it out.
The link is http://feefifofun.com/musicbutton.html but make sure to turn your volume down initially as there is an embedded song, luckily it doesn't loop.
What's listed in of my HTML:
<script type="text/javascript"> $(document).ready(function(){ var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1", { wav: "http://www.feefifofun.com/music/FFFFKids.wav", mp3: "http://www.feefifofun.com/music/music/FFFFKids.mp3", oga: "http://www.feefifofun.commusic/FFFFKids.ogg" }, { cssSelectorAncestor: "#cp_container_1" }); }); </script>MY HTML:
Snippet of script from my circle.player.js:
var CirclePlayer = function(jPlayerSelector, media, options) {
var self = this,
The text was updated successfully, but these errors were encountered: