• 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
Similar path problem - please help!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Similar path problem - please help!


  • Subject: Similar path problem - please help!
  • From: Scott Schrader <email@hidden>
  • Date: Mon, 10 Jun 2002 17:31:42 -0700

The script below brings up a dialog box for me to choose a folder of movies named accordingly, which should then open. Problem is QT activates but the movies ("m1.mov", "m2.mov", "m3.mov") don't open.


set mov to {"m1.mov", "m2.mov", "m3.mov"}
set theFolder to ((choose folder) as string) -- or replace with path to your folder
tell application "QuickTime Player"
activate
set thisMoviePath to theFolder & (mov as string) -- create the path
tell (open thisMoviePath) -- Open each movie and tell it at the same time
end tell
end tell

--

Regards,

Scott Schrader
Video Integrations
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Similar path problem - please help!
      • From: JollyRoger <email@hidden>
  • Prev by Date: Re: Path problems - help!
  • Next by Date: Re: Similar path problem - please help!
  • Previous by thread: Re: Path problems - help!
  • Next by thread: Re: Similar path problem - please help!
  • Index(es):
    • Date
    • Thread