Modern Interactive Data Analysis and Dashboards.

How to compile a Flex project with RSL using Ant

Recently, we had to write an Ant script to build our application and put it under continuous integration. At the beginning, we passed the minimum arguments to the compiler to build the SWF file and it compiled the project, including the framework classes, in the application SWF file.

read more

Introducing a Flex Charting trend line component

How to draw trend lines on Flex Charts? Actually, you just have to add the trendline drawer component on the annotation section of your charts.

read more

A richer Flex Charting Framework

I spent last week to extract and cleanup the extensions of the flex charting framework we did for Bime.

Design goals were to:

read more

Stealing Gumbo’s templates: the fastest way to use SWFObject to embed all your flex 3 apps

Do you want to know the fastest way to use SWFObject to embed all your flex 3 apps? We have a solution that takes 30 seconds. But before...

read more

Streaming video from Amazon S3 to a Flex application

Let's say, you want to stream videos into your RIA (Flex or Silverlight). Indeed, with that in your toolkit you can deliver crazy contextual video tutorials or build the latest youtube on steroid. Nevertheless, you should face many problems involving crossdomain security, more servers to manage, deployment issues etc... Hopefully, we have a simple solution for you.

read more