I am considering converting my iPhone app to Titanium, but the most crucial piece is that I need to be able to play two different songs at once from the iPod library. This is possible using objective-c with AVPlayer. In the Titanium SDK, I assume playing two songs at once would only be possible using Titanium.Media.AudioPlayer, and not possible using Titanium.Media.MusicPlayer. However, I cannot find a way to load an iPod Library song using the Titanium.Media.AudioPlayer because Titanium.Media.Item does not seem to have a URL attribute. Does anyone know a different way to do this, or am I missing something? I would buy the Professional package, but I don't want to spend the money just to ask this question if the answer is that it isn't possible, because I can't convert my app in that case.
1 Answer
You cant create a second instance of the AudioPlayer?
Your Answer
Think you can help? Login to answer this question!