Posts Tagged ‘AS3’

Ubuntu, Flex, ANT, AXDT and Flare – getting started

Sunday, September 13th, 2009

Update: This visualization and other Flare stuff can be seen in a fully functioning state in the VizReader RSS reader.... 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. ... 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

Menu and Banner from XML with AS3 and Flash CS3

Tuesday, December 23rd, 2008

I’ve just finished remaking the menu/banner of Sea Bees, one of the bigger diving shops here in Phuket. ... Read More

AMFPHP in Flash CS3 with AS3 – jQuery.post style

Monday, July 28th, 2008

The other day I was asked to demonstrate how to setup AMFPHP in Flash. As I’ve already done it many times in Flash 8 with little or no problems I felt relaxed about it. The machine I was to demonstrate on only had Flash CS3, no problem I thought and fired up an Actionscript 2 project. The extra components you are required to install in Flash 8 are probably already integrated by now I thought and copy pasted code from an older project, hit ctrl-enter and got a debug window complaining about a lot of missing classes. Apparently you have to copy that stuff from somewhere in the Flash 8 program dir tree and put in the corresponding place in the Flash CS3 dir tree. We didn’t have any Flash 8 installed though…... Read More