Hi,

This is a simple component to encapsulate the AAPlay.DLL of Autodesk to 
play *.FLI-Files: TFlicPlayer (incl. source-code) + a Flic-Player-Demo.

The component ist part of my book "FROM VB TO DELPHI" that will be 
published in december .. in german language :)

You ll find more infos concerning the use, properties, methods and 
installation of the component in the readme.txt file.

Please tell me your opinion.
Ciao,  Ingo Bhme, CIS 100611,565

I
                          *********************************
                          *** I n s t a l l a t i o n : ***
                          *********************************

   File             Description                           Directory 
--------------------------------------------------------------------------------
1) FlicUnit.Pas     Component                             Component-Directory
2) AAProcs.Pas      Encapsulating-unit for the            Component-Directory
                    DLL-calls of AAPlay.DLL 
3) AAPlay.DLL       Autodesk-DLL to play fli-files        Windows oder System directory
4) PLAYER.*         Sample-project. Load after 
   PLAYER1.*        Installation of the FlicPlayer-       Temp. directory
                    component


Properties:
--------------
   FileName      Name of the Fli-file 
   AutoPlay      True = start the animation after loading

   Frames        No of frames in the animation - only at runtime (read only)
   Position      no. of the actual frame       - only at runtime (form 0 to frames-1)

Methods
--------
   Play          Start the animation
   Stop          Stopt the animation
   Pause         pause the animation
   Next          Step to the next frame
   Previous      Step to the previous frame




