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.

Signature
Dave Sexton
> Hi,
> I've a .swf file which has four buttons. There is a motion effect when
[quoted text clipped - 3 lines]
> set the .swf file as a background-image property of the button control. How
> can I do this?