Android Question VideoView and external sdcard access

rworner

Member
Licensed User
Longtime User
When I insert the following code the filepath result is
/mnt/sdcard/mnt/external_sd/wildlife3.wmv
I am trying to get to /mnt/external_sd/wildlife3.wmv

How do I set the path to the proper folder?


B4X:
 vv.LoadVideo(File.DirRootExternal & "/mnt/external_sd/" , "wildlife3.wmv")
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…