thank you friend,
i have got my problem solved.
i have downloaded the software named " sothink swf easy" from internet.Made an swf file,then cut paste it to the bin of my project,just add a flash player object from com components from toolbox,and put the following code in your pageload event of the form:-
AxShockwaveFlash1.Movie = Application.StartupPath & "\mutiimage.swf"
AxShockwaveFlash1.Play()
happy exploring.