<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/language/mxml/tags/mxml</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 02:45:22 GMT</pubDate>
<item>
<title>(MXML) Flex: Sample Network Info List</title>
<link>http://snipplr.com/view/57437/flex-sample-network-info-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Aug 2011 04:24:28 GMT</pubDate>
<guid>http://snipplr.com/view/57437/flex-sample-network-info-list/</guid>
</item>
<item>
<title>(MXML) Flex: Simple Peer-to-Peer Chat</title>
<link>http://snipplr.com/view/43005/flex-simple-peertopeer-chat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Oct 2010 07:48:40 GMT</pubDate>
<guid>http://snipplr.com/view/43005/flex-simple-peertopeer-chat/</guid>
</item>
<item>
<title>(MXML) Flex: Simple Twitter Example</title>
<link>http://snipplr.com/view/13558/flex-simple-twitter-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 29 Mar 2009 18:37:30 GMT</pubDate>
<guid>http://snipplr.com/view/13558/flex-simple-twitter-example/</guid>
</item>
<item>
<title>(MXML) Flex: Accessing the stage</title>
<link>http://snipplr.com/view/12938/flex-accessing-the-stage/</link>
<description><![CDATA[ <p>There are times when you need to access the stage property before onCreationComplete.  Here are two ways to do it.</p> ]]></description>
<pubDate>Mon, 09 Mar 2009 15:56:17 GMT</pubDate>
<guid>http://snipplr.com/view/12938/flex-accessing-the-stage/</guid>
</item>
<item>
<title>(MXML) Flex: Working with Data Collections</title>
<link>http://snipplr.com/view/12849/flex-working-with-data-collections/</link>
<description><![CDATA[ <p>1. How to sort an ArrayCollection
2. How to add an XML Item or an Data Item
3. Changing from an ArrayCollection to an XMLListCollection</p> ]]></description>
<pubDate>Fri, 06 Mar 2009 12:18:46 GMT</pubDate>
<guid>http://snipplr.com/view/12849/flex-working-with-data-collections/</guid>
</item>
<item>
<title>(MXML) Flex: Using Item Renderers</title>
<link>http://snipplr.com/view/12796/flex-using-item-renderers/</link>
<description><![CDATA[ <p>There are 3 different ways to use Item Renderers.</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 12:01:52 GMT</pubDate>
<guid>http://snipplr.com/view/12796/flex-using-item-renderers/</guid>
</item>
<item>
<title>(MXML) Flex: Binding Event Listeners to MXML ID's</title>
<link>http://snipplr.com/view/12648/flex-binding-event-listeners-to-mxml-ids/</link>
<description><![CDATA[ <p>Simple example of how to bind addEventListener with MXML ID's</p> ]]></description>
<pubDate>Fri, 27 Feb 2009 14:55:09 GMT</pubDate>
<guid>http://snipplr.com/view/12648/flex-binding-event-listeners-to-mxml-ids/</guid>
</item>
<item>
<title>(MXML) Flex: Drag n' Drop Lists</title>
<link>http://snipplr.com/view/12644/flex-drag-n-drop-lists/</link>
<description><![CDATA[ <p>Quick example of how to implement a fun Drag n' Drop using Flex List Component</p> ]]></description>
<pubDate>Fri, 27 Feb 2009 11:57:40 GMT</pubDate>
<guid>http://snipplr.com/view/12644/flex-drag-n-drop-lists/</guid>
</item>
<item>
<title>(MXML) Flex: Simple RSS Parser</title>
<link>http://snipplr.com/view/12608/flex-simple-rss-parser/</link>
<description><![CDATA[ <p>Simple example of parsing an RSS feed</p> ]]></description>
<pubDate>Thu, 26 Feb 2009 12:28:23 GMT</pubDate>
<guid>http://snipplr.com/view/12608/flex-simple-rss-parser/</guid>
</item>
<item>
<title>(MXML) Flex: Simple Send Mail Application</title>
<link>http://snipplr.com/view/12508/flex-simple-send-mail-application/</link>
<description><![CDATA[ <p>Quick example on how to do a POST request using Flex and the HTTPService class</p> ]]></description>
<pubDate>Mon, 23 Feb 2009 11:34:55 GMT</pubDate>
<guid>http://snipplr.com/view/12508/flex-simple-send-mail-application/</guid>
</item>
<item>
<title>(MXML) Flex: Data Binding Basics</title>
<link>http://snipplr.com/view/12442/flex-data-binding-basics/</link>
<description><![CDATA[ <p>Here are a few notes from this podcast:

A. What is Binding?
	a. Binding ties two properties together.
	b. One is the source, one is the destination
	c. When the source changes, Flex changes the destination
B. Why does this work?
	a. The TextInput property is set as [Bindable]
	b. Bindable comes in Two formats
		1. The TextInput property is set as [Bindable]
		2. Bindable Metatdata Tag [Bindable(event="propetyChange")]
C. Where can Bindable be used?
	a. Before an AS Class Definition
	b. Before a getter or setter method
	c. Before a Variables</p> ]]></description>
<pubDate>Sat, 21 Feb 2009 15:37:40 GMT</pubDate>
<guid>http://snipplr.com/view/12442/flex-data-binding-basics/</guid>
</item>
</channel>
</rss>