Can anyone point me to some on-line documentation for all of the specifiers I can use in AppleScript to control the behavior of QuickTime? I’m using Leopard (10.5.4) with QuickTime 7.5.
By “specifiers”, I mean those attributes whose values are managed via the set command in AppleScript. For one example out of many, one of these specifiers is presentation mode, and it can be set as follows:
[b]set presentation mode to full[/b]
I’m looking for a list of all of the attributes that can be set for QuickTime via the set command, what each of these attributes means, what values it can be set to, and what QuickTime’s behavior will be based on each of these settings.
Unless I’m missing something, the QuickTime application dictionary docs only talk about commands, not about specific attributes that can be set.
Thanks in advance.