<?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 on: Hacking expressions</title>
	<atom:link href="http://maltaannon.com/blog/hacking-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://maltaannon.com/blog/hacking-expressions/</link>
	<description>Free Adobe After Effects and Production Studio Video Tutorials</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:08:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: baby christening gifts</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-6583</link>
		<dc:creator>baby christening gifts</dc:creator>
		<pubDate>Tue, 10 Nov 2009 08:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-6583</guid>
		<description>Oh my !!! Just cant help without appreciating such a wonderful and creative job!! Excellent. Using expression in programming languages is very rare. using it in hacking is even more rarer. I never came across such an innovative idea.</description>
		<content:encoded><![CDATA[<p>Oh my !!! Just cant help without appreciating such a wonderful and creative job!! Excellent. Using expression in programming languages is very rare. using it in hacking is even more rarer. I never came across such an innovative idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElenaLisvato</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-2811</link>
		<dc:creator>ElenaLisvato</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-2811</guid>
		<description>That’s Too nice, when it comes in india hope it can make a Rocking place for youngster.. hope that come true.</description>
		<content:encoded><![CDATA[<p>That’s Too nice, when it comes in india hope it can make a Rocking place for youngster.. hope that come true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maltaannon</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1277</link>
		<dc:creator>Maltaannon</dc:creator>
		<pubDate>Mon, 24 Nov 2008 03:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1277</guid>
		<description>That&#039;s true. You can&#039;t reference relative folder - at least I haven&#039;t found any way of doing that. The file:/// is just good to use if you&#039;re using the same project file and file structure on two systems like MacOS and Win, but it&#039;s not required.</description>
		<content:encoded><![CDATA[<p>That&#8217;s true. You can&#8217;t reference relative folder &#8211; at least I haven&#8217;t found any way of doing that. The file:/// is just good to use if you&#8217;re using the same project file and file structure on two systems like MacOS and Win, but it&#8217;s not required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot Mebane</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1276</link>
		<dc:creator>Elliot Mebane</dc:creator>
		<pubDate>Mon, 24 Nov 2008 02:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1276</guid>
		<description>Great tip. I&#039;m using Win XP 64 bit with AE CS3. My findings vary from the notes in this post.  I&#039;ve been unable to target the same folder the AEP file is in with relative referencing.  That&#039;s my preference so my project can be more portable. Anyone have success with that?

Here&#039;s my findings. Hopefully this helps someone else use this great tip about the #include directive:

I used the following format, without any file:/// prefix, and I was able to target the Support Files folder (the sample with file:/// targets the root of my C drive):
#include &quot;simpleNumber35.jsxinc&quot;;

Any filename/extension works, but I followed the jsxinc format I read about in the PDF guide referenced below.

Example that targets the root of my C drive: #include &quot;file:///simpleNumber50.jsxinc&quot;;

Example that targets a sub directory (note: no c:\\ needed. None of my trials worked when I included c:\\):
#include &quot;file:///Documents and Settings\\Administrator\\My Documents\\simpleNumber90.jsxinc&quot;;

Links to another thread that cites #include (again, my results are different than the results that are cited here):
http://aenhancers.com/viewtopic.php?p=3420&amp;sid=c63f9a5278cac83b47390f798063c92e#p3420</description>
		<content:encoded><![CDATA[<p>Great tip. I&#8217;m using Win XP 64 bit with AE CS3. My findings vary from the notes in this post.  I&#8217;ve been unable to target the same folder the AEP file is in with relative referencing.  That&#8217;s my preference so my project can be more portable. Anyone have success with that?</p>
<p>Here&#8217;s my findings. Hopefully this helps someone else use this great tip about the #include directive:</p>
<p>I used the following format, without any file:/// prefix, and I was able to target the Support Files folder (the sample with file:/// targets the root of my C drive):<br />
#include &#8220;simpleNumber35.jsxinc&#8221;;</p>
<p>Any filename/extension works, but I followed the jsxinc format I read about in the PDF guide referenced below.</p>
<p>Example that targets the root of my C drive: #include &#8220;file:///simpleNumber50.jsxinc&#8221;;</p>
<p>Example that targets a sub directory (note: no c:\\ needed. None of my trials worked when I included c:\\):<br />
#include &#8220;file:///Documents and Settings\\Administrator\\My Documents\\simpleNumber90.jsxinc&#8221;;</p>
<p>Links to another thread that cites #include (again, my results are different than the results that are cited here):<br />
<a href="http://aenhancers.com/viewtopic.php?p=3420&amp;sid=c63f9a5278cac83b47390f798063c92e#p3420" rel="nofollow">http://aenhancers.com/viewtopic.php?p=3420&amp;sid=c63f9a5278cac83b47390f798063c92e#p3420</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryab</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1275</link>
		<dc:creator>bryab</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1275</guid>
		<description>is it just me, or does this not work in AE CS4?</description>
		<content:encoded><![CDATA[<p>is it just me, or does this not work in AE CS4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krajstof</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1274</link>
		<dc:creator>krajstof</dc:creator>
		<pubDate>Sat, 04 Oct 2008 21:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1274</guid>
		<description>This might come in handy :)</description>
		<content:encoded><![CDATA[<p>This might come in handy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maltaannon</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1273</link>
		<dc:creator>Maltaannon</dc:creator>
		<pubDate>Fri, 15 Aug 2008 12:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1273</guid>
		<description>Try changing the file path to this format: file:///yourfilepath.ext</description>
		<content:encoded><![CDATA[<p>Try changing the file path to this format: file:///yourfilepath.ext</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1272</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Fri, 15 Aug 2008 08:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1272</guid>
		<description>i am having issues getting this to work on my Mac using CS3. I have tried putting the file in Resources folder as suggested and in a few other simple to link-to locations, but still have had no luck.  Any ideas?</description>
		<content:encoded><![CDATA[<p>i am having issues getting this to work on my Mac using CS3. I have tried putting the file in Resources folder as suggested and in a few other simple to link-to locations, but still have had no luck.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ecker00</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1271</link>
		<dc:creator>Ecker00</dc:creator>
		<pubDate>Thu, 24 Jul 2008 00:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1271</guid>
		<description>Your a genius dude! i didn&#039;t even know AFX did even use javaScript =O but i feel like i should know that for a long time ago. Anyway, thanks for sharing your knowledge!

#include &#039;/the.world&#039;</description>
		<content:encoded><![CDATA[<p>Your a genius dude! i didn&#8217;t even know AFX did even use javaScript =O but i feel like i should know that for a long time ago. Anyway, thanks for sharing your knowledge!</p>
<p>#include &#8216;/the.world&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erilaz</title>
		<link>http://maltaannon.com/blog/hacking-expressions/#comment-1270</link>
		<dc:creator>Erilaz</dc:creator>
		<pubDate>Sat, 21 Jun 2008 02:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://maltaannon.com/?p=131#comment-1270</guid>
		<description>Thanks man... I never knew you could use #includes inside the expressions.  This will be very useful!</description>
		<content:encoded><![CDATA[<p>Thanks man&#8230; I never knew you could use #includes inside the expressions.  This will be very useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
