winform and flash

  • Thread starter Thread starter Gidi
  • Start date Start date
G

Gidi

Hi,

I'm trying to add a flash to my windows application, and i don't really know
how to do it...

can someone help?

Thanks,
Gidi
 
Gidi said:
I'm trying to add a flash to my windows application, and i don't really
know
how to do it...

You could embed a WebBrowser control in your form. Then, inside the
control, load an html page that contains the Flash, just as if you were
displaying it in a web form.
 
Hi,

You can also try to embed the Flash ActiveX control.

I would recommend looking into WPF instead.

Asaf
 
Back
Top