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]

2 Responses to “Quicktime Fullscreen”

  1. Michael
    April 23rd, 2006 09:43
    1

    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

  2. Michael
    April 23rd, 2006 09:45
    2

    Damn, found the answer browsing the code snippet dir.

    Thanks anyway…

Leave a Reply