<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for Liza Hayes</title>
	<atom:link href="http://blog.lizahayes.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lizahayes.co.uk</link>
	<description>Flash, AS3, After Effects &#38; Photoshop</description>
	<pubDate>Sat, 04 Sep 2010 20:09:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Supressing jpg options popup in Photoshop Batch Processing by MeriBH</title>
		<link>http://blog.lizahayes.co.uk/2009/10/04/supressing-jpg-options-popup-in-photoshop-batch-processing/comment-page-1/#comment-51</link>
		<dc:creator>MeriBH</dc:creator>
		<pubDate>Tue, 22 Jun 2010 18:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lizahayes.co.uk/?p=70#comment-51</guid>
		<description>I JUST found the way around this in CS4 that doesn't involve as many steps. Add a "save" item to the action, (file - save) then when you get the JPEG Options dialogue box, click OK and end the action recording.

When you want to do your batch processing, have destination as "Save &amp; Close" This means that the file is saving itself twice, but you don't have to touch a thing.</description>
		<content:encoded><![CDATA[<p>I JUST found the way around this in CS4 that doesn&#8217;t involve as many steps. Add a &#8220;save&#8221; item to the action, (file - save) then when you get the JPEG Options dialogue box, click OK and end the action recording.</p>
<p>When you want to do your batch processing, have destination as &#8220;Save &amp; Close&#8221; This means that the file is saving itself twice, but you don&#8217;t have to touch a thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing the stage in Gaia Framework by Kevin</title>
		<link>http://blog.lizahayes.co.uk/2009/06/14/accessing-the-stage-in-gaia-framework/comment-page-1/#comment-49</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 09 Apr 2010 02:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lizahayes.co.uk/?p=47#comment-49</guid>
		<description>I just started learning Gaia myself (trying to remake my site with it) and ran into this same problem. I ended up just making a function to initialize everything then calling it from inside transitionIn().

private function init():void
{ 
stage.addEventListener(Event.RESIZE, onResize);
onResize();
}

override public function transitionIn():void 
		{
			super.transitionIn();
			init();
			TweenMax.to(this, 0.3, {alpha:1, onComplete:transitionInComplete});
		}</description>
		<content:encoded><![CDATA[<p>I just started learning Gaia myself (trying to remake my site with it) and ran into this same problem. I ended up just making a function to initialize everything then calling it from inside transitionIn().</p>
<p>private function init():void<br />
{<br />
stage.addEventListener(Event.RESIZE, onResize);<br />
onResize();<br />
}</p>
<p>override public function transitionIn():void<br />
		{<br />
			super.transitionIn();<br />
			init();<br />
			TweenMax.to(this, 0.3, {alpha:1, onComplete:transitionInComplete});<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Print Job Class PC Error by Marvin de Bruin</title>
		<link>http://blog.lizahayes.co.uk/2009/04/21/flash-as3-print-job-class-pc-error/comment-page-1/#comment-45</link>
		<dc:creator>Marvin de Bruin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 08:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lizahayes.co.uk/?p=3#comment-45</guid>
		<description>Well it is stated in the as3 help documentation that addPage requeres a 15 sec timeout period. So if you have like 4 pages you should keep in mind this will add up to (4*15sec) 1 minute. The wierd thing about your "problem" is that it did work on a mac...

I had the same "problem" :)</description>
		<content:encoded><![CDATA[<p>Well it is stated in the as3 help documentation that addPage requeres a 15 sec timeout period. So if you have like 4 pages you should keep in mind this will add up to (4*15sec) 1 minute. The wierd thing about your &#8220;problem&#8221; is that it did work on a mac&#8230;</p>
<p>I had the same &#8220;problem&#8221; <img src='http://blog.lizahayes.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Print Job Class PC Error by Daniel Wind</title>
		<link>http://blog.lizahayes.co.uk/2009/04/21/flash-as3-print-job-class-pc-error/comment-page-1/#comment-43</link>
		<dc:creator>Daniel Wind</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lizahayes.co.uk/?p=3#comment-43</guid>
		<description>Liza,

thanks for the information, really helpful...</description>
		<content:encoded><![CDATA[<p>Liza,</p>
<p>thanks for the information, really helpful&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
