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:

animate1.resname := 'websendavi'; animate1.active := true; however, while same procedure works fine cool.avi, crashes websend.avi:
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
Post a Comment