If the sound is done....

Kurt Kaufman kkaufman at snet.net
Wed Aug 14 19:57:01 EDT 2002


Mike, you have to handle the playStopped message with the player you are 
using to play the audio files (audioPlayer in the example below).  
Pseudo-code:

on playstopped
if there is a next file on the playlist then
set the filename of player audioPlayer to it
end if
start player audioPlayer
end playstopped

HTH, KK




More information about the use-livecode mailing list