Yoga Lin

Results 1 issues of Yoga Lin

I wrote 'this.pause()' after one line code in audioReady function, the audio continue playing. `this.play();` `this.pause();` I also try this: `this.play()` `setTimeout(this.pause(), 3000)` And it didn't work too