per vedere i filmati a tutto schermo con Quicktime non pro.
tell application "Finder"
activate
choose file with prompt "Scegli il video da riprodurre in full
screen..."
set this_video to result
open document file this_video using application file "Quicktime
Player.app" of folder "Applications" of startup disk
end tell
tell application "QuickTime Player"
activate
present front movie scale screen
end tell