Re: How to resize QuickTime Player window using AppleScript
Re: How to resize QuickTime Player window using AppleScript
- Subject: Re: How to resize QuickTime Player window using AppleScript
- From: Whit Anderson <email@hidden>
- Date: Fri, 3 Oct 2003 20:35:35 -0500
I don't know why your movie is opening at an unexpected size.
one way to set the size of a movie:
set scale of movie 1 to normal
-- instead of normal you could use half, double, current, or screen
another way to set the size of a movie:
set the dimensions of movie 1 to {480, 360}
--Whit
Message: 11
Date: Fri, 3 Oct 2003 15:59:16 -0600
Subject: How to resize QuickTime Player window using AppleScript
From: Fei Li <email@hidden>
To: email@hidden
Hello all,
I know it's a simple question, but I'm quite new to AppleScript and
still didn't find out.
I open a movie file in my application using [[NSWorkspace
sharedWorkspace] openFile:str withApplication:@"QuickTime Player.app"].
QuickTime Player will open file in a very big window and all play, stop
button are invisible. If anyone know how to control the window size
using AppleScript or if there's some way to open file in a right size
window.
Thanks in advance for any information.
Fei
_______________________________________________
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.