how can i preview a video file??
like this its nothing happens
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??
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??