quicktime

Jump to First Reply
Posted:
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
    newnew Posts: 3,244member
    use itunes, buy qt-pro or use vlc-player.
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 5
    bergzbergz Posts: 1,045member
    or mplayer
     0Likes 0Dislikes 0Informatives
  • Reply 3 of 5
    tednditedndi Posts: 1,921member
    apple F
     0Likes 0Dislikes 0Informatives
  • Reply 4 of 5
    placeboplacebo Posts: 5,767member
    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.
     0Likes 0Dislikes 0Informatives
  • Reply 5 of 5
    newnew Posts: 3,244member
    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
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.