Archives

Viewing by month: January 2007

Jan
22

Create a photo slide show with Flex and Picasa

13 comments Posted by: Laura

Photo slide showWe wrote an article for the Web Developer’s and Designer’s Journal that has been published in the November issue titled "Create a Photo Slide Show with Flex 2 and Picasa". It guides you on how to create a simple photo slide show in Flex 2. For this article, we decided not to use ColdFusion to appeal to a broader audience, so it just consumes the XML data produced by Picasa directly.

As usual, the source is available for download and we have a sample you can see live.

View example
Download the source

An update that includes transitions has been posted

Category: Flex |
Jan
15

Hello World Cairngorm example

1 comments Posted by: Laura

Hello World example A couple of months ago, we posted an updated version of a Hello World Flex example. We have created the same example, but using the Cairngorm framework. It still uses Remoting and ColdFusion. It is simple, but I think that by being so simple, it is easier to follow than a full-fledge application. It shows most of the pieces that make up a Cairngorm application, such as the ModelLocator to store the data and the state of the application, the controller, the command, the services and the delegate.

Disclaimer: We do not usually use Cairngorm, so this is only our interpretation of how a Cairngorm app would look like.

View example
Download the source

Category: ColdFusion | Flash Remoting | Flex |