Thanks for the reply beachmeat - I'm glad that you enjoy the applet! It's always nice to hear that other people are having some fun with your work. I'm not from Amsterdam; I just read about the project online. Have you been to the installation in person? I imagine it's quite a sight on those massive screens.
As far as the improvements you recommended, they match exactly with what I've been kicking around in my head.
1. To indicate the active frame, I had considered having a light pink or blue border fade in and out around the active frame every 10 seconds or so. Or maybe something more subtle like a thin black bar at the bottom of the FlickrSpot.
2. I was thinking about adding a translucent progress bar at the bottom of each FlickrSpot indicating the percentage of images retrieved. It would simply disappear once all of the images had been downloaded.
3 If the slow reaction you're talking about is between the time you press 'UP' and the time that the FlickrSpot tag updates, it's because I first check with Flickr to see if any images exist with the specified tag. If none are found, the tag is simply ignored. If images are found, then you'll see the FlickrSpot go blank and downloading will begin. For me, that occurs in ~1/5 of a second. It will depend on your Internet connection speed.
There are a few reasons I haven't made those changes yet. First, I wrote the project just as a chance to learn Processing (it's my first Processing applet). Since that's been accomplished, I haven't changed the code except to turn it into an application. Second, because the majority of the time is spent watching the display and not entering tags, I held off on interaction improvements since they wouldn't actually be used much. Lastly, I'm working on a couple of other side projects, and they're a bit more interesting now that PlayingFlickr is functionally complete.
If you want to change the applet, you're absolutely free to do so and distribute it however you want. I made it simply for fun, so I'm just happy to see someone else enjoying it. Let me know if you decide to jazz it up!