Re: QuickTime document file in Leopard
Re: QuickTime document file in Leopard
- Subject: Re: QuickTime document file in Leopard
- From: deivy petrescu <email@hidden>
- Date: Sun, 4 Nov 2007 14:21:29 -0500
On Nov 3, 2007, at 21:41, Laine Lee wrote:
Open an mp3 audio file in latest QuickTime Player in Leopard.
Run this:
tell application "QuickTime Player"
get (original file of document 1)
end tell
Is there any way to get rid of the garbage before the posix path
other than
to write a perl snippet and file a bug report?
Uh, can anybody supply the perl snippet?
Thanks.
--
Laine Lee
Laine,
what is wrong with:
<script>
tell application "QuickTime Player"
set x to (path of document 1)
end tell
</script> ?
Try getting properties of whatever you are interested and check the
one that matches what you want.
That is check
<script>
tell application "QuickTime Player" to get (properties of document 1)
</script>
Deivy
_______________________________________________
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