Flex News , Links & Resources

Archive for the ‘Flex Cook Book’ Category

Tour de Flex sitemap

Posted by: arunbluebrain on: April 2, 2009

Flex Core Components

UI Controls

Data Entry Controls

CheckBox – The CheckBox control consists of an optional label and a small box that can contain a check mark or not. You can place the optional text label to the left, right, top, or bottom of the CheckBox. When a user clicks a CheckBox control or its associated text, [...]

How to consume an HTTPService using Xml Object. You can see the power of Databinding in this environment.
You only need to set the property dataProvider=”{productsarray}” of the DataGrid to get all objects coming from
on results function.
Here an example of Xml object definition
<dataroot>
<product>
<id>1</id>
<total>2</total>
<name>Motherboard</name>
<price>100</price>
</product>
<product>
<id>2</id>
<total>2</total>
<name>Pprocessor</name>
<price>150</price>
</product>
</dataroot>
Now we [...]

75 New Adobe AIR JavaScript Free Code Samples : from blog.kevinhoyt.org

Posted by: arunbluebrain on: January 22, 2009

Adobe platform evangelist Kevin Hoyt has announced on his blog that he has made available the source code for 75 Adobe AIR code samples built using JavaScript.
This is a fantastic way to get up to speed on AIR’s API’s. Real world examples include how to:

Access text files synchronously
Access binary files synchronously
Access the clipboard
Add drag and [...]

Flex 3 Component Solutions excerpt: Audio and video components

Posted by: arunbluebrain on: January 20, 2009

Jack Herrington
http://jackherrington.com

User Level : Intermediate
Products : Flex

I’d argue that audio and video, especially video, made the Flash platform what it is today. It wasn’t until the advent of YouTube and viral video that everyone had to have Flash installed on their computers.
It’s no [...]

Using Google Maps API in Flex

Posted by: arunbluebrain on: December 23, 2008

What is the Google Maps API?
The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. The API provides a number of utilities for manipulating maps (just like on the http://maps.google.com web page) and adding content to the map through a variety of services, allowing you to create [...]


Categories

Blog Visitor Clicks

  • 80,485 hits

See by Date

December 2009
M T W T F S S
« Nov    
 123456
78910111213
14151617181920
21222324252627
28293031  

Flex Hackr

my Delicious Links