Posted by: arunbluebrain on: January 27, 2009
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 [...]
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 [...]
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 [...]
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 [...]