<?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: Flash File Uploader</title>
	<atom:link href="http://don.citarella.net/2007/05/30/flash-file-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://don.citarella.net/2007/05/30/flash-file-uploader/</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: iCeR`</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-4260</link>
		<dc:creator>iCeR`</dc:creator>
		<pubDate>Tue, 20 Nov 2007 20:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-4260</guid>
		<description>Hi Don,

Thank you so much for the uploader, yours seems like the only working one out there in terms of security settings etc.
Just wondering if you could help me customise the flash uploader. Instead of using php to display the folder and image preview, are you able to help me customise the flash animation to show the user only the one uploaded image and when they scroll over it it shows a bigger version?
need it for a client due this week :/ Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Don,</p>
<p>Thank you so much for the uploader, yours seems like the only working one out there in terms of security settings etc.<br />
Just wondering if you could help me customise the flash uploader. Instead of using php to display the folder and image preview, are you able to help me customise the flash animation to show the user only the one uploaded image and when they scroll over it it shows a bigger version?<br />
need it for a client due this week :/ Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-3330</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 23 Oct 2007 01:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-3330</guid>
		<description>You can create a form on the HTML page and include a javascript that activates the Flash Upload once your variables have been set:

&lt;pre&gt;
function uploadMe(){
	var upload_button = document.theForm.action_upload;
	var upload_url = “http://www.yourdomain.com/your/upload/script/”;
	up.SetVariable(”upload_to”, upload_url);
	up.SetVariable(”ul”, “100?);
	upload_button.disabled=’true’;
	return false;
}
&lt;form method=”post” enctype=”multipart/form-data” action=”http://www.yourdomain.com/
- upload/page/” name=”theForm” id=”theForm” onSubmit=”return uploadMe();”&gt;
// Place form elements here.
&lt;input id=”upload_button” name=”action_upload” type=”submit” value=”Upload Video”&gt;
&lt;/form&gt;
&lt;/pre&gt;

In addition, you can use this function for form validation or passing the values of the form through the flash to your PHP script.
Please let me know if this answers your questions.
</description>
		<content:encoded><![CDATA[<p>You can create a form on the HTML page and include a javascript that activates the Flash Upload once your variables have been set:</p>
<pre>
function uploadMe(){
	var upload_button = document.theForm.action_upload;
	var upload_url = “http://www.yourdomain.com/your/upload/script/”;
	up.SetVariable(”upload_to”, upload_url);
	up.SetVariable(”ul”, “100?);
	upload_button.disabled=’true’;
	return false;
}
&lt;form method=”post” enctype=”multipart/form-data” action=”http://www.yourdomain.com/
- upload/page/” name=”theForm” id=”theForm” onSubmit=”return uploadMe();”&gt;
// Place form elements here.
&lt;input id=”upload_button” name=”action_upload” type=”submit” value=”Upload Video”&gt;
&lt;/form&gt;
</pre>
<p>In addition, you can use this function for form validation or passing the values of the form through the flash to your PHP script.<br />
Please let me know if this answers your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-3327</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Tue, 23 Oct 2007 00:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-3327</guid>
		<description>Sorry that my english is not so well. I have a html form to upload a video file, users need to input title, description and of course there is a file field. I want to use your great flash file uploader to replace the file field, how can I start the file uploading when users click the submit button (not the upload button in your uploader)? Thanks!</description>
		<content:encoded><![CDATA[<p>Sorry that my english is not so well. I have a html form to upload a video file, users need to input title, description and of course there is a file field. I want to use your great flash file uploader to replace the file field, how can I start the file uploading when users click the submit button (not the upload button in your uploader)? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-3309</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Mon, 22 Oct 2007 15:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-3309</guid>
		<description>I&#039;m not certain I understand. The data is posted to a PHP file. Please explain what you need.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not certain I understand. The data is posted to a PHP file. Please explain what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-3284</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Mon, 22 Oct 2007 06:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-3284</guid>
		<description>Hi Don, how can I use javascript to do the upload action. I want to actually post the data to a PHP file. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Don, how can I use javascript to do the upload action. I want to actually post the data to a PHP file. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-1563</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 20 Aug 2007 10:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-1563</guid>
		<description>Thank you very much Don :D</description>
		<content:encoded><![CDATA[<p>Thank you very much Don <img src='http://don.citarella.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://don.citarella.net/2007/05/30/flash-file-uploader/comment-page-1/#comment-1537</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sun, 19 Aug 2007 18:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://don.citarella.net/index.php/2007/05/30/flash-file-uploader/#comment-1537</guid>
		<description>Hey Pete, That link fixed it. Thanks! Simply replace:

stop(); 

(on the AS layer 1) with:

_root.onEnterFrame = function() {
    if (this.getBytesLoaded() / this.getBytesTotal() &gt; 0.99) {
        _root.onEnterFrame = function() {
            trace (&quot;onEnterFrame called&quot;);
        };
    }
};

Or just grab the new zip file, here:
http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/</description>
		<content:encoded><![CDATA[<p>Hey Pete, That link fixed it. Thanks! Simply replace:</p>
<p>stop(); </p>
<p>(on the AS layer 1) with:</p>
<p>_root.onEnterFrame = function() {<br />
    if (this.getBytesLoaded() / this.getBytesTotal() > 0.99) {<br />
        _root.onEnterFrame = function() {<br />
            trace (&#8220;onEnterFrame called&#8221;);<br />
        };<br />
    }<br />
};</p>
<p>Or just grab the new zip file, here:<br />
<a href="http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/" rel="nofollow">http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

