home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Toolbox / MovieBrowser / README < prev    next >
Encoding:
Text File  |  1994-12-11  |  2.0 KB  |  67 lines  |  [TEXT/MPS ]

  1. README: MovieBrowser
  2.  
  3. VERSION (Date)
  4. 12-08-94
  5.  
  6. GENERAL
  7. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser
  8. will open this document and act as a browser environment to the movies.
  9.  
  10.  
  11. ENVIRONMENT USED
  12. Metrowerks 5.0c1
  13. Think 7.0.3
  14. QT 2.0
  15. Universal Headers (ETO#16)
  16. System 7.5
  17.  
  18.  
  19. HOW TO BUILD
  20. Select either the Think or the Metrowerks project file if
  21. you want to rebuild the samples.
  22.  
  23.  
  24. HOW TO TEST
  25. BrowserMaker: Run the application, select a folder with QT movies, and save the 
  26. resulting document.
  27. MovieBrowser: Open the defined document and test out various functions in the
  28. application.
  29.  
  30.  
  31. ERROR REPORTS
  32. If you encounter problems with this sample, send a report stating:
  33.  
  34.  
  35. * Name of the sample (and the source code file)
  36. * How the error is reproduced
  37. * What source code lines in the sample are problematic
  38. * What version of the sample you have, or from what source did you obtain the sample
  39. * Your environment, specifying:
  40.     - System environment (System 7.0, 7.1, 7.5 and so on)
  41.     - QuickTime environment (QT 1.6.1, 2.0 and so on)
  42.     - Any additional extensions in your system
  43.     - Hardware environment
  44.     - Development environment (including version level)
  45. * Any other valuable feedback and comments
  46.     
  47. Send this report to APPLE.BUGS on AppleLink, or APPLE.BUGS@applelink.apple.com 
  48. on Internet. If possible use the bug reporter stack that is available on
  49. the  Developer CDs, AppleLink and ftp.apple.com.
  50.  
  51.  
  52. LEGAL STATEMENTS
  53. Copyright © 1992-94 Apple Computer, Inc.
  54. All rights reserved.
  55.  
  56. You may incorporate this sample code into your applications without
  57. restriction, though the sample code has been provided "AS IS" and the
  58. responsibility for its operation is 100% yours.  However, what you are
  59. not permitted to do is to redistribute the source as "DSC Sample Code"
  60. after having made changes. If you're going to re-distribute the source,
  61. we require that you make it clear in the source that the code was
  62. descended from Apple Sample Code, but that you've made changes.
  63.  
  64.  
  65.  
  66. CHANGE HISTORY
  67. 12/08/94    khs        Tested with MW 4.5, Think C 7.0.3 and ETO#16 Universal headers.