check out this link

http://javatech.org/2011/01/discovering-android-embedding-video-in-an-android-application/

On Fri, Nov 25, 2011 at 11:18 PM, Lew <lewbl...@gmail.com> wrote:

> Damn, dude, that was only three hours (not even!) before you nagged!
>
> You have to allow a couple of days before you can nag for answers,
> assuming you're so rude as to nag a bunch of folks donating their time
> freely to help you out of the goodness of their hearts.
>
> You don't get to ring the bell impatiently after only three hours (not
> even!).  If you're in a hurry for answers, GIYF, not Usenet.  May I suggest
> <
> http://lmgtfy.com/?q=Android+open+mp4+video+from+the+assets+folder+and+play+it+with+VideoView
> >
> as a start?  (You'll need to skip over the results that point to this
> thread.)
>
> Of course, that assumes that skink's answer didn't satisfy you.  Even if
> it did, the above link will help the next person with this question.  (They
> will need not to skip over the results that point to this thread.)
>
> --
> Lew
>
>
> On Friday, November 25, 2011 7:45:26 AM UTC-8, saex wrote:
>
>> no one can help??
>>
>> On Nov 25, 1:47 pm, saex <elpab...@gmail.com> wrote:
>> > Hi
>> >
>> > i need to open a [sic] mp4 video from the assets folder and play it with
>>
>> > VideoView.
>> >
>> > THis is my actual code:
>> >
>> >     this.setContentView(R.layout.**videoview);
>> >     mVideoView = (VideoView) this.findViewById(R.id.**surface_view);
>> >     MediaController mc = new MediaController(this);
>> >     mVideoView.setMediaController(**mc);
>> >     mVideoView.setVideoPath("file:**///android_asset/videos.mp4");
>> >     mVideoView.requestFocus();
>> >     mVideoView.start();
>> >
>> > It doesn't works, but if i try to open the video from the SDCARD it
>> > works perfectly, then, the problem is when i'm trying to load the
>> > video from the assets folder.
>> >
>> > What i'm doing wrong?
>> >
>> > thanks
>>
>>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

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

Reply via email to