Unit Ani95

**************************************************************************** Ani95.pas Copyright Đ Thorsten Dittmar, 1996-97 Version 2.2 (3.12.1997) ---------------------------------------------------------------------------- Displays AVI-Clips in forms. Covers the Windows 95 CommonControl. CAN ONLY PLAY 8-BIT AVIs NOT CONTAINING SOUND (sorry, not my fault...) ---------------------------------------------------------------------------- Changes/New features: - Oops, many bugfixes... - Added Open-dialog for AVIFile property - Removed AVIStandard property - Added Compiler-Directives to fix overflow exception ---------------------------------------------------------------------------- Known problems: - The application hangs if you try to load an AVI from a DLL by calling LoadLibrary/FreeLibrary in the DPR. FreeLibrary is somehow called before the control is destroyed. Workarounds: - Donīt load the DLL(s) in the project file! Write a unit containing global variables to save the handle(s) and use the initialization/finalization blocks to load or free the libraries. Make sure this/these units are the first units included in the project file in order of their internal dependencies. Please view the exam- ples in the help file for detailed info. ---------------------------------------------------------------------------- History: - 1.0 1st implementation for personal use - 1.1 1st public release (help file, bug fixes) - 2.0 2nd public release (some new features see above) - 2.1 bugfixes, Open-dialog for AVIFile property, removed AVIStandard property (didnīt work with D2) ---------------------------------------------------------------------------- Credits: - Thank you, Rhett Hermer for feedback, bugfixing, adding the new property RepeatCount, suggesting the Open-dialog feature - Thank you, Torsten Mohs for bugfixing ****************************************************************************

Classes

TAnimation - TAnimation Component
TAnimationEditor - New items for componentīs context-menu
TAVIFileProperty - Property editor for AVIFile property

Functions

Register - **************************************************************************** Registration.

Types

Constants

Variables


Functions


procedure Register;

**************************************************************************** Registration... ****************************************************************************

Types


Constants


Variables