December 19 2007 by Julien Lestel

Ribbi, the company that built a Flex API for integrating telephony into Flex, unveiled a release and opened its component via a public beta.
They also announced a contest:
- The best application Flex / AIR API using Phone Ribbi receive tidy sum of $ 2,500.
- Ribbi the team and the developer community will vote to elect the winner.
- Try this new techno fun at developer.ribbit.com!
- You will also find a link to Ribbi in the page of the Library AS3.
If some of you are interested, we could set up a Flex project to full call via a web page ... and more!
We welcome your proposals!
If you come for the first time on Flex-info.fr, you can subscribe to the RSS feed. Thank you for your visit!
06 December 2007 Julien Lestel
Abode we propose to test an example of online collaboration created with Cocomo ...
Read more ...
04 December 2007 Julien Lestel
You are more likely to want to develop websites in Flex. A site usually consists of a menu. We often want a nice menu ... very graphic and that is what I found on useflashmore.com.
You can test the menu here and is really very nice 
Source: http://www.useflashmore.com/blog
November 30 2007 by Julien Lestel
I just discovered the site of a senior engineer at NASA's Kennedy Space Center, Don DiMarzio, in charge of developing innovative web apps for fun and "closer" NASA to the general public.
He has posted an example of flash Flex, I will let you test!
This movie requires Flash Player 9
You can download the source here.
November 28 2007 by Julien Lestel
I discovered there are few Stretchmedia through blog Yoann. Stretchmedia us a curve chart reader with the most beautiful effects for your applications Flex.
All examples are with the source code here - right click to see the source!
Read more ...
November 13 2007 by Julien Lestel
Here is a site that offers topics for Flex rather sympas: Fleksray.org.
Help yourself, it's free
Read more ...
July 30th 2007 by Julien Lestel
Here is a component to upload the file on a server in Flex through Php. ... Read more
July 26th 2007 by Julien Lestel
Find the site on a list of Adobe Flex components here!
There are some among these components are essential to any jewelry flexeurs the ...
A Flex application with all components Flex is also available: http://flexbox.mrinalwadhwa.com/
Very useful to quickly see all open-source components available!
Soon a presentation on Flex info.fr best components of Flex!
July 26th 2007 by Julien Lestel
Witness another component of my research in the evolution of the Flex technology. This feature shows you how Flex web applications can be expressive and surreal 
Read more ...
July 26th 2007 by Julien Lestel
Here is a useful component: autorefresher of the Flex application.
<flexed:AutoRefresher id="exampleAutoRefresh" delay="5000" refreshFunction="FunctionToBeFiredPeriodically" /> <flexed:AutoRefresher id="exampleAutoRefresh" delay="5000" refreshFunction="FunctionToBeFiredPeriodically" /> <flexed:AutoRefresher id="exampleAutoRefresh" delay="5000" refreshFunction="FunctionToBeFiredPeriodically" />
To call the component in the init () of the application:
exampleAutoRefresh.owner = this; exampleAutoRefresh.owner = exampleAutoRefresh.owner = this;
exampleAutoRefresh.start(); exampleAutoRefresh.start (); exampleAutoRefresh.start();
You can get a lot of different applications for this component Flex! Feel free to leave your ideas!