<?xml version="1.0" encoding="utf-8"?>
	<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">			
		<channel>
			<generator>Adobe TV</generator>
			<pubDate>Fri, 24 May 2013 00:03:14 +0000</pubDate>
			<lastBuildDate>Fri, 24 May 2013 00:03:14 +0000</lastBuildDate>
			<title>Flex in a Week - Day 2: Event and Data Basics | Adobe TV</title>
			<link>http://tv.adobe.com/show/flex-in-a-week-day-2/</link>
			<description>Learn about event-driven development, retrieving and handling remote data, and creating a typed data model.</description>
			<copyright>2013 Adobe Systems Inc.</copyright>
			<image>
				<title>Flex in a Week - Day 2: Event and Data Basics | Adobe TV</title>
				<url>http://thumbnails.tv.adobe.com/E7801596-1C23-D1F3-EF3847E7F55AFD17.jpg</url>
				<link>http://tv.adobe.com/show/flex-in-a-week-day-2/</link>
			</image>
			<ttl>60</ttl>
			<atom:link href="http://rssfeeds.tv.adobe.com/flex-in-a-week-day-2.xml" rel="self" type="application/rss+xml" />
			
						<item>
								<title>Implementing Event Handlers</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the Flex in a Week training series, you will learn about events and how to handle them inline in the MXML code as well as in ActionScript event handlers.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/implementing-event-handlers/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/implementing-event-handlers/</guid>
							</item>
					
						<item>
								<title>Understanding the Event Object and Bubbling</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the Flex in a Week training series, you will learn about the event object that is automatically passed around with an event instance and contains useful information for you to capture. You will also learn about event propagation, which includes the capturing, targeting and bubbling phases of event handling.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/understanding-the-event-object-and-bubbling/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/understanding-the-event-object-and-bubbling/</guid>
							</item>
					
						<item>
								<title>Adding Event Listeners with ActionScript</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the Flex in a Week training series, you  learn  how to handle the events by creating event listeners in ActionScript.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/adding-event-listeners-with-actionscript/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/adding-event-listeners-with-actionscript/</guid>
							</item>
					
						<item>
								<title>Introducing ArrayCollection and Other Data Types</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you learn about the top-level ActionScript classes, Object and Array, as well as the ArrayCollection class and its benefits for handling data and binding to components.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-arraycollection-and-other-data-types/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-arraycollection-and-other-data-types/</guid>
							</item>
					
						<item>
								<title>Verifying Data Retrieval with Network Monitor</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you  learn  about some of the other information that you can gather from the Network Monitor and how to use the Flash Debugger to view returned data from the server.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/verifying-data-retrieval-with-debugger-and-network-monitor/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/verifying-data-retrieval-with-debugger-and-network-monitor/</guid>
							</item>
					
						<item>
								<title>Introducing RPC</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you  learn  about the remote procedure call (RPC) components, the data packet sizes they return, and the crossdomain.xml file that is required to access services in different domains.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-rpc/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-rpc/</guid>
							</item>
					
						<item>
								<title>Retrieving and Handling Data Using HTTPService</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you  learn about working with the HTTPService component and how to handle faults, when the data is not successfully retrieved.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-httpservice/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-httpservice/</guid>
							</item>
					
						<item>
								<title>Retrieving and Handling Data Using WebService</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the Flex in a Week&#60;/a&#62; training series, you  learn about working with the Flex framework&#39;s WebService component to invoke web service methods, how to handle faults, and how to call multiple methods from the same WebService object.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-webservice/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-webservice/</guid>
							</item>
					
						<item>
								<title>Retrieving and Handling Data Using RemoteObject</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the &#60;a href=&#34;http://www.adobe.com/devnet/flex/videotraining/index.html&#34; target=&#34;_blank&#34;&#62;Flex in a Week&#60;/a&#62; training series, you  learn about the Remoting Service and how to use the Flex framework&#39;s RemoteObject component to request data using the service. You&#39;ll also learn how to  access remote methods to request data and how to  handle faults.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-remoteobject/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-remoteobject/</guid>
							</item>
					
						<item>
								<title>Introducing the MVC Pattern</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>Flex data modeling is based on the Model-View-Controller (MVC) design pattern. In this episode of the training series, you  will learn how to apply this pattern to a simple application.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-the-mvc-pattern/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/introducing-the-mvc-pattern/</guid>
							</item>
					
						<item>
								<title>Programming ActionScript Classes</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the Flex in a Week training series, you will learn how to create ActionScript classes without any MXML code. You will also learn how to import and instantiate these classes in your MXML application code and how to create an ActionScript method that manipulates class properties and  can be called from MXML.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/programming-actionscript-classes/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/programming-actionscript-classes/</guid>
							</item>
					
						<item>
								<title>Implementing a Value Object and a Typed Data Model</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you will learn how a class can be implemented as a value object to type data. You will also learn how to turn a collection of generic objects into a typed data model.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/implementing-a-value-object-and-a-typed-data-model/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/implementing-a-value-object-and-a-typed-data-model/</guid>
							</item>
					
						<item>
								<title>Generating Value Objects Using Data Services</title>
								<author>adobetv@adobe.com (Adobe TV)</author>
								<description>In this episode of the training series, you  will learn how to have Flash Builder generate a value object class for you.</description>
								<pubDate>Tue, 03 May 2011 00:00:00 +0000</pubDate>
								<link>http://tv.adobe.com/watch/flex-in-a-week-day-2/generating-value-objects-using-flash-builder-data-services/</link>
								<guid isPermaLink="false">http://tv.adobe.com/watch/flex-in-a-week-day-2/generating-value-objects-using-flash-builder-data-services/</guid>
							</item>
					
		</channel>			
	</rss>