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.
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.
Just run the following AppleScript (in Script Editor) to play a quicktime movie full screen: tell app "QuickTime Player" to present first movie
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.
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.