ActionScript

There have been many projects that I’ve done that have required pagination to navigate display assets. It’s a pretty common navigation technique that you can find nearly everywhere you look on the web. The current project I’m working on requires pagination, so I did a quick Google search to see…

Read More

So I’ve been working on this Adobe Air app for Vanderbilt Emergency Medicine. We were putting the finishing touches on it last night and were testing the automatic update feature available via the Adobe Air Update Framework. I had successfully tested this numerous times on my computer. However, for some…

Read More

At work today, a co-worker was trying to make a request to load a file from the server. It’s pretty standard stuff, and all his code was correct, but for some reason he kept getting IO errors. This usually means the file you’re trying to load doesn’t exist or the…

Read More

A lot of times I’ve found myself needing the ability to scale a movieclip from the center that has a registration point in the top left. I searched around looking for a solution, but all of the answers I received told me just to move the registration point, or to put the movieclip inside of another empty movieclip.

Read More