68k Macintosh Liberation Army Forums
68k Macintosh Liberation Army Forums
Home | Members | Search | FAQ
 All Forums
 Lounge
 My first try at applescript:
Author Topic  
catsdorule
Senior Member


Canada
1627 Posts
Posted - 12 Aug 2002 :  13:57:38
Well I tried to get started at apple script and here it is:

(*
Made by Daniel Saul
*)
on open theMovie
tell application "QuickTime Player"
activate
set request to display dialog "Select a scaling!" with icon ¬
note buttons {"normal", "double", "screen"} default button "screen"
if button returned of request is "normal" then
open theMovie
present movie 1 scale normal
else if button returned of request is "double" then
open theMovie
present movie 1 scale double
else if button returned of request is "screen" then
open theMovie
present movie 1 scale screen
end if
end tell
end open

With this you don't need to buy Quicktime PRO to view movies full screen I've only tested in osx but it might work in 9.

-Danny Canadian Sniper Squadron 2 stars.
Tones of mac junk in the corner of my closet.
-----
Servers: afp://68kdisk.no-ip.com l/p 68kmla/68000
hotline://68kdisk.no-ip.com

catsdorule
Senior Member


Canada
1627 Posts
Posted - 12 Aug 2002 :  18:30:42
Just save it as a application and drag the movie onto it

-Danny Canadian Sniper Squadron 2 stars.
---------------------------
Servers:
afp://68kdisk.no-ip.com l/p 68kmla/68000
hotline://68kdisk.no-ip.com
Go to Top of Page

   

68k Macintosh Liberation Army Forums

© 2001-2003 68kMLA

Go To Top Of Page

68k of the Week: kastegir's PowerBook 180.