home *** CD-ROM | disk | FTP | other *** search
/ Master Visual C++ 1.5 / MASTERVC15.ISO / vcprog / video / readme.txt < prev    next >
Encoding:
Text File  |  1993-10-13  |  7.5 KB  |  239 lines

  1. FileName: README.TXT
  2.  
  3. General
  4. =======
  5. This disk contains the video file MOVIE.AVI file.
  6. This document demonstrates how to:
  7.  
  8. 1. Install the necessary drivers that are needed for playing 
  9. AVI files.
  10.  
  11. 2. How to use the Media Player program to play AVI files.
  12.  
  13. 3. How to incorporate AVI files into your Paradox for 
  14. Windows tables, into documents, and into other Windows 
  15. applications that support OLE.
  16.  
  17. 4. How to write a program with the Microsoft Visual Basic 
  18. for Windows package that plays AVI files.
  19.  
  20. 1. Installation
  21. ===============
  22. Before playing AVI files (video files) on your PC you must 
  23. make sure that you comply with the hardware and software 
  24. requirements.
  25.  
  26. Hardware requirements:
  27. (a) Your PC is a 386 or better.
  28. (b) Your monitor is VGA type or better.
  29.  
  30. AVI files usually include WAV files in them. This means that 
  31. your PC should also have a sound card in it. However, if you 
  32. do not have a sound card, the AVI file will be played, but 
  33. without sound.
  34.  
  35. Software requirements:
  36. To be able to play AVI files, you must first install the 
  37. required drivers. Here is how you install the drivers:
  38.  
  39. - Start Windows.
  40.  
  41. - Insert the disk TegoAVI into your a: or into your b: 
  42. drive.
  43.  
  44. - Execute the SETUP.EXE program that resides in the TegoAVI 
  45. disk. (i.e., Select Run from the File menu of the File 
  46. Manager of Windows, and then select the file a:\SETUP.EXE or 
  47. b:\SETUP.EXE).
  48.  
  49.  
  50. Ok, you now have all the necessary drivers that are required 
  51. to play AVI files.
  52.  
  53. To copy the AVI file that is included in the TegoAVI disk to 
  54. your hard drive:
  55.  
  56. - Copy the file  MOVIE.AVI from the disk into your hard 
  57. drive. (You can copy the MOVIE.AVI file to any directory on 
  58. your hard drive).
  59.  
  60. In the following section, you'll learn how to use the Media 
  61. Player program that comes with Windows to play the MOVIE.AVI 
  62. file.
  63.  
  64.  
  65. ========================================================
  66. 2. How to use the Media Player program to play AVI files
  67.  
  68. Windows comes with a program called Media Player. This 
  69. program usually resides in the Accessories group.
  70.  
  71. To execute Media Player:
  72.  
  73. - Double click the icon of the Media Player program icon.
  74.  
  75. Windows responds by displaying the Media Player window.
  76.  
  77. - Select Video for Windows from the Device menu of Media 
  78. Player.
  79.  
  80. NOTE: If the Device menu of your Media Player does not 
  81. contain the item Video for Windows, then it means that the 
  82. necessary drivers for playing AVI files are not installed. 
  83. See the previous section on how to install these drivers.
  84.  
  85. Media Player responds by displaying the Open dialog box. 
  86.  
  87. - Select the MOVIE.AVI file, and then click the OK button.
  88.  
  89. Media Player responds by opening the MOVIE.AVI file, and 
  90. then it displays the first frame of the MOVIE.AVI file.
  91.  
  92. - Click the Play button (the Play button is the leftmost 
  93. button).
  94.  
  95. Media Player responds by playing the MOVIE.AVI video.
  96.  
  97. As you can see, MOVIE.AVI is a movie that contains both 
  98. video and audio. Of course, if you don't have a sound card, 
  99. you won't hear the sound.
  100.  
  101. Note that the movie is only a few seconds long. As you can 
  102. imagine, AVI files consume huge amount of disk space. 
  103. Typically, AVI files are provided on a CD.
  104.  
  105.  
  106. =========================================================
  107. 3. Playing AVI files from within Paradox for Windows tables.
  108.  
  109. Paradox for Windows is a database relational manager program 
  110. (DBRM). Paradox is capable of playing AVI files. If you are 
  111. not familiar with the Paradox for Windows package, you may 
  112. consult the book:
  113.  
  114. Paradox for Windows Unleashed
  115. Published by: SAMS Publishing
  116.  
  117. - Create a new table. 
  118.  
  119. - Make one of the fields of this table of Type OLE.
  120.  
  121. - Place the table in Edit mode.
  122.  
  123. - Switch to the Media Player program.
  124.  
  125. - Load an AVI file.
  126.  
  127. - Select Copy Object from the Edit menu of Media Player.
  128.  
  129. - Switch back to Paradox.
  130.  
  131. - Place the cursor inside the OLE field, and then select 
  132. Paste from the Edit menu of Paradox.
  133.  
  134. You can now play the AVI file by double clicking the OLE 
  135. field.
  136.  
  137. For more information (e.g., how to place only a portion of 
  138. the AVI file inside the OLE field, consult the book Paradox 
  139. for Windows Unleashed).
  140.  
  141. You can use the same technique described above to 
  142. incorporate AVI files into other Windows applications that 
  143. support OLE. (e.g., you can incorporate an AVI file into a 
  144. document that is generated with Microsoft Word for Windows).
  145.  
  146. ==========================================================
  147. 4. How to write a program with the Microsoft Visual Basic 
  148. for Windows package that plays AVI files
  149.  
  150. Note: The following discussion assumes that you are familiar 
  151. with the Microsoft Visual Basic for Windows package. If you 
  152. are not familiar with this package, you may consult the 
  153. book:
  154.  
  155. Teach Yourself visual Basic 3.0 in 21 Days.
  156. By Gurewich & Gurewich
  157. Publisher: SAMS Publishing
  158. ISBN 0-672-30378-7
  159.  
  160. The Visual Basic files of the PlayAVI program are included in the 
  161. TegoAVI disk. These files are:
  162.  
  163. PlayAVI.MAK
  164. PlayAVI.FRM
  165. PlayAVI.FRX
  166.  
  167. ======================================================
  168. Notes:
  169. This disk is provided for educational and demonstration 
  170. purposes only. No part of this disk may be reproduced.
  171.  
  172.  
  173. TEGOSOFT SOFTWARE LICENSE AGREEMENT
  174.  
  175. GRANT OF LICENSE. TegoSoft Grants you the right to use one 
  176. copy of the software program libraries and utilities on a 
  177. single computer. 
  178.  
  179. COPYRIGHT. The software programs and files are owned by 
  180. TegoSoft and by other third party companies, and are 
  181. protected by United States copyright laws and international 
  182. treaty provisions. Therefore, you must treat the software 
  183. like any other copyrighted material.
  184.  
  185. OTHER RESTRICTIONS. You may not reverse engineer, decompile, 
  186. disassemble, or modify the software.
  187.  
  188. TegoSoft makes no warranty of any kind with regard to the
  189. merchantability, performances and fitness of the software 
  190. for a particular purpose. TegoSoft shall not be liable for 
  191. errors or for incidental or consequential damages in 
  192. connection with the furnishing, performance, or use of the 
  193. software. You shall remain solely responsible for, and hold 
  194. TegoSoft harmless from all claims, liability and damages 
  195. arising from your own products.
  196.  
  197. If you have any questions, you may contact TegoSoft Inc.:
  198. TegoSoft Inc. Box 389, Bellmore, NY 11710 
  199. Phone:(516)783-4824
  200.  
  201. The video file was created by Aris, (C) Aris Multimedia 
  202. Entertainment, Inc 1993.
  203.  
  204. Playing WAV files through the PC speaker without any 
  205. ====================================================
  206. additional hardware.
  207. ===================
  208.  
  209. As you can see, the PC can play real movie files. 
  210. Unfortunately, not all PCs are equipped with a sound card. 
  211. Thus, it is necessary sometimes to play WAV files (sound 
  212. files) through the PC speaker that every PC has. Yes, this 
  213. little speaker is capable of playing WAV files that contain 
  214. real voice (e.g., your own voice) and real music. You can 
  215. write DOS programs and Windows programs that play WAV files 
  216. through the PC speaker simultaneously and in synchronization 
  217. with the displaying of moving text and moving graphic 
  218. objects. To write such programs, you can use the TegoSoft 
  219. software library. TegoSoft offers libraries for developing 
  220. C/C++ programs for DOS, for developing C/C++ programs for 
  221. Windows, and for developing Visual Basic for Windows 
  222. programs. 
  223.  
  224. Price of each library is $29.95 plus $5.00 shipping and 
  225. handling. 
  226.  
  227. To get more information about these software development 
  228. tools, call:
  229.  
  230. TegoSoft Inc
  231. Box 389
  232. Bellmore, NY 11710
  233. Phone:(516)783-4824. 
  234. When ordering, specify your development tool.
  235.  
  236.  
  237.  
  238.  
  239.