NSAnimation Demo

This demo shows how to use an NSAnimation subclass to animate several views at once. It's faster and more flexible than using NSViewAnimation. 

Download (68 Kb, Universal Binary)

Opener

Opener is a simple WebKit plug-in that allows you to embed buttons into your page that open a specified file when clicked. For example, you could use the following code to embed a link to the Tiger intro movie:

<embed type="application/x-com-tangent-opener" path="/System/Library/CoreServices/Setup Assistant.app/Contents/Resources/TransitionSection.bundle/Contents/Resources/intro.mov" width="224" height="32"/>

This shows a movie icon and the title "intro.mov". When the user clicks it, the movie opens up in QuickTime. You can also use this to open apps or anything else that can be opened with NSWorkspace's openFile: method.

To use this, you need to copy the Opener.plugin file to your /Library/Internet Plug-ins folder and restart Safari.

Opener is Public Domain.
Download Opener (24 kb)