Discussion:
AVI in VB6 Animation Control
(too old to reply)
Rod Johnson
2006-09-16 09:39:10 UTC
Permalink
I have an AVI which was created from a WMV File using
Blaze Media Pro. I am running it in a VB6 Animation Control.
I can manually Open, Run, Stop, Close OK. What I now need to know
is how to determine when the AVI has finished so I can write
Code to then automatically Stop the AVI and Close the Animation
Control. Can anyone help? Thanks...
Dag Sunde
2006-09-16 10:10:30 UTC
Permalink
Post by Rod Johnson
I have an AVI which was created from a WMV File using
Blaze Media Pro. I am running it in a VB6 Animation Control.
I can manually Open, Run, Stop, Close OK. What I now need to know
is how to determine when the AVI has finished so I can write
Code to then automatically Stop the AVI and Close the Animation
Control. Can anyone help? Thanks...
Are you by "VB6 Animation Control" talking about the "MMControl" in
"Microsoft Mulitimedia CDontrol 6.0"?

If so, it has a "done" event that triggers when the file is done
playing.
--
Dag.
Loading...