• 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
QuickTimePlayerX document properties
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QuickTimePlayerX document properties


  • Subject: QuickTimePlayerX document properties
  • From: Luther Fuller <email@hidden>
  • Date: Thu, 25 Feb 2010 10:03:33 -0600

I've been experimenting with this script ...

tell application id "com.apple.QuickTimePlayerX"
activate
if (count documents) = 0 then return
if not (exists some window) then return
set frontDoc to document of (window 1)
set docLen to (duration of frontDoc) as integer
play frontDoc
delay (docLen + 3)
close frontDoc
end tell

I tried the line ...

set docLen to (duration of frontDoc) as integer

as a guess and was surprised that it worked since the QuickTimePlayerX dictionary does not show any properties for a document.

Does anyone know more about document properties for QuickTimePlayerX?

 _______________________________________________
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: QuickTimePlayerX document properties
      • From: "email@hidden" <email@hidden>
  • Prev by Date: Re: Get characters# ids
  • Next by Date: Re: Get characters# ids
  • Previous by thread: Scripts Folder
  • Next by thread: Re: QuickTimePlayerX document properties
  • Index(es):
    • Date
    • Thread