What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top | Next |
The find command locates text strings inside movie files that have a text track. If "backwards" is not used, "find" assumes search is forward.
find reference -- the movie to search
[text string] -- The text to search for
[backwards boolean] -- perform the search backwards?
Result: integer -- the time at which the text is found
tell application "QuickTime Player"
find text "growth" with backwards
| Previous | Chapter Contents | Chapter Top | Next |