hi all,
can we play an video file in splash screen?
i mean like we use Defualt.png and sleep interval method to use static splash screen, instead of image, i want to play a video of about 10 sec.
How can i do that?
regards
hi all,
can we play an video file in splash screen?
i mean like we use Defualt.png and sleep interval method to use static splash screen, instead of image, i want to play a video of about 10 sec.
How can i do that?
regards
No, the default image is shown by the system while your app is loading, so your code isn't running yet (kinda the whole point). Once it is loaded, you can create a media player and play your video.