Tag Archives: XML

HTTP Status 201 causing Flex #2032 Error in IE only

I ran into a problem right when we were going to launch a new Flex web-based application to production (of course) with Internet Explorer and Flex. I was calling an RESTful service that returns XML and using the built-in Flex HTTPService with either POST/GET as the method for the request. Most [...]
Posted in API, Flash, Flex | Also tagged , , , , , | 3 Comments

Bluestring Flex application launches at Techcrunch40

I just arrived at Techcrunch40 as AOL prepares to launch a brand new Flex application our team has been working on for the past few months (though it seems like years). Our group is releasing an application called Bluestring that allow users upload, share, and make ”creations”.  Bluestring also offers’s users the ability to pull assets from other online services [...]
Posted in Flex, Flex News | Also tagged , , , | Leave a comment

Using XML with DataGrid itemRenderers

For a recent project I needed a way to create a ComboBox in a DataGrid component that was populated by an XML file.   I found an older example by Brendan Meutzner that used an ArrayCollection. This was a good starting point, so I modified and added to the file to create an example that uses [...]
Posted in Flex | Also tagged , | 27 Comments

Binding XML to ComboBox using XMLListCollection

This post has been in serious need of updating since its one of my more popular posts, but the post is really outdated. Here is a new way to bind your data to a ComboBox and DataGrid by loading your XML document and converting it to an XMLListCollection. Update 9/15/2009 An easier [...]
Posted in AIR, Flex | Also tagged , , , , , | 18 Comments

Bringing special characters into Flex with XML

In a recent project, I wanted to load the Unicode values for special characters from an external XML file to add a special characters panel to the RichTextEditor. I wanted these values to show up in a label or text box using something like label.htmlText =”\u00A9″, which would produce the copyright symbol. However, when I [...]
Posted in Flex | Also tagged | 2 Comments

Binding Complex XML to a DataGrid in Flex (Redux)

Most binding examples work with a flat XML structure. However, in most cases the format of the data will not work directly with Flex components. I was looking for a way to bind complex XML to a DataGrid in Flex 2. I ran across a post by Brandon Purcell dealing with the [...]
Posted in Flex | Also tagged | 8 Comments


  • Thanksmister on Twitter

    View Michael Ritchie's profile on LinkedIn