I fully agree when you are playing a short wav file. However, returning an event would be a nice feature and also provide a lot of flexibility to the programmer too, for example, playing a background music continuously throughout the program.
Is there any other media player command that can return an event back?
There are many ways to handle if a user were to activate two sound() function. This is exactly why we can use a call-back function (sound event), to know whether the first wav file has been finished playing or not. If not yet, we can prohibit the second one from playing. If we receive the finish sound event, then, we can allow the programmer to start the second one.
I dont see there is anything wrong to that, but, if currently this is not possible, would there be any other command that can help me to play the same wav file repeatedly and continuously?
Thanks. :sign0089: