Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.97a.20170601+dev #259

Open
wants to merge 60 commits into
base: V2.97a.20170601+DEV
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
bbcf96e
Copying soundmanager2.js -> soundmanager2-html5.js (no code changes yet)
scottschiller Jul 8, 2017
b7742cb
First whack at HTML5-only SoundManager 2 core, removing all the Flash…
scottschiller Jul 9, 2017
9ad1202
Remove / update legacy flash comments.
scottschiller Jul 7, 2018
4749da2
"Could not find" -> "unknown" SM2 setup options.
scottschiller Jul 7, 2018
dba0f83
ASCII ✓ / ✗ for format support tests, more concise vs. true / false.
scottschiller Jul 7, 2018
b71f220
`waitForWindowLoad` option can be dropped, since no longer waiting fo…
scottschiller Jul 7, 2018
9c7abd8
Tidy up some comments.
scottschiller Jul 7, 2018
4129501
SM2 can ignore HTML5 `loadedmetadata` event altogether; `durationchan…
scottschiller Jul 7, 2018
d19750d
`setup()` is going to complain when legacy Flash-era options are prov…
scottschiller Jul 7, 2018
eb96e0f
Single `if`. Drop redundant `return`.
scottschiller Jul 7, 2018
b3dfca7
Flash 9/movieStar + RTMP-only `_onfailure` method. No longer used.
scottschiller Jul 7, 2018
44a995e
Combine legacy flash-only properties at end: `eqData`, `peakData`, `w…
scottschiller Jul 7, 2018
908cc3b
Internal `_onload()`: Flash 8 used to fire with 0/false-y duration wh…
scottschiller Jul 7, 2018
3560ed4
Complain, disable and exit if no HTML5 support. Silent param option f…
scottschiller Jul 7, 2018
fc0a2e2
More comment tweaks.
scottschiller Jul 7, 2018
825dfb5
`soundManager.mute()`: Drop invalid check. Should have been `typeof s…
scottschiller Jul 7, 2018
f54d89b
Fix up formatting for unsupported case.
scottschiller Jul 7, 2018
d59451e
Note about MIME type and `Audio().canPlayType()`.
scottschiller Jul 9, 2018
faf416e
Drop legacy definitions from `features`: `buffering`, `peakData`, `wa…
scottschiller Jul 9, 2018
177a548
Drop `usingFlash` from `html5`. No longer used, safe to return undefi…
scottschiller Jul 9, 2018
b987b42
Drop special -nodebug markers around the reboot bit. Call `beginDelay…
scottschiller Jul 9, 2018
08a5d55
Simplify init to one modern `onDOMContentLoaded` listener. Nicer HTML…
scottschiller Jul 9, 2018
bf47143
Drop `required` on HTML5 formats. SM2 no longer needs to "require" Fl…
scottschiller Jul 9, 2018
3f42b28
Sounds are now always HTML5, no need to check.
scottschiller Jul 9, 2018
c40dbfe
Comment / spacing clean-up. Report undefined / disallowed `setup()` p…
scottschiller Jul 9, 2018
061e392
`_get_html5_duration()`: If no `Audio().duration`, use existing SM2 o…
scottschiller Jul 9, 2018
1643e89
Allow `loadeddata` to trigger duration check for all, stop excluding …
scottschiller Jul 9, 2018
2ec6543
`window.Audio`. IE 8 was complaining about `Audio()` being undefined.
scottschiller Jul 9, 2018
78465f4
First whack at HTML5-only SoundManager 2 core, removing all the Flash…
scottschiller Nov 23, 2018
5902834
Remove / update legacy flash comments.
scottschiller Nov 23, 2018
9952b75
"Could not find" -> "unknown" SM2 setup options.
scottschiller Nov 23, 2018
544425f
ASCII ✓ / ✗ for format support tests, more concise vs. true / false.
scottschiller Nov 23, 2018
c6fe2aa
`waitForWindowLoad` option can be dropped, since no longer waiting fo…
scottschiller Nov 23, 2018
d2677f0
Tidy up some comments.
scottschiller Nov 23, 2018
1d43b21
SM2 can ignore HTML5 `loadedmetadata` event altogether; `durationchan…
scottschiller Nov 23, 2018
4238bb9
`setup()` is going to complain when legacy Flash-era options are prov…
scottschiller Nov 23, 2018
eb7e46d
Single `if`. Drop redundant `return`.
scottschiller Nov 23, 2018
63748c2
Flash 9/movieStar + RTMP-only `_onfailure` method. No longer used.
scottschiller Nov 23, 2018
5dfb63e
Combine legacy flash-only properties at end: `eqData`, `peakData`, `w…
scottschiller Nov 23, 2018
ba1e6a8
Internal `_onload()`: Flash 8 used to fire with 0/false-y duration wh…
scottschiller Nov 23, 2018
abe8421
Complain, disable and exit if no HTML5 support. Silent param option f…
scottschiller Nov 23, 2018
89df681
More comment tweaks.
scottschiller Nov 23, 2018
120781b
`soundManager.mute()`: Drop invalid check. Should have been `typeof s…
scottschiller Nov 23, 2018
e664f46
Fix up formatting for unsupported case.
scottschiller Nov 23, 2018
15020f7
Note about MIME type and `Audio().canPlayType()`.
scottschiller Nov 23, 2018
24241be
Drop legacy definitions from `features`: `buffering`, `peakData`, `wa…
scottschiller Nov 23, 2018
5d79d89
Drop `usingFlash` from `html5`. No longer used, safe to return undefi…
scottschiller Nov 23, 2018
396622a
Drop special -nodebug markers around the reboot bit. Call `beginDelay…
scottschiller Nov 23, 2018
88056b8
Simplify init to one modern `onDOMContentLoaded` listener. Nicer HTML…
scottschiller Nov 23, 2018
defa4d0
Drop `required` on HTML5 formats. SM2 no longer needs to "require" Fl…
scottschiller Nov 23, 2018
ca0b325
Sounds are now always HTML5, no need to check.
scottschiller Nov 23, 2018
74f3f29
Comment / spacing clean-up. Report undefined / disallowed `setup()` p…
scottschiller Nov 23, 2018
e13d00f
`_get_html5_duration()`: If no `Audio().duration`, use existing SM2 o…
scottschiller Nov 23, 2018
8286fb3
Allow `loadeddata` to trigger duration check for all, stop excluding …
scottschiller Nov 23, 2018
0994abe
Merge branch 'V2.97a.20170601+DEV' into sm2-html5only
scottschiller Nov 23, 2018
c25d997
Post-dev-branch-merge tweaks.
scottschiller Nov 23, 2018
4ae835a
Explain `title` sound option a bit.
scottschiller Nov 23, 2018
b717e1f
HTML5 `pause` event. Close #222 (and thanks for the PR! :bow:)
scottschiller Nov 23, 2018
4a40599
Consistent OK/checkmark emoji.
scottschiller Nov 23, 2018
cf9896a
Warn about `autoPlay`. Drop legacy `stream` + `serverURL` (Flash-era)…
scottschiller Nov 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading