Tag Archives: actionscript

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 loading statistics for download. Calculates [...]
Posted in portfolio | Also tagged , , | Leave a comment

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 into html, [...]
Posted in tutorial | Also tagged , , , , , | 3 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 let [...]
Posted in tutorial | Also tagged , , , , , , , , , | 14 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 color, [...]
Posted in tutorial | Also tagged , , , , , , , | 13 Comments

Voters Aide | Prioritize the Issues this Election | Interactive Flash App

To accompany the last presidential debate, I ask a question: Who to vote for? It’s not just about what party you’re affiliated with, who you agree with more on an issue or which candidate you understand better… it’s a combination of them all. It’s more important how a candidate can handle the different issues facing us today [...]
Posted in personal, portfolio | Also tagged , , , , , , , | 2 Comments

Report from Google Analytics Event Tracking Tutorial

Here are some screenshots from my example tutorial of integrating Flash with google analytics event tracking showing actionscript to use for event tracking in flash . To get to your Event Tracking Reports (once it is enabled) you just click on the Content section in the nav list and then Event Tracking drilldown will give [...]
Posted in tutorial | Also tagged , , , | Leave a comment

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 , , , , , , , , , , , , , | 21 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 file has [...]
Posted in tutorial | Also tagged , , , , , , | Leave a comment