When I try to use videoview with the folowing code I get this error message "Cannot play video", "Sorry, this video cannot be played"
I can play this youtube video on my phone no problem if I click on it from the browser. I also have the following in my manifest editor...
AddPermission(android.permission.INTERNET)
:sign0163:
B4X:
Dim vv As VideoView
vv.Initialize("vv")
Activity.AddView(vv, 0, 0, 100%x, 100%y)
vv.LoadVideo("http","http://youtu.be/-FFlpxn-Twc")
vv.Play
I can play this youtube video on my phone no problem if I click on it from the browser. I also have the following in my manifest editor...
AddPermission(android.permission.INTERNET)
:sign0163:
Last edited: