Hello

I am not sure if this makes any sense. But what I really want to do is
to insert some animation snippets (1-2 secs) in between my Video
playback to try and give the users a transitional effect while
watching videos. My questions really is whether I can do this while
the videoview is running the video:

mVideoView.pause();
mVideoView.setVideoPath("location of a short animation clip");
mVideoView.start();

..... 1-2 secs of animation playback on the same view

mVideoView.setVideoPath("location of original video");
mVideoView.seekTo("where I paused");
mVideoView.start();

Am I shooting in the dark or is this something I can spend time
trying?

Thanks,

Abhi

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