Hello,
I would like to know if there is a difference between
Video > Has ended
and
Video > Playback Events > Ended
The manual seems to say exactly the same thing:
Has ended
True if the video playback has reached the end of the video and stopped.
Ended: triggered when playback reaches the end of the video.
Link : construct.net/en/make-games/manuals/construct-3/plugin-reference/video
I tried them in my game and they seem to be doing exactly the same thing.
However, I'm getting occasional stalls in my videos when using playback event "can play through", I would like to only start playing the video when 100% sure the whole video can play through. That's what I was expecting Playback event > "Ended" to do but it doesn't seem to be the case. The video simply never starts playing.
Is that normal? If yes, any tip on how I can trigger my video only when the full video is loaded?
Thanks for your help!