- Forums
- »
- Bugs
- »
- Sound in HTML5: this.jeashAudio.load() - Uncaught TypeError: Cannot call method 'load' of null
|
Viewing 1 to 3 (3 Total) Sound in HTML5: this.jeashAudio.load() - Uncaught TypeError: Cannot call method 'load' of null |
|
|---|---|
jfrocoTotal Posts: 10
Joined: April 14, 2012
|
Hello,
Tags:
Posted on July 29, 2012 at 2:59 AM
|
crayfellowTotal Posts: 204
Joined: November 28, 2011
|
Re: Sound in HTML5: this.jeashAudio.load() - Uncaught TypeError: Cannot call method 'load' of nullThe first thing (which you probably already know) is that sound in HTML5 is still pretty wonky across browsers. Getting it to work is a bit of a trick unfortunately, and some mobile browsers (such as iOS) refuse to play media unless the play command is in synchrony with user action such as a click handler. This makes programmatic audio difficult for advanced applications.
Posted on July 30, 2012 at 9:21 AM
|
jfrocoTotal Posts: 10
Joined: April 14, 2012
|
Re: Sound in HTML5: this.jeashAudio.load() - Uncaught TypeError: Cannot call method 'load' of nullThank you!!!
Posted on July 31, 2012 at 9:43 PM
|
