Background:
I want to do a "Skip Button" if a full screen video is playing on Android devices.
For windows it's no problem - usually press the "ESC"-key, but you
don't have such keys on a mobile phone.
So I defined a permanent interface which is also visible during video playback.
But I couldn't find any function in the editor which stops a current running video.
Audio can be stopped - but for videos there doesn't seem a function existing.
So I assume you might achieve that via scripting call.
Unfortunately my scripting skillsare close to zero ... so if someone
have a hint what lue call could possibly stop a running video that would be quite helpful