<?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>Bodie Leonard &#187; as3</title>
	<atom:link href="http://bodieleonard.com/tag/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bodieleonard.com</link>
	<description>click, listen, learn, play interactive web</description>
	<lastBuildDate>Fri, 04 Sep 2009 16:39:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CS4 Flash shared libraries time saver</title>
		<link>http://bodieleonard.com/cs4-flash-shared-libraries-time-saver/</link>
		<comments>http://bodieleonard.com/cs4-flash-shared-libraries-time-saver/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:21:38 +0000</pubDate>
		<dc:creator>Bodie Leonard</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash CS4]]></category>
		<category><![CDATA[time saver]]></category>

		<guid isPermaLink="false">http://bodieleonard.com/?p=337</guid>
		<description><![CDATA[I am always working on large scale sites in flash and I work with creatives that have a tendency to change their mind every once in a while  . I needed to come up with a quick solution to change assets quickly across an entire site. Some sites can have at least 20 or [...]]]></description>
			<content:encoded><![CDATA[<p>I am always working on large scale sites in flash and I work with creatives that have a tendency to change their mind every once in a while <img src='http://bodieleonard.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I needed to come up with a quick solution to change assets quickly across an entire site. Some sites can have at least 20 or more different swf&#8217;s and it is way too time consuming to go into each fla library and change that asset.  So I started working with shared libraries.</p>
<h1>Why have I missed out on this for so long?</h1>
<p>Shared libraries are very easy to setup and save soo much time. Here is how I setup my shared libraries.</p>
<ol>
<li>Create an .fla that will hold all shared assets for instance sharring an arrow button.<br />
<img class="alignright size-full wp-image-340" title="picture-1" src="http://bodieleonard.com/wp-content/uploads/2009/08/picture-1.png" alt="picture-1" width="184" height="145" /></li>
<li>Create the arrow button then convert that arrow into a movie clip symbol and <strong>Linkage</strong> it to any <strong>Class</strong> com.Arrows.</li>
<li>Then in <strong>Sharing</strong> <strong>check</strong> <strong>Export for runtime sharing</strong> and then input the url where the swf will be published.</li>
<li>Next create the .fla to where you want to import the shared object.</li>
<li>Create an empty movieclip that will import the shared object with these properties. <strong>Linkage</strong> the <strong>Class</strong> that was used before com.Arrows then in <strong>Sharing</strong> <strong>check</strong> <strong>Import for runtime sharing</strong> and in the <strong>URL</strong> put the path to the shared library swf.</li>
</ol>
<p>And that is it. You can now update any of your assets by opening the shared library.swf and BAM! your done.  Good luck.<br />
<img src="http://bodieleonard.com/wp-content/uploads/2009/08/pic_4.png" /><br />
<img src="http://bodieleonard.com/wp-content/uploads/2009/08/pic_3.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bodieleonard.com/cs4-flash-shared-libraries-time-saver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
