getAudio(id).play()
Starts playing the audio file.
Example:
[js highlight=”2″ try=”true”]newAudio(“test”, “test.mp3”)
.play()
.wait()[/js]
Starts playing the file test.mp3 (nothing is added onto the screen).
The online experiment toolkit
getAudio(id).play()
Starts playing the audio file.
Example:
[js highlight=”2″ try=”true”]newAudio(“test”, “test.mp3”)
.play()
.wait()[/js]
Starts playing the file test.mp3 (nothing is added onto the screen).