Hi, I am trying to add a flash to my windows application, and i do not really know how to do it... can someone help? Thanks, Gidi
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