iOS Question Online Video Streem

Pendrush

Well-Known Member
Licensed User
Longtime User
B4X:
Sub Process_Globals
   Private VideoV As VideoView
End Sub

Public Sub Show()
   VideoV.Initialize("VideoV")
   pg.RootPanel.AddView(VideoV.View, 0, 0, 100%x, 100%y)
   VideoV.LoadVideoUrl("http://YOUR_URL")
End Sub

Private Sub VideoV_Ready  
    Log ("ready")
    VideoV.Play  
End Sub
 
Upvote 0

Ramezanpour

Active Member
Licensed User
Longtime User

thanks , but my url don't work with this
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…