home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95promot / software.txt < prev    next >
Text File  |  1997-06-02  |  2KB  |  68 lines

  1.  
  2. Informations about enclosed software    
  3. ------------------------------------
  4.  
  5. 1.FLC-Java-Applet
  6. -----------------
  7.  
  8. The enclosed Java-Applet for displaying Autodesk-FLIC-files within
  9. an HTML-document has been developed by Dr.Joerg Anders and kindly 
  10. made available for publishing.
  11. The mentioned author owns all rights on this software and it is not
  12. part of the application "Pro Motion".
  13.  
  14. You may distribute and use this Java-Applet freely. For further 
  15. informations call the author himself:
  16.  
  17. Dr.Joerg Anders
  18. Faculty for Computer Science
  19. Professorship "Rechnernetze und verteilte Systeme"
  20. Technical University of Chemnitz
  21. Phone: +49 0371 531 1360 
  22. Fax: +49 371 531 1628
  23. e-Mail: ja@informatik.tu-chemnitz.de
  24.  
  25. The file "FLC_JAVA.ZIP" contains source and compiled code.
  26. These files have Windows 95 long filenames. If you only have a
  27. DOS-Zip-decompressor, you have to rename all files after decompressing
  28. like this:
  29.  
  30. flic_pla.jav    ->    flic_player.java
  31. flic_pla.cla    ->    flic_player.java
  32. err.cla        ->    err.class
  33. pixel_li.cla    ->    pixel_list.class
  34. scanner.cla    ->    scanner.class
  35. myproduc.cla    ->    myproducer.class
  36.  
  37. Include the applet in your HTML-code like this:
  38.  
  39. <APPLET WIDTH="xx" HEIGHT="yy" CODE="Flic_Player.class">
  40. <PARAM NAME="FILENAME" VALUE="name">
  41. <PARAM NAME="DELAY" VALUE="dd">
  42. <PARAM NAME="INDIVDELAY" VALUE="y">
  43. </APPLET>
  44.  
  45. "WIDTH"        ...of FLIC-animation in pixels
  46. "HEIGHT"    ...of FLIC-animation in poxels
  47. "FILENAME"    ...of FLIC-file (.fli/.flc-files)
  48. "DELAY"        ...optional frame delay in ms
  49. "INDIVDELAY"    ..."y" switches on individual frame-delay mode. 
  50.                 This option can only be used for animations created with
  51.         "Pro Motion"!
  52.  
  53. You will find "PMOTION.HTM" as an example in your "Pro Motion"-Installation 
  54. directory. It shows the use of the applet (the .class-Dateien must be 
  55. decompressed!) and the use of an animated GIF89a-file.
  56.  
  57.  
  58.  
  59. 2.Autodesk FLIC Player
  60. ----------------------
  61.  
  62. The enclosed file "WAAPLAY.ZIP" contains a player for Autodesk's FLIC-files
  63. under Windows.
  64. You can use and distribute this program freely.
  65. Autodesk Inc. owns all rights for this player, and it is not part of the
  66. application "Pro Motion".
  67.  
  68.