Have access to the MediaViewController to change the position of these views.
I don't see it exposed.
Code:
I don't see it exposed.
Code:
B4X:
Dim MediaManagerExtra As Map = CreateMap(MediaManager.REQUEST_CALLBACK: Me)
Dim VideoURL As String = "https://player.vimeo.com/external/354886143.hd.mp4?s=2e182d1b22282a63a9533ffda5bb0b2295cdb8e6&profile_id=175"
MediaManager.SetMediaWithExtra(PanelVideo, VideoURL, "", MediaManagerExtra)
B4X:
Public Sub SMM_MediaReady (Success As Boolean, Media As SMMedia)
If Media.Meta.MediaType = 3 Then
#If B4J
Dim MediaView1 As MediaView = PanelVideo.GetView(0).GetView(0).Tag
MediaView1.mBase.Parent.Enabled = True
MediaView1.Play
#Else If B4A
....
Last edited: