Hi,

I did put the flash movie playing in the Splash form while waiting for the program load, but the movie just not playing, it display it on the form, but the animation not moving.

Here is the code

Private Sub Form_Load()
ShockwaveFlash1.LoadMovie (0, "C:\Flash.swf")
ShockwaveFlash1.Visible = True
ShockwaveFlash1.Play
End Sub

Thanks!