Play Video as a Splash Screen First screen

I want to put a video on a splash screen but i don’t know how to set the source of video player. I have two components: video player and clock
please provide a blocks that can help me, and also what is the limit of size file on a video? need answer asap

seehere

2 Likes

But i need the audio,i’m just having problems on the blocks because when i open the app it skips the screen 1 and go to screen 2

Did you try this method ?

VideoPlayer has a Completed event, this event is triggered when the video finishes playing. So place the block that opens the next screen in this event.

Yes, i copied the block but still not working

Show your relevant blocks

Start the video in the Clock.Timer event and switch the screen in the VideoPlayer.Completed event

Completed()
Indicates that the video has reached the end

Taifun

1 Like

i don’t get it, can you send a image of block?

How can i automatically play it when i open the app? it’s supposed to to play the videoplayer automaticall when i open the app

Try this way videoSplash.aia (824.9 KB)

i recently know how to play it automatically. For now, i’m having problem on when the video is completed, it has a little reset delayed video when it open another screen

Thank you for the help! I fixed it

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