Main Content
play
Play audio from audioplayer
object
Syntax
play(playerObj)
play(playerObj,start)
play(playerObj,[start,stop])
Description
play(playerObj)
plays the audio associated
with audioplayer
object playerObj
from
beginning to end.
play(playerObj,start)
plays audio from
the sample indicated by start
to the end.
play(playerObj,[start,stop])
plays audio
from the sample indicated by start
to the sample
indicated by stop
.