Quicktime Fullscreen
I found this little script while I was wondering why in the world Apple sees “Fullscreen” as a “Pro” feature of Quicktime.
[code lang=”applescript”]
tell application “QuickTime Player”
present front movie scale screen
end tell
[/code]
April 23rd, 2006 09:43
Found your site through the “Code Snippet” WP Plugin site.
I was wondering which language you use for applescript in code snippet.
Thx in advance,
Michael
April 23rd, 2006 09:45
Damn, found the answer browsing the code snippet dir.
Thanks anyway…