Is there a way to track the progress of a videoview as it is playing?
I'd like to be able to track how far in a video a user has progressed. It would be nice to track it dynamically as the video progresses, but at least upon videoview_complete event.
It appears that
the VV.Position is always zero (0)
Any ideas on this?
Thanks,
Rusty
BTW, the video being viewed is not streamed, it is a local asset file, .mp4
I'd like to be able to track how far in a video a user has progressed. It would be nice to track it dynamically as the video progresses, but at least upon videoview_complete event.
It appears that
B4X:
Sub VV_Complete
Msgbox("Video percent complete " & (VV.Position/VV.duration), "Complete")
...
Any ideas on this?
Thanks,
Rusty
BTW, the video being viewed is not streamed, it is a local asset file, .mp4
Last edited: