<?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>Beedigital &#187; Flex Tutorial</title>
	<atom:link href="http://www.beedigital.net/blog/tag/flex-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beedigital.net/blog</link>
	<description>Adobe, Flash, Flex, AIR, Flash Media Server.</description>
	<lastBuildDate>Wed, 12 May 2010 10:32:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiuser chat application in Flex</title>
		<link>http://www.beedigital.net/blog/multiuser-chat-application-in-flex/</link>
		<comments>http://www.beedigital.net/blog/multiuser-chat-application-in-flex/#comments</comments>
		<pubDate>Tue, 26 May 2009 16:15:50 +0000</pubDate>
		<dc:creator>MJorge</dc:creator>
				<category><![CDATA[Flex Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[flex chat application]]></category>

		<guid isPermaLink="false">http://www.beedigital.net/blog/?p=3558</guid>
		<description><![CDATA[Giant Flying Saucer presents us a cool and complete tutorial on how to create a chat application with Flex. For that you will use Union Platform created by Colin Moock and Derek Clayton based on the well know &#8220;Unity&#8221;.
The tutorial is very well explained, with a step-by-step description, that will make it easy for you. [...]]]></description>
			<content:encoded><![CDATA[<p>Giant Flying Saucer presents us a cool and complete tutorial on how to create a chat application with Flex. For that you will use <a href="http://unionplatform.com/intro.html">Union Platform</a> created by Colin Moock and Derek Clayton based on the well know &#8220;Unity&#8221;.</p>
<p>The tutorial is very well explained, with a step-by-step description, that will make it easy for you. There&#8217;s no need to be a hard programmer to this, all the code is given, however you should be familiar with Flex Builder to simplify things.</p>
<p>Good Luck!</p>
<p><a href="http://giantflyingsaucer.com/blog/?p=453">Flex chat application tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beedigital.net/blog/multiuser-chat-application-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading a file with Flex and Java</title>
		<link>http://www.beedigital.net/blog/uploading-a-file-with-flex-and-java/</link>
		<comments>http://www.beedigital.net/blog/uploading-a-file-with-flex-and-java/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:53:55 +0000</pubDate>
		<dc:creator>MJorge</dc:creator>
				<category><![CDATA[Flex Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.beedigital.net/blog/?p=3542</guid>
		<description><![CDATA[Alex Cougarman explains the process on how to upload a file via Flex and Java. In the process, it demonstrates Flex’s ECMAScript for XML (E4X) language extension, custom components, classes, and events, as well as a Java-like properties file. 
Table of Contents
1. Introduction
2. Creating the Flex project
3. Creating the Java servlet
4. Adding data to the [...]]]></description>
			<content:encoded><![CDATA[<p>Alex Cougarman explains the process on how to upload a file via Flex and Java. In the process, it demonstrates Flex’s ECMAScript for XML (E4X) language extension, custom components, classes, and events, as well as a Java-like properties file. </p>
<p><strong>Table of Contents</strong></p>
<p>1. Introduction<br />
2. Creating the Flex project<br />
3. Creating the Java servlet<br />
4. Adding data to the Flex app<br />
5. Creating the Flex upload component<br />
6. Creating a custom Flex event<br />
7. Troubleshooting</p>
<p><a href="http://www.adobe.com/devnet/flex/articles/file_upload.html">Flex Developer Center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beedigital.net/blog/uploading-a-file-with-flex-and-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Flex Application with data from MySql</title>
		<link>http://www.beedigital.net/blog/create-flex-application-with-data-from-mysql/</link>
		<comments>http://www.beedigital.net/blog/create-flex-application-with-data-from-mysql/#comments</comments>
		<pubDate>Tue, 05 May 2009 20:14:28 +0000</pubDate>
		<dc:creator>MJorge</dc:creator>
				<category><![CDATA[Flex Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.beedigital.net/blog/?p=3508</guid>
		<description><![CDATA[Webmonkey is sharing a tutorial on how to create a Flex application that will load data from a mySql database. Third party tools will be used to create a local database, have a look also to those tools has they can become handy to another kind of projects.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webmonkey.com/tutorial/Connect_Flex_Applications_with_your_Database">Webmonkey</a> is sharing a tutorial on how to create a Flex application that will load data from a mySql database. Third party tools will be used to create a local database, have a look also to those tools has they can become handy to another kind of projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beedigital.net/blog/create-flex-application-with-data-from-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Flex: Part 3</title>
		<link>http://www.beedigital.net/blog/introduction-to-flex-part-3/</link>
		<comments>http://www.beedigital.net/blog/introduction-to-flex-part-3/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:31:57 +0000</pubDate>
		<dc:creator>MJorge</dc:creator>
				<category><![CDATA[Flex Tutorial]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.beedigital.net/blog/?p=3362</guid>
		<description><![CDATA[ 
Via gotoAndLearn
Source Files
]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-2510485348481901989&#038;hl=en&#038;fs=true" style="width:444px;height:362px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
<p>Via <a href="http://www.gotoandlearn.com/">gotoAndLearn</a><br />
<a href="http://gotoandlearn.com/files/flexintro3.zip">Source Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beedigital.net/blog/introduction-to-flex-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
