Slashdot Mirror


User: fivefifty

fivefifty's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Quicktime is no better on Microsoft Ends Windows Media Player on the Mac · · Score: 1

    Just run the following AppleScript (in Script Editor) to play a quicktime movie full screen: tell app "QuickTime Player" to present first movie

  2. Donations? on Mom, and Now Judge, Stand Up to RIAA · · Score: 1

    Is there a place where one can give donations to help fund her legal costs? I'd gladly send her a good $20 or so, and if enough other people do so as well, it might really make a difference. Plus, if she wins the case, everyone benefits.

  3. Fullscreen QT for free using applescript on Apple Quietly Releases iTunes 4.8 · · Score: 1

    Here's a very simple applescript that will present a movie fullscreen using the standard QT player (including v7): tell application "QuickTime Player" to present movie I just remembered that off the top of my head, so you might have to look in the QT dictionary to get the exact command. Of course this won't work in windows.