<?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>Kathy the Website Coach &#187; Adobe Flex</title>
	<atom:link href="http://www.kathyblock.com/category/adobe-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kathyblock.com</link>
	<description>Website Coaching and Development</description>
	<lastBuildDate>Wed, 11 Nov 2009 16:06:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Hello World Example</title>
		<link>http://www.kathyblock.com/2009/04/flex-hello-world-example/</link>
		<comments>http://www.kathyblock.com/2009/04/flex-hello-world-example/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:32:30 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>

		<guid isPermaLink="false">http://kathyblock.com/?p=4</guid>
		<description><![CDATA[
Thought I&#8217;d take a moment today to post a very simple flex example &#8216;Hello World&#8217; component.  It&#8217;s a good beginning!
Here&#8217;s the final product:

Here&#8217;s a glimpse of the code:
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
   layout="absolute" width="340" height="120"&#62;
   &#60;mx:Script&#62;
      &#60;![CDATA[
         import mx.controls.Alert;

 [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.kathyblock.com/2009/04/flex-hello-world-example/" title="Permanent link to Flex Hello World Example"><img class="post_image alignleft remove_bottom_margin" src="http://www.kathyblock.com/images/helloworld.png" width="245" height="184" alt="flex hello world" /></a>
</p><p>Thought I&#8217;d take a moment today to post a very simple flex example &#8216;Hello World&#8217; component.  It&#8217;s a good beginning!</p>
<p>Here&#8217;s the final product:</p>
<p><object width="340" height="120" data="http://www.kathyblock.com/flex/helloworld.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.kathyblock.com/flex/helloworld.swf" /></object></p>
<p>Here&#8217;s a glimpse of the code:</p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
   layout="absolute" width="340" height="120"&gt;
   &lt;mx:Script&gt;
      &lt;![CDATA[
         import mx.controls.Alert;

         private function greetings():void{
            Alert.show('Hello World!');
         }
     ]]&gt;
   &lt;/mx:Script&gt;
   &lt;mx:Button  label="Greet the World!"
      click='greetings()'
      fontSize="16"
      top="10"
      bottom="10"
      left="10"
      right="10"
   /&gt;
&lt;/mx:Application&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kathyblock.com/2009/04/flex-hello-world-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
