• 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 document file in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >QuickTime document file in Leopard (From: Laine Lee <email@hidden>)

  • Prev by Date: Re: QuickTime document file in Leopard
  • Next by Date: Beta testers needed
  • Previous by thread: Re: QuickTime document file in Leopard
  • Next by thread: Re: QuickTime document file in Leopard
  • Index(es):
    • Date
    • Thread