Below is a step which i tried to play mp4 file. But nothing happens. Could someone please help me out ? Steps which I tried: ******************************* a) I added a SurfaceView element in main.xml b) I uploaded a video.mp4 file in res/raw directory
Below is my main.xml: ---------------------- <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <SurfaceView android:id="@+id/SurfaceView01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="true"></SurfaceView> </LinearLayout> Below is my application code: ----------------------------- Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

