PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Windev Multimedia Control - Fast Forward
Windev Multimedia Control - Fast Forward
Débuté par Donald Montaine, 20 avr. 2014 18:16 - 3 réponses
Posté le 20 avril 2014 - 18:16
Is there a way to programmatically fast forward or scan a video file using the WinDev multimedia control?
Posté le 21 avril 2014 - 17:57
did you try the MultimediaPosition function?
Posté le 22 avril 2014 - 01:08
Yes, that works if you want to skip ahead 10 seconds ... but so far I have not figured out how to put it in a loop and emulate a fast forward or scan capability.
Posté le 22 avril 2014 - 11:46
Hi Donald

I would try :

either
- in a loop with a multitask

or
- in a timer

Both solutions should allow the system to do the multimedia part before the next order to move forward is given, and both solutions are interruptible

Best regards