I want to play video file on blakcberry by programming
My source :
url = "http://a1408.g.akamai.net/5/1408/1388/2005110405/1a1a1ad948be278cff2d96046ad90768d848b41947aa1986/sample_mpeg4.mp4";
BrowserSession browserSession = Browser.getDefaultSession();
browserSession.displayPage(url);
browserSession.showBrowser();
When I run application, a popup is shown to confirm (Open, Save, Cancel) and then if I press Open button the video is played.
How can I invisible the popup. I mean , I want to direct play video , don’t shown popup confirm.
Please hep me if you know that !!!!!!!!!!!!!!! Thanks you very much.
Dear HelpMeToHelpYou !
I have checked your sample code but it seem still appear dialog when i run apps.
This is capture screen when have dialog confirm

Hi just try following code it works fine for OS5 and above
Bellow Os5
try the following code this is also work for os5