Tag Archives: as2
Interactive Image Viewer v1 @ FlashDen
I’ve re-purposed an old project of mine, the interactive pog portfolio viewer, to FlashDen. I call it the pog portfolio because each work is represented by a circle, or pog, and you play ith it in the “bay” with different interactive physics configurations. When you click a pog you can view a close up image [...]
Posted in portfolio Also tagged abstract, actionscript, analytics, animation, circle cube, color, download, experiment, flash, flashDen, game, interactive, open source, physics, portfolio, review, web design, work, xml Leave a comment
APB Website | Before and After
APB are the guys who organize public speakers, whoever you saw speaking at the last graduation or other ceremony was probably done through the American Program Bureau. They have connections! Many many people, from movie stars, to famous writers, to nobel peace prize winers! So for your next party, give them a try. They had [...]
Posted in portfolio Also tagged actionscript, blog, css, dreamweaver, drupal, flash, html, interactive, video, web design, website, xml Leave a comment
Actionscript to Reference Dynamically created instances Flash Movie Clip | Array notation | Tutorial
Overview:
Often I’ve had some dynamically created movieclip and then wanted to reference it in my code. This is hard to do if it is named dynamically as well, such as with an incrementing variable. If you use one (or more) variable to name an instance in run time, you can’t always know what it will [...]
Brownian Movement in Actionscript | Random Motion Tutorial
Overview
Having things drift around or move randomly has always interested me. Having an animation that is never going to be the exact same thing is very exciting. The focus turns from key-ing exact animations to programming a feel and letting the animations take car of themselves! One type of seemingly random motion is Brownian motion. [...]
Posted in tutorial Also tagged abstract, actionscript, animation, download, experiment, flash, open source, tutorial 2 Comments
Style htmlText with CSS in your Actionscript | Flash/CSS Tutorial
Overview
In flash you can have text areas that are rendered as html. You can also apply formatting styles to this html. This will show a simple example on how to apply css to html text in flash. I’ll do a simple anchor tag style to show you the ropes. We’ll style a link to be [...]
Calling actionscript functions through HTML text | asfunction Tutorial
Add this to the list of things I should have already known!
Story
I’ve got an html enabled text box and was trying to devise a way that I could have a hyperlink anchor tag not link to a webpage but actually do something flash. It didn’t seem possible, and I looked through all the different html [...]
Posted in tutorial Also tagged actionscript, css, download, flash, html, open source, tutorial 10 Comments






















Event Tracking with Google Analytics | Flash Integration | Tutorial