toufik 2 Posted February 20, 2021 (edited) hello every one I want to play videos one by one , when one finished the second one start and that on ,like slidshow but with videos not pictures , using tMediaPlayer ,how can I approach that ? or is there a way to detect when start and end of a video ?thank you Edited February 20, 2021 by toufik Share this post Link to post
Remy Lebeau 1386 Posted February 22, 2021 VCL's TMediaPlayer has an OnNotify event, which you can use to detect the end of playback. Load the video file paths into a list, start playing the 1st file, and use OnNotify to play the next file in the list, repeating until the list is finished. 1 Share this post Link to post