How do you make a video unpausable?

I want to make a video unpausable, can anyone help me with this ?

Use, webviewer, html5video, set to no controls.

See here:

is this the only way ? I want to make my app work offline and this can also make the app slower

It looks like you have overseen this in the previously provided link

you would need to create an html file and have this in your assets with the video

which means it works offline

Taifun

Yes, to make it run offline make sure the HTML is running locally, meaning it is not connected to a webpage, but AppInventor is running the HTML

Try hiding the controls and disabling user interaction, then use a timer to continuously play the video if it gets paused. Not foolproof, but might work!

Explain how you would do this with the videoPlayer component ?

(I know you can do it with html5video, as I showed above)