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

  1. Path: sparky!uunet!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: QuickTime, Director, Closing Windows
  5. Message-ID: <1992Sep10.173941.10737@waikato.ac.nz>
  6. Date: 10 Sep 92 17:39:41 +1200
  7. References: <37864@sdcc12.ucsd.edu>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 34
  10.  
  11. In article <37864@sdcc12.ucsd.edu>, sakelley@euclid.ucsd.edu (Scott Kelley) writes:
  12. > I'm working on a large multimedia project with MacroMind Director. Since
  13. > Director's QuickTime support leaves something to be desired (it's buggy)
  14.  
  15. Uh-oh. And here I was looking forward to my 3.1 upgrade... :-{
  16.  
  17. >   My XObject is very simple: It gets two numbers and a string as
  18. > parameters, opens the movie filename found in the string, and plays it
  19. > with the upper left corner in the coordinates specified. So far so good.
  20. >   Problem: When I call CloseWindow to dispose of the window after I've
  21. > played the movie, QuickDraw erases the region that had the movie in it,
  22. > and puts a white rectangle there instead.
  23.  
  24. Did you actually open your own window, rather than playing the movie in
  25. Director's stage window? Does the latter not work? It's just that I've seen
  26. an example Director movie which did exactly this, using the Apple/Claris
  27. QTMovie external. Even worked with Director 2.0.1, too.
  28.  
  29.  This is a problem because it
  30. > presents the user with an unexplained flash in the movie window. (From
  31. > director I'll use a single frame of the movie as a castmember in
  32. > Director, and when the user clicks on it, I'll play the movie on top of
  33. > it. When the movie stops, I want it to CLEANLY go back to the first
  34. > frame.
  35.  
  36. If you really have to open your own window, I guess one thing to try is
  37. save the bits behind it, and restore them after closing the window. Director
  38. will still get an update event and redraw that area, but this is probably
  39. not worth worrying about.
  40.  
  41. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  42. Computer Services Dept                     fax: +64-7-838-4066
  43. University of Waikato            electric mail: ldo@waikato.ac.nz
  44. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  45.