Tour de Flex is an application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR, data integration, and a variety of third-party components, effects, skins, and more.
Flex applications often need a way to be notified about changes or events taking place on the server-side. For instance, financial applications need to have a way to stream stock quote data to the ric
The recipe provides clear step-by-step instructions for configuring a Flash Builder project to work with .NET backend. It reviews a basing .NET (C#) service and demonstrates how ActionScript code can
You want to use rich text formatting like bold and italic with an embedded font, but the documentation does not tell you how and you only get the regular font displayed in your TextArea with htmlText.
I want the PhotoViewer sample app Adobe provided for Flex 2 to wor for Flex 3. The Flex 2 version is here (right-click to view source):
http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/Photo
When using view states, you apply transitions to make the view state changes more fluent an attractive. There seems to be a problem though, because when you have a component in the second view state t
There is no easy way to add a simple border around text and wrapping the text around a container is too much code to do so little. There needs to be an easy way to just border text!
We need to add an ability to right-click a list item and manipulate context menu on the fly for each list item.
When using view states, you apply transitions to make the view state changes more fluent an attractive. There seems to be a problem though, because when you have a component in the second view state t
I need to record a video stream from a web cam through my browser.
Solutions to record webcam stream through browser: with or without Flash Media Server.