Author Archives: Mister
AS3: Button with Text and Basic Styling
It’s been a while since I had the opportunity to work on a pure AS3 project. I recently had a need for a simple AS3 button that displays text and decided to customize the SimpleButton control. As I quickly discovered, the SimpleButton control isn’t really setup to support text or a lot of other features, [...]
Blog Refresh
I just moved my blog from my previous web host to a new one, expect some bumps along the way along with broken links and examples. I am slowly working through fixing them, but feel free to report them to me if you find them. What prompted me to move my blog was price for [...]
Screen Capture with AIR 2 NativeProcess
Prior to AIR 2 the only way to capture the screen was to use something like Marapi Java Bridge that acts as a conduit between your application and the native system. However, AIR 2 now lets us call With AIR 2 Beta and the upcoming AIR 2 release, you can now use the command-line tool [...]
Posted in AIR, Component, Flex Tagged Adobe AIR, AIR, Command-line interface, Screenshot Leave a comment
AS3 Yammer Library
For the past few months I have been working on an AS3 library that wraps the Yammer API for use in Flash, Flex, and AIR projects. The biggest hurdle was making the application work for the web. As it is now, for Flash projects, you still need to be targeting Flash player 10 so that [...]
Posted in AIR, API, Flash Builder 4, Flex, Flex 4 Tagged as3corelib, as3signals, as3yammerlib, Yammer 1 Comment
Preventing scrolling and mouse events on out of focus AIR application
This has been a little bit of annoyance for me for some time. When an AIR application (like any Twitter application) is out of focus and you click on the application activate it, you inadvertently click a link or button within the application. You are also able to scroll the application when the application has [...]
Posted in AIR Tagged Adobe AIR, Event.ACTIVATE, Event.DEACTIVATE, mouseChildren, mouseEnabled 1 Comment
Custom AIR updater interface using ApplicationUpdater
To tell you the truth, I never gave the ApplicationUpdaterUI much thought in terms of memory use before this post. I just thought it was a great way to add a complete update system to your AIR applications. I had not thought it could be so memory intensive until a recent conversation with Jesse Warden [...]
Spark TextFlow LinkElement Rollover in Flex 4
This is a little example of how to create a skinned rollover popup on a LinkElement object in Flash Builder 4 (Flex 4) within a TextFlow object. This is something I have been waiting for since 2001. The old way to create a rollover action on an HTML link was to create an invisible MovieClip [...]


AS3: Simple Mouse Scrolling List