right click on toolbox item then select choose items then select com components then search for shockwave flash object after selection drag it on ur form next plcae ur flash file in project folder bin\debug next

then select timer enable it then double click on timer and paste this code
AxShockwaveFlash1.Movie = Application.StartupPath & "\PLAY\ur flash file name here .swf"

AxShockwaveFlash1.Play()


enjoy dudes