How to display a video instead of a launch image in AppStudio?

286
2
03-28-2020 05:26 AM
TimConfare1
New Contributor II

I would like to have a short video that plays once the user opens the app.  Is this possible?  I checked the Resources section of Settings but the Launch settings only accept image files.

0 Kudos
2 Replies
ErwinSoekianto
Esri Regular Contributor

Hello Tim, 

This is possible, but not using the Launch Image feature in the App Setting, this would need to be done as a custom QML component or page solution to play video on the first page. 

This is a sample using Video QML component, Video QML Type | Qt Multimedia 5.14.1 

Thank you,

Erwin. 

0 Kudos
TimConfare1
New Contributor II

Thank you for your reply.  I have found plenty of examples of displaying an image as a splash screen but I haven't found any that explain how to show a splash video while the app loads.

0 Kudos