iOS Question Load Video File?? SOLVED**

ilan

Expert
Licensed User
Longtime User
how can i preview a video file??

like this its nothing happens

B4X:
vv.View.Visible = True
vv.LoadVideo(File.DirDocuments,lbl.Text & ".MOV")

i have saved the captured video to this path and i can send that video via mail, everything works but i would like to show a preview in my app, but how??
 
Top