I am using videoview to play a video from a local web server...
I have the media controls turned off so that the user must watch the entire video.
How can I detect when the video has ended? I know it is probably obvious to many, but I haven't figured it out.
Thanks,
Jonathan
B4X:
vvv.LoadVideo("http","http://10.1.1.244/ssd/video/commercial/DonateBlood-PSA.mp4")
I have the media controls turned off so that the user must watch the entire video.
How can I detect when the video has ended? I know it is probably obvious to many, but I haven't figured it out.
Thanks,
Jonathan