Re: Quicktime (stay) fullscreen please
Re: Quicktime (stay) fullscreen please
- Subject: Re: Quicktime (stay) fullscreen please
- From: Alan Fairlie <email@hidden>
- Date: Fri, 13 Jun 2008 09:31:01 +1000
Try cueing the movie before presenting it.
tell application "QuickTime Player"
activate
open file ("/video.mov" as POSIX file)
set current time of document (name of front window) to (59 * (time
scale of document 1))
set looping of document (name of front window) to true
present document (name of front window) scale normal mode normal
end tell
Alan.
On 12/06/2008, at 8:16 PM, Max Neupert wrote:
hi list,
i am opening a quicktime movie in fullscreen mode like this:
tell application "QuickTime Player"
activate
open file ("/video.mov" as POSIX file)
set looping of document (name of front window) to true
present document (name of front window) scale normal mode normal
pause document (name of front window)
end tell
works nicely.
but then i want to cue in it:
tell application "QuickTime Player"
set current time of document (name of front window) to (59 * (time
scale of document 1))
play document (name of front window)
end tell
also works well. BUT it leaves the presentation mode. i want
quicktime to stay in presentation mode.
any suggestions?
thanks,
m
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
@netspace.net.au
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden