Hi. I am trying to write a script that will set the position and the dimension of a QuickTime movie. Here is the script I have been using to try to test if this is possible:
tell application "QuickTime Player"
activate
set the position of window 1 to {0, 0}
end tell
It is essentially copied from several that I have found online. I get the following error:
Is this a problem with QuickTime or with the script? I get the same error when I try to set the dimensions. Any advice would be greatly appreciated.
Thanks.