Tag Archives: actionscript
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!
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 abstract, as2, color, experiment, flash, interactive 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 animation, as2, download, experiment, flash, flashDen, interactive, network, open source, xml 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 as2, download, experiment, flash, interactive, open source, tutorial 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 as2, css, download, experiment, flash, html, javascript, open source, tutorial Leave a comment
City Skyline Test | Depth Study
Gives feel of perspective and depth by reacting to mouse movements. The effect is parallax, read more…
The city images are very choppy and ugly, I know, it’s just a test.
[kml_flashembed publishmethod="dynamic" fversion="9.0.0" movie="http://blog.circlecube.com/wp-content/uploads/2008/02/city.swf" width="550" height="350" targetclass="flashmovie"]
Sample Actionscript. This in on one of the buildings which are separate movie clips. Adjust the equation for different effect.
The [...]
Posted in portfolio Also tagged 3D, animation, as2, download, experiment, flash, open source Leave a comment
Actionscript Javascript Communication | ExternalInterface call and addCallback Tutorial
Overview:
Using ExternalInterface.addCallback() we can expose an actionscript function and make it available to javascript. This would be helpful to have your webpage with embedded flash communicate to your flash swf file and even control it with javascript! Say we wanted to have buttons in the html page that would control an object in the flash. [...]
Posted in tutorial Also tagged as2, download, flash, html, interactive, javascript, open source, tutorial, web design 36 Comments























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