AVI - Animated button
Use CAniButton as a normal CButton (Style must be Owner draw) On Init dialog simply use LoadAVI( AVI_ID ) where AVI_ID is ID of AVI file loaded in resources.
The button will resize to match the size of AVI animation. The first frame of animation will be used as a static look. Be careful when you create your own AVI file. Not everything could be played !
Here is what is written for Animated control in MSDN:
Animation controls can play only simple AVI clips. Specifically, the clips
to be played by an animation control must meet the following requirements:
-There must be exactly one video stream and it must have at least one frame.
-There can be at most two streams in the file (typically the other stream,
if present, is an audio stream, although the animation control ignores
audio information).
-The clip must either be uncompressed or compressed with RLE8 compression.
-No palette changes are allowed in the video stream.
Download source 41KB

Comments
vc++
Posted by Legacy on 03/18/2003 12:00amOriginally posted by: jayashri
how do we transmit avi files across the network?my project is in vc++ .images from a web camera are captured and stored as avi files. how to transmit them in a network?
ReplyHow Can I compress the Avi to RLE8 ?
Posted by Legacy on 09/25/2002 12:00amOriginally posted by: Chen Kopel
How Can I compress the Avi to RLE8 ?
ReplyIsn't it microsoft method ??
Thanx
How to fix problem with clicking
Posted by Legacy on 01/30/2002 12:00amOriginally posted by: Paweł Skrzyński
ReplyHow to do it using SDK?
Posted by Legacy on 11/03/2001 12:00amOriginally posted by: Mudassar Iqbal
I wish to know if there is any way to create animated buttons using SDK?
ReplyHow do i create the file of avibtntest.rc2 ?
Posted by Legacy on 05/15/2001 12:00amOriginally posted by: tcd
I downded your example,but it didn't be used,because the
Replyfile of avibtntest.rc2 isn't exst.
This Class has class, but where can I get Avi files?
Posted by Legacy on 05/26/2000 12:00amOriginally posted by: Dan
Love this class, but do you know where I can download some usefull avi files? I'm not into making them myself(Why reinvent the wheel?)
ReplyThanks,
Dan
I fount that it will not work after it was clicked.
Posted by Legacy on 01/26/1999 12:00amOriginally posted by: jingde
It's very good,but i fount after i clicked it, it will not work anyother. Why?
I have got a idea that add "m_YourBtn.SendMessage(WM_LBUTTONDOWN);" to the last of your Method of BN_CLICKED.
Reply