Intent browserIntent = new Intent("android.intent.action.VIEW", Uri.parse("http://64.250.238.26:1111/clips/bigbeach2.mp4"));
startActivity(browserIntent);
i use above code for play video clip through browser... can it works???
Intent browserIntent = new Intent("android.intent.action.VIEW", Uri.parse("http://64.250.238.26:1111/clips/bigbeach2.mp4"));
startActivity(browserIntent);
i use above code for play video clip through browser... can it works???