QuickTimePlayerX document properties
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