Rails and Flex

Just finished a month long conversion of a Flex project from consuming a PHP backend to RESTified Rails backend, and it was a new experience for me. Needless to say, some of the things in Rails are really great, but there’s a few gotchas that still show up in consuming responses from Rails using REST.

 Rails for the most part is simply a framework that exists on top of Ruby, and generally is used as exposure for data (scaffolding is the term for generating a representation of a database table with generalized methods to get and set data against it). I’m simplifying, but that’s what I do.
Continue reading

Posted in Flash, Flex | Comments Off

Garbage collection in AS3/Flex

Matthew Tretter (of StateManager fame) has a great post on garbage collection and Tween, URLLoader, Timer and Loader classes in AS3. He’s provided replacement classes that solve the issues and this will be something you hit at some point.

Continue reading

Posted in Uncategorized | Comments Off

Serendipity

It’s nice to see ideas validated through concurrent creative endevours — as shown by Airgid’s new site (www.airgid.com) and Adobe’s new Flash On (http://www.adobe.com/flashon/).
Continue reading

Posted in Uncategorized | Comments Off

Clickbooq wins Site of the Day at Adobe

Clickbooq, a project I contributed to, has won Adobe’s Site of the Day.

My contribution was mostly to complete areas of the site which were incomplete such as the client/server interactions in the Flex CMS application.
Continue reading

Posted in Flex | Comments Off

Adobe MAX 2007 in Chicago

Just got back from Adobe MAX and am ready to see my family again. After three hardcore days of reviewing all the latest in Adobe’s realm, I’m very happy to report that Flash has a very exciting future.

Flash 10 preview (Lee Brimlow’s blog):

http://www.theflashblog.com/

C++ scripting, VOIP

Flex 4, skinning kicks out as a scriptable mxml and css combined architecture — reducing the footprint of the framework download and improving the creative options for skinning the component framework.

Flash CS4 will represent Vectors as data, inverse kinimatics, 3D on the timeline, live preview of video. Good stuff!

Buzzword was a hot item in the keynote — not sure where it’s going but anyway…

Posted in Flash, Flex | Comments Off

XMLSocket AS3 Game Development

I’ve been working with my son on a game using XMLSockets — it’s getting there and I’m looking forward in the next month posting a copy for folks to check out. It’s been 5 years since I had an interest in Sockets — they just never seemed to have the performance that I was looking for.
Continue reading

Posted in Flash | Comments Off

Ruby on Rails with RailsAMF

Recently looking into Ruby on Rails and going through the steps of installing this onto my localhost to test.

 There’s lots of intersting things going on with regards to RonR, but most interesting to me are the RubyAMF project and socket services (for multiplayer gaming).

Continue reading

Posted in Flash | Comments Off

Fun with Winsock (Windows == work of the Devil)

I spend a few hours last night trying to fix my PC and thought I’d mention how it got fixed.

 Turns out either getting spyware or removing spyware or even removing spyware shield programs can screw up your winsock chain.

Continue reading

Posted in Uncategorized | Comments Off

Flash is Everywhere

I’ve been noticing that Flash is being integrated in many ways that surprise me every day. Take for example a project I just completed for Yahoo IMV and Ford (Ford Escape CowTipping).

 YahooIMV screenshot

Continue reading

Posted in Flash | Comments Off

Set Bitmap Properties MXP

I’ve put together a smaller command set that designers will find useful. This command allows you to change the bitmap properties of all the currently selected library symbols.

I’ve posted this to Adobe Exchange and will update with the newest versions there first, but you can download the .mxp file here as well.

Continue reading

Posted in Flash | Comments Off