In my application, I'm opening videos in the default BlackBerry player. But each time I select a video it's showing a prompt "open/save/cancel" . How can we disable this prompt and go 开发者_如何学Gostraight to the player?
When opening a file from within your own application, you can use the content handler API to invoke the BlackBerry player without opening an open/save/cancel dialog. There is an example of how to use the content handler API here. That should do exactly what you need.
精彩评论