04-24-2012 10:26 AM
Hello,
I have an issue with an application I am developing, the application is playing a remote mp3 file through the Player class (Player player = Manager.createPlayer(url);player.start();) but to access the physical file url I have to follow two different redirections.
Is there a way for the Player to automatically follow the different redirections or do I have to handle them manually
Thanks
Jakjoud Abdeslam
Solved! Go to Solution.
04-24-2012 10:43 AM
Unfortunately you need to deal with it inside your app. Please refer to this thread too. http://supportforums.blackberry.com/t5/Java-Develo