circleplayer icon indicating copy to clipboard operation
circleplayer copied to clipboard

A CSS3 HTML5 audio player with a circular seekable progress bar and complete fallback

Results 23 circleplayer issues
Sort by recently updated
recently updated
newest added

Hi, when I do a "composer -vvv install" on my project it appears this error: ```` [Composer\Repository\InvalidRepositoryException] No valid bower.json was found in any branch or tag of https://github.com/maboa/circleplayer.git, could...

How is it possible if I add more then 10 cicrle player instances only 10 of them work? http://radioejani.al/muzike.php Only first 10 work . The songs that are new dont...

The player was resized by using CSS "Transform" to fit designer's layout. However, the seeking control had some problem - when dragging the mouse along the circle to seek, the...

I downloaded the code (v13) and modified the demo page to use the option solution: "flash" However, after reloading the page, Chrome (ver. 17.0.963.56) no longer played any audio after...

This github project doesn't provide any implementation examples. Those would be most helpful.

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

I am taking a look at the source psd and I need a smaller looking player for one project. I was wondering if any such modification is already available. If...

The circle buffer may not be full filled when it buffered to 100%, since `percent` in `_progress` is larger than 100 sometimes.

When the audio is playing, is there an option or a way to currently have the player display a stop button (after it is styled of course) so that the...

Modified jPlayerSelector to allow for a jquery object to be passed in rather than just a string selector.