Notifications
Clear all

[Closed] Embedded video like welcome screen

i would like to do something very similar to the welcome screen you get when launching max for the first time or through help menu > welcome screen

here is the video url that plays at the welcome screen

https://damassets.autodesk.net/content/dam/autodesk/3dsmax/welcome/images/3dsmax_intro.webm

i want it to be played in my dialog at a resised dimensions

can someone point out to me what i need to read in the docs to be able to do it ?

2 Replies

maxscript has nothing that could do that
you’ll have to use c# wpf/winforms or python + qt to do it, the latter should be easier imo
there was a similar splash screen thread already

btw it is quite unusual for a maxscript tool to have a splash screen or a video popup

Maybe could use dotnetobject “system.windows.forms.webBrowser”