<multimedia:av>.stop

This action will stop playing the multimedia object

 

<multimedia:av>.stop()

 

Remarks

This command will stop playing the audio or video file. Playing the file afterwards will start from the beginning

Return Value

None

Example

song = viz.addAudio('music.mp3')
song.play()
.
.
.
song.stop()

See also

<multimedia:av>.play
<multimedia:av>.stoptime