-1

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

Jonas
  • 121,568
  • 97
  • 310
  • 388
user1671411
  • 71
  • 1
  • 3
  • 6

1 Answers1

0

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

Rene Pot
  • 24,681
  • 7
  • 68
  • 92
  • I have the same project, I need to play radio stations from this website http://eradioportal.com. Can titanium play this stations? – iamkristher Aug 28 '13 at 11:50