Pushtape Player Examples
A customizable JS audio page player with global playback controls, based on Soundmanager2.
Download from Github
About Pushtape
Please see the README.md on Github for setup and configuration options, i.e. playNext, autoPlay, repeatAll, addControlsmarkup, etc.
- A basic player with icons from Font Awesome.
- A minimalist text player using unicode/HTML icons.
- Similar to basic player, but global controls are docked to the bottom of the page.
- Demonstrates how to manually alter control markup position on a page.
- No global controls, similar to Soundmanager2's Playable MP3 Links Demo.
- Basic Player with sortable playlist, demonstrating how autoscan automatically observes changes to the playlist container. Useful for single-page-applications and ajax dependent sites.