Làm cái này đuối thật các pác nhĩ

On Saturday, November 17, 2007 8:45:16 PM UTC+7, John Albano wrote:
>
> Hi all,
>
> Does anyone have a simple example of playing video? I've tried the 
> following, but get an ActivityNotFoundException (no activity found to 
> handle intent)...
>
>    ContentURI myURL = new ContentURI("http://.../sample.mp4";);
>    Intent intent = new Intent(Intent.VIEW_ACTION, myURL);
>    intent.setType("video/mpeg");
>    startActivity(intent);
>
> Thanks
> John
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to