XML basics into Flex

Posted by beThinker | Posted in Flex | Posted on 10-06-2009

xmlbasicIn this tutorial will teach you the basic on how to load an external XML file into Flex Builder 3 and then filter each result into labels.

Set up your workspace by open up the Flex Builder 3 and start a new MXML application. I have named mine XMLbasics for this example. Set the layout to vertical and press the finish button.

Before we can load an XML file we’ll need to have one. I’ve made one for this tutorial, download here.Now right click within your “src” folder and then select new folder “assets” and save your content.xml file or import the downloaded XML file into this folder. Once you’re done that and we’re ready to link this file into the Flex document.

Read the rest of this entry »

Embedding Browser into Flex 3

Posted by beThinker | Posted in Flex | Posted on 03-06-2009

Air Application
This tutorial teaches you how to create Adobe Air(Adobe Integrated Runtime) Desktop application using Flex Builder 3. The Air Engine include integrated web browser kernel that is base on the web kit kernel same with Safari browser.The example below show you how to embed a browser into Adobe Flex 3.

First thing first, you must have Adobe Flex Builder 3 and Adobe AIR in your system. If you don’t have one click this link www.adobe.com.

Read the rest of this entry »