<?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>ActionScript Scraps &#187; flex</title>
	<atom:link href="http://blog.sitedaniel.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitedaniel.com</link>
	<description>Flash, Flex and AIR development</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:15:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AIR application &#8211; Transcription Tool (MP3 Player)</title>
		<link>http://blog.sitedaniel.com/2009/05/transcription-tool/</link>
		<comments>http://blog.sitedaniel.com/2009/05/transcription-tool/#comments</comments>
		<pubDate>Sun, 10 May 2009 17:03:05 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[as3.0]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=270</guid>
		<description><![CDATA[Recently I had to transcribe some music for a funk cover band that I play in. Transcribing is much easier when you can loop a section of the track and listen to it over and over. This isn't a feature that any of the media players on my computer have, so I figured I would [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to transcribe some music for a funk cover band that I play in. Transcribing is much easier when you can loop a section of the track and listen to it over and over. This isn't a feature that any of the media players on my computer have, so I figured I would build an Mp3 player that can do this.</p>
<p><a href="http://blog.sitedaniel.com/downloads/TranscriptionTool.air">Download Transcription Tool</a></p>
<p><a href="http://blog.sitedaniel.com/downloads/TranscriptionTool.air"><img src="http://blog.sitedaniel.com/wp-content/uploads/2009/05/screenshot1.jpg" alt="screenshot1" title="screenshot1" width="400" height="200" class="size-full wp-image-284" /></a></p>
<p>The Transcription Tool enables you to load in a local mp3 file from your library, and then loop all or a selected part of the track. There is an HSlider component with 2 handles (sliders) so that you can choose whichever part of the tune you like.</p>
<p>This is a standalone desktop application based on <a href="http://get.adobe.com/air/">Adobe® AIR™ Runtime</a><br />
<a href="http://blog.sitedaniel.com/downloads/TranscriptionTool.air">Download Transcription Tool</a></p>
<p>Let me know any feature requests for future versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/05/transcription-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flex mp3 player</title>
		<link>http://blog.sitedaniel.com/2009/04/flex-mp3-player/</link>
		<comments>http://blog.sitedaniel.com/2009/04/flex-mp3-player/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:51:37 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3.0]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=248</guid>
		<description><![CDATA[Transcribing music from recordings can be difficult as I like to pause and replay segments over and over until I know exactly what is being played. This is not a feature of iTunes so I decided to build my own Mp3 player using Flex to make my life easier. This player loads an Mp3, displays [...]]]></description>
			<content:encoded><![CDATA[<p>Transcribing music from recordings can be difficult as I like to pause and replay segments over and over until I know exactly what is being played. This is not a feature of iTunes so I decided to build my own Mp3 player using Flex to make my life easier.</p>
<p><img src="http://blog.sitedaniel.com/wp-content/uploads/2009/04/screenshot.jpg" alt="screenshot" title="screenshot" width="338" height="119" class="alignleft size-full wp-image-249" /></p>
<p>This player loads an Mp3, displays ID3 tags (artist and album) and then enables you to drag two pointers to highlight a particular section of the track to loop.</p>
<p>UPDATE: Download the newer version (now an AIR application) <a href="http://blog.sitedaniel.com/2009/05/transcription-tool/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/04/flex-mp3-player/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex 3 SDK and Eclipse without ANT</title>
		<link>http://blog.sitedaniel.com/2009/04/flex-3-sdk-and-eclipse-without-ant/</link>
		<comments>http://blog.sitedaniel.com/2009/04/flex-3-sdk-and-eclipse-without-ant/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 16:58:11 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[MTASC]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/2009/04/flex-3-sdk-and-eclipse-without-ant/</guid>
		<description><![CDATA[Here is a good tutorial for setting up Flex and Eclipse to compile without ANT http://jakehilton.com/?q=node/55]]></description>
			<content:encoded><![CDATA[<p>Here is a good tutorial for setting up Flex and Eclipse to compile without ANT<br />
<a href="http://jakehilton.com/?q=node/55">http://jakehilton.com/?q=node/55</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/04/flex-3-sdk-and-eclipse-without-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
