How to set title of movie?
How to set title of movie?
- Subject: How to set title of movie?
- From: Gabriel Zachmann <email@hidden>
- Date: Tue, 9 Feb 2010 23:13:46 +0100
Does anyone know if/how I can set the title of a movie?
I don't mean the file name, but the title that appears in the window title of Quicktime Player.
I have tried this:
tell document 1
set annName to "Title"
if exists annotation annName then
set the full text of annotation annName to movieName
else
make new annotation with properties {name:annName, full text:movieName}
end if
end tell
in my applescript, to no avail.
There is no error message, nothing; but the title remains the same as before.
Can anyone shed some light on this?
Thanks a lot in advance.
Best regards,
Gabriel.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden