Tag Archives: as2

Interactive Spin Actionscript Tutorial

I have been thinking of different interactions that are possible with objects. If you’ve read this blog at all you’ll know that I’ve played with physics and gravity and throwing balls and bouncing balls and all sorts. But I hadn’t wrapped my head around an interactive spinner. I know it’d be easy to make a [...]
Posted in portfolio, tutorial | Also tagged , , , , , , , , , , | 9 Comments

Local Connection Actionscript – Communicate between seperate Flash files | Tutorial

Overview: Local Connection Communication between two separate flash files placed on the same page (or even running simultaneously on one machine) is a nice way to spread a project out. You can send variable, call functions, pretty much do anything in one swf from another. Easiest case use would be a navigation menu set up in one [...]
Posted in tutorial | Also tagged , , , , , | 17 Comments

Detect Flash Player Version | Actionscript based detection method (as2)

looking for this in as3!? look no more Detect Flash Player Version | Actionscript based detection method (as3) Overview Recently I had a requirement that I had to detect which version of the flash player was currently installed. This is a normal thing, we do it all the time when embedding flash into html, we detect which [...]
Posted in tutorial | Also tagged , , , , | 6 Comments

Free IQ Player Updated!

Here’s a post from the Free IQ Team! We’ve been busy at Free IQ and just released our new video player! Check it out by watching Brad Fallon on the vision of Free IQ. Or see circlecube at Free IQ!
Posted in portfolio, work | Also tagged , , , , , | Leave a comment

Men Circles | Interactive Experiment

Here’s a graphic of a circle of men. You may recognize the outline from any public restroom. They’re standing in a corny circle holding hands, like an all over the world theme., let’s just hope they all washed their hands… I made the graphic a while ago, and have been wanting to interactive-ize it. I’ve really [...]
Posted in portfolio | Also tagged , , , , , | Leave a comment

Dynamic Flash Vertical Scrolling Link List with XML download at Flashden

Go get the source files at
Posted in portfolio | Also tagged , , , , , , , , , | 9 Comments

Distance Formula in Actionscript Tutorial | Pythagorean theorem

Overview To find the distance of any two points on an axis is easy, just subtract them. But what about when you have to find the distance of something not on the axis (a diagonal)? Find the distance between any two points with the Pythagorean theorem. This is an old problem we can look to history [...]
Posted in tutorial | Also tagged , , , , , , | 2 Comments

CSS and HTML WYSIWYG in Flash | Open Source Example

Overview: Using what I learned with the Actionscript Javascript Communication Tutorial, and pushing it a little further I’ve set up this example of how flash renders html and css. This is basically a wysiwyg (What you see is what you get) html editor! Natively flash only handles some html and css. Many people have enhanced [...]
Posted in portfolio | Also tagged , , , , , , , , | Leave a comment