To stop any audio currently playing
Posted: Mon Jan 14, 2013 12:56 pm
Is there Livecode script to stop any audio currently playing. I code I have on on object is
put specialFolderPath("engine") & "/soundwavs/sound1.mp3" into tSndPath
play tSndPath
and I want to stop this audio when I click on another button
Also do I have to specify which MP3 to stop or is there a script to stop any playing audio?
put specialFolderPath("engine") & "/soundwavs/sound1.mp3" into tSndPath
play tSndPath
and I want to stop this audio when I click on another button
Also do I have to specify which MP3 to stop or is there a script to stop any playing audio?