MediaPause(IconID@"Sound Icon Title", TRUE) will pause it. Replace the TRUE with FALSE to unpause it & resume play. MediaSeek(IconID@"Sound Icon Title", position) where position is the position in milliseconds. Using the MediaPosition system variable, you could do:
MediaSeek(IconID@"Sound...