home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / multimed / 3857 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.9 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.multimedia
  4. Subject: Re: Saving Quicktime movies in Hypercard/Supercard stacks?
  5. Message-ID: <1992Dec16.135052.12829@waikato.ac.nz>
  6. Date: 16 Dec 92 13:50:52 +1300
  7. References: <josteisv.103.724050695@dhhalden.no> <1992Dec14.094710.12758@waikato.ac.nz> <josteisv.109.724387080@dhhalden.no>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 44
  10.  
  11. In article <josteisv.109.724387080@dhhalden.no>, josteisv@dhhalden.no (JOSTEIN SVENDSEN) writes:
  12. > In article <1992Dec14.094710.12758@waikato.ac.nz> ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University) writes:
  13. >>From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  14. >>Subject: Re: Saving Quicktime movies in Hypercard/Supercard stacks?
  15. >>Date: 14 Dec 92 09:47:10 +1300
  16. >>In article <josteisv.103.724050695@dhhalden.no>, josteisv@dhhalden.no (JOSTEIN SVENDSEN) writes:
  17. >>> We are using the QT Movie XCMDs to play Quicktime movies in Hypercard and
  18. >>> Supercard. But we haven't been able to include the movies in the stack.
  19. >>
  20. >>It seems to me you should be able to put "moov" resources into your stack, but
  21. >>not the actual movie data. I can describe a procedure for you to try if you're
  22. >>interested, but is it really worth it?
  23. >
  24. > Yes, I think so. Most stacks we make should be possible to distribute. But
  25. > it's difficult when we don't know the path to the films "at playtime" when
  26. > we make the stacks. Now, the stack must ask the user to locate the films
  27. > before playing.
  28.  
  29. Putting movie resources into the stack isn't going to help this, that I can
  30. see. Even with the "moov" resource in the stack, you'll still have to find
  31. the movie data file. What kind of error message does QTMovie return if it
  32. fails to resolve a movie alias?
  33.  
  34. Actually I was thinking it *might* be possible to append the movie data onto
  35. the end of the stack itself, but a) that would require a special utility to
  36. do it and b) you would destroy the movie, and possibly the stack as well, if
  37. you tried to make any further changes to the stack.
  38.  
  39. > 1. We have thought about putting "moov" recources into HC stacks, but we
  40. >    don't know how to pass the path to the QT Movie XCMD.
  41.  
  42. How about using "the long name of this stack"? This returns a string like
  43.  
  44.     stack "My HD:Experimental Folder:Look at this neat stack"
  45.  
  46. The quick-and-nasty way of getting the pathname without the quotes is to
  47. use the expression "the value of word 2 of the long name of this stack".
  48. The main thing I can think of that could cause this expression to fail
  49. is if your pathname contains quotes in it somewhere.
  50.  
  51. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  52. Computer Services Dept                     fax: +64-7-838-4066
  53. University of Waikato            electric mail: ldo@waikato.ac.nz
  54. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+13:00
  55.