I have a URL which downloads an .asx type file when clicked . The file downloaded , streams a live radio and plays it in an audio player . How do i handle this in my android application using titanium appcelerator ?
Thanks
I have a URL which downloads an .asx type file when clicked . The file downloaded , streams a live radio and plays it in an audio player . How do i handle this in my android application using titanium appcelerator ?
Thanks
You don't use asx files, since audio player is a functionallity of Android. You need to use Titanium.Media.AudioPlayer
Docs here: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Media.AudioPlayer