Community Questions & Answers

Android intent + remote mp3

Hi all, I'm trying to play a remote mp3 file with Android intent. Here's my code.. I tried almost every possible option to open this remote mp3 file. 1. In some cases it's opened in a browser player 2. In some cases it shows "no mp3 apps" 3....

Repeat sound ( mp3 )

Hi, can I somehow repeat sound over and over again without "complete" listener ? Is there any properties for that ? I used "looping" ,but sound play only once... ~~~ var player = Ti.Media.createSound({ url:...

createSound, on complete jump to next sound

I'm creating a music player. But since all the audio files are running within the application I can't use the createAudioPlayer function. So what i've done is create a variable which holds the player.. BUT when the sound is finished i need to assign a new...

File exists or not?

Hi there, i have changed the function like below because app was waiting to much to open everytime. With this code: 1. i am checking the file if exists or not, if doesn't exists i am downloading it to the Application Directory and play...

Mp3 Cache

Hello, is there a way to cache my playing mp3's? and make the player play from local if the mp3 file exists?

Push Data to Array?

Hello, i can't push data to my songs array, i don't understand why? and extra question, i can play the songs with a loop, if songs length finished , it turns to the begininng, i have done a next button but if it is the last song i must to click next...

Go To Next Song?

Hello, i have found this question in Q&A, but this isn't go to next song? i have tried everything, but can't make it:( ~~~ var win = Ti.UI.currentWindow; var mp3_array = []; ...

Continious Play

Hi there, i can play the mp3's with this but i how can i make this continious, i must to press one by one to play, Thanks ~~~ table.addEventListener("click", function(e) { sound.stop(); showIndicator(); var mp3Adress =...

Media player project

Dear all, I try to create media player project (like Google Music) I have some problem: 1. How to do something (eg. change tab, select songs.. ) while mp3 playing 2. How to play while download Please give me solutions Thanks

Mediaplayer Seek

Hi there, does anyone has the solution or a workaround to ename seek function for player mp3 ? thank again Andrea

cross-platform ringtone replacer

Hello, Is there a way to access the ringtones on iOS, Android, WebOS? The mobile phone user should be able to download a MP3-file and install it as default ringtone on his mobile phone. I am new to mobile development, and searched for an answer for a...

preload mp3 sound

Hi, Here's my code ~~~ var myMonkeySound = Titanium.Filesystem.getFile(Titanium.Filesystem.resourcesDirectory,'sounds/mimiplay_monkey.mp3'); // load from file object var soundMonkey =...

Showing 1-50 of 50