home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15298 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  4.0 KB

  1. Path: sparky!uunet!sun-barr!ames!pacbell.com!network.ucsd.edu!sdcc12!euclid!sakelley
  2. From: sakelley@euclid.ucsd.edu (Scott Kelley)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: QuickTime, Director, Closing Windows
  5. Message-ID: <37889@sdcc12.ucsd.edu>
  6. Date: 10 Sep 92 17:52:07 GMT
  7. References: <37864@sdcc12.ucsd.edu> <1992Sep10.173941.10737@waikato.ac.nz>
  8. Sender: news@sdcc12.ucsd.edu
  9. Lines: 69
  10. Nntp-Posting-Host: euclid.ucsd.edu
  11.  
  12. In article <1992Sep10.173941.10737@waikato.ac.nz>, ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University) writes:
  13. > In article <37864@sdcc12.ucsd.edu>, sakelley@euclid.ucsd.edu (Scott Kelley) writes:
  14. > > I'm working on a large multimedia project with MacroMind Director. Since
  15. > > Director's QuickTime support leaves something to be desired (it's buggy)
  16. > Uh-oh. And here I was looking forward to my 3.1 upgrade... :-{
  17.  
  18. Yes, there are a number of bugs in Director 3.1, but we haven't been
  19. bitten by them enough times to have them well defined yet. There's some
  20. kind of problem with printing a frame of the stage that has a QuickTime
  21. castmember on it (it consistently dropped me into MacsBug when I tried
  22. it) and there are also some strange things about Palettes when using two
  23. monitors, and some strange things about Palettes and QuickTime movies
  24. that are being dithered by QuickTime down to 8 bits. But, all in all,
  25. the bugs in Director 3.0 were worse (like the
  26. destroy-a-bitmap-as-you-scroll-it-in-the-paint-window bug and, my
  27. personal favorite, the "save as"-destroys-original-file bug.)
  28.  
  29. > >   My XObject is very simple: It gets two numbers and a string as
  30. > > parameters, opens the movie filename found in the string, and plays it
  31. > > with the upper left corner in the coordinates specified. So far so good.
  32. > >   Problem: When I call CloseWindow to dispose of the window after I've
  33. > > played the movie, QuickDraw erases the region that had the movie in it,
  34. > > and puts a white rectangle there instead.
  35. > Did you actually open your own window, rather than playing the movie in
  36. > Director's stage window? Does the latter not work? It's just that I've seen
  37. > an example Director movie which did exactly this, using the Apple/Claris
  38. > QTMovie external. Even worked with Director 2.0.1, too.
  39.  
  40. Gee, actually that never occurred to me. I was following Apple's sample
  41. code, and THEY opened a window, so I did too. I'll try doing it without
  42. opening a window and see what happens. I'll let you know...
  43.  
  44. I never tried using the QTMovie externals... I only tried the QTPict
  45. ones for JPEG, and I couldn't get it to work...
  46.  
  47. > If you really have to open your own window, I guess one thing to try is
  48. > save the bits behind it, and restore them after closing the window. Director
  49. > will still get an update event and redraw that area, but this is probably
  50. > not worth worrying about.
  51.  
  52. Actually, I started out worrying most about JPEG images, since our
  53. project has a lot of scanned slides, and we'd like to have people with
  54. high bit depth monitors (16bit or better) see the images in full color.
  55. Plus the JPEG compressed 24-bit images are about the same size as the
  56. 8-bit images as castmembers. We can bring up JPEG pictures by doing a
  57. link to a pict file, but unfortunately director always stores HARD links
  58. (i.e. full pathnames) and so it can't find the images when we install
  59. our software on other machines. And we don't want the user to get that
  60. "please find this file..." dialog! Why can't Director use the alias
  61. manager? Or do you know some way of making "link to file" work more
  62. flexibly?
  63.  
  64. > Lawrence D'Oliveiro                       fone: +64-7-856-2889
  65. > Computer Services Dept                     fax: +64-7-838-4066
  66. > University of Waikato            electric mail: ldo@waikato.ac.nz
  67. > Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  68.  
  69. Thanks for the suggestions. I'll try them today and let you know how it
  70. goes...
  71.  
  72. Scott
  73.  
  74. -------------------------------------------------
  75. Scott Kelley, sakelley@ucsd.edu, (619) 534-8560
  76. Multimedia Interactive Learning Laboratory (MILL)
  77. Department of Biology, UC San Diego
  78. -------------------------------------------------
  79.