cube01
August 1st, 1999, 01:11 AM
I'm desinging an app in which I need to play an AVI file... so I inserted the Microsoft Animation ActiveX componet...
when I call the Open function to open an AVI, it sais that it can't open the AVI file... but it's a valid path... here is the code I'm using:
m_ctlAnimate.Open("C:\\3.avi");
Also, I need to know how to use the Play funtion... I can't figure out how to define the variables for it...
Thanx... Cube
when I call the Open function to open an AVI, it sais that it can't open the AVI file... but it's a valid path... here is the code I'm using:
m_ctlAnimate.Open("C:\\3.avi");
Also, I need to know how to use the Play funtion... I can't figure out how to define the variables for it...
Thanx... Cube