Hello
media.playSound(“test.mp3”) i would like to send an alert after the music file has completed playing.
Thanks
Sharath [import]uid: 5365 topic_id: 548 reply_id: 300548[/import]
Hello
media.playSound(“test.mp3”) i would like to send an alert after the music file has completed playing.
Thanks
Sharath [import]uid: 5365 topic_id: 548 reply_id: 300548[/import]
in the queue for 1.2 update
also thinking of .playSound(foo,function,true)
1st parameter foo
2nd parameter some function you would like to execute after sound ends playing
3rd parameter true/false - loop
c [import]uid: 24 topic_id: 548 reply_id: 1073[/import]
Carlos
Is there a way around…I need this badly…i need to capture end of an audio file and fire another audio. If not is there a way to count how many minutes the file is . please help me
Thanks
S [import]uid: 5365 topic_id: 548 reply_id: 1078[/import]
You could use a timer that triggers after the audio is finished it. Start it immediately when you start playing the sound and give it the time span of the audio file. [import]uid: 4824 topic_id: 548 reply_id: 1082[/import]