This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mushroom /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Dec 14 17:35:42 -0800 2008 | |
| |
LICENSE | Tue Dec 02 07:04:25 -0800 2008 | |
| |
README.md | Mon Dec 15 19:04:35 -0800 2008 | |
| |
Rakefile | Sun Dec 14 17:35:42 -0800 2008 | |
| |
etc/ | Sun Dec 14 17:35:42 -0800 2008 | |
| |
lib/ | Sun Dec 14 17:14:37 -0800 2008 | |
| |
src/ | Thu Dec 18 20:34:08 -0800 2008 | |
| |
test/ | Thu Dec 18 19:33:26 -0800 2008 |
README.md
Mushroom
A jQuery music player that let's you do everything you can with a flash music player, but controlled through javascript. Thus, allowing freedom to skin the player through HTML/CSS. It is built on top of SoundManager2 by Scott Schiller.
Dependencies
NOTE: All the dependencies are included the project tree.
Getting started
First we must include SoundManager2:
If the SoundManager2 swf file is in another directory, you have so include code to point SoundManager2 in the right direction (more documentation here:
<script type="text/javascript">
soundManager.url = '/path/to/swf/'
</script>
Include the jQuery libraries
Inside your HTML page, you need a certain structure for you player. An example is provided in
examples/
INCOMPLETE
Coming soon.
Info
This library is released under the GPLv3 license.








