zaterdag 10 oktober 2009

Processing

This is an experiment to embed Processing sketches in my blog.
To achive this I used the iframe html code:
iframe src="http://www.yourserverdomain/applet/index.html" height="500" width="500"

The 'applet' folder is the folder in the root of the server where the processing html, jar, and pde files are placed. For this action you need a web server, for example the one where your website is located.