Difference between revisions of "HTML5 Open Video Player/Resources"
Sweerdenburg (talk | contribs) (Created page with 'List of Resources of Helpful Links '''HTML5''' * [http://en.wikipedia.org/wiki/HTML5_video#Table Video element compatibility] * [http://webkit.org/blog/140/html5-media-support/ …') |
Sweerdenburg (talk | contribs) |
||
Line 26: | Line 26: | ||
* [http://blog.gingertech.net/2008/12/12/attaching-subtitles-to-html5-video/ JavaScript subtitles through HTML5] | * [http://blog.gingertech.net/2008/12/12/attaching-subtitles-to-html5-video/ JavaScript subtitles through HTML5] | ||
* [http://labs.kompozer.net/timesheets/video.xhtml Timed subtitles using smil] | * [http://labs.kompozer.net/timesheets/video.xhtml Timed subtitles using smil] | ||
+ | |||
+ | '''JS Cookies and File IO''' | ||
+ | * [https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO Mozilla File IO] | ||
+ | * [http://dev.opera.com/libraries/fileio/docs/overview-summary-file-io.js.dml Opera File IO] |
Revision as of 12:25, 12 October 2010
List of Resources of Helpful Links
HTML5
Accessibility
Video
Canvas
Subtitling and TTXT
- WhatWG.org Standards Documentation on Track Element
- TTXT example
- WebSRT Example (Conceptual)
- Approach on JavaScripted subtitles
- JavaScript subtitles through HTML5
- Timed subtitles using smil
JS Cookies and File IO