Published by Adam Podolnick
I don’t use the Flash IDE to do any of my actionscript programming so I use the free Flex SDK to compile all of my code.
The other day I was having a hard time getting TweenLite, lightweight and fast tweening engine, to work because I was trying to import the easing functions like this:
import fl.transitions.easing.*;
It […]
. Jun 04, 2008
Filed under: Actionscript
Published by Adam Podolnick
I’ve finished the Actionscript 3 version of the ECS library and rewrote parts of the Actionscript 2 library to make the two as close to each other as possible. I ran into some trouble with the Actionscript 3 client library because of the way Actionscript 3 deals with XML name spaces. I’ll write a post […]
. Apr 07, 2007
Filed under: Actionscript, Amazon, Projects
Published by Adam Podolnick
A few months ago I started writing a library in actionscript 2 for amazon’s ECS. I never got around to finishing it though. Yesterday, my friend from USC asked me for it so I decided it was time to finish it up. The library is actually pretty simple and consists of two parts.
1) awsParamCollection. […]
. Mar 29, 2007
Filed under: Actionscript, Amazon, Projects