01-16-2013 05:38 PM
I'm trying to create a Podcast reader via Streaming, pus
https://github.com/blackberry/Cascades-Samples/tre
example I worked with one of the podcast this
Link: http://www.poderato .com/file_send/mp3.mp3? mp3 = 14624l8039l116175.mp3
But my question is how do I create a list with the 12 Podcast there and play one by one independent.
01-17-2013 03:11 AM
You can use MediaPlayer API.
MediaPlayer has api to change current playing source. setSourceUrl (const QUrl &url)
And when playback is complete playbackCompleted () signal is emitter.
Based on this API you can do what you need.
02-09-2013 06:20 PM
not quite understand you can help me with an example?