PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Playing mp4 video in repeat mode on window
Playing mp4 video in repeat mode on window
Débuté par Peter S, 20 aoû. 2022 00:34 - 1 réponse
Posté le 20 août 2022 - 00:34
Hi,

This sounds like a basic thing, but can't find a way to autorepeat an mp4 video playing in a multimedia control.
Is there any way to get this working?

Many thanks in advance!

Peter
Membre enregistré
55 messages
Popularité : +2 (2 votes)
Posté le 26 août 2022 - 10:56
Hi Peter,
you can know when your mp4 reached the end with multimedia "end of reading" event (https://help.windev.com/en-US/…)
and then use MultimediaBeginning and MultimediaPlay

Hope this helps
Andrea