In windows application
step1
type in google swf player Download it
step2
Write Click Inside a toolbox
step3
Select "Choose items" and after that go to "COM component"
step4
Find "Shockwave Flash Object" select it and drag it on to the form
Step5
Take two "button" play and stop
pay=axShockwaveFlash1.Movie = "Your .swf file path ";
axShockwaveFlash1.Play();
Stop=axShockwaveFlash1.Stop ();
I think its help full