hi all,

i want to play mp4 video on android .
using intent

this is the code i used to play mp4 file :

        Intent intent = new Intent(Intent.ACTION_VIEW);
        intent.setDataAndType(Uri.parse("http://www.apphuset.no/
skiprepper/video/rex/6.mp4"), "video/mp4");
        startActivity(intent);


but there is no video play back only sound we can here from it


what is the problem and how to fix this ?


thanks.

-- 
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