Link to home
Start Free TrialLog in
Avatar of kjc1111
kjc1111

asked on

How to programmatically create AVI or SWF files?

Hi Experts,

I developed a program in VC++ that can run animations in a CView-derived window.  Currently the animations are saved in my own custom document type via serialization.  Is there a way to programmatically run the animation and generate an internet-compatible version of the output (e.g. in AVI or SWF format)?  I can use a screen video capture product to do it manually but doing it programmatically would be nice.

Thanks,
Kevin
ASKER CERTIFIED SOLUTION
Avatar of Deepu Abraham
Deepu Abraham
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kjc1111
kjc1111

ASKER

Thanks Deepu, these links are what I was looking for.

Kevin