home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / www / rozi / FLI_2.ZIP / AA.PAS next >
Pascal/Delphi Source File  |  1996-04-09  |  112b  |  7 lines

  1. uses crt,dos,fliunit,graph;
  2. var s,t:integer;
  3. begin
  4. initgraph(s,t,'');
  5. fli_play('napis.fli');
  6. readkey;
  7. end.