<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - msdevweb</title>
<link>http://snipplr.com/users/msdevweb</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 14:56:37 GMT</pubDate>
<item>
<title>(ActionScript 3) Find Index on ArrayCollection for ComboBox Selection</title>
<link>http://snipplr.com/view/49958/find-index-on-arraycollection-for-combobox-selection/</link>
<description><![CDATA[ <p>Used to retriev a index, for example to select a item on a combobox with the arrayCollection as dataProvider.

Usage:
comboBoxNames.selectedIndex = findIndex(arrayColNames, "field_on_array_collection", "value_to_compare_with_field_in_array_coll");

Returns the arrayCollection index that corresponds to compared item. If item is not found on arrayCollection it return -1.</p> ]]></description>
<pubDate>Thu, 03 Mar 2011 06:14:28 GMT</pubDate>
<guid>http://snipplr.com/view/49958/find-index-on-arraycollection-for-combobox-selection/</guid>
</item>
<item>
<title>(ActionScript 3) Convert ArrayCollection or Object to XML</title>
<link>http://snipplr.com/view/49957/convert-arraycollection-or-object-to-xml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Mar 2011 06:08:58 GMT</pubDate>
<guid>http://snipplr.com/view/49957/convert-arraycollection-or-object-to-xml/</guid>
</item>
</channel>
</rss>