<?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>Interactive Volcano &#187; Flash</title>
	<atom:link href="http://interactivevolcano.com/learn/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://interactivevolcano.com</link>
	<description>All-inclusive interactive + creative website providing tutorials for jQuery, Flash and JavaScript</description>
	<lastBuildDate>Wed, 17 Jun 2009 15:48:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build a Simple Flash MP3 Player in AS2</title>
		<link>http://interactivevolcano.com/simple-flash-mp3-player</link>
		<comments>http://interactivevolcano.com/simple-flash-mp3-player#comments</comments>
		<pubDate>Wed, 07 Jan 2009 01:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flashvars]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[randomize]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://interactivevolcano.com/simple-flash-mp3-player</guid>
		<description><![CDATA[Making a MP3 player is really simple using Flash and AS2.  First open up an FLA in Actionscript 2.0 format.  In the first frame, open the actions window and write: 

var simple_mp3:Sound = new Sound();
simple_mp3.loadSound( 'example.mp3', true );

Here we're loading the MP3 'example.mp3'.  The second variable in <a href="http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&#038;file=00002677.html" rel="nofollow">loadSound()</a> is whether to stream the media.  If you would like to wait until the MP3 loads completely, just set this to false.]]></description>
		<wfw:commentRss>http://interactivevolcano.com/simple-flash-mp3-player/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hacking sIFR 2&#8217;s Font Replacement</title>
		<link>http://interactivevolcano.com/hacking-sifr-2s-font-replacement</link>
		<comments>http://interactivevolcano.com/hacking-sifr-2s-font-replacement#comments</comments>
		<pubDate>Wed, 06 Aug 2008 02:30:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[flashvars]]></category>
		<category><![CDATA[font-replacement]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://interactivevolcano.com/hacking-sifr-2s-font-replacement</guid>
		<description><![CDATA[ With sIFR 3 still in beta, let&#8217;s explore hacking sIFR 2 to behave with more of today&#8217;s Flash functionality.
To get started, download sIFR 2.  A common complaint about sIFR font replacement is that the fonts look too pixelated or light.  A quick trick to fixing this is to up the Flash version [...]]]></description>
		<wfw:commentRss>http://interactivevolcano.com/hacking-sifr-2s-font-replacement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

