• 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: Wrote the script...now I need to cancel the quicktime popup window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Wrote the script...now I need to cancel the quicktime popup window (From: "Ball, Dan" <email@hidden>)

  • Prev by Date: Re: [ANN] New comprehensive AppleScript book
  • Next by Date: Re: [ANN] New comprehensive AppleScript book
  • Previous by thread: Wrote the script...now I need to cancel the quicktime popup window
  • Next by thread: Re: [ANN] New comprehensive AppleScript book
  • Index(es):
    • Date
    • Thread