Category Archives: Flex

Evaluating Flex Application Frameworks

If you can’t decide between Cairngorm or PureMVC, Luke Bayes and Ali Mills have a presentation up that walks through the pros and cons of ten different frameworks:

Slide (not yet released)
ARP (I read somewhere that v3 was going to be Rails like in it’s ease of use ARP development seems to have stalled now that [...]

Get Flex Builder for half price

Adobe is now selling Flex Builder 2 for $249, still no word on the pricing for upgrading to Flex Builder 3 (how about free for everyone who paid $499 for FB2?)

Flex Image Component: Loading, Resizing, Aligning, and Smoothing

Here’s the brief load an external image into Flex, resize it to fit in a container (but don’t make it bigger than the original), center it in the container, and smooth the image to get rid of any aliasing. Sounds like a simple job, slap down a VBox, set vertical and horizontal alignment, add an [...]

Sorting Images with a Flex Tile Component

This is a test for an image manager component that I’m building. The final version will have an upload feature, and when you sort the images they’ll hook up with their model in Rails using acts_as_list to save the sorting in the database. Right click the swf below to view source.

I’ve built something similar in [...]

Scripting bezier movement with Tweener

I downloaded the latest release of Tweener and found that there’s a new set of parameters for creating bezier curve animations.

This example requires Flash player 9 or higher.

var so = new SWFObject(”http://blog.vixiom.com/uploads/bezierMaker_as3.swf”, “tweener_swf”, “500″, “400″, “9″, “#FFFFFF”);
so.write(”tweener_swf”);

Everybody’s chatting about Flex

…make that chatting on Flex. All Flex front-ends but a multitude of approaches to flinging the messages about on the back-side.

Ted (on Flex) has his AIRchat running on Python Twisted.
Derek Wischusen has his messages moving atop Rails, Apache ActiveMQ, ActiveMessaging, and STOMP (post 1, post 2)
Alex McCaw is the creator of Juggernaut which can use [...]

Flex RubyAMF Screencasts

There are some new RubyAMF screencasts up, Aaron Smith walks you through tutorials on…
Flex with stand-alone RubyAMF
Flex with the RubyAMF Rails plug-in
Flash and authentication
Flash and custom fault objects
RubyAMF is also now 1.2 with respond_to functionality, so you can use one controller action to return anything your heart desires RHTML, AMF, XML, JSON you name it.
def [...]

On AIR Bus Tour Los Angeles Notes and Links

Tom Bray of Search Coders on stage
Here are my notes from the LA stop of the tour.
[Getting There]
The large orange juice before the drive up from OC might have been a mistake. Finding a rest stop in East LA is a potentially a pant wetting experience with an empty bladder, so having an Austin Powers’ [...]

RubyAMF is 1.0

RubyAMF now can be used as a Rails plugin or you can run it as a Mongrel process. There’s a nice screencast on Rails integration here.
The one-man RubyAMF show that is Aaron Smith also has a Super Simple Remoting class to get you up and running super simply.
Ruby has gone from no AMF support to [...]

Instant CRUD with PHP and Flex Builder 3

Looking for some Rails like scaffolding for Flex and PHP? Try clicking the purple eclipse logo at the top left of Flex Builder 3.
You’ll be greeted with a database connection wizard that helps you set up a REST CRUD service, it even builds a mini-app for managing records.
There’s a (well hidden) screen-cast on Adobe labs.
Pretty [...]