VideoView

播放SD卡視頻:java

File videoFile = new File(Environment.getExternalStorageDirectory()+"/tencent/QQfile_recv/zhou.mp4")

播放工程文件視頻:android

String str = "android.resource://" + getPackageName() + "/" + R.raw.jay; // 播放工程文件中的視頻
videoView.setVideoURI(Uri.parse(str));

播放網絡視頻:網絡

Uri uri = Uri.parse("http://dlqncdn.miaopai.com/stream/MVaux41A4lkuWloBbGUGaQ__.mp4");
videoView.setVideoURL(uri);
相關文章
相關標籤/搜索