Blog Detail
Flex Samples and Tutorials
http://newflexworld.wordpress.com
This blog to give the samples in flex and prograamming tips to new beginners
Recent Posts
What is Flex
A development system for Flash-based applications from Adobe. Introduced in 2004 as a J2EE application, Flex compiles ActionScript code and XML-based user interface descriptions (MXML) into binary Flash files (SWF files). It also includes a variety o...
Passing request data with URL fragments in Flex
In Flex applications, there are several ways to pass values to an application with the URL. You can convert query string parameters to flashVars variables or you can append them to the SWF file’s URL (for example, MyApp.swf?value1=x&value2=...
Set / Change Title of page from Flex -Actionscript
You can use the BrowserManager’s setTitle() method to set the title in your HTML wrapper. This shows up as the name of the web page in the title bar of the browser. When you first initialize the BrowserManager, you set the value of the title in...
Flex-Deep linking
One of the benefits of a Flex application is that the application can smoothly transition from state to state without having to fetch a new page from the server and refresh the browser. By avoiding the constant refreshing of pages, the end-user...
Flex-Automatic memory management with FABridge
The FABridge provides automatic memory management that uses a reference counting mechanism for all objects that are passed across the bridge. Objects created from the JavaScript side are kept in memory unless the memory is manually released. Even...
Flex ComboBox component
In this tutorial page you will be taught to utilizeComboBox control inside your flex file. In the example you will learn to build two ComboBox controls. The Example below shows combo boxes with nicely formatted string data, so here you will be als...

