How to make a Splash Screen from a video for the first screen
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...
With a clock component...set interval to 100 or 150ms, and when timer fires then start video
thank you it works
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.