At 12:49 PM 1/12/01 -0500, Robert Beichner wrote:
>Are there any QuickTime wizards out there?
I'm not a wizard ... but I'm spending a lot of time with it!
>
>I'm trying to put a small graphic object on top of a quicktime movie. The
>basic idea is that a person clicks on the movie and a marker appears at the
>spot where they clicked. I can grab the mouseUp on the movie and place the
>graphic in the correct position, but the movie refreshes itself
>instantaneously and covers the graphic.
Set the alwaysBuffer of the player to True. It has been my experience so
far that this really degrades performance....
>On a related note, I don't suppose there is a direct way to determine which
>frame number of the movie happens to be showing?
The player is constantly pumping out the currenttime of the movie. I have
placed this small script in the player ("yourPlayerName") and created a
field called "currentTime"
on currentTimeChanged
put (the currenttime of player "yourPlayerName"/600 into field "currentTime"
end currentTimeChanged
This will give you a running clock. I divided this number by 600 to get
the exact time in secs.
I hope this helps.
Jack Rarick
Braintree Athletic Systems
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.