Playing video as Splash Screen

How to make a Splash Screen from a video for the first screen

1

Have you set the source? Which is the problem?

yes I set the source but the video is not playing in auto

Maybe you have to use a timer (100 ms) before to start the video.

the duration is 7000 as the timer as the video

You are calling to start video in Initialize block...call to Start after 100ms...

how?

With a clock component...set interval to 100 or 150ms, and when timer fires then start video

2 Likes

thank you it works

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.