home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 October / JOY141_CD2.iso / Data / Sharewares / Graphisme / zplay280.exe / default.trailers < prev    next >
Text File  |  2002-05-09  |  2KB  |  50 lines

  1. // This is a Sample DVD Trailers file for Zoom Player.
  2. //
  3. //
  4. // Functions:
  5. //
  6. // SetDVDPath(Directory)
  7. //   - Specifies the location where the VIDEO_TS.IFO file resides
  8. //     If no path is specified, Zoom Player will try to use the
  9. //     specified DVD Drive instead.
  10. //
  11. //     Examples:
  12. //     SetDVDPath(E:\VIDEO_TS)
  13. //     SetDVDPath(C:\My Media Server\My Movie)
  14. //
  15. //
  16. // LoadRandomTrailer(Directory)
  17. //   - Loads a Random Media file from the specified Directory.
  18. //     If you try to load multiple random files from the same
  19. //     directory, Zoom Player will try to load different files
  20. //     each time.
  21. //
  22. //     Examples:
  23. //     LoadRandomTrailer(C:\My Trailers\New Releases)
  24. //     LoadRandomTrailer(C:\My Trailers\DTS)
  25. //
  26. //
  27. // LoadTrailer(File)
  28. //   - Load a specific Media file
  29. //
  30. //     Examples:
  31. //     LoadTrailer(C:\My Trailers\New Releases\AotC.AVI)
  32. //     LoadTrailer(C:\My Trailers\New Releases\IJ4.AVI)
  33. //
  34.  
  35.  
  36. // First we set the DVD Path to our DVD Drive (or hard disk path where we copied it to)
  37. // We write the full path as Zoom Player looks for the VIDEO_TS.IFO file in the specified path.
  38. SetDVDPath(F:\VIDEO_TS)
  39.  
  40. // We start off with a personalized logo we've made for our Home Theater:
  41. LoadTrailer(C:\Eye Candy\My Logo.AVI)
  42.  
  43. // Next we show a random upcoming movie trailer:
  44. LoadRandomTrailer(C:\My Trailers\New Releases)
  45.  
  46. // Finally we show a random player for our spanking new Dolby DXESVW sound system:
  47. LoadRandomTrailer(C:\My Trailers\Too Cool for 5.1\Dolby Digital)
  48.  
  49. // After the last trailer plays, the DVD will start playing automatically.
  50.