*.avi animation files 
Author Message
 *.avi animation files

*.avi Files

I have copied some code out of the SAMS "Visual Basic in 10 Minutes" guide
to play an animation

Private Sub cmdStart_Click()
    anmAnimation1.Open "C:\Program Files\Autodesk\Autosketch\cs.avi"
    anmAnimation1.Play
End Sub

This works, however when I follow the further instruction as to how to get
it to play the animation 4 times and showing only the first 10 frames;

Private Sub cmdStart_Click()
    anmAnimation1.Open "C:\Program Files\Autodesk\Autosketch\cs.avi", 4, ,
10
    anmAnimation1.Play
End Sub

... I receive the following error message:

 Compile error

 Wrong number of arguments or invalid property assignment

Any ideas?

Also, do you know where there any website from which I can download free
*.avi files?

Many thanks

paddymichelle



Sun, 09 Feb 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. small avi-files for animation of wait screens?

2. Wanted: AVI-Files for Animation Control

3. Animation (AVI) File

4. animation cotrol open avi file

5. Wanted: AVI-Files for Animation Control

6. Animation, avi files

7. How do I get animation to see avi in resource file

8. Animation Control - AVI Files?

9. avi files for Animation Control

10. Playing an AVI from a DLL using the Animation Control (or related)

11. Copy / Move AVI animation form?

12. Need help to show AVI animation

 

 
Powered by phpBB® Forum Software