Hi, when I try this:
viv.LoadVideoUrl(lnk)
viv.Play
The VideoView is Black, the duration is 0, I think that the vv couldn't play the video ("https"), this problem I have too in the B4A with the same file "https", but in B4A i was solved with open the video in an external App, with Intent.
Android:
Dim i As Intent
i.Initialize(i.ACTION_VIEW,lnk)
i.SetType("video/*")
StartActivity(i)
iOS ??? How can I open the link Video in an Explorer or External VideoPlayer ?
Intent in iOS ??
viv.LoadVideoUrl(lnk)
viv.Play
The VideoView is Black, the duration is 0, I think that the vv couldn't play the video ("https"), this problem I have too in the B4A with the same file "https", but in B4A i was solved with open the video in an external App, with Intent.
Android:
Dim i As Intent
i.Initialize(i.ACTION_VIEW,lnk)
i.SetType("video/*")
StartActivity(i)
iOS ??? How can I open the link Video in an Explorer or External VideoPlayer ?
Intent in iOS ??