Toggle navigation
All Forums
Recent Posts
Sign In
quicktime
Jump to First Reply
ducaticanine
Posted:
July 22, 2005 5:57AM
in
Mac Software
edited January 2014
if i'm watching a quicktime movie,how do i expand the entire screen to fill the whole screen?
Comments
Reply 1 of 5
new
Posts:
3,244
member
July 22, 2005 6:05AM
use itunes, buy qt-pro or use vlc-player.
0
Likes
0
Dislikes
0
Informatives
Reply 2 of 5
bergz
Posts:
1,045
member
July 22, 2005 7:18PM
or mplayer
0
Likes
0
Dislikes
0
Informatives
Reply 3 of 5
tedndi
Posts:
1,921
member
July 22, 2005 7:24PM
apple F
0
Likes
0
Dislikes
0
Informatives
Reply 4 of 5
placebo
Posts:
5,767
member
July 22, 2005 7:45PM
No, make a script.
Open Applescript. (Applications/Applescript/Script Editor)
Enter this code:
Code:
tell application "QuickTime Player"
present front movie
end tell
Open a movie in Quicktime Player. Then, press Run in the Script Editor.
It'll go into fullscreen.
Save this script, and whenever you want to run it, open it, and press Run.
0
Likes
0
Dislikes
0
Informatives
Reply 5 of 5
new
Posts:
3,244
member
July 23, 2005 4:55AM
Quote:
Originally posted by Placebo
No, make a script.
Open Applescript. (Applications/Applescript/Script Editor)
Enter this code:
Code:
tell application "QuickTime Player"
present front movie
end tell
Open a movie in Quicktime Player. Then, press Run in the Script Editor.
It'll go into fullscreen.
Save this script, and whenever you want to run it, open it, and press Run.
nice
0
Likes
0
Dislikes
0
Informatives
Sign In
or
Register
to comment.
Comments
Open Applescript. (Applications/Applescript/Script Editor)
Enter this code:
tell application "QuickTime Player"
present front movie
end tell
Open a movie in Quicktime Player. Then, press Run in the Script Editor.
It'll go into fullscreen.
Save this script, and whenever you want to run it, open it, and press Run.
Originally posted by Placebo
No, make a script.
Open Applescript. (Applications/Applescript/Script Editor)
Enter this code:
Code:
tell application "QuickTime Player"
present front movie
end tell
Open a movie in Quicktime Player. Then, press Run in the Script Editor.
It'll go into fullscreen.
Save this script, and whenever you want to run it, open it, and press Run.
nice