March 6th, 2007
If you are looking to get started with Papervision but have no idea where to start, check out this great Breeze presentation of Pelle Klit Christensen’s presentation at the DFUG. He covers the whole process, from setting up your dev environment, through texturing and exporting from 3DSMax, to getting it all running in Papervision. Well worth a watch!
Posted in Adobe/Flash/Flex, hints & tips, links | Zero Comments »
March 2nd, 2007
Flosc (Flash Open Sound Control) is a project by Ben Chun that looks like it’s been around for a while but I’d never heard of until I had call to use it in FWiidom.
In fact I’d never heard of Open Sound Control either, but apparently it’s intended as something akin to clunky old MIDI, but over TCP. Flosc is a little Java server that sits and intercepts OSC packets and turns them into Flash XML packets. The classes in the zip below will allow you to connect easily to the Flosc sever and send and receive events and data to any connected OSC device.
I was using these classes for two way communication between Flash and Glove Pie (and thus the Wiimote) and it all worked fine. In theory you should be able to control any OSC device, including some pretty cool sound kit such as MaxMSP or Traktor.
>> Download Flosc AS3 Classes <<
This zip just contains the new AS3 classes, you’ll still need to get the main Flosc files.
Posted in Adobe/Flash/Flex, downloads | 7 Comments »
January 19th, 2007
So I’ve been spending some downtime converting some old projects to AS3, one of which is an old Webcam to Ascii experiment.
While it worked OK in AS2 it was pretty lacking in the speed department, meaning you couldn’t convert at any great resolution (about 20*20 ascii ‘pixels’ was tops). In AS3 however it’s a whole different story, as this demo shows …

(click the image to launch, latest FP9 & a webcam required, right click to go fullscreen)
Oh yeah, cheers Tink for the Flex help, it’s clever this Flex stuff, init?!
Posted in Adobe/Flash/Flex | 3 Comments »
October 23rd, 2006
Just a reminder, next LFPUG is Thursday 25th Oct @ The Bear, Farringdon, be sure to register on the site to be in the prize draw, I won a pass for Flash on the Beach last month…result
Posted in Adobe/Flash/Flex, lfpug | Zero Comments »
July 15th, 2006
Ubuntu just keeps getting better!
It took some messing around but I’ve now got Flex2 Builder working as a plugin in Eclipse (no visual editor but code hinting’s fine), MXMLC compiling, and Flash Player 9 installed in Firefox (through WINE) for testing the end result… of course there’s gotta be a million ways of improving the process but I was kind of shocked it worked at all
check the vid (or download it to see a much more readable full size version)…
Posted in Adobe/Flash/Flex, hints & tips | 10 Comments »