Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AVI as a Splash Screen
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00450728
Message ID:
00450807
Views:
33
Hi Tim,

>Anyone have any success in using an AVI as a splash screen.
>I have a cool one I would love to use.

I've used one in an application I'm working on right now. The trick to run it was to use the Visual FoxPro HWND Control to hold reference to the AVI on the form, and the Microsoft MultiMedia Control to play it. The code looks like this:

* Set up and play the avi with the multimedia control

With ThisForm.oleLogo
.hWndDisplay = Thisform.oleFoxHWnd.hWnd
.TimeFormat = 3
.FileName = "logo.avi"
.Command = "Open"
.Command = "Play"
EndWith
Previous
Reply
Map
View

Click here to load this message in the networking platform