• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Quicktime (stay) fullscreen please
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Quicktime (stay) fullscreen please (From: Max Neupert <email@hidden>)

  • Prev by Date: Re: FileMaker Create Record Target
  • Next by Date: Error -1700
  • Previous by thread: Quicktime (stay) fullscreen please
  • Next by thread: Error -1700
  • Index(es):
    • Date
    • Thread