02-04-2013 06:13 AM
Hello,
Can someone, please give me an example on how to play a file from an URL, an AAC/MP3 file. I managed to do this very simple using a MediaPlayer object in Cascades, but it seems to be more difficult without Cascades. My experience is very limited developing C/C++ projects, I want to package this as a Webworks extension, my final goal being to be able to call a function with a URL paramater from JS and receive some events from the extension such as state,etc.
Can Cascades apps be packaged as Webworks extensions or it has to be pure Native?
Thanks!
02-07-2013 12:39 AM
Hi Andray,
You should be able to plau audio from URL using MMR in pure native.
http://developer.blackberry.com/native/documentati
Best,
Stephane
02-07-2013 11:36 AM
Thanks for your answer, it is what I was looking for! I didn't thought to search the PlayBook docs.