Posts Tagged ‘flash’

Sessions and JSON with Ring, Compojure and Flash AS3

Saturday, August 21st, 2010

The code here is actually several months old, it was only today that I stumbled on it and realized it would be a nice writeup.... Read More

Flash CS4 and AS3 Number Counter

Saturday, June 5th, 2010

Update: Watch it live on the online casino which was the target project for this one.... Read More

Improved Cover Flow with Flash and AS3

Tuesday, May 25th, 2010

coverflow.png


Update: Watch it live on videoslots which was the target site.... Read More

Flash with HTTP Client Lib and Compojure

Wednesday, May 19th, 2010


I just managed get communication between Compojure and Flash (AS3) up and running, by way of HTTP. No big deal really when all the dependencies and whatnot are in place. I did not use URLRequest or HTTPService, but AS3HttpClientLib as I got the impression it seems to be more feature complete than the other two that seem more basic and default. An example of a feature I might want to use in the future is for instance the HTTPS stuff.... Read More

Thumbnail Banner Rotator in ActionScript 3

Friday, February 19th, 2010

flash_banner_rotator.png... Read More

Simple timeline graph with Prefuse Flare

Saturday, September 19th, 2009
flare_timeseries_graph.png

I just finished the Flare shockwave that will replace stuff I previously made with jFlot. As you might know, I had to replace the processingjs linkmap with the Flare original due to performance issues with processingjs specifically and canvas + JS in general.... Read More

Optics simulation in Flash - lens formula

Saturday, June 13th, 2009


I just created a flash simulation of what happens when you move an object in front of a convergent lens. When the object is moved back and forth its image will react to the movement. It all had to happen with Actionscript 2 too. Check the result here.... Read More

Zend Amf and class mapping with Flash CS3 / AS3

Tuesday, March 24th, 2009

Update: I just got a mail from Julien Iafrancesco:... Read More

Detecting parent URL with AS3 and jQuery - redux

Friday, January 23rd, 2009

In an earlier article I spoke about changing the stage size based on the URL of the page that loads the ShockWave.


Well as it turns out the simple approach I outline there won’t work in IE7 for some reason (no don’t ask me why, I didn’t find any explanation no matter how much googling I did).... Read More

Creating Help with Flash and ActionScript3

Monday, January 19th, 2009

I just finished making the support document for Dive Admin, I did it in Flash by replicating the interface of the application and adding a lot of elements explaining it, as well as navigational interactivity. This approach should be easier for the end user to work with than having a 200 page manual where the feature he wants help with is on page 143, paragraph 5.... Read More