Doing something as simple as running the code below will crash my app. Even when this is the only thing going on. I have many earlier apps that use the createAudioPlayer function, and none of them work with the latest version of titanium.
var audioPlayer = Ti.Media.createAudioPlayer({ url: 'http://mms-live.online.no/P5_Oslo' });
audioPlayer.start();
1 Answer
If you have recently added the media api to your project by using Ti.Media.createAudioPlayer for the first time, try cleaning your project to force the TiSDK scripts to add the media module to the build.
Your Answer
Think you can help? Login to answer this question!