<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Flex Top 10</title>
	<atom:link href="http://flextop10.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flextop10.wordpress.com</link>
	<description>Top 10 on Flex</description>
	<lastBuildDate>Thu, 01 Apr 2010 14:51:02 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flextop10.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Flex Top 10</title>
		<link>http://flextop10.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flextop10.wordpress.com/osd.xml" title="Flex Top 10" />
	<atom:link rel='hub' href='http://flextop10.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Top Flex Components</title>
		<link>http://flextop10.wordpress.com/2010/04/01/top-flex-components/</link>
		<comments>http://flextop10.wordpress.com/2010/04/01/top-flex-components/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:46:10 +0000</pubDate>
		<dc:creator>totlani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flextop10.wordpress.com/?p=61</guid>
		<description><![CDATA[Top Flex Components. Some of these are free. Others you can but for under $10.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=61&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>1. Flex Custom Tooltip</h2>
<p>&#8230;or should we call it Zooltip since the component itself is called Zoom control?</p>
<p>With Web 2.0, you want to do more on one page so that users don&#8217;t have to jump from one page to another, especially in the world of Ajax where browser back button is usually broken unless you put in some custom code. One of the most important tools to try and keep users on one page is the tooltip.</p>
<p>A tooltip is a good alternative to provide more info or insight without the need to put additional images. It can also be a good preview tool so that users can use the preview to decide to &#8220;continue&#8221; or take a diversion to a full view of the enticing preview.</p>
<p>Flex has a built in tooltip that when uses is triggered on mouse over by default. The default Flex tooltip is completely text and very limited in its ability to be positioned relative to its master. The Flex Graphic Tooltip (aka Zoom control) allows usage of text, images and custom layouts. A custom &#8220;Zoomed&#8221; or detailed view of the item is launched on mouse over. The zoom view is an item renderer that you can customize for your needs. The data passed to the zoom renderer has many flexible set options.</p>
<p><a title="Flex Custom Tooltip" href="http://www.flexdownloads.com/#view=detail;vstr1=44" target="_blank"><img class="aligncenter size-full wp-image-142" title="preview" src="http://flexcomponents.net/wp-content/uploads/2010/03/preview15.png" alt="" width="450" height="200" /></a></p>
<p><a title="Flex Custom Tooltip" href="http://www.flexdownloads.com/#view=detail;vstr1=44" target="_blank">The Flex Graphic Custom Tooltip can be downloaded from here&#8230;</a></p>
<h2>2. 3D Flex Rotating Tag Cloud</h2>
<p>The Flex 3D Tag Cloud is an interesting visualization of your tags as a rotating 3D cumulus cloud. This component is usable from ant HTML page as a Flash file or as a component in your Flex application.</p>
<p><a title="3D Flex Tag Cloud" href="http://www.flexdownloads.com/#view=detail;vstr1=17" target="_blank"><img class="aligncenter size-full wp-image-63" title="preview" src="http://flextop10.files.wordpress.com/2010/04/preview.png?w=450&#038;h=200" alt="" width="450" height="200" /></a></p>
<p><a title="3D Flex Tag Cloud" href="http://www.flexdownloads.com/#view=detail;vstr1=17" target="_blank">You can get this Flex component/Flash application from here&#8230;</a></p>
<h2>3. Flex Multiple Files Upload</h2>
<p>One of the more difficult tasks with Flex is uploading files. With HTML you can upload multiple files with one HTTP request with almost no JavaScript code required. In stark contrast, file upload with Flex</p>
<ul>
<li>Can be done only one file at a time</li>
<li>Requires writing Actionscript and use of FileReference class</li>
<li>Does not have a reset capability like HTML</li>
</ul>
<p>The solution to this problem is a Flex component that can upload multiple files with a single click (just like HTML) and expose capability to relate multiple files on the server with a common key. The Flex Multiple File Upload component provides this capability with great style, that includes a progress bar depicting the progress of your upload and error handling as well.</p>
<p><a href="http://www.flexdownloads.com/#view=detail;vstr1=64" target="_blank"></a><a title="Flex Multiple="><img class="aligncenter size-full wp-image-126" title="preview" src="http://flexcomponents.net/wp-content/uploads/2010/03/preview.png" alt="" width="450" height="200" /></a></p>
<p>The component approach uses events to notify listeners of upload completion or error.</p>
<p><a title="Flex Multiple=">Test drive the Flex Multiple File Upload demo!</a></p>
<h2>4. Flex Smart Form for File and Data Uploads</h2>
<p>Flex and Flash have many advantages over plain HTML. Interactive UI, fantastic 3D displays, animation and object oriented UI components to name a few. But, sometimes you wish that Flex had some of the extremely powerful capabilities of HTML as well&#8230;..like the HTML Form to upload files and data with no data extraction and upload code to write.</p>
<p>HTML form is very powerful. It can upload your files and data at one shot, easily, just by specifying a target url. The Flex Smart form bridges this gap is Flex. And, it does the job in style! Not only can you update Text Input and Rich Text editor data, but you can also combine</p>
<ul>
<li>TextInput</li>
<li>TextArea</li>
<li>Rich Text Editor</li>
<li>Radio Button</li>
<li>Numeric Stepper</li>
<li>HSlider, VSlider</li>
<li>RadioButton</li>
<li>Checkbox</li>
<li>ColorPicker</li>
<li>ComboBox</li>
<li>DateChooser and DateField</li>
</ul>
<p><a href="http://www.flexdownloads.com/#view=detail;vstr1=64" target="_blank"><img class="aligncenter size-full wp-image-140" title="preview" src="http://flexcomponents.net/wp-content/uploads/2010/03/preview13.png" alt="" width="450" height="200" /></a></p>
<p>This innovative component also supports  multiple file uploads in Flex. If you ever thought uploading files in Flex was difficult then you will appreciate the upload capabilities of SmartForm that knits the data and file upload using a common key and makes uploading files and data as trivial as just specifying a url.</p>
<p>Some very strong capabilities of Smart Form Flex File upload are</p>
<ul>
<li>Multiple file uploads</li>
<li>Reset capability that restores values to default/initial</li>
<li>Progress indicator for file uploads</li>
<li>Detailed log for status of all uploads</li>
<li>Support for nested controls and containers</li>
<li>Error trapping and handling</li>
<li>Final upload status event</li>
</ul>
<p><a href="http://www.flexdownloads.com/#view=detail;vstr1=64">Test drive the Smart Form demo!</a></p>
<h2>5. Flex AutoComplete Component</h2>
<p>Hillen Coren&#8217;s autcomplete component is a must have component for many projects. This is one of the best Auto Complete components with many advanced options like&#8230;</p>
<ul>
<li>Allow Duplicates</li>
<li>Allow Multiple Selections</li>
<li>Allow new values</li>
<li>Use a custom item renderer for the auto complete drop down</li>
</ul>
<p><a title="Flex Auto Complete" href="http://www.flexdownloads.com/#view=detail;vstr1=74" target="_blank"><img class="aligncenter size-full wp-image-66" title="preview" src="http://flextop10.files.wordpress.com/2010/04/preview1.png?w=390&#038;h=200" alt="" width="390" height="200" /></a></p>
<p>There are many more options. Full documentation can be found at Hillel&#8217;s website <a href="http://hillelcoren.com/flex-autocomplete/">http://hillelcoren.com/flex-autocomplete/</a></p>
<p>You can downloads the source from <a title="Flex Smart Form File Upload" href="http://www.flexdownloads.com/#view=detail;vstr1=74" target="_blank">here</a>. There is a SWC included in the bin folder for ready usage if you do not want to modify the source.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flextop10.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flextop10.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flextop10.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=61&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flextop10.wordpress.com/2010/04/01/top-flex-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/714e108dab2e7ac28731164f9eacbd01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totlani</media:title>
		</media:content>

		<media:content url="http://flexcomponents.net/wp-content/uploads/2010/03/preview15.png" medium="image">
			<media:title type="html">preview</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2010/04/preview.png" medium="image">
			<media:title type="html">preview</media:title>
		</media:content>

		<media:content url="http://flexcomponents.net/wp-content/uploads/2010/03/preview.png" medium="image">
			<media:title type="html">preview</media:title>
		</media:content>

		<media:content url="http://flexcomponents.net/wp-content/uploads/2010/03/preview13.png" medium="image">
			<media:title type="html">preview</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2010/04/preview1.png" medium="image">
			<media:title type="html">preview</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Flex Explorers</title>
		<link>http://flextop10.wordpress.com/2009/12/28/top-10-flex-explorers/</link>
		<comments>http://flextop10.wordpress.com/2009/12/28/top-10-flex-explorers/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:59:05 +0000</pubDate>
		<dc:creator>totlani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flextop10.wordpress.com/?p=39</guid>
		<description><![CDATA[  Visually discover Adobe Flex components, styles, effects, charts using these explorers   1. Flex Style Explorer Style any component, control or container online using this Flex Style Explorer, evaluate it visually and export what appeals to you as a Flex CSS and use it in your projects.  Flex Style Explorer   2. Flex Component [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=39&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"> </p>
<p>Visually discover Adobe Flex components, styles, effects, charts using these explorers</p>
<p style="text-align:center;"> </p>
<h3><a href="http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html">1. Flex Style Explorer</a></h3>
<p>Style any component, control or container online using this Flex Style Explorer, evaluate it visually and export what appeals to you as a Flex CSS and use it in your projects.</p>
<h3 style="text-align:center;"><a title="http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html" href="http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html"><img class="aligncenter size-full wp-image-43" title="styleexplorer" src="http://flextop10.files.wordpress.com/2009/12/styleexplorer.png?w=430&#038;h=311" alt="Flex Style Explorer used by many sites like flexdownloads.com" width="430" height="311" /></a></h3>
<p style="text-align:center;"><strong> Flex Style Explorer</strong></p>
<p style="text-align:center;"> </p>
<h3><a href="http://examples.adobe.com/flex3/componentexplorer/explorer.html">2. Flex Component Explorer</a></h3>
<p>What is that Flex component used for? What is the MXML Syntax? Most commonly used properties? Example usage? Effects, Charts, Visual Components, PrintControls, Advanced DataGrids, Validators, Formatters, States, Transitions, OLAP Datagrids, any components&#8230;this component explorer will let you best understand how to use a component with the right example.</p>
<p style="text-align:center;"><a rel="http://examples.adobe.com/flex3/componentexplorer/explorer.html" href="http://examples.adobe.com/flex3/componentexplorer/explorer.html"><img class="aligncenter size-full wp-image-45" title="componentexplorer" src="http://flextop10.files.wordpress.com/2009/12/componentexplorer.png?w=430&#038;h=273" alt="Flex Component Explorer" width="430" height="273" /></a></p>
<p style="text-align:center;"><strong>Flex Component Explorer</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<h3><a href="http://demo.quietlyscheming.com/ChartSampler/app.html">3. Flex Chart Sampler</a></h3>
<p>Explore different types of charts in Flex, try out there properties online and discover the right chart and settings for your data visualization.</p>
<p style="text-align:center;"><a rel="http://demo.quietlyscheming.com/ChartSampler/app.html" href="http://demo.quietlyscheming.com/ChartSampler/app.html"><img class="aligncenter size-full wp-image-44" title="chartsexplorer" src="http://flextop10.files.wordpress.com/2009/12/chartsexplorer.png?w=430&#038;h=304" alt="Flex Charts Explorer" width="430" height="304" /></a><strong>Charts Sampler</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<h3><a href="http://www.flexibleexperiments.com/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html">4. Flex Primitives Explorer</a></h3>
<p>Create primitive shapes like Star, Burst, Polygon, Gear, Wedge and Arc with MXML or Actionscript using the examples on this website.</p>
<p style="text-align:center;"> <a rel="http://www.flexibleexperiments.com/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html" href="http://flextop10.files.wordpress.com/2009/12/primitiveexplorer.png"><img class="aligncenter size-full wp-image-49" title="primitiveexplorer" src="http://flextop10.files.wordpress.com/2009/12/primitiveexplorer.png?w=430&#038;h=390" alt="Flex primitive shapes" width="430" height="390" /></a></p>
<p style="text-align:center;"><strong>Primitive Explorer</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<h3><a href="http://www.wabysabi.com/flex/enhancedbuttonskin/">5. Flex Enhanced Button Skin Explorer</a></h3>
<p>Going Bananas trying to style a Button? Use the enhanced button skin and discover many styling options for this skin with the Enhanced Button Skin Explorer.</p>
<p style="text-align:center;"><a rel="http://www.wabysabi.com/flex/enhancedbuttonskin/" href="http://flextop10.files.wordpress.com/2009/12/enhancedbutton.png"><img class="aligncenter size-full wp-image-48" title="enhancedbutton" src="http://flextop10.files.wordpress.com/2009/12/enhancedbutton.png?w=430&#038;h=398" alt="enhanced button skin" width="430" height="398" /></a></p>
<p style="text-align:center;"><strong>Enhanced Button Skin Explorer</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<h3><a href="http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/">6. Flex Distortion Effects Explorer</a></h3>
<p>Flip, Rotate, Push, Pop and more effects stylable using distortion and duration properties for that wow factor on show/hode of containers and images.</p>
<p style="text-align:center;"><a href="http://www.alex-uhlmann.de/flash/adobe/blog/distortionEffects/effectCube/"><img class="aligncenter size-full wp-image-46" title="distortion" src="http://flextop10.files.wordpress.com/2009/12/distortion.png?w=430&#038;h=330" alt="Distortion effects explorer " width="430" height="330" /></a></p>
<p style="text-align:center;"><strong>Distortion Effects Explorer</strong></p>
<p style="text-align:center;"><strong> </strong></p>
<h3><a href="http://www.jamesward.com/easingFunctionFun/easingFunctionFun.html">7,8,9 and 10 Flex Easing Functions  Explorer</a></h3>
<p>Try out different easing functions using this interactive explorer. Discover differences between linear, quadratic, quintic, cubic, elastic, exponential, bounce and many other easing functions that Flex offers out of the box.</p>
<p style="text-align:center;"><a href="http://www.jamesward.com/easingFunctionFun/easingFunctionFun.html"><img class="aligncenter size-full wp-image-47" title="easingfunctions" src="http://flextop10.files.wordpress.com/2009/12/easingfunctions.png?w=430&#038;h=377" alt="Flex easing functions explorer" width="430" height="377" /></a></p>
<p style="text-align:center;"><strong> Easing Functions Explorer</strong></p>
<p style="text-align:center;"> </p>
<h3>Attribution</h3>
<p>The material in this post has been made possible with information sharing from <a href="http://www.flexdownloads.com">FlexDownloads.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flextop10.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flextop10.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flextop10.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=39&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flextop10.wordpress.com/2009/12/28/top-10-flex-explorers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/714e108dab2e7ac28731164f9eacbd01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totlani</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/styleexplorer.png" medium="image">
			<media:title type="html">styleexplorer</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/componentexplorer.png" medium="image">
			<media:title type="html">componentexplorer</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/chartsexplorer.png" medium="image">
			<media:title type="html">chartsexplorer</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/primitiveexplorer.png" medium="image">
			<media:title type="html">primitiveexplorer</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/enhancedbutton.png" medium="image">
			<media:title type="html">enhancedbutton</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/distortion.png" medium="image">
			<media:title type="html">distortion</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/easingfunctions.png" medium="image">
			<media:title type="html">easingfunctions</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Flex and AIR Applications</title>
		<link>http://flextop10.wordpress.com/2009/12/25/flexandairtop10/</link>
		<comments>http://flextop10.wordpress.com/2009/12/25/flexandairtop10/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 01:56:48 +0000</pubDate>
		<dc:creator>totlani</dc:creator>
				<category><![CDATA[Top 10 Flex and AIR Apps]]></category>
		<category><![CDATA[Adobe Flex Top 10 Apps]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Top 10 Flex and AIR applications is an unofficial listing of some of the best in breed and class of Rich Internet Applications made using the Adobe Flex technology. These applications like Craig's List desktop, Ebay desktop, Disney, Flexdownloads.com all have one very central theme that makes them the best in this field- Usability<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=1&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a title="Flex Downloads - Slideshows, preloaders, user interface components, charts" href="http://www.flexdownloads.com">1. Flexdownloads.com</a></h3>
<p>A website made in flex and for other flex websites. Flexdownloads.com is a marketplace to buy and sell Adobe Flex and AIR components like slideshows, preloaders, ecommerce components, user interface components etc. Smart UI, intutive navigation and cool Flex components make this a standard for what Flex applications can be and should be.</p>
<p style="text-align:center;"><a rel="http://www.flexdownloads.com" href="http://www.flexdownloads.com"><img class="aligncenter size-full wp-image-20" title="FlexDownloads.com" src="http://flextop10.files.wordpress.com/2009/12/flexdownloads.png?w=430&#038;h=318" alt="Marketplace to buy and sell Flex components like preloader, slideshow, maps, google checkout, paypal checkout, amazon, flickr, tweeter, charts" width="430" height="318" /></a><strong>Flex Components Marketplace -  FlexDownloads.com</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://desktop.ebay.com">2. Ebay Desktop</a></h3>
<p>Bid and buy on Ebay with this Adobe AIR desktop. Create a watch list, subscribe to feeds and alerts or save your search queries. The desktop crossed 1 million in downloads in 2009 and works almost as great as the website.</p>
<p style="text-align:center;"><a href="http://desktop.ebay.com"><img class="aligncenter size-full wp-image-19" title="Ebay Desktop" src="http://flextop10.files.wordpress.com/2009/12/ebaydesktop.png?w=430&#038;h=268" alt="Ebay Desktop AIR application" width="430" height="268" /></a><strong>Ebay Desktop AIR Application</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.cldesktop.com/">3. Craig&#8217;s List Desktop</a></h3>
<p>Interesting, intuitive and user friendly front for the immensely popular Craigslist. The visually minded users will greatly appreciate the ability to better view the listings in a more pictorial fashion and the ability to save the searches. This application cannot be used to add a new listing or update an existing one.</p>
<p style="text-align:center;"><a href="http://www.cldesktop.com/"><img class="aligncenter size-full wp-image-17" title="craigs_list_desktop" src="http://flextop10.files.wordpress.com/2009/12/craigs_list_desktop.png?w=430&#038;h=403" alt="Craig's List desktop" width="430" height="403" /></a><strong>Craig&#8217;s List Desktop AIR Application</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.tweetdeck.com/">4. Tweet Deck</a></h3>
<p>TweetDeck is an AIR application that lets you connect to Twitter, Facebook, LinkedIn and MySpace from your desktop. Composing a message from Tweetdeck is simple. You can add multiple accounts for any of these social networking sites. Avid twitter users can manage there twitter lists and even setup a Tweetdeck account that allows them to synchronize with iPhone. The app can hide on your desktop so that you can tweet unobtrusively and unnoticed.</p>
<p style="text-align:center;"><a href="http://www.tweetdeck.com/"><img class="aligncenter size-full wp-image-23" title="tweetdeck" src="http://flextop10.files.wordpress.com/2009/12/tweetdeck.png?w=430&#038;h=241" alt="" width="430" height="241" /></a><strong>Tweet Deck AIR Application for Twitter</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.photoshop.com">5. Photoshop.com</a></h3>
<p>Online photo sharing and image editing from Adobe combines the Photoshop capabilities with Flex RIA functionality at Photoshop.com. Some would argue that this fantastic site should not have qualified for this list since it is by Adobe itself, but even the detractors will appreciate this made-in-flex site which not only shows the confidence Adobe has in Flex but also exhibits its many capabilities. A treat for the eyes of a casual user and a stimulant for those who are artistically inclined. You will need a free Adobe id to access this website.</p>
<p style="text-align:center;"><a href="http://photoshop.com"><img class="aligncenter size-full wp-image-21" title="photoshop" src="http://flextop10.files.wordpress.com/2009/12/photoshop.png?w=430&#038;h=363" alt="Photoshop.com" width="430" height="363" /></a><strong>Photoshop.com &#8211; Online Image editing</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.acrobat.com">6. Acrobat.com</a></h3>
<p>MS Word, Star Office, Google Docs may offer more functionality to an expert user, but pale in comparison to acrobat.com when it comes to usability. For the casual office docs user Acrobat.com offers the ability to create documents, presentations, tables and pdf&#8217;s online with your Adobe ID account. Free of charge of course, special effects included. Our interest in this website of course is that it exhibits the difference between an HTML based application on the web like Google docs and a flex based application. The results are for you to judge after careful evaluation, but in my humble opinion, Acrobat.com is not just a lot easier to use that Google docs, it pretty much offers the same functionality and looks so much more better.</p>
<p style="text-align:center;"><a href="http://www.acrobat.com"><img class="aligncenter size-full wp-image-15" title="acrobat" src="http://flextop10.files.wordpress.com/2009/12/acrobat.png?w=430&#038;h=347" alt="Acrobat.com office productivity documents" width="430" height="347" /></a><strong>Acrobat.com &#8211; Online Office Productivity Documents</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.disney.com">7. Disney.com</a></h3>
<p>Even Four year olds can navigate this made-in-flex website and get to there favorite characters videos, games, stories and activities. If they managed to get to Little Einstein&#8217;s in under 2 minutes then it is not just because they are smart, but more so because Disney choose the right technology, architecture, designers and developers in building this website. Even grownups will appreciate the looks and usability of this website.</p>
<p style="text-align:center;"><a href="http://www.disney.com"><img class="aligncenter size-full wp-image-18" title="disney" src="http://flextop10.files.wordpress.com/2009/12/disney.png?w=430&#038;h=340" alt="Disney kid's website" width="430" height="340" /></a><strong>Disney.com &#8211; Education and Fun</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://agileagenda.com">8. Agile Agenda</a></h3>
<p>Agile Agenda is an AIR application for Project Management. It takes a more lightweight and collaborative approach to project or program management and is based on the agile philosophy. Most project scheduling solutions take too much time to create the schedule and keep it current but with</p>
<p style="text-align:center;"><a href="http://www.agileagenda.com"><img class="aligncenter size-full wp-image-16" title="agileagenda" src="http://flextop10.files.wordpress.com/2009/12/agileagenda.png?w=430&#038;h=310" alt="Project management for agile products" width="430" height="310" /></a><strong>Agile Agenda &#8211; Intuitive Project Management Online</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://www.picnik.com">9. Picnik</a></h3>
<p>Online photo editing company uses Flex technology to fix underexposed photos, remove red eye or apply special effects to your photos on Flickr, Picasa, Facebook, MySpace ot Photobucket .</p>
<p style="text-align:center;"><a href="http://www.picnik.com"><img class="aligncenter size-full wp-image-22" title="picnik" src="http://flextop10.files.wordpress.com/2009/12/picnik.png?w=430&#038;h=262" alt="Picnik photo editing online" width="430" height="262" /></a><strong>Picnik &#8211; Online Editing of Images</strong></p>
<p style="text-align:center;"><strong><br />
</strong></p>
<p style="text-align:center;">
<h3><a href="http://worldtv.com">10. WorldTV.com</a></h3>
<p>World TV is a new concept in the world of web video. It empowers anyone, anywhere to become there own media mogul. With WorldTV, you can create a full-screen web TV channel in seconds that reflects your own interests, ideas or personality. The website uses Flex components bound together with HTML and javascript.</p>
<p style="text-align:center;"><a href="http://www.worldtv.com"><img class="aligncenter size-full wp-image-14" title="worldtv" src="http://flextop10.files.wordpress.com/2009/12/worldtv.png?w=430&#038;h=316" alt="World TV" width="430" height="316" /></a><strong>World TV &#8211; Your own TV channel online</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flextop10.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flextop10.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flextop10.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flextop10.wordpress.com&amp;blog=11098742&amp;post=1&amp;subd=flextop10&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flextop10.wordpress.com/2009/12/25/flexandairtop10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/714e108dab2e7ac28731164f9eacbd01?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totlani</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/flexdownloads.png" medium="image">
			<media:title type="html">FlexDownloads.com</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/ebaydesktop.png" medium="image">
			<media:title type="html">Ebay Desktop</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/craigs_list_desktop.png" medium="image">
			<media:title type="html">craigs_list_desktop</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/tweetdeck.png" medium="image">
			<media:title type="html">tweetdeck</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/photoshop.png" medium="image">
			<media:title type="html">photoshop</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/acrobat.png" medium="image">
			<media:title type="html">acrobat</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/disney.png" medium="image">
			<media:title type="html">disney</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/agileagenda.png" medium="image">
			<media:title type="html">agileagenda</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/picnik.png" medium="image">
			<media:title type="html">picnik</media:title>
		</media:content>

		<media:content url="http://flextop10.files.wordpress.com/2009/12/worldtv.png" medium="image">
			<media:title type="html">worldtv</media:title>
		</media:content>
	</item>
	</channel>
</rss>
