• 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
Quicktime (stay) fullscreen please
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quicktime (stay) fullscreen please


  • Subject: Quicktime (stay) fullscreen please
  • From: Max Neupert <email@hidden>
  • Date: Thu, 12 Jun 2008 20:16:03 +1000

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      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
  • Follow-Ups:
    • Re: Quicktime (stay) fullscreen please
      • From: Alan Fairlie <email@hidden>
  • Prev by Date: Re: Help clicking a web button with AppleScript without GUI scripting
  • Next by Date: Re: FileMaker Create Record Target
  • Previous by thread: Re: FileMaker Create Record Target
  • Next by thread: Re: Quicktime (stay) fullscreen please
  • Index(es):
    • Date
    • Thread