Hi all, is it possible to set the video URI of a VideoView to a video in the applications assets folder? I just can't figure it out. Using a video in the res/raw Folder works, using:
Uri.parse( "android.resource://" + getPackageName() + "/raw/video" ); But I don't want to clutter the R class with the ids (there are quite a few videos). thanks in advance. -Robert -- 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

