Re: Wrote the script...now I need to cancel the quicktime popup window
Re: Wrote the script...now I need to cancel the quicktime popup window
- Subject: Re: Wrote the script...now I need to cancel the quicktime popup window
- From: Drew McCormack <email@hidden>
- Date: Sat, 5 Feb 2005 15:54:20 +0100
On Feb 5, 2005, at 3:25 PM, Ball, Dan wrote:
Hi Everyone,
I posted a message about opening a URL in quicktime and playing it
full screen....was pretty easy and here is what I wrote.
set the target_URL to "rtsp://serverURL/movie"
tell application "QuickTime Player"
open location target_URL
present movie 1
end tell
Now with the NON pro quicktime when opening it for the first time you
get presented with a dialog asking to upgrade...how would I get around
that in the script above?
I think I read that if you use the launch command, the dialog is not
shown. So
tell application "QuickTime Player"
launch
...
Drew
---------------------------------------------------------
Drew McCormack
www.maniacalextent.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden