Category Archives: processing

Class Basics — OOP

Today I gave a presentache / lecture to an incoming Parsons class about Object Oriented Programming. The class is focused on Processing and contains students of varying backgrounds and skill-sets. I put together a simple demo to help with the understanding.
This is the demo that came out of the example.

A custom Ball class is created [...]

Posted in processing | Tagged , | Leave a comment

Automatique

Get the Flash Player to see this content.

var params = { allowfullscreen: “true”, allowscriptaccess: “always”, wmode: “transparent” };
var attributes = { id: “longtail”, name: “longtail” };
var flashvars = {
image: “http://nickhardeman.com/blog/wp-content/media/automatique.jpg”,
file: “http://nickhardeman.com/blog/wp-content/media/automatique_580X460.flv”,
width: “540″,
height: “429″,
controlbar: “bottom”,
playlist: “none”,
autostart: “false”,
bufferlength: “1″,
displayclick: “play”,
icons: “false”,
linktarget: “_blank”,
mute: “false”,
quality: “true”,
repeat: “none”,
resizing: “true”,
shuffle: “false”,
stretching: “uniform”,
volume: “90″,
aboutlink: “http://www.longtailvideo.com/players/”
};
swfobject.embedSWF(“http://nickhardeman.com/blog/wp-content/plugins/flash-video-player/mediaplayer/player.swf”, “video0″, “540″, “429″, “9.0.0″,”http://nickhardeman.com/blog/wp-content/plugins/flash-video-player/mediaplayer/expressinstall.swf”, flashvars, params, [...]

Posted in processing | Tagged | 3 Comments