Vizard 7 » Command Index » Vizard objects » multimedia » <multimedia:av>.stop
7.6

<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