I’ve had quite a few questions about how to make depth in flash. Earlier (like, 2 years ago) I put up an experiment file to give some interactive depth to some sketchbook sketches, see Floating Sketches. I’ve finally gotten around to translating that into as3. It’s still the same basic idea, Create layers of levels, [...]
Tag Archives: download
Dynamic 3d space | Floating Sketches Tutorial
Posted in tutorial Also tagged 3D, abstract, animation, as3, collage, color, experiment, flash, game, interactive, open source, tutorial 4 Comments
asfunction (TextEvent.LINK) Tutorial for AS3 | Flash HTML Link to call actionscript function | Tutorial
Overview Earlier I wrote a tutorial article about asfunction in as2. Now that I’ m into as3, surprise surprise asfunction has been depreciated and now to replace it is the LINK TextEvent. Dispatched when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with “event:”. The remainder of the URL [...]
Posted in tutorial Also tagged actionscript, as3, css, flash, flex, html, interactive, open source, tutorial, web design 3 Comments
Preloader Stats File @ FlashDen
A preloader bar that gives full stats, speed, kb, and even remaining download time!
Preloader with Stats Clean slick preloader. Rounded bar with gradient fill and bevel and glow filter. All actionscript driven, no animations to bloat file size. Rounded corners don’t distort as width changes. Includes [...]Detect Flash Player Version | Actionscript based detection method (as3)

See my previous post about how to do this with as2: Detect Flash Player Version | Actionscript based detection method (as2) 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 [...]
Posted in tutorial Also tagged actionscript, as3, experiment, flash, open source, tutorial 6 Comments
Copy TextField text to System clipboard | Actionscript (AS2 + AS3) Tutorial
Overview Integrating the clipboard of the operating system with your flash projects is sometimes essential. It’s a very simple and boils down to one basic method… System.setClipboard(). I’ve found a couple other things help the user experience though, such as selecting the text that gets copied and giving the user some sort of feedback to [...]
Posted in tutorial Also tagged actionscript, AIR, as2, as3, experiment, flash, flex, interactive, open source, tutorial 21 Comments
ColorTransform | RGB, Hex and random colors | Actionscript Color Tutorial
Overview Color can sometimes make or break your design. I’ve put together this flash to show how to set a movieclip to a certain color, I’ve had to do this at runtime and had to go by different values such as a hex number, rgb values and have even wanted to just set a random [...]
Posted in tutorial Also tagged actionscript, animation, as2, color, flash, interactive, open source, tutorial 13 Comments
Event Tracking with Google Analytics | Flash Integration | Tutorial
Many have read my Integrate Google Analytics with Flash Tutorial in which I express enthusiasm for the new event tracking at google analytics! Well, it’s been a while, but I was admitted to the Beta testing group! So I’ve now had the chance to play with event tracking a bit and wanted to publish my [...]
Posted in tutorial Also tagged actionscript, analytics, as2, color, experiment, flash, game, html, interactive, javascript, open source, review, tutorial, website 26 Comments
Rounded Bar Percentage Preloader for Flash Tutorial
I’ve had a couple inquiries about how to do a simple preloader in Flash. The technique and also the actionscript which implements the technique. So here is a percentage preloader example with source code and a source file to play with. Overview So the idea of a preloader is to hold the swf until the [...]
Posted in tutorial Also tagged actionscript, activeden, animation, as2, flash, flashDen, open source, tutorial Leave a comment
Interactive Image Viewer v1 @ FlashDen

I’ve re-purposed an old project of mine, the interactive pog portfolio viewer, to activeden. 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, activeden, analytics, animation, as2, circle cube, color, experiment, flash, flashDen, game, interactive, open source, physics, portfolio, review, web design, work, xml Leave a comment
Actionscript Key Listener Tutorial AS3
Overview Allowing users to use the keyboard as well as the mouse is a great way to incite interaction with your flash. This tutorial will show how to code it and what you can do with some keyboard events. This changed with actionscript 3, note this tutorial is AS3. altKeY (Boolean) Indicates whether the Alt [...]












Karl