animation_master Posted July 19, 2006 Posted July 19, 2006 (edited) Is there a way to tell a QT movie inside a FMP Container to go to a certain time within the movie? For example, I have a 10-second clip in the container, and I want a button to advance the clip to to the frame at the 2-second point. This is trivial with AppleScript: tell application "QuickTime Player" select movie 1 at [some frame] end tell It appears FMP is unable to control a QuickTime movie in a Layout; only the user may do that. Edited July 19, 2006 by Guest
Søren Dyhr Posted July 19, 2006 Posted July 19, 2006 I think I would experiment with loading snippets of the quicktime via relations under script control via a timed loop. --sd
Recommended Posts
This topic is 6761 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now