<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>alp tuğan</title>
	
	<link>http://blog.alptugan.com</link>
	<description>interaction, sound &amp; design</description>
	<lastBuildDate>Sun, 27 Nov 2011 18:22:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Alptugan" /><feedburner:info uri="alptugan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>openframeworks – Xcode 4 on os x lion</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/8ZaK71RZ474/</link>
		<comments>http://blog.alptugan.com/2011/11/27/openframeworks-addons-editing-header-files-with-xcode-4-on-os-x-lion/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 18:14:36 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[openframeworks - cinder - c++]]></category>
		<category><![CDATA[Solution Center]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[os x lion]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=469</guid>
		<description><![CDATA[I&#8217;m sure there lots of programmers around who don&#8217;t know about anything c++, xcode and openframeworks technologies&#8230;So, sometimes we loose tons of time in order to get over very small issues like defining folder paths, potting files into correct place, or doing some operations in correct sequence, etc&#8230; And the funny part is, most of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure there lots of programmers around who don&#8217;t know about anything c++, xcode and openframeworks technologies&#8230;So, sometimes we loose tons of time in order to get over very small issues like defining folder paths, potting files into correct place, or doing some operations in correct sequence, etc&#8230; And the funny part is, most of the time you can&#8217;t find any sources on the web in such situations. Don&#8217;t know why. May be it&#8217;s just related with me <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First of all I need to tell my exact system running on my computer, so you check everything and be sure what&#8217;s going wrong..</p>
<p>1- donwload the 007 version release of openframeworks</p>
<p>2- my OS is OS X LION</p>
<p>3- Xcode 4</p>
<p>Installing Xcode4 is the most easy part as you expect&#8230; There is nothing tricky parts. After installation, place the &#8220;of_preRelease_v007_osx&#8221; folder anywhere in your hard drive. Xcode 4 is different then previous Xcode versions in terms of GUI. Don&#8217;t know it&#8217;s good or bad, but after some days I get used to new GUI. I think, it&#8217;s really comfortable to manage things easly&#8230;</p>
<p><strong>Anyways, to copile and openframeworks examples;</strong></p>
<p>1- Navigate to of_preRelease_v007_osx-&gt; apps -&gt; examples</p>
<p>2- Select one of the example project that you desire and double click to *.xcodeproj file</p>
<p>3- Here is the tricky part <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   &#8221;of_preRelease_v007_osx&#8221;  was released before Xcode4 so it doesn&#8217;t know anything about the osx 10.7 SDK. Firstly, you need to change BASE SDK for the project. To do that click onto project file and set BASE SDK to MAC OS X 10.6 as follows;</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-27-at-7.50.34-PM.png"><img class="alignleft size-medium wp-image-470" title="Screen Shot 2011-11-27 at 7.50.34 PM" src="http://blog.alptugan.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-27-at-7.50.34-PM-300x208.png" alt="" width="300" height="208" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-27-at-7.50.45-PM.png"><img class="alignleft size-medium wp-image-471" style="border-style: initial; border-color: initial;" title="Screen Shot 2011-11-27 at 7.50.45 PM" src="http://blog.alptugan.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-27-at-7.50.45-PM-300x208.png" alt="" width="300" height="208" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>4- Hit the Run button to compile and debug the project</p>
<p>In the next tip I&#8217;ll explain how to create a new project from scratch..and add addons folders libraries to the header files&#8230;</p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/8ZaK71RZ474" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/11/27/openframeworks-addons-editing-header-files-with-xcode-4-on-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/11/27/openframeworks-addons-editing-header-files-with-xcode-4-on-os-x-lion/</feedburner:origLink></item>
		<item>
		<title>Show Full Path of the Folder in Finder (mac os x 10.5+)</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/hsBg4mu05eI/</link>
		<comments>http://blog.alptugan.com/2011/10/05/show-full-path-of-the-folder-in-finder-mac-os-x-10-5/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 15:15:58 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[OS X Tips & Hacks]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=459</guid>
		<description><![CDATA[
&#160;
&#160;
&#160;
It&#8217;s possible to see folder path in Finder with the help of one line of code in terminal. To enable folder path view, copy and paste the as follows;
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
And to make it work instantly, you should restart or refresh Finder as it follows from Terminal window again;
killall Finder
To revert it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-05-at-6.06.51-PM.png"><img class="alignleft size-medium wp-image-460" title="Screen shot 2011-10-05 at 6.06.51 PM" src="http://blog.alptugan.com/wp-content/uploads/2011/10/Screen-shot-2011-10-05-at-6.06.51-PM-300x88.png" alt="" width="300" height="88" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
It&#8217;s possible to see folder path in Finder with the help of one line of code in terminal. To enable folder path view, copy and paste the as follows;</p>
<pre class="brush:cpp">defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES</pre>
<p>And to make it work instantly, you should restart or refresh Finder as it follows from Terminal window again;</p>
<pre class="brush:cpp">killall Finder</pre>
<p>To revert it back, just type the same codes and change boolean type <code>YES</code> to <code>NO</code></p>
<pre class="brush:cpp">defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder</pre>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/hsBg4mu05eI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/10/05/show-full-path-of-the-folder-in-finder-mac-os-x-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/10/05/show-full-path-of-the-folder-in-finder-mac-os-x-10-5/</feedburner:origLink></item>
		<item>
		<title>Font Embed Bug on Flash Builder 4.5</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/1p3LnMpCq9Y/</link>
		<comments>http://blog.alptugan.com/2011/09/27/font-embed-bug-on-flash-builder-4-5/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 08:44:59 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Solution Center]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash builder 4.5]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[font embed]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=453</guid>
		<description><![CDATA[Embedding fonts in Flash Builder is so easy as follows. However, in some cases that I have no idea, Flash Builder changes the fonts in your application. To fix that, just goto topbar Project->Clean&#8230;Then Flash Builder refreshes your project and everything is gonna be fine   This is just a reminder for myself. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Embedding fonts in Flash Builder is so easy as follows. However, in some cases that I have no idea, Flash Builder changes the fonts in your application. To fix that, just goto topbar Project->Clean&#8230;Then Flash Builder refreshes your project and everything is gonna be fine <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This is just a reminder for myself. I&#8217;m sure, I&#8217;ll forget the fix for this issue when I exprience it again.</p>
<pre class="brush:as3">[Embed(source="com/alptugan/assets/font/HelveticaNeueLTPro-Roman.otf", embedAsCFF="false", fontName="roman", mimeType="application/x-font")]
public var Roman:Class;

[Embed(source="com/alptugan/assets/font/HelveticaNeueLTPro-Bd.otf", embedAsCFF="false", fontName="helvetica-bold", mimeType="application/x-font")]
public var Bold:Class;

[Embed(source="com/alptugan/assets/font/HelveticaNeueLTPro-ThCn.otf", embedAsCFF="false", fontName="helvetica-thin", mimeType="application/x-font")]
public var Thin:Class;</pre>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/1p3LnMpCq9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/09/27/font-embed-bug-on-flash-builder-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/09/27/font-embed-bug-on-flash-builder-4-5/</feedburner:origLink></item>
		<item>
		<title>A nice article about Josef Müller and The Swiss School</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/hvIxuS467wk/</link>
		<comments>http://blog.alptugan.com/2011/09/25/a-nice-article-about-josef-muller-and-the-swiss-school/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 16:03:51 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[writings]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[josef müller]]></category>
		<category><![CDATA[swiss school]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=450</guid>
		<description><![CDATA[check it out from noupe.com
]]></description>
			<content:encoded><![CDATA[<p>check it out from <a title="noupe.com" href="http://www.noupe.com/design/josef-muller-brockmann-principal-of-the-swiss-school.html" onclick="pageTracker._trackPageview('/outgoing/www.noupe.com/design/josef-muller-brockmann-principal-of-the-swiss-school.html?referer=');">noupe.com</a></p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/hvIxuS467wk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/09/25/a-nice-article-about-josef-muller-and-the-swiss-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/09/25/a-nice-article-about-josef-muller-and-the-swiss-school/</feedburner:origLink></item>
		<item>
		<title>Soundmaps – Uoon I</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/HA-7zMOd3I8/</link>
		<comments>http://blog.alptugan.com/2011/09/04/soundmaps-uoon-i/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 17:26:33 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[processing]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[visuals]]></category>
		<category><![CDATA[alp tugan]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=446</guid>
		<description><![CDATA[Soundmaps will be series of generative visuals of my favourite sound pieces. Here&#8217;s the first one &#8220;Uoon I&#8221; from Alva Noto &#38; Ryuichi Sakamoto&#8217;s Vrioon album. Visuals are generated with Processing and Minim audio library.

]]></description>
			<content:encoded><![CDATA[<p>Soundmaps will be series of generative visuals of my favourite sound pieces. Here&#8217;s the first one &#8220;<a href="http://www.youtube.com/watch?v=dcxH6uB0STg&amp;feature=results_video&amp;playnext=1&amp;list=PL442FFDB3A88BDAAB" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.youtube.com/watch?v=dcxH6uB0STg_amp_feature=results_video_amp_playnext=1_amp_list=PL442FFDB3A88BDAAB&amp;referer=');">Uoon I</a>&#8221; from Alva Noto &amp; Ryuichi Sakamoto&#8217;s Vrioon album. Visuals are generated with <a href="http://processing.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/processing.org?referer=');">Processing</a> and Minim audio library.</br><br />
<img title="uoon I" src="http://fc02.deviantart.net/fs70/i/2011/247/c/2/soundmaps___uoon_i_by_three_fish-d48u0pd.jpg" alt="" width="470" height="470" /></p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/HA-7zMOd3I8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/09/04/soundmaps-uoon-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/09/04/soundmaps-uoon-i/</feedburner:origLink></item>
		<item>
		<title>Quick Tip: Is DiplayObject added to stage or not?</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/r9oALny1_pg/</link>
		<comments>http://blog.alptugan.com/2011/08/10/quick-tip-is-diplayobject-added-to-stage-or-not/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 16:50:29 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Solution Center]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[contains method]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=443</guid>
		<description><![CDATA[Today I&#8217;ve been coding with as3 and need to know about a DisplayObject is added to stage or not. Here is a simple way to know that;
myMC = new MovieClip();

trace(this.contains(myMC));
//output: false

addChild(myMC);

trace(this.contains(myMC));
//output: true
]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve been coding with as3 and need to know about a DisplayObject is added to stage or not. Here is a simple way to know that;</p>
<pre class="brush:as3">myMC = new MovieClip();

trace(this.contains(myMC));
//output: false

addChild(myMC);

trace(this.contains(myMC));
//output: true</pre>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/r9oALny1_pg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/08/10/quick-tip-is-diplayobject-added-to-stage-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/08/10/quick-tip-is-diplayobject-added-to-stage-or-not/</feedburner:origLink></item>
		<item>
		<title>Quick Tip: Download Files Via SWFs Using FileReference</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/nprgsgdWMgQ/</link>
		<comments>http://blog.alptugan.com/2011/07/17/quick-tip-download-files-via-swfs-using-filereference/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 09:48:02 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Solution Center]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=439</guid>
		<description><![CDATA[I&#8217;ve been thinking about writing tutorials at Activetuts+. New tutorials will be coming soon. You can check the fist tutorial that I wrote from here.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about writing tutorials at <a href="http://active.tutsplus.com/" onclick="pageTracker._trackPageview('/outgoing/active.tutsplus.com/?referer=');">Activetuts+</a>. New tutorials will be coming soon. You can check the fist tutorial that I wrote from <a href="http://active.tutsplus.com/tutorials/actionscript/quick-tip-download-files-through-swfs-using-filereference/" onclick="pageTracker._trackPageview('/outgoing/active.tutsplus.com/tutorials/actionscript/quick-tip-download-files-through-swfs-using-filereference/?referer=');">here</a>.<a href="http://blog.alptugan.com/wp-content/uploads/2011/07/preview-cover.jpg"><img class="alignleft size-full wp-image-440" title="preview-cover" src="http://blog.alptugan.com/wp-content/uploads/2011/07/preview-cover.jpg" alt="" width="200" height="200" /></a></p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/nprgsgdWMgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/07/17/quick-tip-download-files-via-swfs-using-filereference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/07/17/quick-tip-download-files-via-swfs-using-filereference/</feedburner:origLink></item>
		<item>
		<title>Flash Builder – Debug Player Connection Timeout / Wrong Player</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/MgXDgUHmDqE/</link>
		<comments>http://blog.alptugan.com/2011/07/14/flash-builder-debug-player-connection-timeout-wrong-player/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 23:48:15 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Solution Center]]></category>
		<category><![CDATA[11.1]]></category>
		<category><![CDATA[cannot locate]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wrong player]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=430</guid>
		<description><![CDATA[It&#8217;s a so common issue for me. Whenever I install a new Flash Player version or a new software (really I don&#8217;t know why it&#8217;s happening!!), Flash Builder gets confused about debugging. And I start to experiment with the problem endless hours..In some way, I make it work. But most of the time, the solition [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a so common issue for me. Whenever I install a new Flash Player version or a new software (really I don&#8217;t know why it&#8217;s happening!!), Flash Builder gets confused about debugging. And I start to experiment with the problem endless hours..In some way, I make it work. But most of the time, the solition is uninstall all of the Flash Player and Debugger versions and also Flash Builder from my computer. Then, re-install everything again..What a suffer..</p>
<p>I couldn&#8217;t find any consistant fix for that issue. I wrote many e-mails to Adobe, but no chance!!!</p>
<p>Few hours ago, it&#8217;s happened again, and I lost 6 hours or something more. Because of that issue I couldn&#8217;t finish my client&#8217;s work also. At last, I realised that the solition is so simple. Hope it helps someone else who is suffering from the debugging issue in Flash Builder appearing randomly. And it&#8217;s a reminder for me also. Don&#8217;t wanna loose hours for the next time. It really pissed me of this time.</p>
<p>Well, the solution as follows;</p>
<p>1- Turn back to defaults for every preferences in the Flash Builder</p>
<p><img class="alignleft size-medium wp-image-431" title="Screen shot 2011-07-14 at 02.19.48" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.19.48-300x188.jpg" alt="" width="300" height="188" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Delete the text in the &#8220;Standalone Adobe Flash Player&#8221; and Web browser&#8221; fields.</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.23.08.jpg"><img class="alignleft size-medium wp-image-432" title="Screen shot 2011-07-14 at 02.23.08" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.23.08-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>2- This is the magic part (!) Just right click on a swf file in your computer and select &#8220;get info&#8221;</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.27.05.jpg"><img class="alignleft size-medium wp-image-433" title="Screen shot 2011-07-14 at 02.27.05" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.27.05-300x256.jpg" alt="" width="300" height="256" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Select the desired latest Flash Player/Debugger that you want. For me, Flash Builder located to Flash Player 10.1..But, my sdk was Flex_4.5.1. The minimum player version has to be 10.2 in order to use flex_sdk_4.5.1. I chose &#8220;Flash Player Debugger 10.3&#8243; from the list.</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.32.38.jpg"><img class="alignleft size-medium wp-image-434" title="Screen shot 2011-07-14 at 02.32.38" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.32.38-300x244.jpg" alt="" width="300" height="244" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>And DO NOT FORGET to hit &#8220;Change All&#8230;&#8221; button inthe info window.</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.34.05.jpg"><img class="alignleft size-full wp-image-435" title="Screen shot 2011-07-14 at 02.34.05" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.34.05.jpg" alt="" width="266" height="102" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>That&#8217;s all!</p>
<p>3- Turn back to Flash Builder and hit &#8220;Debug&#8221; icon. It should work.</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.35.56.jpg"><img class="alignleft size-medium wp-image-436" title="Screen shot 2011-07-14 at 02.35.56" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-shot-2011-07-14-at-02.35.56-300x193.jpg" alt="" width="300" height="193" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you know the reason is why, just please tell me <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve been using Flash Builder/Flex for two or three years and have no idea about the problem. May be it&#8217;s related with the location.</p>
<p>&nbsp;</p>
<p>Update (November/12/2011)</p>
<p>if the method that I mentioned above, you can try to connect flash debugger player manually. To do that;</p>
<p>1- Run/Debug your application from Flash Builder</p>
<p>2- When the progress tab stucks at 57% or something else, wait for the flash player/debugger window appears.</p>
<p>3- On the browser or the window, right click on it and select &#8220;Debugger&#8221; (To do that you have to have Flash Debug Player Version both for browser and stand alone application. You can download debugger version of Flash Player from adobe&#8217;s web <a href="http://www.adobe.com/support/flashplayer/downloads.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/support/flashplayer/downloads.html?referer=');">site</a>)</p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-Shot-2011-11-12-at-5.06.33-AM.png"><img class="alignleft size-full wp-image-465" title="Screen Shot 2011-11-12 at 5.06.33 AM" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-Shot-2011-11-12-at-5.06.33-AM.png" alt="" width="330" height="168" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>4- Select &#8220;At IP Address&#8221; and type &#8220;127.0.0.1&#8243;, hit continue. It should work. I hope <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  At least worked for me<br />
<a href="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-Shot-2011-11-12-at-5.10.40-AM.png"><img class="alignleft size-full wp-image-466" title="Screen Shot 2011-11-12 at 5.10.40 AM" src="http://blog.alptugan.com/wp-content/uploads/2011/07/Screen-Shot-2011-11-12-at-5.10.40-AM.png" alt="" width="410" height="268" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/MgXDgUHmDqE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/07/14/flash-builder-debug-player-connection-timeout-wrong-player/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/07/14/flash-builder-debug-player-connection-timeout-wrong-player/</feedburner:origLink></item>
		<item>
		<title>New field-recordings</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/xpJ8rSkJxeQ/</link>
		<comments>http://blog.alptugan.com/2011/06/29/new-field-recordings/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 10:36:46 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[field recording]]></category>
		<category><![CDATA[night birds]]></category>
		<category><![CDATA[sound design]]></category>
		<category><![CDATA[soundscape]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=422</guid>
		<description><![CDATA[Last week I was at my hometown (Düzce). There was a forest very close to our house. I was hearing those beautiful bird&#8217;s sounds at every night. They started to sing at 10.0 pm until  sunrise. It was something like dreamy thing for me. Then, I decided to took my recorder and tried to capture [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was at my hometown (Düzce). There was a forest very close to our house. I was hearing those beautiful bird&#8217;s sounds at every night. They started to sing at 10.0 pm until  sunrise. It was something like dreamy thing for me. Then, I decided to took my recorder and tried to capture birds&#8217; sounds. However, It became a misterious event for me <img src='http://blog.alptugan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I went out from garden and was walking through a path to the woods to record a clean and high level sound of the birds. Finally, I found myself in the middle of the trees without light. It was so dreamy thing for me. I mean, as if I entered from a gate to another world. Still I couldn&#8217;t get the sound that I was expecting. Asked to myself where are these birds? Anyway, the second time I took a bottle of wine with me and went into forest again. This time, I just switched on recorder and sit in front of it and started to drink my wine. It was so beautiful. The best and the only nice part of my hometown is its nature. So I took couple of recordings. Here are the four of them that is telling my mysterious journey to woods..</p>
<p>Techincal Part (Reminder for myself also) : It&#8217;s better to put somewhere the recorder always. By doing that, I can avoid unwanted hand/finger  squeaks, cracks and scratch sounds on the recorder. It was a nightmare to edit all of these noises. There was a huge amount of background noise because lots electricity poles around woods and path. To reduce the background noise, basically I used to main Waves plugins. First one is <strong>Paz Stereo</strong> Specktrum. I choose a 2-3 minutes track and hit play, and start to watch for the frequency responses in order to apply a band-pass filter from an EQ plugin. The sound of the birds are exactly between 2000-8000Hz range. So, I apply a band-pass filter with EQ plugin, but a soft one with a long attack time. Because I don&#8217;t want to have a thiny and dry sound without any background noise. So, my bands-pass filter covers 1600 Hz &#8211; 10000 Hz range and removed all of the other things.<br />
<a href="http://blog.alptugan.com/wp-content/uploads/2011/06/nightbirds-cover.jpg"><img class="alignleft size-full wp-image-423" title="nightbirds-cover" src="http://blog.alptugan.com/wp-content/uploads/2011/06/nightbirds-cover.jpg" alt="" width="300" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
<object width="100%" height="225" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F901252&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ffbb00" /><embed width="100%" height="225" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F901252&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=ffbb00" allowscriptaccess="always" /></object></p>
<p>&nbsp;</p>
<p><span><a href="http://soundcloud.com/alptugan/sets/night-birds" onclick="pageTracker._trackPageview('/outgoing/soundcloud.com/alptugan/sets/night-birds?referer=');">Night Birds</a> by <a href="http://soundcloud.com/alptugan" onclick="pageTracker._trackPageview('/outgoing/soundcloud.com/alptugan?referer=');">alptugan</a></span></p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/xpJ8rSkJxeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/06/29/new-field-recordings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/06/29/new-field-recordings/</feedburner:origLink></item>
		<item>
		<title>Jingle Mingle – Web Site</title>
		<link>http://feedproxy.google.com/~r/Alptugan/~3/Qp6dNYoGykQ/</link>
		<comments>http://blog.alptugan.com/2011/05/21/jingle-mingle-web-site/#comments</comments>
		<pubDate>Sat, 21 May 2011 20:43:24 +0000</pubDate>
		<dc:creator>alp tuğan</dc:creator>
				<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[alp tugan]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[deeplinking]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.alptugan.com/?p=412</guid>
		<description><![CDATA[http://www.jinglemingle.net
design &#38; interaction
-
action script 3.0, php, xml
-
additional classes: googlemaps, swfaddress

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jinglemingle.net" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.jinglemingle.net?referer=');">http://www.jinglemingle.net</a></p>
<p>design &amp; interaction</p>
<p>-</p>
<p>action script 3.0, php, xml</p>
<p>-</p>
<p>additional classes: <a href="http://code.google.com/intl/tr-TR/apis/maps/documentation/flash/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/intl/tr-TR/apis/maps/documentation/flash/?referer=');">googlemaps</a>, <a href="http://www.asual.com/swfaddress/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.asual.com/swfaddress/?referer=');">swfaddress</a></p>
<p><a href="http://blog.alptugan.com/wp-content/uploads/2011/05/web_site_jingle_mingle_by_three_fish-d34l85j.jpg"><img class="aligncenter size-large wp-image-413" title="web_site_jingle_mingle_by_three_fish-d34l85j" src="http://blog.alptugan.com/wp-content/uploads/2011/05/web_site_jingle_mingle_by_three_fish-d34l85j-531x1024.jpg" alt="" width="417" height="805" /></a></p>
<img src="http://feeds.feedburner.com/~r/Alptugan/~4/Qp6dNYoGykQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.alptugan.com/2011/05/21/jingle-mingle-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.alptugan.com/2011/05/21/jingle-mingle-web-site/</feedburner:origLink></item>
	</channel>
</rss>

