home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / amiga_vision_professional / amigavisionprofessiv2.04d.dms / in.adf / CD-XLPlay.doc < prev    next >
Encoding:
Text File  |  1992-12-01  |  2.3 KB  |  52 lines

  1. NAME
  2.     CD-XLPlay.AVf
  3.  
  4.  
  5. DESCRIPTION
  6.  
  7.     CD-XLPlay.AVf is a basic AmigaVision Professional flow that will
  8.     playback a CD-XL file.
  9.  
  10.     NOTE: To playback CD-XL files requires a CDTV Multimedia Player
  11.     or a CD-ROM drive with emulation software.
  12.  
  13.     Before running this example, you must modify the first VARIABLES
  14.     Icon. The expression within the VARIABLES Icon must set the XLFile
  15.     variable equal to the pathname of a valid CD-XL file.
  16.  
  17.     When this example is presented, the first frame of the CD-XL file
  18.     will be displayed to set the background resolution and palette.
  19.     Then an object will be displayed. The CD-XL file will start playing
  20.     within this object (its audio will be set to half the maximum
  21.     volume). Anytime during the CD-XL playback, a mouse click will stop
  22.     the playback and quit the program. If the CD-XL file plays to the
  23.     end, click the mouse button to quit the example.
  24.  
  25.     The first VARIABLES Icon is used to make the XLFile variable equal
  26.     the CD-XL file to be played.
  27.  
  28.     The SCREEN Icon is used to set the resolution and palette of the
  29.     background. In this example, the first frame of the CD-XL file
  30.     is used to set the background (like an ANIM5 file, a CD-XL file
  31.     loaded into a SCREEN Icon will display its first frame). If you
  32.     don't want to see the first frame of the CD-XL file, simply load
  33.     the CD-XL file into the SCREEN Icon, wait for the SCREEN Icon's
  34.     gadgets to set to those of the CD-XL file and then erase the CD-XL
  35.     filename from the SCREEN Icon.  This will display a background
  36.     screen with the same attributes as the CD-XL file, without
  37.     displaying its first frame.
  38.  
  39.     The GFX Icon creates the object in which the CD-XL file will be
  40.     played. You can use Rectangle, Circle or even Polygon objects to
  41.     playback your CD-XL file.
  42.  
  43.     The four VARIABLES Icons are used to set the AVSystem.CDTV.CDXL
  44.     attributes. The four expressions in each of the VARIABLES Icons
  45.     could have been placed in one VARIABLE Icon. The attributes set
  46.     here are not the only attributes of the AVSystem.CDTV.CDXL object.
  47.     Check your AmigaVision Professional User's Manual for the other
  48.     available attributes.
  49.  
  50.     The last few icons allow you to stop the CD-XL playback with a
  51.     mouse click and quit the example.
  52.