playing interactive flash(.swf) movies in the form

G

Guest

Hi,
I've a .swf file which has four buttons. There is a motion effect when
mouse gets hover on to any of the buttons. I want to integrate this flash
file into my form and want ot perform a certain action on the respactive
button (which are in the flash file) click. I observed that I am not able to
set the .swf file as a background-image property of the button control. How
can I do this?
 
D

Dave Sexton

Hi Sachin,

I've never used Flash but I suspect there is an ActiveX version. You can try adding the Flash .ocx, if one exists, to the VS.NET
toolbox (look under the COM tab) and then dragging it onto your Form. From there you'll have to use the Flash object model to code
against the control. Maybe you'll be lucky and there will be a Click event on the control :)

You might have better luck finding help on the Flash object model outside of the Microsoft groups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top