Hi all, I have a question regarding the loading speed of my AVI file. I run a AVI file on my splash screen but it run so................ slow. How can I speed it up? I used the Animation control and insert the code in the Load Event of the Splash Screen.
'***************
Private Sub Form_Load()
Animation1.Open App.Path & "\TMP3.avi"
Animation1.Play 1
End Sub
'***************
Please Help!!!
