Flex

Columbus Digital Adobe User Group Presentation: BlackBerry PlayBook

I’ll be filling in for Mykola Bilokonsky with a presentation on Blackberry Playbook development for the Columbus Digital AUG tomorrow, Tuesday the 11th at 6:30 EST. UPDATE: View the recording! We’ll step though environment setup, including the Tablet OS simulator, SDK tools for Flash Builder, Throwing together a quick app and compiling a .bar file …

Columbus Digital Adobe User Group Presentation: BlackBerry PlayBook Read More »

Interview with The Flex Show

Last evening, I was interviewed by Jeffry Houser and John Wilker of The Flex Show with a focus on Flex Development in Higher Education. We chatted about a general overview of Flex and education, some Flex projects I’m involved with at the University of Denver, a bit about the Adobe Education Leader program, and emerging …

Interview with The Flex Show Read More »

Using FlexORM in AIR for Android

I’ve published the source of my AIR for Android Flex 4.5 “Hero” example application “My Shit-List!” to a GitHub repository. One of the really neat things in this example, aside from the new Flex mobile stuff, is the integration of FlexORM in the project to simplify my use of SQLite databases. FlexORM is an Object …

Using FlexORM in AIR for Android Read More »

ActiveTuts+ “Using AS3XLS with the Flex Framework” Series

I was recently invited to start producing content for ActiveTuts+ (a great bunch of people!) and my three-part series on using the AS3XLS libraries in Flex has now been published in its entirety. Best viewed in full screen, of course: Using AS3XLS with the Flex Framework: Excel Import This tutorial will cover implementation of the …

ActiveTuts+ “Using AS3XLS with the Flex Framework” Series Read More »

IIS7 URL Rewrite QuickTip: Allow Flash Gateway

We all know that ColdFusion allows Flash Remoting (AMF) communication to occur via two separate URL strings: http://my.site.com/flex2gateway http://my.site.com/flashservices/gateway I recently came across the problem where the URL Rewrite rules in IIS7 were blocking both of these URLs from being passed on and correctly processed by ColdFusion. The solution is to add the following two rules …

IIS7 URL Rewrite QuickTip: Allow Flash Gateway Read More »

Strange ActionScript dispatchEvent / addEventListener Gotcha

I came across a strange situation over the weekend where a custom event being broadcast through dispatchEvent() was not being caught by the registered listener object. To make things even more bizarre, hasEventListener() definitely showed the event as registered, and I could even trace the type out through willTrigger(). Relevant example code is below: private …

Strange ActionScript dispatchEvent / addEventListener Gotcha Read More »

Skinning a Spark Button in Flex 4

The more I work with Flex 4, the more I understand why certain choices were made regarding the new component architecture, especially in regard to skinning. I stumbled, at first, as the skinning model is quite different and can appear much more cumbersome at first glance. Like most Flex devs, I was used to just …

Skinning a Spark Button in Flex 4 Read More »

CD Baby Has Some Flex Going On…

The music distributor CD Baby just completed a huge update over the weekend. Looks like they have some Flex going on in the user admin area: It’s just the default Flex styling, so it’s pretty obvious- very cool to see, nonetheless!