SeekMusic

Description

Seeks the currently playing music to the speicifed number of seconds, either relative to the current position or an absolute position. For example if the music track is 60 seconds long and is currently at a position of 10 seconds (it has played 10 seconds of music), seeking to an absolute value of 3 seconds will take it back to 3 seconds after the start of the music track. Using a relative value of 3 will add 3 seconds to the current position, taking it to 13.

Definition

SeekMusic( seconds, mode )

Parameters