delphi - websend.avi as a custom resource for TAnimate? -


in delphi xe2, try use websend.avi custom resource tanimate, including in project/resources , images, in same way referred here:

enter image description here

animate1.resname := 'websendavi'; animate1.active := true; 

however, while same procedure works fine cool.avi, crashes websend.avi:

enter image description here

so seems tanimate can accept avi files, while crashes other avi files.
rules avi files work tanimate in above way?

the documentation explains can use avi files raw uncompressed frames, or run length encoding compression. avi of yours fails not meet requirements.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -