Is there some code around to do a QT slider? Or is there a way to get the slider with a non-dts sprite?

It's no different than any other slider problem, in that you know the limits of the slider area, and you know the duration of the QuickTime movie. A bit of math later you would know what movietime to set the sprite to.


Here's something I've always meant to try, and that could make the experience a lot nicer: There's a thing called trackNextKeyTime and trackPreviousKeyTime. With those you could take the calculated movietime from the slider position, but instead of going to that movietime, go to the nearer of the other two times (based on the video track). This would allow you to scrub just the key frames of the movie, and the performance would be tremendously better.

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to