This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This example shows how to load and display images from a Flickr feed. The feed is loaded in a Feeder object, which takes care of fetching the entries with the load() function and checking for updates at a given interval using the startUpdate() function. In the processing loop, every new image is loaded, and display on the canvas.

Source code: FlickrFeed

Built with Processing