Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Watch fullscreen QuickTime movies via Automator' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Watch fullscreen QuickTime movies via Automator
Authored by: badger brigade on May 03, '05 04:18:43PM
You could use (after "Get Selected Finder Items")

on run {input, parameters}
	tell application "QuickTime Player"
		open input
		present movie 1
	end tell
end run
and make it an Automator Finder plugin.

[ Reply to This | # ]