Re: Full Screen in QuickTime Player
Re: Full Screen in QuickTime Player
- Subject: Re: Full Screen in QuickTime Player
- From: Bill <email@hidden>
- Date: Wed, 7 Jan 2004 23:13:18 +0800
The library for QuickTime Player gives the command for changing into
full screen as:
Try this one, no need to have QT Pro:
set leFilm to choose file
tell application "QuickTime Player"
activate
open leFilm
present movie 1 scale screen
end tell
Have fun :)
bill
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.