<?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: New Action Styles</title>
	<atom:link href="http://don.citarella.net/2007/06/17/new-action-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://don.citarella.net/2007/06/17/new-action-styles/</link>
	<description>Personal Blog of Don Citarella</description>
	<lastBuildDate>Sat, 24 Dec 2011 18:02:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Don</title>
		<link>http://don.citarella.net/2007/06/17/new-action-styles/comment-page-1/#comment-1489</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 17 Aug 2007 08:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/06/17/new-action-styles/#comment-1489</guid>
		<description>Hi Marcel, Thanks for the compliment. Find the following line in the FLA:

switch (typesArray[i]) {

And add the following code after it:

case &quot;build&quot; :
var buildTypes:Object = new Object();
buildTypes.description = &quot;Build Files (*.ai, *.psd, *.indd, *.eps)&quot;; (You can add whatever extensions you want)
buildTypes.extension = &quot;*.ai; *.psd; *.indd; *.eps&quot;;
allTypes.push(buildTypes);
exts.push(&quot;ai&quot;, &quot;psd&quot;, &quot;indd&quot;, &quot;eps&quot;);
break;

Republish the flash.

Then, in the index.php file that holds the flash, change the types variable to either:

fo.addVariable(&quot;types&quot;, &quot;build&quot;);

or add it to a list of suitable types:

fo.addVariable(&quot;types&quot;, &quot;video&#124;text&#124;pdf&#124;image&#124;audio&#124;build&quot;);</description>
		<content:encoded><![CDATA[<p>Hi Marcel, Thanks for the compliment. Find the following line in the FLA:</p>
<p>switch (typesArray[i]) {</p>
<p>And add the following code after it:</p>
<p>case &#8220;build&#8221; :<br />
var buildTypes:Object = new Object();<br />
buildTypes.description = &#8220;Build Files (*.ai, *.psd, *.indd, *.eps)&#8221;; (You can add whatever extensions you want)<br />
buildTypes.extension = &#8220;*.ai; *.psd; *.indd; *.eps&#8221;;<br />
allTypes.push(buildTypes);<br />
exts.push(&#8220;ai&#8221;, &#8220;psd&#8221;, &#8220;indd&#8221;, &#8220;eps&#8221;);<br />
break;</p>
<p>Republish the flash.</p>
<p>Then, in the index.php file that holds the flash, change the types variable to either:</p>
<p>fo.addVariable(&#8220;types&#8221;, &#8220;build&#8221;);</p>
<p>or add it to a list of suitable types:</p>
<p>fo.addVariable(&#8220;types&#8221;, &#8220;video|text|pdf|image|audio|build&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://don.citarella.net/2007/06/17/new-action-styles/comment-page-1/#comment-1463</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Wed, 15 Aug 2007 13:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/06/17/new-action-styles/#comment-1463</guid>
		<description>Hi,

I got your great flash uploader! But how can I change the allowed filesize and spcify filetypes like .ai .psd

Thanks
Marcel
The Netherlands</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I got your great flash uploader! But how can I change the allowed filesize and spcify filetypes like .ai .psd</p>
<p>Thanks<br />
Marcel<br />
The Netherlands</p>
]]></content:encoded>
	</item>
</channel>
</rss>

