Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Ti.Media.createSound-Sound issue

$
0
0

hi

I am using Ti.Media.createSound to play wav format audio file from a URL.

audioPlayer = Ti.Media.createSound({
    url :URL

     preload : true

});

audioPlayer.play();
sound is playing..and i am using    audioPlayer.stop(); to stop the playback,
 but it is not stoping.

Is there any way to stop the playback?

Titanium sdk version :3.2.0

Thank You


Viewing all articles
Browse latest Browse all 8068

Trending Articles