Prabakar wrote: > 1. If i want to play my video always in Landscape mode, how to achieve this?
Heave an android:screenOrientation="landscape" attribute into your <activity> element in your manifest file. > 2. If i want to play a video file continuously(play video in looping) > even after stopped one cycle, how to achieve it? Reset and start up the MediaPlayer again. > 3. if i want to remove built-in media player overlay controls such as > 'Play', 'Rewind', 'Forward' buttons from the media player which i'm > using to play a video file from sdcard on VideoView, how to achieve it? Don't attach a MediaController. Or, better yet, don't use a VideoView -- use a MediaPlayer. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---