Re: How to position a QuickTime movie onscreen
Re: How to position a QuickTime movie onscreen
- Subject: Re: How to position a QuickTime movie onscreen
- From: Emmanuel <email@hidden>
- Date: Mon, 19 Feb 2007 19:45:34 +0100
At 11:05 AM -0500 2/19/07, Jonathan Stars wrote:
BTW - if I use Bounds, it messes up the location of the play controls.
I need the code to be really specific because I just don't seem to
understand how to use the other discussions to solve this for me. I
need every step laid out for me. Something like the following (which
doesn't work, of course):
tell application "QuickTime Player"
set window_position to {475, 700}
set window_size to {475, 575}
play movie
end tell
tell application "QuickTime Player"
set w to window 1
set bounds of w to {475, 700, 475 + 475, 700 + 575}
end tell
I can't see a problem using "bounds".
Maybe I didn't understand exactly your positioning strategy, because
the script above requires a specially tall screen (1275 in the
vertical resolution is high.)
Emmanuel
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden