Rewind

 

Rewinds the currently playing track.

wimpyButton.rewind(stopPlaying)

 

Parameters

stopPlaying boolean

Pauses Wimpy Button after rewinding to the beginning of the track.

If false, or left blank, and there was a track playing, the track will continue to play (e.g. start playing from the beginning).

 

 

Return Value

none

 

See Also

 

Examples

<a href="javascript:wimpyButton.play('song1.mp3');">play song 1</a>
<a href="javascript:wimpyButton.rewind();">rewind</a>