myMusic.seek( position ) in Anark Studio 2.5
Move to a specific time in the music.
Arguments
name | type | description |
---|---|---|
position | Number | Time in seconds from the start |
- Return Type
- (none)
Description
If the music is playing, repositions to the given location within the music and continues playing. If the music is stopped or paused, repositions to the given location but doesn't begin playing until set to play again. This method is only valid when the buffered property is true. Specified in seconds.