playing interactive flash(.swf) movies in the form

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top