home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Explosion / 100-4013.iso / grafikpr / fxplay / fxplay.doc next >
Encoding:
Text File  |  1994-11-26  |  4.5 KB  |  109 lines

  1.                        *** FXPLAY DOCUMENTATION ***
  2.  
  3.  
  4. WHAT IS FXPLAY ?
  5. ----------------
  6.  
  7.      FXPlay is a player for AUTODESK Animator files. (FLI files)
  8. Instead of just playing them in Full Screen 320 x 200 x 256c mode
  9. as most DOS based FLI players do.  FXPlay uses VESA SuperVGA extensions
  10. to play them in 640 x 480 x 256 color mode.  The FLI is still in
  11. a 320 x 200 pixel window and the extra screen space can be used for effects.
  12. (On a non-VESA VGA FXPlay uses 320 x 200 x 256 mode and some effects are
  13.  not available.)
  14.  
  15.      To find out if you have VESA support run MSD, a program
  16. included with Windows 3.1 and DOS 6.0, choose the video button and
  17. the program will tell you if you have VESA support (Many SVGA's do).
  18.  
  19. USAGE:
  20.     FXPLAY filename.fli effect1 effect2 effect3 effect4 effect5
  21.  
  22. WHEN A FLI IS PLAYING
  23. ---------------------
  24.     If you have VESA support SPACEBAR toggles between 640x480xx256 and
  25.     fullscreen 320x200x256 mode.
  26.  
  27.     Up Arrow - Increases play speed
  28.   Down Arrow - Decreases play speed
  29.     M or +   - Maximizes play speed
  30.          P   - Pause play
  31.        ESC   - Ends play
  32.  
  33.  
  34. WHAT EFFECTS ARE AVAILABLE ?
  35. ----------------------------
  36.  
  37.     PIXELLATE - This effect is similiar to what you see in COPS when
  38.                 they don't want you to see a suspects face.
  39.     
  40.     NEGATIVE  - This effect reverses each pixel color.  Since this is 
  41.                 in 256 color mode what you get is not exactly what you 
  42.                 might expect from a film negative.  In FLI's where
  43.                 a color in one frame is used to mask an image from another 
  44.                 frame you might get a "TRAIL" effect from moving objects, 
  45.                 in other cases you get something similiar to a film negative.
  46.                 It can be a striking effect for some flics and pretty
  47.                 bad to look at for others.
  48.  
  49.     GHOSTLY  -  This option plays a FLIC in constantly changing Black's,
  50.                 whites, and grays.
  51.  
  52.        INTV  -  Draws a television set on the screen and plays a FLIC in
  53.                 the screen.  (This option 'steals' 10 colors from the
  54.                 FLI file.  So on FLI's that use a lot of colors you might
  55.                 see some 'SNOW' or some colors might change from what you
  56.                 expect.  This is not usually very noticable)
  57.  
  58.      FLOATER -  Plays the FLIC in a window the 'Floats' around the screen 
  59.  
  60.     FLASHING -  Blanks the FLIC window between each frame
  61.        
  62.         NP:n - n is number of plays.  If not specified FLIC plays until
  63.                ESC key is pressed.
  64.     
  65.     (FLOATER and INTV can not be used together INTV overrules FLOATER)
  66.     (Neither can be used if you do not have VESA support)
  67.  
  68. FUTURE PLANS
  69. ------------
  70.    You have version 1.2b of FXPLAY.   I was almost a month late with 
  71.    this.  Version 2.X will be out about July 1. XMS support has been
  72.    added which increases the possible playing speeds on computers with
  73.    XMS,   I ended up not adding straight EMS support, but, if you have 
  74.    hardware EMS, putting a disk cache in it will speed up play as 
  75.    compared to straight disk based playback.  I've been doing a lot
  76.    of work on my still frame support routines (SEE BELOW) so I didn't
  77.    want to deal with EMS.  XMS is faster anyway, and most modern PC compat-
  78.    ibles have it.
  79.    
  80.    FLC bug is fixed. FXPLAY now handles 320x200 FLC's with no known problems.   
  81.  
  82.  
  83.     Limitations
  84.     -----------
  85.           Handles 320x200 FLI/FLC's  ** ONLY **.  Next version will
  86.      handle smaller FLI/FLC's and the final version prior to the scripting
  87.      language will handle larger ones with VESA support.  I do not plan on
  88.      adding .FLT support at this time (.FLT's are 24 bit (16,000,000 color's)
  89.      instead of 8 bit (256 colors)).
  90.  
  91.      Possibly direct support of some SVGA cards without VESA extensions.
  92.  
  93. *****************************************************************************
  94.    FXPLAY is the preliminary work for a full fledged presentation 
  95.    scripting language which I hope to have in preliminary release
  96.    by mid fall.  The scripting language will support more effects and
  97.    still frames in PCX,GIF and BMP format.  Sound blaster support in some 
  98.    form will also be included.  (WAV and SND files at a minimum.  MIDI's are 
  99.    a strong possibility.)                                                      
  100.    
  101.      SEE FXPLAYSC.DOC FOR MORE INFORMATION ON THE FORTHCOMING SCRIPTING
  102.      LANGUAGE.
  103. *****************************************************************************
  104.  
  105.  
  106.  
  107.  
  108.      
  109.