<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript Examples &#187; DataProvider</title>
	<atom:link href="http://actionscriptexamples.com/tag/dataprovider/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Specifying a data grid&#8217;s contents using a data provider in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/08/specifying-a-data-grids-contents-using-a-data-provider-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/08/specifying-a-data-grids-contents-using-a-data-provider-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:42:40 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[DataProvider]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=170</guid>
		<description><![CDATA[The previous topic briefly demonstrated how to add items to a data grid using the DataGrid class&#8217;s addItem() method. In addition to adding items directly to the DataGrid instance, you can also create a new DataProvider object and set the data grid&#8217;s dataProvider property. There are three main ways to add items to a DataProvider [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/08/specifying-a-data-grids-contents-using-a-data-provider-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the ComboBox control in Flash CS3</title>
		<link>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/</link>
		<comments>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 06:10:39 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[DataProvider]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[setRendererStyle()]]></category>
		<category><![CDATA[setStyle()]]></category>
		<category><![CDATA[TextField]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/</guid>
		<description><![CDATA[The following example shows how you can use embedded fonts with a Flash CS3 ComboBox control&#8217;s drop down menu in ActionScript 3.0. Full code after the jump. // ActionScript 3.0 /** * Requires: * - a ComboBox control in your library. * - an embedded font in your library with a linkage * identifier of [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/09/using-embedded-fonts-with-the-combobox-control-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
