I have a Form "TForm1" having one "TAnimate1". I have one AVI Resource as File Name "Animate 01.avi" with Resource Identifier "AVI" and one "Animated Cursor" as File Name "Cursor 01.ani" with Resource Identifier "8".
I wish to play "Animate 01.avi" on "FormCreate" event and set default cursor as "8".
I'm using "Delphi XE2".