<?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>flex 3 &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/flex-3/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Flex 3 NetStream video rotation</title>
		<link>/2009/12/01/flex-3-netstream-video-rotation/</link>
		<comments>/2009/12/01/flex-3-netstream-video-rotation/#respond</comments>
		<pubDate>Tue, 01 Dec 2009 08:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[NetStream]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">/?p=820</guid>
		<description><![CDATA[Why should I rotate a video stream? Well if you&#8217;d like to make some video upload application, let&#8217;s assume someone makes a video with it&#8217;s phone. The case with a video camera is not the same, almost every camera adjusts it&#8217;s rotation correctly, but when it comes to your mobile not always the video contains &#8230; <a href="/2009/12/01/flex-3-netstream-video-rotation/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3 NetStream video rotation</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2010/05/21/check-youtube-video-existence-with-zend_gdata_youtube/" rel="bookmark" title="Check YouTube Video Existence with Zend_Gdata_YouTube">Check YouTube Video Existence with Zend_Gdata_YouTube </a></li>
<li><a href="/2010/02/26/html5-video-support-detecting-playing-and-progressive-enhancement/" rel="bookmark" title="HTML5 video support. Detecting, playing and progressive enhancement!">HTML5 video support. Detecting, playing and progressive enhancement! </a></li>
<li><a href="/2011/01/27/few-thoughts-on-web-video/" rel="bookmark" title="Few Thoughts on Web Video">Few Thoughts on Web Video </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Why should I rotate a video stream?</h2>
<p>Well if you&#8217;d like to make some video upload application, let&#8217;s assume someone makes a video with it&#8217;s phone. The case with a video camera is not the same, almost every camera adjusts it&#8217;s rotation correctly, but when it comes to your mobile not always the video contains information about the rotation.</p>
<p>The problem is when the user uploads a rotated video, how I&#8217;d rotate it back on the correct position when playing it with a simple FLV player.</p>
<h2>The answer is so simple!</h2>
<p>You can just use this simple chunk of code:</p>
<blockquote>
<pre>...
_video = <span>new</span> Video();
_video.rotation = 90;
...</pre>
</blockquote>
<p>and thus you can rotate the video with several degrees.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2010/05/21/check-youtube-video-existence-with-zend_gdata_youtube/" rel="bookmark" title="Check YouTube Video Existence with Zend_Gdata_YouTube">Check YouTube Video Existence with Zend_Gdata_YouTube </a></li>
<li><a href="/2010/02/26/html5-video-support-detecting-playing-and-progressive-enhancement/" rel="bookmark" title="HTML5 video support. Detecting, playing and progressive enhancement!">HTML5 video support. Detecting, playing and progressive enhancement! </a></li>
<li><a href="/2011/01/27/few-thoughts-on-web-video/" rel="bookmark" title="Few Thoughts on Web Video">Few Thoughts on Web Video </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/12/01/flex-3-netstream-video-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and tricks in ExternalInterface communication!</title>
		<link>/2009/10/28/tips-and-tricks-in-externalinterface-communication/</link>
		<comments>/2009/10/28/tips-and-tricks-in-externalinterface-communication/#respond</comments>
		<pubDate>Wed, 28 Oct 2009 18:31:06 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">/?p=778</guid>
		<description><![CDATA[ActionScript and the rest of the world In the past, when ActionScript v2 was widely used, the most common way to interact with the other parts of the web application, whether a page refresh, redirect or JavaScript method call was the as2 method getURL. With the simple getURL(&#8216;javascript:someJSMethod&#8230;&#8217;) the flash movie called the JS function &#8230; <a href="/2009/10/28/tips-and-tricks-in-externalinterface-communication/" class="more-link">Continue reading <span class="screen-reader-text">Tips and tricks in ExternalInterface communication!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/09/ie-externalinterface-communication-problem/" rel="bookmark" title="IE &#038; ExternalInterface communication problem">IE &#038; ExternalInterface communication problem </a></li>
<li><a href="/2009/10/29/passing-objects-with-externalinterface-from-js-to-flex/" rel="bookmark" title="Passing objects with ExternalInterface from JS to Flex">Passing objects with ExternalInterface from JS to Flex </a></li>
<li><a href="/2009/03/07/flex-javascript-communication/" rel="bookmark" title="Flex Javascript communication">Flex Javascript communication </a></li>
<li><a href="/2009/07/08/externalinterface-from-javascript-to-ie-firefox/" rel="bookmark" title="ExternalInterface from JavaScript to IE/Firefox">ExternalInterface from JavaScript to IE/Firefox </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>ActionScript and the rest of the world</h2>
<p>In the past, when ActionScript v2 was widely used, the most common way to interact with the other parts of the web application, whether a page refresh, redirect or JavaScript method call was the as2 method getURL. With the simple <strong>getURL(&#8216;javascript:someJSMethod&#8230;&#8217;)</strong> the flash movie called the JS function and everything was OK.</p>
<p>Now in ActionScript v3 where everything looks and it is different, everything about communication between JS and Flash/Flex is done by <strong>ExternalInterface</strong>. The communication can be done in both directions. From JS to Flash and vice versa.</p>
<h2>The ExternalInterface.call</h2>
<p>There are two simple methods implemented by ExternalInteface. The first one is <strong>addCallback</strong> and the second one is <strong>call</strong>. Here I&#8217;m going to write a little more about the second one.</p>
<p>The most common usage is:</p>
<blockquote>
<pre>ExternalInterface.call('jsMethod');</pre>
</blockquote>
<p>where jsMethod is, as you can guess, a JavaScript method. Something like:</p>
<p><strong><em>test.js</em></strong></p>
<blockquote>
<pre>function jsMethod() { alert('test') };</pre>
</blockquote>
<p>A bit different, but yet again simple, is the call to a js function with parameters:</p>
<blockquote>
<pre>ExternalInterface.call('jsMethod', param1, param2);</pre>
</blockquote>
<p>where the javascript function can be:</p>
<blockquote>
<pre>function jsMethod(param1, param2) { alert(param1) };</pre>
</blockquote>
<p>But what I was writing about is really tricky. What if the jsMethod returns a value? Than in the .js file you&#8217;ve the following method:</p>
<blockquote>
<pre>function jsMethod() { return 'foo bar' };</pre>
</blockquote>
<p>and when you try this:</p>
<blockquote>
<pre>var str:String = ExternalInterface.call('jsMethod');
Alert.show(str);</pre>
</blockquote>
<p>you get the alert box with the string &#8216;foo bar&#8217;.</p>
<h2>Where to use it?</h2>
<p>Well this is really useful, because you get the response within the call method, only with the .call instead with .call and than .addCallback. The problem of course appears when you try to use it with AJAX call. Than even if the function returns in the success method of the AJAX call the flash doesn&#8217;t get the response.</p>
<p>Than you simply implement the communication with both .call and .addCallback!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/09/ie-externalinterface-communication-problem/" rel="bookmark" title="IE &#038; ExternalInterface communication problem">IE &#038; ExternalInterface communication problem </a></li>
<li><a href="/2009/10/29/passing-objects-with-externalinterface-from-js-to-flex/" rel="bookmark" title="Passing objects with ExternalInterface from JS to Flex">Passing objects with ExternalInterface from JS to Flex </a></li>
<li><a href="/2009/03/07/flex-javascript-communication/" rel="bookmark" title="Flex Javascript communication">Flex Javascript communication </a></li>
<li><a href="/2009/07/08/externalinterface-from-javascript-to-ie-firefox/" rel="bookmark" title="ExternalInterface from JavaScript to IE/Firefox">ExternalInterface from JavaScript to IE/Firefox </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/10/28/tips-and-tricks-in-externalinterface-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 DateChooser UTC issue</title>
		<link>/2009/05/20/flex-3-datechooser-utc-issue/</link>
		<comments>/2009/05/20/flex-3-datechooser-utc-issue/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:11:21 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[datechooser]]></category>
		<category><![CDATA[getTime]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[unix timestamp]]></category>
		<category><![CDATA[UTC]]></category>

		<guid isPermaLink="false">/?p=572</guid>
		<description><![CDATA[What I intend to do The task can be described as it is. There&#8217;s a Flex 3 DateChooser component integrated with a custom timeline component. The problem occurs when exporting the data from the flash to the browser. Than I write the unix timestamp to the url of the browser. Of course I&#8217;m using date.getTime() &#8230; <a href="/2009/05/20/flex-3-datechooser-utc-issue/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3 DateChooser UTC issue</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>What I intend to do</h2>
<p style="text-align: left;">The task can be described as it is. There&#8217;s a Flex 3 DateChooser component integrated with a custom timeline component. The problem occurs when exporting the data from the flash to the browser. Than I write the unix timestamp to the url of the browser. Of course I&#8217;m using date.getTime() in Flex.</p>
<p style="text-align: center;"><a href="/wp-content/uploads/2009/05/datechooser-issue.png"><img class="aligncenter size-medium wp-image-573" title="datechooser-issue" src="/wp-content/uploads/2009/05/datechooser-issue-300x120.png" alt="" width="430" srcset="/wp-content/uploads/2009/05/datechooser-issue-300x120.png 300w, /wp-content/uploads/2009/05/datechooser-issue.png 647w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2>getTime()</h2>
<p>Applying getTime() to any object of type Date in Flex results in a unix timestamp with included milliseconds. Of course the server side technology which in our case is PHP should devide by 1000 to remove the milliseconds. <span id="more-572"></span></p>
<h2>The problem</h2>
<p>The database and the server side script language use a UTC dates. The problem is the Flash functions getFullYear, getMonth, etc. don&#8217;t deal with UTC. Of course you can switch to getUTCFullYear, getUTCMonth, etc. but than comes the real problem.</p>
<h2>The DateChooser &#8230;</h2>
<p>When you&#8217;re using dates in Flex with no UTC in mind everything&#8217;s OK. You have the DateChooser component. Clicking on the 16th of May 2009 results in</p>
<blockquote><p>Alert.show(date.toString());</p></blockquote>
<p>which prints 16th of May 2009, which appears to be OK. Yes but the date.getTime() is still using the non-UTC time. If you&#8217;re using UTC, and suddenly print that kind of a message:</p>
<blockquote><p>Alert.show(date.toUTCString());</p></blockquote>
<p>Then for 16th of May 2009 you receive 15th of May 2009. Which is really bad.</p>
<h2>No workaround</h2>
<p>Unfortunately I didn&#8217;t find any workaround till now. I hope I&#8217;ll soon.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/05/20/flex-3-datechooser-utc-issue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex 3: compare two dates</title>
		<link>/2009/05/12/flex-3-compare-two-dates/</link>
		<comments>/2009/05/12/flex-3-compare-two-dates/#comments</comments>
		<pubDate>Tue, 12 May 2009 12:22:47 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[setTime]]></category>

		<guid isPermaLink="false">/?p=556</guid>
		<description><![CDATA[Theory of Operation You&#8217;re using Flex 3 and want to compare two dates. The format of the dates is string something like &#8220;2009 May 05&#8221;. The question is &#8230; What&#8217;s the best way to compare them Well if you&#8217;ve the dates as strings and you can easily conver them to something like unix timestamps. If &#8230; <a href="/2009/05/12/flex-3-compare-two-dates/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3: compare two dates</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/05/12/zend_date-with-dates-before-1901/" rel="bookmark" title="Zend_Date with dates before 1901">Zend_Date with dates before 1901 </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Theory of Operation</h2>
<p>You&#8217;re using Flex 3 and want to compare two dates. The format of the dates is string something like &#8220;2009 May 05&#8221;. The question is &#8230;</p>
<h2>What&#8217;s the best way to compare them</h2>
<p>Well if you&#8217;ve the dates as strings and you can easily conver them to something like unix timestamps. If they are a Date object you can try lik so:<span id="more-556"></span></p>
<blockquote><p>date1 = new Date(&#8216;2009&#8217;);</p>
<p>date2 = new Date(&#8216;1990&#8217;);</p>
<p>if (date1.setTime() &lt; date2.setTime())</p></blockquote>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/05/12/zend_date-with-dates-before-1901/" rel="bookmark" title="Zend_Date with dates before 1901">Zend_Date with dates before 1901 </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/05/12/flex-3-compare-two-dates/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Flex 3 HSlider thumb gap issue</title>
		<link>/2009/04/25/flex-3-hslider-thumb-gap-issue/</link>
		<comments>/2009/04/25/flex-3-hslider-thumb-gap-issue/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:19:33 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[hslider]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[thumbs]]></category>

		<guid isPermaLink="false">/?p=547</guid>
		<description><![CDATA[Flex 3 HSlider thumb gap issue<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<li><a href="/2009/04/14/you-should-not-insert-an-tag-in-another-tag-ie-breaks/" rel="bookmark" title="You should not insert an &#8220;a&#8221; tag in another &#8220;a&#8221; tag! &#8230;">You should not insert an &#8220;a&#8221; tag in another &#8220;a&#8221; tag! &#8230; </a></li>
<li><a href="/2009/12/01/flex-3-netstream-video-rotation/" rel="bookmark" title="Flex 3 NetStream video rotation">Flex 3 NetStream video rotation </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Introduction to the problem</h2>
<p>When the HSlider is set up with two or more thumbs there&#8217;s a gap between them always. The problem is that you may want to put them on one single value of the slider, but it&#8217;s not possible.</p>
<h2>First: hide your thumbs</h2>
<p>The quick solution is to make custom skin for the thumbs, setup the height and width of the thumb to be 1px and make a transparent background image for skinning them. That of course does not solve the problem. There&#8217;s still gap of 1 value between the thumbs, and still you cannot select one single value with both of them.<span id="more-547"></span></p>
<h2>Make your own thumbs</h2>
<p>It&#8217;s difficult to make the calculation and positioning of course. With that approach you&#8217;ve to be careful with the math to adjust properly the new thumbs. They can be some kind of Flex built in component. As the button control is or whatever.</p>
<h2>Hope for workaround</h2>
<p>As it appears there&#8217;s a reported bug for this issue. And I hope soon there will be a workaround or even better there&#8217;s going to be new version. Something I don&#8217;t like in commercial software.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/02/08/flash-player-with-debugger-issue/" rel="bookmark" title="flash player with debugger issue">flash player with debugger issue </a></li>
<li><a href="/2009/04/14/you-should-not-insert-an-tag-in-another-tag-ie-breaks/" rel="bookmark" title="You should not insert an &#8220;a&#8221; tag in another &#8220;a&#8221; tag! &#8230;">You should not insert an &#8220;a&#8221; tag in another &#8220;a&#8221; tag! &#8230; </a></li>
<li><a href="/2009/12/01/flex-3-netstream-video-rotation/" rel="bookmark" title="Flex 3 NetStream video rotation">Flex 3 NetStream video rotation </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/04/25/flex-3-hslider-thumb-gap-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex 3 Custom Timeline Component</title>
		<link>/2009/03/31/flex-3-custom-timeline-component/</link>
		<comments>/2009/03/31/flex-3-custom-timeline-component/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:57:22 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">/?p=450</guid>
		<description><![CDATA[Flex 3 custom timeline component<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve actually made a custom timeline component wich I&#8217;ll post recently.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2009/03/01/flex-3-custom-datechooser-2/" rel="bookmark" title="Flex 3 Custom DateChooser">Flex 3 Custom DateChooser </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/31/flex-3-custom-timeline-component/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flex 3 text editor</title>
		<link>/2009/03/18/flex-3-text-editor/</link>
		<comments>/2009/03/18/flex-3-text-editor/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 05:49:21 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">/?p=397</guid>
		<description><![CDATA[Short tutorial how to make text editor with Flex.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
<li><a href="/2009/03/05/flex-3-combobox-disabled-options/" rel="bookmark" title="Flex 3 ComboBox disabled options">Flex 3 ComboBox disabled options </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/09/flex-javascript-communcation-example/" rel="bookmark" title="Flex Javascript communcation example">Flex Javascript communcation example </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><embed src="http://tv.adobe.com/Embed.swf" quality="high" bgcolor="#000000" width="467" height="300" name="AdobeTVPlayer" play="true" loop="false" quality="high" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" flashVars="v=~b64~aHR0cDovL2Fkb2JlLmVkZ2Vib3NzLm5ldC9mbGFzaC9hZG9iZS9hZG9iZXR2Mi9hZGNfcHJlc2VudHMvNjRfYWRjXzA5Mi5mbHY/cnNzX2ZlZWRpZD0xNDcyJnhtbHZlcnM9Mg==&#038;w=467&#038;t=http://tv.adobe.com/#vi+f1472v1055&#038;h=300"></embed></p>
<p>Here&#8217;s a nice short tutorial how to make simple text editor using Flex. Actually it&#8217;s interesting how simple is to make such a dynamic component.</p>
<p>I hope you&#8217;ll enjoy.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/04/25/flex-3-hslider-thumb-gap-issue/" rel="bookmark" title="Flex 3 HSlider thumb gap issue">Flex 3 HSlider thumb gap issue </a></li>
<li><a href="/2009/03/05/flex-3-combobox-disabled-options/" rel="bookmark" title="Flex 3 ComboBox disabled options">Flex 3 ComboBox disabled options </a></li>
<li><a href="/2009/05/20/flex-3-datechooser-utc-issue/" rel="bookmark" title="Flex 3 DateChooser UTC issue">Flex 3 DateChooser UTC issue </a></li>
<li><a href="/2009/03/09/flex-javascript-communcation-example/" rel="bookmark" title="Flex Javascript communcation example">Flex Javascript communcation example </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/18/flex-3-text-editor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Download Flex 3 bitmap with round corners</title>
		<link>/2009/03/15/download-flex-3-bitmap-with-round-corners/</link>
		<comments>/2009/03/15/download-flex-3-bitmap-with-round-corners/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:25:13 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[round corners]]></category>

		<guid isPermaLink="false">/?p=381</guid>
		<description><![CDATA[Download a flex 3 application with two bitmaps with rounded corners.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/15/flex-3-bitmap-with-round-corners/" rel="bookmark" title="Flex 3 bitmap with round corners">Flex 3 bitmap with round corners </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Related to the <a title="Flex 3 bitmap round corners" href="/2009/03/15/flex-3-bitmap-with-round-corners/" target="_self">post</a> with bitmaps with round corners, here&#8217;s the source code.</p>
<p><a title="Flex 3 bitmap with round corners" href="/wp-content/uploads/2009/03/rcornersmxml.zip" target="_blank">Download here</a>.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/15/flex-3-bitmap-with-round-corners/" rel="bookmark" title="Flex 3 bitmap with round corners">Flex 3 bitmap with round corners </a></li>
<li><a href="/2009/03/01/download-custom-flex-3-datechooser-2/" rel="bookmark" title="Download Custom Flex 3 DateChooser">Download Custom Flex 3 DateChooser </a></li>
<li><a href="/2009/03/04/flex-3-custom-preloader-download/" rel="bookmark" title="Flex 3 Custom Preloader Download">Flex 3 Custom Preloader Download </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/15/download-flex-3-bitmap-with-round-corners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex 3 bitmap with round corners</title>
		<link>/2009/03/15/flex-3-bitmap-with-round-corners/</link>
		<comments>/2009/03/15/flex-3-bitmap-with-round-corners/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 14:20:08 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[round corners]]></category>

		<guid isPermaLink="false">/?p=377</guid>
		<description><![CDATA[How to setup round corners on a Bitmap into Flex 3.s<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
<li><a href="/2010/02/17/htc-round-the-corners-on-ie/" rel="bookmark" title="HTC?! Round the corners on IE!">HTC?! Round the corners on IE! </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2010/02/15/cross-browser-rounded-corners-works-on-ie-but-but-not-on-opera/" rel="bookmark" title="Cross-browser rounded corners! Works on IE but, but not on Opera!">Cross-browser rounded corners! Works on IE but, but not on Opera! </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It is a common question, can it be used a bitmap into Flex with round corners.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="map" /><param name="bgcolor" value="#ffffff" /><param name="align" value="middle" /><param name="src" value="/wp-content/uploads/2009/03/rcorners.swf" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="300" height="100" src="/wp-content/uploads/2009/03/rcorners.swf" wmode="transparent" align="middle" bgcolor="#ffffff" name="map"></embed></object></p>
<p>Actually the answer is yes, but the formal answer is &#8220;No&#8221;. Directly imported into the application the bitmap cannot be rounded. The solution is to cast it to bitmap. You can download the source code <a title="Download flex 3 Bitmap with round corners" href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" target="_self">here</a>.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/15/download-flex-3-bitmap-with-round-corners/" rel="bookmark" title="Download Flex 3 bitmap with round corners">Download Flex 3 bitmap with round corners </a></li>
<li><a href="/2010/02/17/htc-round-the-corners-on-ie/" rel="bookmark" title="HTC?! Round the corners on IE!">HTC?! Round the corners on IE! </a></li>
<li><a href="/2009/02/06/flex-3-custom-preloader/" rel="bookmark" title="Flex 3 Custom Preloader">Flex 3 Custom Preloader </a></li>
<li><a href="/2010/02/15/cross-browser-rounded-corners-works-on-ie-but-but-not-on-opera/" rel="bookmark" title="Cross-browser rounded corners! Works on IE but, but not on Opera!">Cross-browser rounded corners! Works on IE but, but not on Opera! </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/15/flex-3-bitmap-with-round-corners/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex 3 mousewheel under Mac</title>
		<link>/2009/03/12/flex-3-mousewheel-under-mac/</link>
		<comments>/2009/03/12/flex-3-mousewheel-under-mac/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 06:34:58 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mousewheel]]></category>

		<guid isPermaLink="false">/?p=357</guid>
		<description><![CDATA[Why mousewheel don't work on Mac and Flex, and how to make it work ...<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/09/flex-javascript-communcation-example/" rel="bookmark" title="Flex Javascript communcation example">Flex Javascript communcation example </a></li>
<li><a href="/2009/03/05/flex-3-import-swf-symbols/" rel="bookmark" title="Flex 3 import swf symbols">Flex 3 import swf symbols </a></li>
<li><a href="/2009/07/01/javascript-disable-mouse-wheel/" rel="bookmark" title="JavaScript disable mouse wheel">JavaScript disable mouse wheel </a></li>
<li><a href="/2010/02/23/xampp-and-virtual-hosts-on-mac/" rel="bookmark" title="XAMPP and virtual hosts on Mac">XAMPP and virtual hosts on Mac </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>As it appears there&#8217;s a problem to implement the mousewheel over a Flex application under Mac. There is a solution, unfortunately through JavaScript, but however it works.</p>
<p>See how on <a href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/" target="_blank">http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x/</a></p>
<p>The problem is that the mousewheel event listener is registered by the JavaScript and sometimes is still working after mouseout from the flash movie.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/09/flex-javascript-communcation-example/" rel="bookmark" title="Flex Javascript communcation example">Flex Javascript communcation example </a></li>
<li><a href="/2009/03/05/flex-3-import-swf-symbols/" rel="bookmark" title="Flex 3 import swf symbols">Flex 3 import swf symbols </a></li>
<li><a href="/2009/07/01/javascript-disable-mouse-wheel/" rel="bookmark" title="JavaScript disable mouse wheel">JavaScript disable mouse wheel </a></li>
<li><a href="/2010/02/23/xampp-and-virtual-hosts-on-mac/" rel="bookmark" title="XAMPP and virtual hosts on Mac">XAMPP and virtual hosts on Mac </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/03/12/flex-3-mousewheel-under-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
