stanley Posted June 13, 2001 Posted June 13, 2001 Okay, I solved the other QT problems I had, but this one has me puzzled. When I send a timecode to QT to launch a specific part of a movie, I can't seem to pull the correct record from FMPro. The script looks like this: set the thatMovie to cell "Episode" of layout 0 of database "Library" set the inPoint to cell "TimeIn" of layout 0 of database "Timecodes" ... tell "QuickTime Player" activate open file thatMovie set the current time of movie 1 to inPoint as number etc. What I always get is the first record in the list, even though the script is being run from a particular record. How do I pick a particular record? What am I missing?
Chuck Posted June 13, 2001 Posted June 13, 2001 Just change the lines that set the variables to the following: set the thatMove to cell "Episode" of layout 0 of current record of database "Library" set the inPoint to cell "TimeIn" of layout 0 of current record of database "Timecodes" Chuck
stanley Posted June 14, 2001 Author Posted June 14, 2001 Thanks, Chuck. That's exactly what i was after.
Recommended Posts
This topic is 8562 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