We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
- method (params) → return
- load (url/sid[, sid]) → sid | fail (just indicates loading has started, onLoad is called later asynchronously) - play (sid) → success | fail - pauseToggle (sid) → paused | resumed - stop (sid) → success | fail - seekTo (sid, seconds) → success | fail
- whileLoading (sid) → bytes, completed → onLoad - whilePlaying (sid) → seconds, finished → onFinish