在 BlackBerry 默认播放器中打开视频时如何禁用打开、保存提示?
在我的应用程序中,我在默认的 BlackBerry 播放器中打开视频。但每次我选择视频时,它都会显示提示“打开/保存/取消”。我们怎样才能禁用这个提示并直接进入播放器呢?
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 straight to the player?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
从您自己的应用程序中打开文件时,您可以使用内容处理程序 API 调用 BlackBerry 播放器,而无需打开打开/保存/取消对话框。有一个如何使用内容处理程序 API 这里。这应该正是你所需要的。
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.