Hi
I have a list of audio files which I want to play in a sequence one after the other. These audio files are different words and have to make a complete sentence by playing them one after the other. Need help how to do this.
Thanks [import]uid: 126619 topic_id: 21902 reply_id: 321902[/import]
See the optional onComplete param here; http://developer.anscamobile.com/reference/index/audioplay
You’d line up the next word to play on complete of the first. [import]uid: 52491 topic_id: 21902 reply_id: 87254[/import]