diff options
author | Sam Potts <me@sampotts.me> | 2015-03-05 18:36:18 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-03-05 18:36:18 +1100 |
commit | 1903b1bcdff0f1ac74b47cf071995b8c699e6de0 (patch) | |
tree | 4de933e9697aa943593a00ff099df04dfc3a7af8 /notes.md | |
parent | 93e3f7cdd9f0e52b8c5d293c9caa6eaaadfb2718 (diff) | |
download | plyr-1903b1bcdff0f1ac74b47cf071995b8c699e6de0.tar.lz plyr-1903b1bcdff0f1ac74b47cf071995b8c699e6de0.tar.xz plyr-1903b1bcdff0f1ac74b47cf071995b8c699e6de0.zip |
Seeking (still work in progress)
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/notes.md b/notes.md new file mode 100644 index 00000000..8c5b033a --- /dev/null +++ b/notes.md @@ -0,0 +1,9 @@ +Loading +-------------- +http://stackoverflow.com/questions/8685038/tell-whether-video-is-loaded-or-not-in-javascript +http://stackoverflow.com/questions/5181865/checking-if-a-html5-video-is-ready + +Events +-------------- +https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement +https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Media_events
\ No newline at end of file |