home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft31 / Varie / Sw1b2b16 / README.TXT < prev    next >
Encoding:
Text File  |  1996-02-01  |  2.8 KB  |  83 lines

  1.      
  2.                  NETWORK PLAYER - README.TXT
  3.      
  4.        This file outlines the version, drop dead date, general 
  5.        notes, system requirements, known problems with 
  6.        workarounds, and known problems without workarounds.
  7.  
  8.      VERSION:
  9.  
  10.        1.0 b2b 16-bit Windows
  11.  
  12.      DROP DEAD DATE:
  13.  
  14.        The Shockwave for Director Plug-In will stop working 
  15.        after April 1, 1996.
  16.  
  17.      GENERAL NOTES:
  18.    
  19.        Macromedia's Network Player is a Director 4.0.4 
  20.        compatible Windows playback application.
  21.      
  22.        Copyright (c) 1995 Macromedia.  All rights reserved.  
  23.        The Windows Reference Player is the property of Macromedia 
  24.        and may not be altered, reproduced or copied in any way, 
  25.        shape or form without prior written consent from Macromedia.
  26.  
  27.      
  28.      SYSTEM REQUIREMENTS:
  29.      
  30.        Hardware: IBM compatible PC:
  31.                  - Intel 80386-25 Mhz 
  32.                  - VGA
  33.                  - 5 MB free disk space
  34.                  - 8 MB RAM
  35.      
  36.        Software: Microsoft DOS 6.00.
  37.                  Microsoft Windows 3.1x.
  38.                  Microsoft Windows 95
  39.                  
  40.        Netscape: Beta 4                
  41.      
  42.      
  43.      KNOWN PROBLEMS WITH WORKAROUNDS:
  44.      
  45.        - Functionality may vary when running in anything other than
  46.          8 bit screen depth (256 colors).
  47.          Workaround: Run in 8 bit screen depth (256 colors).
  48.        - If the Disk Cache is set to 0 (zero) size, movies will 
  49.          not play.
  50.        - Netscape may crash if the Disk Cache is not set high enough.
  51.          Workaround: Set Disk Cache to at least 5000k
  52.        - Resizing the Netscape window while a movie is playing may
  53.          result in orphaned movies that continue to play and will 
  54.          crash when you quit.
  55.          Workaround:  Avoid resizing a Netscape window while a 
  56.          movie is playing.  You may end up with an unattached movie 
  57.          that floats and will cause a crash when you quit the Navigator.
  58.      
  59.      KNOWN PROBLEMS WITHOUT WORKAROUNDS:
  60.      
  61.        - Shutting down or restarting the computer while a movie
  62.          is playing will crash Netscape.
  63.  
  64.  
  65.  
  66.  
  67. AUTHORS NOTES:
  68.  
  69. 1.  "NetAbort" does not actually stop the Navigator from delivering the current stream.
  70. However, the Plug-In ignores the rest of the data the Navigator downloads.
  71.  
  72. 2.  Attempting to embed the same Director movie multiple times in an HTML page does not work.
  73. You must make copies of the original movie for each instance.
  74.  
  75. 3.  The "GotoNetMovie" Lingo command now accepts an anchor in the URL.  This anchor is
  76. the name of a marker in the score of the movie referenced by the URL.  
  77. Example:
  78.  
  79. GotoNetMovie "http://somewhere.com/somemovie.dcr#mymarker"
  80.  
  81. This will make the movie, "somemovie.dcr" start playing on the frame marked, "mymarker".
  82.  
  83.