ajoute ce code la
Dim flashanimation As AxShockwaveFlashObjects.AxShockwaveFlash
flashanimation = New AxShockwaveFlashObjects.AxShockwaveFlash
flashanimation.LoadMovie(0, System.Environment.CurrentDirectory() + "C:\anim.swf")
flashanimation.Play()
et ajoute les composants necessaires
|