03-16-2010 01:14 AM - edited 03-16-2010 01:16 AM
Hi Experts,
I'm developing a blackberry application that plays video from the server. I've used Player.start() and Player.stop() for playing and pausing a video. But I also need rewind, forward and seek bar controls in my application. I tried using FramePositioningControl for these controls. But the following code is returning null.
FramePositioningControl framePositioningControl = (FramePositioningControl) player.getControl("FramePositioningControl");
I searched several forums and it says many players do not support FramePositioningControl. Can I know which all are the players that support FramePositioningControl. And also what else should I do to add these controls in my application. Please help, its very urgent.
Thank you very much in advance,
Sinu Mathews
03-16-2010 01:18 AM
Perhaps we should get this thread moved to the Java developer section of the forum, not this Forum Feedback and ideas section.
Greetings, and welcome to the BlackBerry.com Support Forums.
1. 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!
3. Install free BlackBerry Protect today for backups of contacts and data.
03-11-2012 10:49 PM
03-12-2012 09:19 PM
The following sample implements the seek bar:
http://supportforums.blackberry.com/t5/Java-Develo
FramePositioningControl is not supported on the java player.