<?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>Flash Builder Examples</title>
	<atom:link href="http://www.theflashbuilder.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theflashbuilder.com</link>
	<description>Flash Builder, Flex 4 SDK Examples</description>
	<lastBuildDate>Wed, 24 Feb 2010 19:43:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stream Videoplayer</title>
		<link>http://www.theflashbuilder.com/stream-videoplayer/</link>
		<comments>http://www.theflashbuilder.com/stream-videoplayer/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[livestream]]></category>
		<category><![CDATA[livestream videoplayer]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[videoplayer]]></category>

		<guid isPermaLink="false">http://www.theflashbuilder.com/?p=26</guid>
		<description><![CDATA[Videolarınızı yada kameranızdan aldığınız görüntüleri Flash Media Server ile yayınlayabilirsiniz, fakat bun yayınlama için karşı tarafın bir adrese girerek video oynatıcısını çalıştırmış olması gerekir. Bunun için en basit yolunu sizlere paylaşacağım


&#160;
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application xmlns:d=&#34;http://ns.adobe.com/fxg/2008/dt&#34; 
			   xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; 
			   xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
			   xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;
			   width=&#34;468&#34; height=&#34;344&#34;&#62;
&#160;
	&#60;s:VideoPlayer left=&#34;0&#34; right=&#34;0&#34; top=&#34;0&#34; bottom=&#34;0&#34; id=&#34;vp&#34;&#62;
		&#60;s:StreamingVideoSource live=&#34;true&#34; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Videolarınızı yada kameranızdan aldığınız görüntüleri Flash Media Server ile yayınlayabilirsiniz, fakat bun yayınlama için karşı tarafın bir adrese girerek video oynatıcısını çalıştırmış olması gerekir. Bunun için en basit yolunu sizlere paylaşacağım</p>
<p><span id="more-26"></span></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?</span>xml <span style="color: #004993;">version</span>=<span style="color: #990000;">&quot;1.0&quot;</span> encoding=<span style="color: #990000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>s<span style="color: #000000; font-weight: bold;">:</span>Application xmlns<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">d</span>=<span style="color: #990000;">&quot;http://ns.adobe.com/fxg/2008/dt&quot;</span> 
			   xmlns<span style="color: #000000; font-weight: bold;">:</span>fx=<span style="color: #990000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> 
			   xmlns<span style="color: #000000; font-weight: bold;">:</span>s=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/spark&quot;</span>
			   xmlns<span style="color: #000000; font-weight: bold;">:</span>mx=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/halo&quot;</span>
			   <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;468&quot;</span> <span style="color: #004993;">height</span>=<span style="color: #990000;">&quot;344&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;</span>s<span style="color: #000000; font-weight: bold;">:</span>VideoPlayer <span style="color: #004993;">left</span>=<span style="color: #990000;">&quot;0&quot;</span> <span style="color: #004993;">right</span>=<span style="color: #990000;">&quot;0&quot;</span> <span style="color: #004993;">top</span>=<span style="color: #990000;">&quot;0&quot;</span> <span style="color: #004993;">bottom</span>=<span style="color: #990000;">&quot;0&quot;</span> id=<span style="color: #990000;">&quot;vp&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;</span>s<span style="color: #000000; font-weight: bold;">:</span>StreamingVideoSource live=<span style="color: #990000;">&quot;true&quot;</span> serverURI=<span style="color: #990000;">&quot;rtmp://www.server.com/live/&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
			<span style="color: #000000; font-weight: bold;">&lt;</span>s<span style="color: #000000; font-weight: bold;">:</span>StreamItem streamName=<span style="color: #990000;">&quot;livestream&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;/</span>s<span style="color: #000000; font-weight: bold;">:</span>StreamingVideoSource<span style="color: #000000; font-weight: bold;">&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;/</span>s<span style="color: #000000; font-weight: bold;">:</span>VideoPlayer<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>s<span style="color: #000000; font-weight: bold;">:</span>Application<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p><strong>Demo:</strong><br />
<iframe src="http://www.yihhu.com/Live/index.html" width="750px" height="400px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theflashbuilder.com/stream-videoplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BitmapData’yı Matrix ile Döndürme</title>
		<link>http://www.theflashbuilder.com/bitmapdatayi-matrix-ile-dondurme/</link>
		<comments>http://www.theflashbuilder.com/bitmapdatayi-matrix-ile-dondurme/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:53:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://www.theflashbuilder.com/?p=15</guid>
		<description><![CDATA[Bu yazımdan itibaren AS3 hakkında küçük ipuçları da yazmayaca başlayacağım.Bugun gördüğüm ve sizlerle paylaşmak istediğim bir küçük nokta var. Matrix ile bitmapdatanın hem scale edilişini ve çevirilmesine ilişkin örnek:


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; 
			   xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; 
			   xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34; width=&#34;750&#34; height=&#34;125&#34; initialize=&#34;init()&#34;&#62;
&#160;
	&#60;fx:Script&#62;
		&#60;!&#91;CDATA&#91;
			import flash.geom.Matrix;
&#160;
			private var tmp_bitmapd:BitmapData = new BitmapData&#40;75,50&#41;;
			private var derece:Number = 0;
&#160;
			private function init&#40;&#41;:void&#123;
				this.addEventListener&#40;Event.ENTER_FRAME,dondur&#41;;
				var [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Bu yazımdan itibaren AS3 hakkında küçük ipuçları da yazmayaca başlayacağım.<a href="http://www.psyked.co.uk/actionscript/rotating-bitmapdata.htm">Bugun gördüğüm</a> ve sizlerle paylaşmak istediğim bir küçük nokta var. Matrix ile bitmapdatanın hem scale edilişini ve çevirilmesine ilişkin örnek:</p>
<p><span id="more-15"></span></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>xml <span style="color: #004993;">version</span>=<span style="color: #990000;">&quot;1.0&quot;</span> encoding=<span style="color: #990000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;</span>s<span style="color: #000000; font-weight: bold;">:</span>Application xmlns<span style="color: #000000; font-weight: bold;">:</span>fx=<span style="color: #990000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> 
			   xmlns<span style="color: #000000; font-weight: bold;">:</span>s=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> 
			   xmlns<span style="color: #000000; font-weight: bold;">:</span>mx=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/halo&quot;</span> <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;750&quot;</span> <span style="color: #004993;">height</span>=<span style="color: #990000;">&quot;125&quot;</span> initialize=<span style="color: #990000;">&quot;init()&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;</span>fx<span style="color: #000000; font-weight: bold;">:</span>Script<span style="color: #000000; font-weight: bold;">&gt;</span>
		<span style="color: #000000; font-weight: bold;">&lt;!</span><span style="color: #000000;">&#91;</span>CDATA<span style="color: #000000;">&#91;</span>
			<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.geom</span>.<span style="color: #004993;">Matrix</span>;
&nbsp;
			<span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #6699cc; font-weight: bold;">var</span> tmp_bitmapd<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">BitmapData</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">BitmapData</span><span style="color: #000000;">&#40;</span><span style="color: #000000; font-weight:bold;">75</span>,<span style="color: #000000; font-weight:bold;">50</span><span style="color: #000000;">&#41;</span>;
			<span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #6699cc; font-weight: bold;">var</span> derece<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">Number</span> = <span style="color: #000000; font-weight:bold;">0</span>;
&nbsp;
			<span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #004993;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span>
				<span style="color: #0033ff; font-weight: bold;">this</span>.<span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">Event</span>.<span style="color: #004993;">ENTER_FRAME</span>,dondur<span style="color: #000000;">&#41;</span>;
				<span style="color: #6699cc; font-weight: bold;">var</span> spr<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">Sprite</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">Sprite</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
				spr.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">beginFill</span><span style="color: #000000;">&#40;</span>0xFF0000,<span style="color: #000000; font-weight:bold;">0.8</span><span style="color: #000000;">&#41;</span>;
				spr.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">drawRect</span><span style="color: #000000;">&#40;</span><span style="color: #000000; font-weight:bold;">0</span>,<span style="color: #000000; font-weight:bold;">0</span>,<span style="color: #000000; font-weight:bold;">50</span>,<span style="color: #000000; font-weight:bold;">50</span><span style="color: #000000;">&#41;</span>;
				spr.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">endFill</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
&nbsp;
				tmp_bitmapd.<span style="color: #004993;">draw</span><span style="color: #000000;">&#40;</span>spr<span style="color: #000000;">&#41;</span>;
			<span style="color: #000000;">&#125;</span>
			<span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> dondur<span style="color: #000000;">&#40;</span>evt<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">Event</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span>
				derece<span style="color: #000000; font-weight: bold;">++</span>;
&nbsp;
				<span style="color: #6699cc; font-weight: bold;">var</span> mtrx<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">Matrix</span> = <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">Matrix</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;				
				mtrx.<span style="color: #004993;">translate</span><span style="color: #000000;">&#40;</span> <span style="color: #000000; font-weight: bold;">-</span>tmp_bitmapd.<span style="color: #004993;">width</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight:bold;">2</span>  ,<span style="color: #000000; font-weight: bold;">-</span>tmp_bitmapd.<span style="color: #004993;">width</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight:bold;">2</span><span style="color: #000000;">&#41;</span>;
				mtrx.<span style="color: #004993;">rotate</span><span style="color: #000000;">&#40;</span>derece <span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000;">&#40;</span><span style="color: #004993;">Math</span>.<span style="color: #004993;">PI</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight:bold;">180</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;
				mtrx.<span style="color: #004993;">translate</span><span style="color: #000000;">&#40;</span> tmp_bitmapd.<span style="color: #004993;">width</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight:bold;">2</span>  ,tmp_bitmapd.<span style="color: #004993;">width</span> <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight:bold;">2</span> <span style="color: #000000;">&#41;</span>;
&nbsp;
				imageView.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">clear</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
				imageView.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">beginBitmapFill</span><span style="color: #000000;">&#40;</span>tmp_bitmapd,mtrx,<span style="color: #0033ff; font-weight: bold;">false</span><span style="color: #000000;">&#41;</span>;
				imageView.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">drawRect</span><span style="color: #000000;">&#40;</span><span style="color: #000000; font-weight:bold;">0</span>, <span style="color: #000000; font-weight:bold;">0</span>, imageView.<span style="color: #004993;">width</span>, imageView.<span style="color: #004993;">height</span><span style="color: #000000;">&#41;</span>;
				imageView.<span style="color: #004993;">graphics</span>.<span style="color: #004993;">endFill</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;
			<span style="color: #000000;">&#125;</span>
		<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#93;</span><span style="color: #000000; font-weight: bold;">&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;/</span>fx<span style="color: #000000; font-weight: bold;">:</span>Script<span style="color: #000000; font-weight: bold;">&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;</span>mx<span style="color: #000000; font-weight: bold;">:</span>Image id=<span style="color: #990000;">&quot;imageView&quot;</span> <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;75&quot;</span> <span style="color: #004993;">height</span>=<span style="color: #990000;">&quot;50&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span>
&nbsp;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;/</span>s<span style="color: #000000; font-weight: bold;">:</span>Application<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p><strong>Demo:</strong><br />
<iframe src="http://www.theflashbuilder.com/flashs/dondurme/blog_denemeleri.html" width="750px" height="125px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theflashbuilder.com/bitmapdatayi-matrix-ile-dondurme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merhaba Action Script!</title>
		<link>http://www.theflashbuilder.com/merhaba-as3/</link>
		<comments>http://www.theflashbuilder.com/merhaba-as3/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 22:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>

		<guid isPermaLink="false">http://www.theflashbuilder.com/?p=1</guid>
		<description><![CDATA[Flash Builder ( Flex 4 ) örnekleri ve ipuçları örneklerini elimden geldiğimce sizlerle paylaşacağım.


&#160;

Demo :
]]></description>
			<content:encoded><![CDATA[<p></p><p>Flash Builder ( Flex 4 ) örnekleri ve ipuçları örneklerini elimden geldiğimce sizlerle paylaşacağım.</p>
<p><span id="more-1"></span></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">&nbsp;</pre></div></div>

<p><strong>Demo :</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theflashbuilder.com/merhaba-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
