<?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 Speaks Actionscript &#187; freebie</title>
	<atom:link href="http://flashspeaksactionscript.com/tag/freebie/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashspeaksactionscript.com</link>
	<description>Learn and Speak Actionscript</description>
	<lastBuildDate>Sat, 28 Jan 2012 03:11:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Update: Creating a Mini Music Player in AS3</title>
		<link>http://flashspeaksactionscript.com/update-create-mini-music-player-in-as3/</link>
		<comments>http://flashspeaksactionscript.com/update-create-mini-music-player-in-as3/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 13:00:10 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=4615</guid>
		<description><![CDATA[Once again the popularity of an earlier post has caused he to revisit that topic and improve upon a post that had been written over two years ago. The post that I am referring to is on the topic of creating a mini music player in AS3. Simple music players still have a place on the web and I’ve taken the liberty of re-creating an easy to use MP3 player built in AS3.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fupdate-create-mini-music-player-in-as3%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FnFkN7A%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Update%3A%20Creating%20a%20Mini%20Music%20Player%20in%20AS3%20%23Flash%20Component%20%23freebie%22%20%7D);"></div>
<p>Once again the <a title="Create a Mini Music Player in AS3" href="http://flashspeaksactionscript.com/create-a-mini-music-player-in-as3/" target="_self">popularity of an earlier post</a> has caused me to revisit a topic and improve upon a post that had been written over two years ago. The post that I am referring to is on the topic of <a title="Creating a Mini Music Player in AS3" href="http://flashspeaksactionscript.com/create-a-mini-music-player-in-as3/" target="_self">creating a mini music player in AS3</a>. Simple music players still have a place on the web and I’ve taken the liberty of re-creating an easy to use MP3 player built in AS3.</p>
<h2>Introducing the Mini MP3 Player</h2>
<p>While creating this MP3 player, I took much of the feedback from its previous implementation into consideration. Based on your feedback, I’ve decided to include the following features into this release.</p>
<h2>Features:</h2>
<ul>
<li>Easily load a new sound into the player at any given time</li>
<li>Autoplay supported (defaults to false)</li>
<li>Looping supported (defaults to false)</li>
<li>Fast forward and rewind the loaded sound</li>
<li>Control the volume with supplied volume scrubber</li>
<li>Extends CASALib’s CasaMovieClip giving you features like <strong>destroy()</strong></li>
<li>Fresh UI designed by <a title="Be Designful" href="http://bedesignful.com/" target="_blank">Ryan Butz</a> that can easily be customized</li>
</ul>
<h2>Implementing the Mini MP3 Player</h2>
<p>I have updated the initial post to include how to <a title="Create a Mini Music Player in AS3" href="http://flashspeaksactionscript.com/create-a-mini-music-player-in-as3/" target="_self">implement this MP3 player</a> into your Flash projects. Since I know everyone’s version of Flash might not be the same, I’ve taken the liberty of providing legacy versions of the FLA for Flash CS3 and CS4.</p>
<h3><a title="Download" href="http://dl.dropbox.com/u/272056/Downloads/MiniMp3Player.zip">Download</a></h3>
<h2>Preview</h2>
<p><a title="Mini MP3 Player Preview" href="http://dl.dropbox.com/u/272056/Previews/MiniMp3Player/index.html" target="_blank"><img class="alignnone" title="Mini MP3 Player Preview" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/mini-mp3-player-preview.png" alt="Mini MP3 Player Preview" width="500" height="204" /></a></p>
<h2>Feedback</h2>
<p>As you integrate this into your projects, I’d love to hear our feedback. However, like always, let’s keep it constructive.</p>
<h2>Credits</h2>
<p>The provided audio loop is a part of the Teru’s Keys Loop freebie pack.  Like it?  <a title="Teru’s Keys Loop Pack" href="http://audio.tutsplus.com/freebies/loops/terus-keys-loop-pack/" target="_blank">Download the whole pack</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/update-create-mini-music-player-in-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create A Flash Countdown Timer in AS3 Using A Class</title>
		<link>http://flashspeaksactionscript.com/flash-countdown-timer-in-as3-using-a-class/</link>
		<comments>http://flashspeaksactionscript.com/flash-countdown-timer-in-as3-using-a-class/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:00:23 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[AS3 Class]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3986</guid>
		<description><![CDATA[Due to the popularity of one of my earlier posts, I've decided to extend the topic with a helpful Countdown Timer class. This handy utility provides a flexible and easy way to tie in countdown timer functionality into just about any design. It is designed to handle the grunt work of developing a Countdown Timer.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fflash-countdown-timer-in-as3-using-a-class%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Create%20A%20Flash%20Countdown%20Timer%20in%20AS3%20Using%20A%20Class%20%23AS3%20%23AS3%20Class%20%23freebie%20%23Timer%22%20%7D);"></div>
<p>Due to the popularity of one of my <a title="Flash Countdown Timer" href="http://flashspeaksactionscript.com/flash-countdown-timer/" target="_self">earlier posts</a>, I&#8217;ve decided to extend the topic with a helpful Countdown Timer class. This handy utility provides a flexible and easy way to tie in countdown timer functionality into just about any design. It is designed to handle the grunt work of developing a Countdown Timer. It is not meant to replace the <a title="Flash Countdown Timers" href="http://flashspeaksactionscript.com/flash-stock-of-the-day-flash-countdown-timers/" target="_self">Countdown Timers</a> available to the Flash community. It is purely meant to easily implement Countdown Timer functionality to you own custom design without reinventing the wheel.</p>
<p><strong>Features Include:</strong></p>
<ul>
<li>Easily define a new Countdown Timer instance</li>
<li>Access to the countdown&#8217;s remaining days, hours, minutes and seconds</li>
<li>Easily update the target end date</li>
<li>Custom events that trigger upon Countdown updating and on complete</li>
</ul>
<h2>Getting started creating a fresh Countdown Timer</h2>
<p>Implementing your new countdown timer design will require minimal ActionScript as the this utility will handle key events and updating of the remaining time.  All you need to implement this countdown functionality is a design and some time.  Enjoy!</p>
<h2>Step 1: Importing the necessary classes</h2>
<p>In order to use this utility within your Flash file, you would need to import the following two classes: <strong>CountdownTimer.as</strong> and <strong>CountdownEvent.as</strong>.<em> <strong>Note:</strong> Make sure that the classes are local to your .fla file or if you are more comfortable modifying your ActionScript settings to accommodate the location of the classes, feel free doing so.</em></p>
<pre class="brush: as3; title: ; notranslate">// Importing of the CountdownTimer Class
import com.flashspeaks.utils.CountdownTimer;
// Importing the CountdownEvent (used to update and notify upon countdown completion)
import com.flashspeaks.utils.CountdownEvent;</pre>
<h2>Step 2: Creating a new Countdown Timer Instance</h2>
<p>Creating a new instance of the Countdown Timer is as easy as defining a new Countdown Timer instance and providing the target end date within the parameter. The only value needed is a target <strong><a title="AS3 Date Object" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html" target="_blank">D</a><a title="AS3 Date Object" href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html" target="_blank">ate()</a> </strong>object.</p>
<pre class="brush: as3; title: ; notranslate">
// This creates a new CountdownTimer instance and sets it target end date
var targetDate:Date = new Date(2011, 11, 25);
var myCountdown:CountdownTimer = new CountdownTimer(targetDate);</pre>
<h2>Step 3: Retrieve the remaining days, hours, minutes, and seconds</h2>
<p>In order to provide flexibility, I have provided public properties to obtain the <strong>days, hours, minutes,</strong> and <strong>seconds</strong> remaining separately allowing you to determine how you would like to display the remaining time. There is also a property called <strong>time</strong> that will return the remaining time as a whole number separated by colons. (00:00:00:00)</p>
<p>In order to retrieve the time, a new <strong>COUNTDOWN_UPDATE</strong> event listener needs to be established as it will be mapped to a function that will update upon every tick. It can be easily done like so.</p>
<pre class="brush: as3; title: ; notranslate">myCountdown.addEventListener(CountdownEvent.COUNTDOWN_UPDATE, onCountdownUpdate, false, 0, true);

function onCountdownUpdate(e:CountdownEvent):void {
 // Update on screen visuals like text
}</pre>
<h2>Countdown has expired&#8230;what to do?</h2>
<p>One of the requested key features was a way to easily determine when the countdown had expired. Some wanted to load a new timer, change on screen text to read <strong>00:00:00:00</strong> ,etc. Setting this up using CountdownTimer is fairly easy. To do so, you would essentially create a new <strong>COUNTDOWN_COMPLETE</strong> event listener and supplying what it is that you would like to occur within the event handler function. Check it out below!</p>
<pre class="brush: as3; title: ; notranslate">countdown.addEventListener(CountdownEvent.COUNTDOWN_COMPLETE, onCountdownComplete, false, 0, true);
function onCountdownComplete(e:CountdownEvent):void {
 // Countdown finished...
 // HAPPY NEW YEAR
}</pre>
<h2>Change the target end date on the fly</h2>
<p>Another huge request was to provide a solution to easily update the target end date via run-time. CountdownTimer provides a function called <strong>updateEndDate(new Date()) </strong>which allows you to simply provide a new target end date through its parameter. Your on screen visuals will automatically update to accommodate the new end date.</p>
<p>For example, let&#8217;s say you wanted to add a month to the target end date every time that it has expired you can to so by simply adding one month to current month within the <strong>onCountdownComplete</strong> event handler.</p>
<h2>Complimentary Flash Countdown Timer design</h2>
<p>What&#8217;s good Countdown Timer functionality without a good Countdown Timer design? Here&#8217;s a complimentary design that I will be providing with the download. It includes the example source and provides all of the source from this tutorial. Feel free to implement your own design! I&#8217;d love to see them!</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_FlashCountdownTimer_2086552364"
			class="flashmovie"
			width="520"
			height="340">
	<param name="movie" value="http://flashspeaksactionscript.com/wp-content/uploads/2010/01/FlashCountdownTimer.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://flashspeaksactionscript.com/wp-content/uploads/2010/01/FlashCountdownTimer.swf"
			name="fm_FlashCountdownTimer_2086552364"
			width="520"
			height="340">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<h3><a title="Download" href="http://dl.dropbox.com/u/272056/Downloads/FlashSpeaksActionScript/FlashCountdownTimerAS3.zip">Download</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flash-countdown-timer-in-as3-using-a-class/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Flash and Flex Developer&#8217;s Magazine</title>
		<link>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/</link>
		<comments>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 12:00:54 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Flash & Flex Magazine]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3853</guid>
		<description><![CDATA[Flash and Flex Developer's Magazine is one of few magazines that target Flash and Flex development.   They recently decided to digital and completely free, so download your copy now!]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fflash-and-flex-developers-magazine%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FoAg3so%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Flash%20and%20Flex%20Developer%27s%20Magazine%20%23freebie%22%20%7D);"></div>
<p><a title="Flash &amp; Flex Developer's Magazine" href="http://ffdmag.com/" target="_blank">Flash and Flex Developer&#8217;s Magazine</a> is one of few magazines that target Flash and Flex development.  It offers tutorials, product reviews, and articles from the industry&#8217;s talent.  Recently, this up and coming magazine subscription has gone digital and completely FREE!</p>
<p>September marks the first month of this free digital publication.  They are also, providing downloads from previous months.</p>
<p><a title="Download the current version" href="http://ffdmag.com/prt/view/about-the-mag/issue/1066.html" target="_blank">Download your copy now!</a></p>
<h2>Current Issue: <strong>Study of Flash Media Server</strong></h2>
<p><a href="http://ffdmag.com/prt/view/about-the-mag/issue/1066.html"><img class="alignleft size-full wp-image-3855" title="Flash &amp; Flex Magazine 05 2009" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flash-flex-magazine-05-2009.jpg" alt="Flash &amp; Flex Magazine 05 2009" width="120" height="173" /></a></p>
<ul>
<li>Putting “Brains” into Flash Apps&#8230;</li>
<li>News Digital Media Toyota Tarago Campaign Driving a Difference&#8230;</li>
<li>Working with MySQL Database from Flash Media Server Server-Side</li>
<li>Adobe Flash Media Server 3.5&#8230;</li>
<li>Streaming to Flash and iPhone with Wowza Media Server 2 Advanced&#8230;</li>
<li>Wowza Media Server&#8230;</li>
<li>Options When Planning a Video Application With FMS&#8230;</li>
</ul>
<h2>Previous Issue: Branding for Developers</h2>
<p><a href="http://ffdmag.com/prt/view/about-the-mag/issue/1048.html"><img class="alignleft size-full wp-image-3854" title="Flash &amp; Flex Magazine 04 2009" src="http://flashspeaksactionscript.com/wp-content/uploads/2009/09/flash-flex-magazine-04-2009.jpg" alt="Flash &amp; Flex Magazine 04 2009" width="120" height="173" /></a></p>
<ul>
<li>Creating a game using WOW-Engine&#8230;</li>
<li>How to monetize your game?&#8230;</li>
<li>So you&#8217;ve written your AIR application, now what?</li>
<li>Five Reasons Enterprise Developers Learn Flex&#8230;</li>
<li>Bring Flash content into the social realm of Facebook&#8230;</li>
<li>Rich Components with Flash and Flex&#8230;</li>
<li>ActionScript 3.0 programming paradigms, and code organization Through OOP</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/flash-and-flex-developers-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple FlairBuilder License Giveaway</title>
		<link>http://flashspeaksactionscript.com/multiple-flairbuilder-license-giveaway/</link>
		<comments>http://flashspeaksactionscript.com/multiple-flairbuilder-license-giveaway/#comments</comments>
		<pubDate>Fri, 15 May 2009 12:00:41 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Contest Giveaways]]></category>
		<category><![CDATA[Contests]]></category>
		<category><![CDATA[FlairBuilder]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3553</guid>
		<description><![CDATA[Earlier this week, I introduced a new, innovative prototyping tool called FlairBuilder.  I was happy to help Cristian Pascu get the word out about his new application.  If you are one of the many that has downloaded the trial, I'd love to see what type of wireframes you've come up with.

After many trial downloads, Cristian and I decided to provide an opportunity to earn yourself a free license of FlairBuilder. Cristian was kind enough to giveaway 5 FlairBuilder licenses to those willing to participate in this contest.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fmultiple-flairbuilder-license-giveaway%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Multiple%20FlairBuilder%20License%20Giveaway%20%23Contests%20%23FlairBuilder%20%23freebie%22%20%7D);"></div>
<h2>Who wants to win a FlairBuilder License?</h2>
<p>Earlier this week, I introduced a new, <a title="FlairBuilder: An Adobe AIR Based Rapid Prototyping Tool" href="http://flashspeaksactionscript.com/flairbuilder-an-adobe-air-based-rapid-prototyping-tool/" target="_blank">innovative prototyping tool</a> called FlairBuilder.  I was happy to help Cristian Pascu get the word out about his new application.  If you are one of the many that has downloaded the trial, I&#8217;d love to see what type of wireframes you&#8217;ve come up with.</p>
<p>After many trial downloads, Cristian and I decided to provide an opportunity to earn yourself a free license of FlairBuilder. Cristian was kind enough to giveaway 5 FlairBuilder licenses to those willing to participate in this contest.</p>
<h2>How do I participate?</h2>
<p>We would like for you to create a <strong>2-3 wireframe flow</strong> based on a new or existing website or project.  This is not only a great opportunity to really experience the excitement surrounding <a title="Install FlairBuilder" href="http://www.flairbuilder.com/features/" target="_blank">FlairBuilder</a>,it is also an opportunity to win yourself a license.  Once you&#8217;ve created your wireframe flow, use the comment section below to link to it from your own server using the live online viewer.</p>
<p><strong>Submit an URL like this:</strong><br />
<code>http://www.flairbuilder.com/viewer/?url=YOUR_OWN_URL_HERE</code></p>
<h2>The rules&#8230;</h2>
<ul>
<li>The rules are simple.  All that we ask is to submit something that you&#8217;ll be proud of.</li>
<li>You must leave a <strong>valid       email address</strong> when filling up the comment form.</li>
<li>Contest ends <strong>May 25, 2009</strong>, after which comments will be disabled.</li>
<li>Winners will be selected by Cristian himself</li>
</ul>
<p><strong>Can&#8217;t wait to see the results.  Have fun!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/multiple-flairbuilder-license-giveaway/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Migration Cookbook</title>
		<link>http://flashspeaksactionscript.com/actionscript-3-migration-cookbook/</link>
		<comments>http://flashspeaksactionscript.com/actionscript-3-migration-cookbook/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:00:44 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[AS2 to AS3]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3503</guid>
		<description><![CDATA[The community's cry for a simple guide that would quickly go over some of the most felt changes from AS2 to AS3 has been heard.  Adobe has recently added a new resource to the ActionScript Center called the <a title="ActionScript 3 migration cookbook" href="http://www.adobe.com/devnet/actionscript/cookbook/" target="_blank">ActionScript 3 Migration Cookbook</a>.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Factionscript-3-migration-cookbook%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22ActionScript%203%20Migration%20Cookbook%20%23AS2%20to%20AS3%20%23freebie%22%20%7D);"></div>
<p>The community&#8217;s cry for a simple guide that would quickly go over some of the most felt changes from AS2 to AS3 has been heard.  Adobe has recently added a new resource to the ActionScript Center called the <a title="ActionScript 3 migration cookbook" href="http://www.adobe.com/devnet/actionscript/cookbook/" target="_blank">ActionScript 3 Migration Cookbook</a>.</p>
<p>There you will find a quick introduction to migrating to ActionScript 3.0 from ActionScript 2.0.  It is targeted at designers and developers who have some experience scripting content within Adobe Flash CS4 Professional. It does not require an understanding of object-oriented programming.</p>
<p>Along with this resource of common AS2 code into AS3 conversions is a a downloadable PDF version which basically takes this section of the Devent site and dumps it into a portable version. Overall, this is a nice guide that can provide that helping hand during the first stages of the migration over to AS3.</p>
<p><strong>Download the <a href="http://www.adobe.com/devnet/actionscript/articles/as3_migration_cookbook/as3_migration_cookbook.pdf">ActionScript 3 migration cookbook</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/actionscript-3-migration-cookbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP SWFScan: An Attempt to Rid of Security Vulnerbilties</title>
		<link>http://flashspeaksactionscript.com/hp-swfscan-an-attempt-to-rid-of-security-vulnerbilties/</link>
		<comments>http://flashspeaksactionscript.com/hp-swfscan-an-attempt-to-rid-of-security-vulnerbilties/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:00:11 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3386</guid>
		<description><![CDATA[With the growth of intense Flash applications that handle sensitive data like usernames, passwords, account data, etc, HP looks to increase awareness of common security vulnerabilities that can be found in today's Flash applications.  Earlier this week, HP announced the release of its security tool called HP SWFScan.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fhp-swfscan-an-attempt-to-rid-of-security-vulnerbilties%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fom7b23%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HP%20SWFScan%3A%20An%20Attempt%20to%20Rid%20of%20Security%20Vulnerbilties%20%23freebie%20%23security%22%20%7D);"></div>
<p>With the growth of intense Flash applications that handle sensitive data like user names, passwords, account data, etc, HP looks to increase awareness of common security vulnerabilities that can be found in today&#8217;s Flash applications.  Earlier this week, HP announced the release of its security tool called HP SWFScan.</p>
<h2>What is HP SWFScan?</h2>
<p>HP SWFScan is a free security tool for Windows that helps developers find security vulnerabilities in applications developed with 		    the Adobe Flash Platform.  SWFScan helps you find, fix, and prevent security 		    vulnerabilities in your SWF applications and deliver more secure code without 		    having to become a security expert.</p>
<h2>How does it work?</h2>
<p>SWFScan will decompile the targeted SWF file and analyze the source code to see if it can target any potential security vulnerabilities.  It will also perform a static analysis to understand their behaviors as this will help identify vulnerabilities that lie under the surface of an 		    application and are not otherwise detectable with traditional dynamic methods.</p>
<p>If you&#8217;ve ever used a SWF decompiler, then the interface of this application will feel right at home.  If you are interested in learning more on SWFScan check the article on <a title="Reducing the risk of malicious web attacks with HP SWFScan" href="http://www.adobe.com/devnet/flashplayer/articles/swfscan.html" target="_blank">Adobe Developer Center</a>.</p>
<p><a class="link-more" href="http://www.hp.com/go/swfscan" target="_blank">Download HP SWFScan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/hp-swfscan-an-attempt-to-rid-of-security-vulnerbilties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 2.0 to 3.0 Migration Cheatsheet</title>
		<link>http://flashspeaksactionscript.com/actionscript-20-to-30-migration-cheatsheet/</link>
		<comments>http://flashspeaksactionscript.com/actionscript-20-to-30-migration-cheatsheet/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 13:00:25 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[AS2 to AS3]]></category>
		<category><![CDATA[Cheatsheet]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=3184</guid>
		<description><![CDATA[Lately, there has been a focus on <a title="Moving From AS2 to AS3" href="http://flashspeaksactionscript.com/tag/as2-to-as3/" target="_blank">AS2 to AS3 migration</a> topics and to add to this topic, you check out and download Sean Moore's very handy<a rel="bookmark" href="http://actionscriptcheatsheet.com/blog/2007/03/01/actionscript-20-to-30-migration-cheatsheets-new-free-download/">ActionScript 2.0 to 3.0 Migration Cheatsheet</a>.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Factionscript-20-to-30-migration-cheatsheet%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FmPcg30%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22ActionScript%202.0%20to%203.0%20Migration%20Cheatsheet%20%23AS2%20to%20AS3%20%23Cheatsheet%20%23freebie%22%20%7D);"></div>
<p>Lately, there has been a focus on <a title="Moving From AS2 to AS3" href="http://flashspeaksactionscript.com/tag/as2-to-as3/" target="_blank">AS2 to AS3 migration</a> topics and to add to this topic, you check out and download Sean Moore&#8217;s very handy<a href="http://actionscriptcheatsheet.com/blog/2007/03/01/actionscript-20-to-30-migration-cheatsheets-new-free-download/" rel="bookmark"> ActionScript 2.0 to 3.0 Migration Cheatsheet</a>.  While it doesn&#8217;t break down the exact differences between the two, but I believe it serves as a very handy guide to have on your AS2 to AS3 migration process.</p>
<p><em>On the note of migrating from AS2 to AS3,  I would encourage you to suggest any topics/snippets that you would like seen converted from AS2 to AS3.  Feel free either to use comments sections on this page or you can leave me a suggestion via the <a title="Contact us!" href="http://flashspeaksactionscript.com/contact/" target="_blank">contact page</a>. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/actionscript-20-to-30-migration-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 TextEditor Lite: An Open-Source AS3 Text Editor</title>
		<link>http://flashspeaksactionscript.com/as3-texteditor-lite-an-open-source-as3-text-editor/</link>
		<comments>http://flashspeaksactionscript.com/as3-texteditor-lite-an-open-source-as3-text-editor/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:00:20 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2937</guid>
		<description><![CDATA[Have you ever wanted to integrate a rich text editor into your Flash projects?  AS3 TextEditor Lite is a SWC based component for rich text editor which can be used in Flash applications to be developed using ActionScript 3.0 and Adobe Flash CS3 IDE.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fas3-texteditor-lite-an-open-source-as3-text-editor%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Frqj1o2%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22AS3%20TextEditor%20Lite%3A%20An%20Open-Source%20AS3%20Text%20Editor%20%23Flash%20Component%20%23freebie%22%20%7D);"></div>
<p>Have you ever wanted to integrate a rich text editor into your Flash projects?  <a title="AS3 TextEditor Lite" href="http://code.google.com/p/as3texteditor/" target="_blank">AS3 TextEditor Lite</a> is a SWC based component for rich text editor which can be used in Flash applications to be developed using ActionScript 3.0 and Adobe Flash CS3 IDE.</p>
<h3>This component provides features like:</h3>
<ul>
<li>Dynamically attach it to any text field of your application</li>
<li>Complete WYSIWYG Editor</li>
<li>Formatting of characters as Bold, Italic, Underline</li>
<li>Hyperlink with color, underline options</li>
<li>Search and replace texts</li>
<li>Indent, Margin (left and right)</li>
<li>Paragraph alignment left, right,center,justified</li>
<li>Making unordered lists</li>
<li>Line spacing, Character spacing</li>
<li>Adding Image (No Edit)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/as3-texteditor-lite-an-open-source-as3-text-editor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Grab the Flasher Magazine Video Player</title>
		<link>http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/</link>
		<comments>http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:00:33 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[Lee Brimelow]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/?p=2765</guid>
		<description><![CDATA[At the beginning of the month, Lee Brimelow released a new video series he calls Flasher Magazine.  He is now sharing the video player he uses on the site to the community. ]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fgrab-the-flasher-magazine-video-player%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FpDnEsJ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Grab%20the%20Flasher%20Magazine%20Video%20Player%20%23Flash%20Component%20%23freebie%20%23Lee%20Brimelow%22%20%7D);"></div>
<p>At the beginning of the month, Lee Brimelow released a<a title="Flasher Magazine Is Now Live!" href="http://flashspeaksactionscript.com/flasher-magazine-is-now-live/" target="_self"> new video series he calls Flasher Magazine</a>.  He is now sharing the video player he uses on the site to the community.  It&#8217;s a nice piece of work.  However, keep it mind that the &#8220;Flasher Player&#8221; was not meant to be feature rich.  I guess we can&#8217;t be too picky, its free.</p>
<p>If you&#8217;re interested, head over to <a title="Flasher video player with FLA source " href="http://theflashblog.com/?p=605" target="_blank">Lee Brimelow&#8217;s blog</a> and grab it.</p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/grab-the-flasher-magazine-video-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AFC Announces 14 Free Actionscript Components</title>
		<link>http://flashspeaksactionscript.com/afc-announces-14-free-actionscript-components/</link>
		<comments>http://flashspeaksactionscript.com/afc-announces-14-free-actionscript-components/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 14:53:54 +0000</pubDate>
		<dc:creator>Angel Romero</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Flash Component]]></category>
		<category><![CDATA[freebie]]></category>

		<guid isPermaLink="false">http://flashspeaksactionscript.com/afc-announces-14-free-actionscript-components/</guid>
		<description><![CDATA[This a very impressive list of Flash components. The original value of all of these combined are over $310. As of today, you can find them all free at <a href="http://www.afcomponents.com/components/">Advanced Flash Components.</a> Enjoy these great tools and make sure to spread the word.]]></description>
			<content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fflashspeaksactionscript.com%252Fafc-announces-14-free-actionscript-components%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22AFC%20Announces%2014%20Free%20Actionscript%20Components%20%23Flash%20Component%20%23freebie%22%20%7D);"></div>
<h3>AFC Announces All 14 Actionscript 2.0 Components as FREE!</h3>
<h3>This a very impressive list of Flash components.  The original value of all of these combined are over $310.  As of today, you can find them all free at <a href="http://www.afcomponents.com/components/">Advanced Flash Components.</a> Enjoy these great tools and make sure to spread the word.</h3>
<p>Also, don&#8217;t forget to thank the guys over at <a href="http://www.afcomponents.com/blog/?p=181">Advanced Flash Components</a> for this great opportunity.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flow-list.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flow-list-thumb.jpg" border="0" alt="flow_list" width="500" height="225" /></a> <a href="http://www.afcomponents.com/components/flow_list/"> </a></p>
<p><a href="http://www.afcomponents.com/components/flow_list/"> </a><a href="http://www.afcomponents.com/components/flow_list/">Flow List</a></p>
<p>Flow List Component loads external images and creates a 3D flow animation. Flexible API makes it easy to integrate this component into your web application.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/media-list.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/media-list-thumb.jpg" border="0" alt="media_list" width="500" height="202" /></a></p>
<p><a href="http://www.afcomponents.com/components/media_list/">Media List</a></p>
<p>The Media List component is an adaptable list that can be used as a navigation for a variety of media. It allows you to easily scroll to, and select items in the list, with a clear indication of which item is selected.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/tooltip.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/tooltip-thumb.jpg" border="0" alt="tooltip" width="500" height="286" /></a></p>
<p><a href="http://www.afcomponents.com/components/tooltip/">Tooltip</a></p>
<p>Tooltip Component is the perfect tool for displaying text and image tool tips in Flash. Enhanced functionality, easy to use interface and scalability makes this component a valuable tool for every flash developer.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-loop.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-loop-thumb.jpg" border="0" alt="img_loop" width="500" height="173" /></a></p>
<p><a href="http://www.afcomponents.com/components/img_loop/">IMG Loop</a></p>
<p>IMG Loop Flash Component creates continuous image scroll. Component supports XML, RSS 2.0 as well as direct data input. All of the component properties can be modified to seamlessly integrate with your project.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-player.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-player-thumb.jpg" border="0" alt="flv_player" width="333" height="275" /></a></p>
<p><a href="http://www.afcomponents.com/components/flv_player/">FLV Player</a></p>
<p>The FLV Player component provides standard user interface controls (play, pause, stop, etc) for Flash video playback.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/map.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/map-thumb.jpg" border="0" alt="map" width="500" height="306" /></a></p>
<p><a href="http://www.afcomponents.com/components/map/">Map</a></p>
<p>Map Component displays geographical locations and polylines, allowing for easy map navigation. Component uses Equidistant Cylindrical Map Projection and Longitude and Latitude position data to display location points.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/mp3-player.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/mp3-player-thumb.jpg" border="0" alt="mp3_player" width="426" height="250" /></a></p>
<p><a href="http://www.afcomponents.com/components/simple_mp3/">MP3 Player</a></p>
<p>Easily load and play MP3 files inside Flash using MP3 Simple Player component. Player supports XML and <strong>RSS 2.0 Podcast Feeds</strong>.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-gallery.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-gallery-thumb.jpg" border="0" alt="img_gallery" width="500" height="252" /></a></p>
<p><a href="http://www.afcomponents.com/components/img_gallery/">IMG Gallery</a></p>
<p>IMG Gallery Flash component is a fully customizable and scalable tool for displaying dynamic slide shows. Component supports <strong>XML</strong>, <strong>RSS 2.0</strong> as well as direct data input.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-thumb-gallery.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-thumb-gallery-thumb.jpg" border="0" alt="img_thumb_gallery" width="500" height="253" /></a></p>
<p><a href="http://www.afcomponents.com/components/img_thumbnail_gallery/">IMG Thumbnail Gallery</a></p>
<p>IMG Thumbnail Gallery Flash component is a fully customizable and scalable tool for displaying dynamic slide shows. Component supports <strong>XML</strong>, <strong>RSS 2.0</strong> as well as direct data input.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-gallery.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-gallery-thumb.jpg" border="0" alt="flv_gallery" width="340" height="310" /></a></p>
<p><a href="http://www.afcomponents.com/components/flv_gallery/">FLV Gallery</a></p>
<p>FLV Gallery Flash Component is a perfect solution for playback of multiple flash video files and can be easily integrated within any flash application. FLV Gallery supports XML and RSS 2.0 feeds and is fully customizable through component properties.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-list-gallery.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/flv-list-gallery-thumb.jpg" border="0" alt="flv_list_gallery" width="337" height="301" /></a></p>
<p><a href="http://www.afcomponents.com/components/flv_list_gallery/">FLV List Gallery</a></p>
<p>FLV List Gallery Flash Component combines extensible functionality and easy to use user interface for multiple flash video files playback. FLV List Gallery supports XML and RSS 2.0 feeds and is fully customizable through component properties.</p>
<p><a href="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-loader-blur.jpg"><img style="border-width: 0px" src="http://flashspeaksactionscript.com/wp-content/uploads/2008/04/img-loader-blur-thumb.jpg" border="0" alt="img_loader_blur" width="500" height="231" /></a></p>
<p><a href="http://www.afcomponents.com/components/img_loader_blur/">IMG Loader Blur</a>, <a href="http://www.afcomponents.com/components/img_loader_pixelate/">IMG Loader Pixelate</a>, <a href="http://www.afcomponents.com/components/img_loader_tint/">IMG Loader Tint</a></p>
<p>The IMG Loader component is a container that can display external image files (JPEG/GIF/PNG but not progressive JPEG files) with Flash 8 Blur Transition, Flash 8 Pixelate Transition, and Flash 8 Tint Transition; respectively.</p>
<p><strong>Source:</strong> <a href="http://www.afcomponents.com/components/">Advanced Flash Components</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flashspeaksactionscript.com/afc-announces-14-free-actionscript-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1346/1458 objects using disk: basic

Served from: flashspeaksactionscript.com @ 2012-02-07 22:04:35 -->
