<?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>Balint&#039;s Blog &#187; flash actionscript publish aso</title>
	<atom:link href="http://blog.spench.net/tag/flash-actionscript-publish-aso/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spench.net</link>
	<description>balint at spench fullstop-decimalpoint-dot net</description>
	<lastBuildDate>Sun, 20 Jul 2025 18:53:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changes in ActionScript code not reflected in published content</title>
		<link>http://blog.spench.net/2009/07/15/changes-in-actionscript-code-not-reflected-in-published-content/</link>
		<comments>http://blog.spench.net/2009/07/15/changes-in-actionscript-code-not-reflected-in-published-content/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:39:23 +0000</pubDate>
		<dc:creator>balint</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[flash actionscript publish aso]]></category>

		<guid isPermaLink="false">http://blog.spench.net/2009/07/15/changes-in-actionscript-code-not-reflected-in-published-content/</guid>
		<description><![CDATA[While working on a Flash project in Adobe Creative Suite CS4, I was editing some ActionScript 2.0 code (AS) stored in a separate code file from the main Flash document (FLA). I decided to revert to an older version of the whole project, thereby going back to FLA and AS files with an older timestamp. [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a Flash project in Adobe Creative Suite CS4, I was editing some ActionScript 2.0 code (AS) stored in a separate code file from the main Flash document (FLA). I decided to revert to an older version of the whole project, thereby going back to FLA and AS files with an older timestamp. Publishing the document proceeded as normal, however when I went to preview it I found behaviour that would indicate that the newer AS code was still being compiled, even though I had gone back to using old code. After using Process Monitor and highlighting the code file in question, I discovered Flash caches compiled classes (to ASO files) in a special directory (under Windows Vista):</p>
<p><code>C:\Users\User Name\AppData\Local\Adobe\Flash CS4\en\Configuration\Classes\aso\...</code></p>
<p>I suspect under previous versions of Windows, it would be the same directory structure under:</p>
<p><code>C:\Documents and Settings\User Name\Application Data</code> or<br />
<code>C:\Documents and Settings\User Name\Local Settings</code> (If you know, please leave a comment!)</p>
<p>I guess that as the old AS code file had a timestamp older than the cached ASO file, the cache was not refreshed and the original code was used.<br />
There are two options: delete the ASO files, or &#8216;touch&#8217; the necessary AS files with a newer file time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spench.net/2009/07/15/changes-in-actionscript-code-not-reflected-in-published-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
