<?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>franto.com &#187; Flexets</title>
	<atom:link href="http://franto.com/category/development/flex/flexets/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 19:38:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FlexTip: Add Thumbs to Mx:Slider programatically</title>
		<link>http://franto.com/add-thumbs-to-mxslider-programatically/</link>
		<comments>http://franto.com/add-thumbs-to-mxslider-programatically/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:16:07 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[Flex Tips]]></category>
		<category><![CDATA[Flexets]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.franto.com/?p=673</guid>
		<description><![CDATA[I have some new Flex Tip for you. Maybe you have found it already if you have tried add new thumbs to Mx:Slider (HSlider, VSlider) programatically. There can be various &#8220;small&#8221; problems. Or maybe there is just another way What I&#8217;ve tried is increase thumbCount property and add new value to values property. But there [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Table of contents for flex-tips</h3><ol><li><a href='http://franto.com/flextips/' title='FlexTips'>FlexTips</a></li><li><a href='http://franto.com/flextips-mxtext-vs-mxtextarea/' title='FlexTip: mx:Text vs. mx:TextArea'>FlexTip: mx:Text vs. mx:TextArea</a></li><li><a href='http://franto.com/flextips-xmlsocket-connect-after-disconnect-from-server/' title='FlexTip: XMLSocket connect() after disconnect from server'>FlexTip: XMLSocket connect() after disconnect from server</a></li><li><a href='http://franto.com/flextips-problem-with-masks-and-scalable-flash/' title='FlexTip: Problem with masks and scalable Flash'>FlexTip: Problem with masks and scalable Flash</a></li><li><a href='http://franto.com/flextips-how-to-add-bitmap-to-uicomponent/' title='FlexTips: How to add Bitmap to UIComponent'>FlexTips: How to add Bitmap to UIComponent</a></li><li><a href='http://franto.com/flextips-stop-displaying-focus/' title='FlexTip &#8211; Stop displaying Focus'>FlexTip &#8211; Stop displaying Focus</a></li><li><a href='http://franto.com/preventing-checkbox-selection-with-keyspace/' title='FlexTip: Preventing CheckBox selection with Key.SPACE'>FlexTip: Preventing CheckBox selection with Key.SPACE</a></li><li><a href='http://franto.com/flextip-wordwrap-for-mxtext/' title='FlexTip: WordWrap for mx:Text'>FlexTip: WordWrap for mx:Text</a></li><li>FlexTip: Add Thumbs to Mx:Slider programatically</li><li><a href='http://franto.com/as3-conditional-breakpoint-enterdebugger/' title='AS3 Conditional Breakpoint &#8211; enterDebugger()'>AS3 Conditional Breakpoint &#8211; enterDebugger()</a></li></ol></div> <div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share data-url="http://franto.com/add-thumbs-to-mxslider-programatically/" data-text="FlexTip: Add Thumbs to Mx:Slider programatically"data-count="vertical" data-lang="en" data-related="Component,Flex,Flex+Tips""><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>I have some new Flex Tip for you. Maybe you have found it already if you have tried add new thumbs to Mx:Slider (HSlider, VSlider) programatically. There can be various &#8220;small&#8221; problems. Or maybe there is just another way <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What I&#8217;ve tried is increase <strong>thumbCount</strong> property and add new value to <strong>values </strong>property. But there can be problems, if you did not set <strong>snapInterval</strong> property or how you insert new value.</p>
<p>I have created examples with 3 different ways of adding new thumbs to the horizontal slider. There can be more, but I want to show you just these 3 different way of how to do it.</p>
<p>In all examples sliders starting value as follows:</p>
<ul>
<li>minimum = 0</li>
<li>maximum = 0</li>
<li>thumbCount = 2</li>
<li>values = [0,1]</li>
</ul>
<p>I&#8217;m catching MouseEvent.CLICK event on these sliders, and add new thumb. After click you can check last added value, and values property of each slider for you control, what&#8217;s inside. Let&#8217;s try example and after I will explain difference in these 3 different ways fo adding new thumb to slider.</p>
<p><object id="SliderTest" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#222222" /><param name="allowScriptAccess" value="sameDomain" /><param name="src" value="http://www.franto.com/blog2/wp-content/uploads/examples/slidertest/SliderTest.swf" /><param name="name" value="SliderTest" /><param name="align" value="middle" /><embed id="SliderTest" type="application/x-shockwave-flash" width="600" height="450" src="http://www.franto.com/blog2/wp-content/uploads/examples/slidertest/SliderTest.swf" align="middle" name="SliderTest" allowscriptaccess="sameDomain" bgcolor="#222222" quality="high"></embed></object></p>
<p>The first example I&#8217;m adding new value to the values property, which is Array by simple slider.values.push(newValue). Problem is that, when you push value e.g. 0.5 to array [0,1], values will be [0,1,0.5] it&#8217;s not sorted (slider has not sorted it by itself). It&#8217;s interesting how slider recompute it&#8217;s values. Just try it in example</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> handleAddWrongPoint<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
<span style="color: #000000;">&#123;</span>
	<span style="color: #6699cc; font-weight: bold;">var</span> newValue<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Number</span> = idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>minimum <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">/</span> idWrongSlider<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000000;">&#41;</span> <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000;">&#40;</span>idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>maximum <span style="color: #000066; font-weight: bold;">-</span> idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>minimum<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
	newValue = <span style="color: #004993;">int</span><span style="color: #000000;">&#40;</span>newValue <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000; font-weight:bold;">100</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">100</span><span style="color: #000066; font-weight: bold;">;</span>
	<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000066; font-weight: bold;">!</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span> <span style="color: #0033ff; font-weight: bold;">is</span> SliderThumb<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
	<span style="color: #000000;">&#123;</span>
		latestWrong = newValue<span style="color: #000066; font-weight: bold;">;</span>
		idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>thumbCount<span style="color: #000066; font-weight: bold;">++;</span>
		idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">push</span><span style="color: #000000;">&#40;</span>newValue<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
		idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>invalidateProperties<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
		<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">'Wrong: '</span> <span style="color: #000066; font-weight: bold;">+</span> e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; , new: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> newValue <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; values: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> idWrongSlider<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
		update<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
	<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>In second example there is no snapInterval set, and it seems, that causes more interesting problems. Values are now greater than maximum (1), try add few thumbs by clicking on 2nd slider and you can end up with such values property [0,1,2,3,4,5,6,7,0.6]. Really don&#8217;t why <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> handleAddWrongPoint2<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
<span style="color: #000000;">&#123;</span>
	<span style="color: #6699cc; font-weight: bold;">var</span> newValue<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Number</span> = idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>minimum <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">/</span> idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000000;">&#41;</span> <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000;">&#40;</span>idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>maximum <span style="color: #000066; font-weight: bold;">-</span> idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>minimum<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
	newValue = <span style="color: #004993;">int</span><span style="color: #000000;">&#40;</span>newValue <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000; font-weight:bold;">100</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">100</span><span style="color: #000066; font-weight: bold;">;</span>
	<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000066; font-weight: bold;">!</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span> <span style="color: #0033ff; font-weight: bold;">is</span> SliderThumb<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
	<span style="color: #000000;">&#123;</span>
		latestWrong2 = newValue<span style="color: #000066; font-weight: bold;">;</span>
		idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>thumbCount<span style="color: #000066; font-weight: bold;">++;</span>
		idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">push</span><span style="color: #000000;">&#40;</span>newValue<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
		idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>invalidateProperties<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
		<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">'Wrong: '</span> <span style="color: #000066; font-weight: bold;">+</span> e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; , new: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> newValue <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; values: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> idWrongSlider2<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
		update<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
	<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>In 3rd examples all is ok, because I&#8217;ve set snapInterval property to 0.01 and I&#8217;m adding new values correctly sorted</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> handleAddCorrectPoint<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">MouseEvent</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
<span style="color: #000000;">&#123;</span>
    <span style="color: #6699cc; font-weight: bold;">var</span> newValue<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Number</span> = idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>minimum <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">/</span> idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">width</span><span style="color: #000000;">&#41;</span> <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000;">&#40;</span>idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>maximum <span style="color: #000066; font-weight: bold;">-</span> idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>minimum<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
    newValue = <span style="color: #004993;">int</span><span style="color: #000000;">&#40;</span>newValue <span style="color: #000066; font-weight: bold;">*</span> <span style="color: #000000; font-weight:bold;">100</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">/</span><span style="color: #000000; font-weight:bold;">100</span><span style="color: #000066; font-weight: bold;">;</span>
    <span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span><span style="color: #000066; font-weight: bold;">!</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span> <span style="color: #0033ff; font-weight: bold;">is</span> SliderThumb<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
    <span style="color: #000000;">&#123;</span>
        latestCorrect = newValue<span style="color: #000066; font-weight: bold;">;</span>
        idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>thumbCount<span style="color: #000066; font-weight: bold;">++;</span>
        <span style="color: #6699cc; font-weight: bold;">var</span> arr<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Array</span> = idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000066; font-weight: bold;">;</span>
        arr<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">push</span><span style="color: #000000;">&#40;</span>newValue<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
        idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>values = arr<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">sort</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
        idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>invalidateProperties<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
        <span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">'Correct: '</span> <span style="color: #000066; font-weight: bold;">+</span> e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">localX</span> <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; , new: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> newValue <span style="color: #000066; font-weight: bold;">+</span> <span style="color: #990000;">&quot; values: &quot;</span> <span style="color: #000066; font-weight: bold;">+</span> idCorrectSlider<span style="color: #000066; font-weight: bold;">.</span>values<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
        update<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
    <span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>Full source to this examples is included in <strong>Download Section</strong> (you will see it just as subscribed member) of our <strong><a href="http://www.flexets.com/forum-info/coaching-forum">Coaching Program</a> <a href="http://www.flexets.com/forum/">Forum</a></strong> on <a href="http://www.flexets.com">Flexets.com</a> (My own company).</p>
 <div class='series_links'><a href='http://franto.com/flextip-wordwrap-for-mxtext/' title='FlexTip: WordWrap for mx:Text'>Previous in series</a> <a href='http://franto.com/as3-conditional-breakpoint-enterdebugger/' title='AS3 Conditional Breakpoint &#8211; enterDebugger()'>Next in series</a></div>]]></content:encoded>
			<wfw:commentRss>http://franto.com/add-thumbs-to-mxslider-programatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>You can meet me in Brighton this year.</title>
		<link>http://franto.com/you-can-meet-me-in-brighton-this-year/</link>
		<comments>http://franto.com/you-can-meet-me-in-brighton-this-year/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 19:53:51 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flexets]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[fotb]]></category>

		<guid isPermaLink="false">http://www.franto.com/?p=589</guid>
		<description><![CDATA[If you are going on FlashOnTheBeach to Brighton this year, you can meet me there and say hello. Maybe beer will be good at the evening If you will look for Flexets guys (t-shirt with Flexets logo) I know you will find me. It&#8217;s always great to see my readers and subscribers. I&#8217;m looking forward [...]]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share data-url="http://franto.com/you-can-meet-me-in-brighton-this-year/" data-text="You can meet me in Brighton this year."data-count="vertical" data-lang="en" data-related="conference,Flash,Flexets,fotb""><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>If you are going on <a href="http://flashonthebeach.com/">FlashOnTheBeach</a> to Brighton this year, you can meet me there and say hello. Maybe beer will be good at the evening <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  If you will look for <a href="http://www.flexets.com">Flexets</a> guys (t-shirt with <a href="http://www.flexets.com">Flexets</a>  logo) I know you will find me. It&#8217;s always great to see my readers and subscribers. I&#8217;m looking forward to meet my <a href="http://www.franto.com/frantocom-tips-tricks"><strong>Franto.com Tips &#038; Tricks</strong></a> subscribers, we can talk about stuff you want to see inside newsletter.</p>
<p>Say hello in Brighton in few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/you-can-meet-me-in-brighton-this-year/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flexets Forum: New resource for Flex / Flash / AIR learning</title>
		<link>http://franto.com/flexets-forum-new-resource-for-flex-flash-air-learning/</link>
		<comments>http://franto.com/flexets-forum-new-resource-for-flex-flash-air-learning/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:29:43 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flexets]]></category>
		<category><![CDATA[My Sites]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://www.franto.com/?p=514</guid>
		<description><![CDATA[We have launched new forum on our company site Flexets.com to help people in Flex / Flash / AIR / ActionScript learning process. I hope we will help people to see that beauty and easiness in developing with Adobe tools. It&#8217;s targeted to Flex, AIR, Flash, ActionScript as well as collection of useful resources. We [...]]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share data-url="http://franto.com/flexets-forum-new-resource-for-flex-flash-air-learning/" data-text="Flexets Forum: New resource for Flex / Flash / AIR learning"data-count="vertical" data-lang="en" data-related="AIR,Flash,Flex,forum""><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<p>We have launched new <a href="http://www.flexets.com/forum" title="Flexets Forum - Flex / AIR / Flash / ActionScript Forum">forum</a> on our company site <a href="http://www.flexets.com"><strong>Flexets.com</strong></a> to help people in Flex / Flash / AIR / ActionScript learning process. I hope we will help people to see that beauty and easiness in developing with Adobe tools. It&#8217;s targeted to Flex, AIR, Flash, ActionScript as well as collection of useful resources. We hope we will build small community and teach them, what will they need <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So if you want to learn something, please <a href="http://www.flexets.com/forum/index.php?action=register">sign up</a> and ask your questions in <a href="http://www.flexets.com/forum" title="Flexets Forum - Flex / AIR / Flash / ActionScript Forum">Flexets Forum</a>. Or just show us your work <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/flexets-forum-new-resource-for-flex-flash-air-learning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wallpaper for you</title>
		<link>http://franto.com/wallpaper-for-you/</link>
		<comments>http://franto.com/wallpaper-for-you/#comments</comments>
		<pubDate>Fri, 08 Jul 2005 06:59:06 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[Flexets]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.franto.com/blog2/?p=91</guid>
		<description><![CDATA[I saw my wallpaper on many sites without backlinking to my site. If you&#8217;re using my wallpaper, please at least back link to my site Franto.com Watter Lilly Wallpaper Post: Watter Lilly Wallpaper Rose Wallpaper Post: Rose Wallpaper Autumn Wallpaper Post: Autumn Wallpaper Winter Wallpaper 2 Post: Winter Wallpaper Winter Wallpaper 2 Post: Winter Wallpaper [...]]]></description>
			<content:encoded><![CDATA[<div class="TweetButton_button" style="float: right; margin-left: 10px;;height:20px;margin-bottom:5px;"><a href="http://twitter.com/share data-url="http://franto.com/wallpaper-for-you/" data-text="Wallpaper for you"data-count="vertical" data-lang="en" data-related="Wallpapers""><img src="http://franto.com/blog2/wp-content/plugins/tweetbutton-for-wordpress/images/tweet.png" style="border:none" /></a></div>
<div style="background:#eeffee;border:3px solid #080;padding:10px;margin:0pt 0pt 20pt 0pt">
<div style="margin: 20px 0px; text-align: center;font-weight:bold;color:#cc0000;font-size:15px">I saw my wallpaper on many sites without backlinking to my site. If you&#8217;re using my wallpaper, please at least back link to my site Franto.com</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-watter-lilly"><img border="0" src="http://franto.com/wallpaper/wallpaper_small.jpg" alt="watter lilly wallpaper" rel="lightbox" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Watter Lilly Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-watter-lilly">Watter Lilly Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-rose"><img border="0" src="http://franto.com/wallpaper/wallpaper_rose_small.jpg" rel="wallpaper"  alt="rose wallpaper" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Rose Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-rose">Rose Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-autumn"><img border="0" src="http://franto.com/wallpaper/wallpaper_leaf_small.jpg" width="200"  rel="wallpaper"  alt="autumn leaf wallpaper"/></a>
</div>
<div class="wallpaper-info">
<strong>Autumn Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-autumn">Autumn Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-winter"  alt="winter wallpaper"><img border="0" src="http://franto.com/wallpaper/wallpaper_winter_small.jpg" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Winter Wallpaper 2</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-winter">Winter Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a title="Winter wallpaper - trees" target="_blank" href="http://www.franto.com/wallpaper-for-you-winter-ii"><img title="Wallpaper - winter trees" alt="Wallpaper - winter trees" src="http://franto.com/wallpaper/wallpaper_winter_trees_small.jpg" width="200" /></a>
</div>
<div class="wallpaper-info">
<strong>Winter Wallpaper 2</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-winter-ii">Winter Wallpaper 2</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-winter-iii-freeze" width="200"><img border="0" src="http://franto.com/wallpaper/wallpaper_winter_freeze_small.jpg"  alt="winter freeze wallpaper" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Winter Freeze Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-winter-iii-freeze">Winter Freeze  Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-flower-in-morning-sun" width="200"><img border="0" src="http://franto.com/wallpaper/wallpaper_flower_in_morning_sun_small.jpg"  alt="Flower in morning sun" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Flower in morning sun</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-flower-in-morning-sun">Flower in morning sun</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-rose-autumn" width="200"><img border="0" src="http://franto.com/wallpaper/rose_autumn_preview.jpg"  alt="Rose Autumn Wallpaper" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Rose Autumn Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-rose-autumn">Rose Autumn Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-orchid-dream" width="200"><img border="0" src="http://franto.com/wallpaper/orchid_dream_preview.jpg"  alt="Orchid Dream Wallpaper" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Orchid Dream Wallpaper</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-orchid-dream">Orchid Dream Wallpaper</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperMerryChristmas-red-200x160.jpg"  alt="Merry Christmas Wallpaper - Red Theme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Merry Christmas Wallpaper &#8211; Red Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Merry Christmas Wallpaper &#8211; Red Theme</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperMerryChristmas-green-200x160.jpg"  alt="Merry Christmas Wallpaper - Green Theme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Merry Christmas Wallpaper &#8211; Green Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Merry Christmas Wallpaper &#8211; Green Theme</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperMerryChristmas-blue-200x160.jpg"  alt="Merry Christmas Wallpaper - BlueTheme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Merry Christmas Wallpaper &#8211; Blue Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Merry Christmas Wallpaper &#8211; Blue Theme</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperSnowFlakes-red-200x160.jpg"  alt="Winter Snowflakes Wallpaper - Red Theme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Winter Snowflakes Wallpaper &#8211; Red Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Winter Snowflakes &#8211; Red Theme</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperSnowFlakes-green-200x160.jpg"  alt="Winter Snowflakes Wallpaper - Green Theme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Winter Snowflakes Wallpaper &#8211; Green Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Winter Snowflakes &#8211; Green Theme</a>
</div>
</div>
<div class="wallpaper-item">
<div class="wallpaper-thumb">
<a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers" width="200"><img border="0" src="http://www.franto.com/wallpaper/wallpaperSnowFlakes-blue-200x160.jpg"  alt="Winter Snowflakes Wallpaper - Blue Theme" width="200"/></a>
</div>
<div class="wallpaper-info">
<strong>Winter Snowflakes Wallpaper &#8211; Blue Theme</strong><br />
<strong>Post: </strong><a target="_blank" href="http://www.franto.com/wallpaper-for-you-christmas-wallpapers">Winter Snowflakes &#8211; Blue Theme</a>
</div>
</div>
<p><img src="http://www.franto.com/blog2/wp-content/uploads/franto_com_wallpapers_for_you.jpg"/></p>
<p>We might need to upgrade our web hosting plan and get one of those <a href="http://www.webhostingsearch.com/dedicated-server.php" title="dedicated servers">dedicated servers</a> once this collection of wallpapers grows.</p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/wallpaper-for-you/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
		</item>
	</channel>
</rss>

