Flex Resources and Help
The best resources I found, in a variety of media:
Books
These were the top 3 books recommended over and over again by the Usenet groups I follow.
- Programming Flex 3: The Comprehensive Guide to Creating Rich Internet Applications with Adobe Flex [link]
- Essential ActionScript 3.0 [link]
- Programming Flash Communication Server [link]
Web
Documentation
If you have a project already in mind and understand object oriented code, you may want to jump right in with your idea.
- Flex 3 docs [html | pdf]
- ActionScript 3 docs [html | pdf]
- Flash Media Server 3 docs [html | pdf]
- Flash Media Server 3.5 docs [html | pdf]
Video Tutorials
While Lynda.com has been a great resource for learning Flex, these free video tutorials have proven just as handy:
- Learn Flex in a Week [video tutorials]
- Flash 411: Getting your video questions answered [video tutorials]
Sample Apps
Sometimes the best way to learn a new concept is to just jump right in and get your hands dirty. These sample applications are small, simple and great examples of the potential behind RIAs. Although the first one is created in Flash, it can be done in Flex, too.
- Building a Simple Live Video Broadcaster and Receiver [sample app]*
- Creating a Simple RIA [sample app]
* As someone new to Flex, I thought the broadcaster/receiver idea would have been really useful as a sample Flex project, so I rebuilt this one in Flex and translated it from ActionScript 2 into ActionScript 3. I’ll make the .zip file available for download in the next post.
People
For those really complex questions that can’t be answered by a definition in the documentation or isn’t covered in the books, you can connect to a pool of professionals via e-mail:
Flex, Flash Media Server and RIA concepts
Flex Research
Rich Internet Applications are popping up all over the web. When I first saw them, I thought, “I want to do that too!” I started from level 0 when learning how to use Flex and Flash Media Server to build RIAs, and I had a lot of questions:
- What is Flex?
- What makes the Flash Media Server so special?
- Why are developers using Flex & FMS to build their Rich Internet Applications?
Defining Flex
Flex is confusing. Like Flash, it can mean many different things, depending on the conversation. If you are familiar with the multiple meanings of “Flash,” it will help you understand “Flex.” As you are probably already aware, “Flash” can refer to:
- the software – an IDE, such as Flash MX 2004
- an animation or game built from the software – like homestarrunner.com
- the .swf – the most common compiled file created by the software
- the player – such as Flash Player 10, a web browser plug in
Its logic is driven by a script language called ActionScript. “Flex” can mean:
- the software – an IDE, such as Flex Builder 3
- the framework – the SDK, such as Flex SDK
- Rich Internet Applications built from the software
Flex creates .swf files for the client, just like Flash. It uses Flash Player, just like Flash. Its logic is driven by ActionScript and can also incorporate a server-side language, such as Coldfusion, PHP or asp.NET.
The applications I develop for my company will use a symphony created from Flex, Flash Media Server, ActionScript 3 and asp.NET.
The Flash Media Server
FMS is a powerful tool that is simple to implement. If you want to manipulate online video and deliver it in an efficient manner without knowing much about video, FMS is a good, albeit expensive, answer. Dynamic video streaming and live streaming video with fast setup and use. Once FMS was installed it was easy to jump right in and begin adding stream-on-demand videos for our clients. The Flash Media Encoder allows you to start streaming live video with less than 5 minutes of time setting up the program. The major flaw of the Flash Media Encoder is that it supports Windows only- no Linux or Mac version of the software is available.
Rich Internet Application Development – Why FMSÂ and Flex?
FMS makes it easy to deploy video as well as coordinate any real-time tasks by using RTMP. Flex allows rapid prototype development thanks to the multitude of components and libraries available in the framework. Create your application in Flex, publish the resulting .swf file, have it coordinate with FMS for any real-time tasks you have, and voilĂ ! you just produced: an online video chat, a live auction complete with audio, video and real-time bidding, or a live business presentation across countries.

