Incorporating Flash Into An Application

ProggyDude

Member
Joined
Sep 6, 2004
Messages
10
Location
Ontario, Canada
Programming Experience
1-3
I am developing a splash screen for a project that I am working on. I was wondering if anyone was able to guide me as to how to incoporate a flash movie into the application.

Cheers,

Proggy :cool:
 
You'll have to use COM interop.
Add a reference to the Shockwave Flash COM object, then add the Shockwave Flash control to the toolbox. You can then add the control and set it's Movie property to the .swf file you want to show. You can also handle fsCommands to provide interaction between Flash and VB.NET.
 
Back
Top