<?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: ActionScript 3 Jpeg Encoder Revealed: Saving Images from Flash</title>
	<atom:link href="http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 13:01:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maicon</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-13055</link>
		<dc:creator>Maicon</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-13055</guid>
		<description>perfect!!!!</description>
		<content:encoded><![CDATA[<p>perfect!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boralq</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-13012</link>
		<dc:creator>Boralq</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-13012</guid>
		<description>Hi.

I have tried using this tutorial to make it save to a folder on a webserver. But it doesnt work.

Any idea how im able to do that?</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I have tried using this tutorial to make it save to a folder on a webserver. But it doesnt work.</p>
<p>Any idea how im able to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meet</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12809</link>
		<dc:creator>meet</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12809</guid>
		<description>In Flash IDE 
Edit-&gt; Preferences -&gt; Action Script 3.0 settings</description>
		<content:encoded><![CDATA[<p>In Flash IDE<br />
Edit-&gt; Preferences -&gt; Action Script 3.0 settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelly</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12776</link>
		<dc:creator>kelly</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12776</guid>
		<description>Hi,
Can anyone help me?
Im an intermediate user in Flash and this is my first time using ActionScript 3.0, im a little confused with this tutorial, where do I place the coding that is provided? I have downloaded the core lib but what class folder do I place it into?
Hope I dont sound stupid, any help is appreciated!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can anyone help me?<br />
Im an intermediate user in Flash and this is my first time using ActionScript 3.0, im a little confused with this tutorial, where do I place the coding that is provided? I have downloaded the core lib but what class folder do I place it into?<br />
Hope I dont sound stupid, any help is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: munkyChop</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12759</link>
		<dc:creator>munkyChop</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12759</guid>
		<description>Very useful, thanks!

@George Oscar
You will need to import whichever classes you wish to use and upload them to the server along with the SWF, for example:

/*
import the JPGEncoder from the com/adobe/images folder. The &#039;com&#039; folder should be in the same folder as your SWF file.
*/
import com.adobe.images.JPGEncoder;



Once the JPGEncoder class has been imported you can utilize the provided methods within. Users are not required to download these classes, otherwise nobody would want to use flash much ;)

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Very useful, thanks!</p>
<p>@George Oscar<br />
You will need to import whichever classes you wish to use and upload them to the server along with the SWF, for example:</p>
<p>/*<br />
import the JPGEncoder from the com/adobe/images folder. The &#8216;com&#8217; folder should be in the same folder as your SWF file.<br />
*/<br />
import com.adobe.images.JPGEncoder;</p>
<p>Once the JPGEncoder class has been imported you can utilize the provided methods within. Users are not required to download these classes, otherwise nobody would want to use flash much <img src='http://designreviver.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Oscar</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12692</link>
		<dc:creator>George Oscar</dc:creator>
		<pubDate>Thu, 28 Jan 2010 00:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12692</guid>
		<description>I am terribly sorry if this sounds stupid but I am new to flash and I just wanted to check. Seeing as I can figure out that these classes are not an intrinsic part of the flash player installation, would my users require to download these classes or is it the case that once I import them into my swf, they will be compiled along?
If they are not compiled along what do I need to do to ensure that they are included when I publish my swf? I am developing in Flash CS4 Professional and targeting Flash Player 9 or greater running in web browsers.

Thanks so much...</description>
		<content:encoded><![CDATA[<p>I am terribly sorry if this sounds stupid but I am new to flash and I just wanted to check. Seeing as I can figure out that these classes are not an intrinsic part of the flash player installation, would my users require to download these classes or is it the case that once I import them into my swf, they will be compiled along?<br />
If they are not compiled along what do I need to do to ensure that they are included when I publish my swf? I am developing in Flash CS4 Professional and targeting Flash Player 9 or greater running in web browsers.</p>
<p>Thanks so much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12675</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12675</guid>
		<description>Thanks for the great tutorial!
I think it is very important to point out that this example will not work when you run the swf file locally. It only works when it is on a server.
Took me hours of php juggling before I realized that.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial!<br />
I think it is very important to point out that this example will not work when you run the swf file locally. It only works when it is on a server.<br />
Took me hours of php juggling before I realized that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julixe</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12334</link>
		<dc:creator>julixe</dc:creator>
		<pubDate>Fri, 08 Jan 2010 11:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12334</guid>
		<description>hi - the sketchpad demo uploaded at the top of the page is exactly what I need to create for a webpage (I&#039;ve hardly done any action scripting) wondering if there&#039;s a demo file/code I could get?

Many thanks.</description>
		<content:encoded><![CDATA[<p>hi &#8211; the sketchpad demo uploaded at the top of the page is exactly what I need to create for a webpage (I&#8217;ve hardly done any action scripting) wondering if there&#8217;s a demo file/code I could get?</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Angelico</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12274</link>
		<dc:creator>Alex Angelico</dc:creator>
		<pubDate>Mon, 04 Jan 2010 20:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12274</guid>
		<description>Eureka!!!, I found the sample code at: http://henryjones.us/wp-content/uploads/2007/11/jpeg_encoder.zip</description>
		<content:encoded><![CDATA[<p>Eureka!!!, I found the sample code at: <a href="http://henryjones.us/wp-content/uploads/2007/11/jpeg_encoder.zip" rel="nofollow">http://henryjones.us/wp-content/uploads/2007/11/jpeg_encoder.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selvan</title>
		<link>http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/comment-page-2/#comment-12216</link>
		<dc:creator>selvan</dc:creator>
		<pubDate>Thu, 31 Dec 2009 06:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash#comment-12216</guid>
		<description>hi,
nice tutorial.
Thanks for your work.
The download is not available.
Could you reupload the sample code?
any link for download sample code?</description>
		<content:encoded><![CDATA[<p>hi,<br />
nice tutorial.<br />
Thanks for your work.<br />
The download is not available.<br />
Could you reupload the sample code?<br />
any link for download sample code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
