CONTRIBUTING.md
Gruntfile.js
MIGRATION.md
MIT-LICENSE.txt
package.json
README.md
artwork/
artwork/jplayer.blue.monday.psd
artwork/jplayer.blue.monday.spirites.psd
artwork/jplayer.circle.player.psd
artwork/jplayer.pink.flag.psd
artwork/jplayer.pink.flag.sprites.psd
dist/
dist/add-on/
dist/add-on/jplayer.playlist.js
dist/add-on/jplayer.playlist.min.js
dist/add-on/jquery.jplayer.inspector.js
dist/add-on/jquery.jplayer.inspector.min.js
dist/jplayer/
dist/jplayer/jquery.jplayer.js
dist/jplayer/jquery.jplayer.min.js
dist/jplayer/jquery.jplayer.swf
dist/popcorn/
dist/popcorn/popcorn.jplayer.js
dist/popcorn/popcorn.jplayer.min.js
dist/skin/
dist/skin/blue.monday/
dist/skin/blue.monday/css/
dist/skin/blue.monday/css/jplayer.blue.monday.css
dist/skin/blue.monday/css/jplayer.blue.monday.min.css
dist/skin/blue.monday/image/
dist/skin/blue.monday/image/jplayer.blue.monday.jpg
dist/skin/blue.monday/image/jplayer.blue.monday.seeking.gif
dist/skin/blue.monday/image/jplayer.blue.monday.video.play.png
dist/skin/blue.monday/mustache/
dist/skin/blue.monday/mustache/jplayer.blue.monday.audio.playlist.html
dist/skin/blue.monday/mustache/jplayer.blue.monday.audio.single.html
dist/skin/blue.monday/mustache/jplayer.blue.monday.audio.stream.html
dist/skin/blue.monday/mustache/jplayer.blue.monday.video.playlist.html
dist/skin/blue.monday/mustache/jplayer.blue.monday.video.single.html
dist/skin/pink.flag/
dist/skin/pink.flag/css/
dist/skin/pink.flag/css/jplayer.pink.flag.css
dist/skin/pink.flag/css/jplayer.pink.flag.min.css
dist/skin/pink.flag/image/
dist/skin/pink.flag/image/jplayer.pink.flag.jpg
dist/skin/pink.flag/image/jplayer.pink.flag.seeking.gif
dist/skin/pink.flag/image/jplayer.pink.flag.video.play.png
dist/skin/pink.flag/mustache/
dist/skin/pink.flag/mustache/jplayer.pink.flag.audio.playlist.html
dist/skin/pink.flag/mustache/jplayer.pink.flag.audio.single.html
dist/skin/pink.flag/mustache/jplayer.pink.flag.audio.stream.html
dist/skin/pink.flag/mustache/jplayer.pink.flag.video.playlist.html
dist/skin/pink.flag/mustache/jplayer.pink.flag.video.single.html
examples/
examples/blue.monday/
examples/blue.monday/demo-01-android.html
examples/blue.monday/demo-01-solution-flash-html.html
examples/blue.monday/demo-01-supplied-mp3.html
examples/blue.monday/demo-01-video-solution-flash-html.html
examples/blue.monday/demo-01-video-supplied-m4v.html
examples/blue.monday/demo-01-video-supplied-rtmpv.html
examples/blue.monday/demo-01-video.html
examples/blue.monday/demo-01.html
examples/blue.monday/demo-02-jPlayerPlaylist.html
examples/blue.monday/demo-02-media-solution-flash-html.html
examples/blue.monday/demo-02-media.html
examples/blue.monday/demo-02-multi.html
examples/blue.monday/demo-02-video.html
examples/blue.monday/demo-02.html
examples/blue.monday/demo-03-together.html
examples/blue.monday/demo-03-video.html
examples/blue.monday/demo-03.html
examples/blue.monday/demo-08.html
examples/blue.monday/demo-09-popcorn-video-solution-flash-html.html
examples/blue.monday/demo-09-popcorn-video.html
examples/blue.monday/jPlayer-tester.html
examples/other/
examples/other/demo-04.html
examples/other/demo-05.html
examples/other/demo-07.html
examples/pink.flag/
examples/pink.flag/demo-01-android.html
examples/pink.flag/demo-01-solution-flash-html.html
examples/pink.flag/demo-01-supplied-mp3.html
examples/pink.flag/demo-01-video-solution-flash-html.html
examples/pink.flag/demo-01-video-supplied-m4v.html
examples/pink.flag/demo-01-video-supplied-rtmpv.html
examples/pink.flag/demo-01-video.html
examples/pink.flag/demo-01.html
examples/pink.flag/demo-02-jPlayerPlaylist.html
examples/pink.flag/demo-02-media-solution-flash-html.html
examples/pink.flag/demo-02-media.html
examples/pink.flag/demo-02-multi.html
examples/pink.flag/demo-02-video.html
examples/pink.flag/demo-02.html
examples/pink.flag/demo-03-together.html
examples/pink.flag/demo-03-video.html
examples/pink.flag/demo-03.html
examples/pink.flag/demo-08.html
examples/pink.flag/demo-09-popcorn-video-solution-flash-html.html
examples/pink.flag/demo-09-popcorn-video.html
examples/pink.flag/jPlayer-tester.html
lib/
lib/aurora/
lib/aurora/aac.js
lib/aurora/aurora.js
lib/aurora/flac.js
lib/aurora/mp3.js
lib/aurora/ogg.js
lib/aurora/opus.js
lib/aurora/vorbis.js
lib/circle-player/
lib/circle-player/js/
lib/circle-player/js/circle.player.js
lib/circle-player/js/jquery.grab.js
lib/circle-player/js/jquery.transform2d.js
lib/circle-player/js/mod.csstransforms.min.js
lib/circle-player/skin/
lib/circle-player/skin/bgr.jpg
lib/circle-player/skin/buffer.png
lib/circle-player/skin/circle.player.css
lib/circle-player/skin/controls.jpg
lib/circle-player/skin/progress.png
lib/circle-player/skin/progress_sprite.jpg
lib/jquery.min.js
lib/popcorn.ie8.js
lib/popcorn.js
lib/popcorn.player.js
lib/popcorn.subtitle.js
lib/README.md
src/
src/actionscript/
src/actionscript/happyworm/
src/actionscript/happyworm/jPlayer/
src/actionscript/happyworm/jPlayer/ConnectManager.as
src/actionscript/happyworm/jPlayer/JplayerEvent.as
src/actionscript/happyworm/jPlayer/JplayerMp3.as
src/actionscript/happyworm/jPlayer/JplayerMp4.as
src/actionscript/happywo