Similar path problem - please help!
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.