├── .bowerrc ├── MIT-LICENSE.txt ├── README.md ├── acornmediaplayer ├── acornmediaplayer.base.css ├── jquery.acornmediaplayer.js └── themes │ ├── access │ ├── access-captions-dark.png │ ├── access-captions.png │ ├── access-exit-fullscreen-dark.png │ ├── access-exit-fullscreen.png │ ├── access-fullscreen-dark.png │ ├── access-fullscreen.png │ ├── access-pause-dark.png │ ├── access-pause.png │ ├── access-play-dark.png │ ├── access-play.png │ ├── access-transcript-dark.png │ ├── access-transcript.png │ ├── access-volume-dark.png │ ├── access-volume-full-dark.png │ ├── access-volume-full.png │ ├── access-volume.png │ ├── acorn.access.css │ ├── button-background-dark.png │ ├── button-background-light.png │ ├── controls-background-dark.png │ └── controls-background-light.png │ ├── barebones │ └── acorn.barebones.css │ └── darkglass │ ├── acorn.darkglass.css │ ├── darkglass-caption.png │ ├── darkglass-exit-fullscreen.png │ ├── darkglass-fullscreen.png │ ├── darkglass-pause.png │ ├── darkglass-play.png │ ├── darkglass-transcript.png │ ├── darkglass-volume-full.png │ └── darkglass-volume.png ├── bower.json ├── demos.html ├── index.html ├── lib ├── jquery-ui-1.10.0.custom.min.js ├── jquery.min.js └── modernizr.custom.js ├── subs ├── TOS-arabic.srt ├── TOS-english.srt ├── TOS-japanese.srt ├── TOS-turkish.srt └── TOS-ukrainian.srt └── website ├── css └── amp-website.css └── images ├── access-icon.png ├── caption-icon.png ├── fullscreen-icon.png ├── tos-poster.jpg └── transcript-icon.png /.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "bower_components" 3 | } 4 | -------------------------------------------------------------------------------- /MIT-LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright 2012 Cristian-Ioan Colceriu 2 | http://ghinda.net/ 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining 5 | a copy of this software and associated documentation files (the 6 | "Software"), to deal in the Software without restriction, including 7 | without limitation the rights to use, copy, modify, merge, publish, 8 | distribute, sublicense, and/or sell copies of the Software, and to 9 | permit persons to whom the Software is furnished to do so, subject to 10 | the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 19 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 20 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Acorn Media Player - jQuery HTML5 media player 2 | ============================================== 3 | 4 | Acorn Media Player is a HTML5 media player with a focus on accessibility and customization. 5 | 6 | Articles describing its development on [Dev.Opera](http://dev.opera.com/): 7 | 8 | + [Building a custom HTML5 video player with CSS3 and jQuery](http://dev.opera.com/articles/view/custom-html5-video-player-with-css3-and-jquery/) 9 | + [A more accessible HTML5