如何使用意图从我的Andr​​oid应用播放视频的MP4?这是可能的吗? [英] How to play video mp4 using intent from my android app? This is possible?

查看:129
本文介绍了如何使用意图从我的Andr​​oid应用播放视频的MP4?这是可能的吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在我的应用程序发挥mp4视频,蝙蝠我想使用意图。这可能吗?

I need to play a mp4 video in my app, bat I want to use intent. Is this possible?

private void startTrailer(){

            Uri contentUri = Uri.parse("android.resource://" + pkgName + "/" +R.raw.v01_homem_ferro_3);
    Intent intent = new Intent( Intent.ACTION_VIEW );
    intent.setDataAndType( contentUri, "video/mp4" );
    context.startActivity( intent );
}

例外:未找到可处理意图活动

Exception: No Activity found to handle Intent.

推荐答案

有人收到了这个问题。检查这些链接,看看他们是否给你一个很好的起点来解决问题:

Somebody had this issue before. Check these links and see if they give you a good starting point to solve the problem:

Android的意图播放视频?

<一个href=\"http://stackoverflow.com/questions/11189631/how-to-play-a-video-mp4-from-assets-or-raw-folder-with-the-video-intent\">How打从资产或原始文件夹中的视频(MP4)与视频意图是什么?

这篇关于如何使用意图从我的Andr​​oid应用播放视频的MP4?这是可能的吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆