12-16-2012 09:28 AM
I have developed a HTML5 app which requests a server 'A' for images and audio tracks. The images are stored on server 'A' only but the url of audio sent can be anywhere on the web, Then I use the soundManager2 to play that track.
I have test the app in Playbook's stock browser and it works, but when I packaged and signed the app, it does not worked. The app loads and all the images are shown but when I play the track nothing happens.
12-16-2012 02:42 PM
Im gonna try guess here, but have you got the right Permissions in your config.xml file?
https://developer.blackberry.com/html5/documentati
Im pretty sure you need a permission that allows you to access external content.
If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
12-17-2012 01:11 PM
Thanks for the reply.
Even I doubt this that the problem may be due to wrong permissions. But trying access element also does not help me.
May be flash is getting blocked. Here is the log of soundManager2 in ripple
12-17-2012 02:35 PM
I used the FIrebuf Lite to get more details about my problem, and its now confirmed that, the flash is getting blocked, resulting in failure of initialisation of soundManager2.