With this one, the video is played on screen initialise, then sets a button enabled when the video is finished. Pressing the button takes you to another arrangement.
Think of the html file as a container for the video, which also supplies instructions of how the video should be handled,e.g. setting the video size, and for it to autoplay. (muted is required in order for autoplay to work. The preload setting should load an image of the first frame)
I added some css in order to centre the video on the webviewer, and a small script to capture when the video has ended, and returning a message using the webviewstring.
The video file and the html file MUST be in the same location(folder) for this to work.
Hi, I managed to play my video. Now I have another question: when I start the app and the video is playing, when I touch the display, the control element comes back. A plus and minus like in the picture, where does that come from, from the web viewer from the app inventor or from the cell phone,how do I get rid of it?
Hi, I've managed to run video without controls. The video is displayed fullscreen on my xiaomi Note Pro 11 Plus. I'll send the aia then you can see for yourself.Thank you for your help, it was very instructive for me. htmlVid4.aia (319.8 KB)