<?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 encoding JPEG, alchemy</title>
	<atom:link href="http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=actionscript-3-encoding-jpeg</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Klas Lundberg</title>
		<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/comment-page-1/#comment-1354</link>
		<dc:creator>Klas Lundberg</dc:creator>
		<pubDate>Wed, 14 Apr 2010 00:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=136#comment-1354</guid>
		<description>I have just put up a tutorial/guide on how to use the Alchemy JPEG encoder in Flash. It&#039;s also an example on how to use a progressbar to monitor the encoding. Check out http://last.instinct.se/graphics-and-effects/using-the-fast-asynchronous-alchemy-jpeg-encoder-in-flash/640</description>
		<content:encoded><![CDATA[<p>I have just put up a tutorial/guide on how to use the Alchemy JPEG encoder in Flash. It&#8217;s also an example on how to use a progressbar to monitor the encoding. Check out <a href="http://last.instinct.se/graphics-and-effects/using-the-fast-asynchronous-alchemy-jpeg-encoder-in-flash/640" rel="nofollow">http://last.instinct.se/graphics-and-effects/using-the-fast-asynchronous-alchemy-jpeg-encoder-in-flash/640</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/comment-page-1/#comment-11</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=136#comment-11</guid>
		<description>Hi, yes you can send it to fms, if you want to have it without serverside scripting, you can use SharedObject and send data via byteArray or serialized to String ( http://blog.yoz.sk/2009/10/serialization/ , http://blog.yoz.sk/2009/10/sharedobject-goes-rangeerror-error-2006/ ). Other clients will see image after synchronization... good luck</description>
		<content:encoded><![CDATA[<p>Hi, yes you can send it to fms, if you want to have it without serverside scripting, you can use SharedObject and send data via byteArray or serialized to String ( <a href="http://blog.yoz.sk/2009/10/serialization/" rel="nofollow">http://blog.yoz.sk/2009/10/serialization/</a> , <a href="http://blog.yoz.sk/2009/10/sharedobject-goes-rangeerror-error-2006/" rel="nofollow">http://blog.yoz.sk/2009/10/sharedobject-goes-rangeerror-error-2006/</a> ). Other clients will see image after synchronization&#8230; good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caroline</title>
		<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/comment-page-1/#comment-9</link>
		<dc:creator>Caroline</dc:creator>
		<pubDate>Wed, 14 Oct 2009 18:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=136#comment-9</guid>
		<description>Hi there,
Thanks for the info.. very helpful! I am wondering if you know whether it is possible to send jpegs to the fms 3.5, I know it is possible for vid and audio.. I would like to view them from flash app then. I can&#039;t figure it out and badly need help!
Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for the info.. very helpful! I am wondering if you know whether it is possible to send jpegs to the fms 3.5, I know it is possible for vid and audio.. I would like to view them from flash app then. I can&#8217;t figure it out and badly need help!<br />
Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/comment-page-1/#comment-8</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=136#comment-8</guid>
		<description>Hi Julio,
yes it can be used in flash player 10. To import .swc to flex go to:
project / properties / flex build path / library path / add swc ... ok
clean your project after and you are ready to go</description>
		<content:encoded><![CDATA[<p>Hi Julio,<br />
yes it can be used in flash player 10. To import .swc to flex go to:<br />
project / properties / flex build path / library path / add swc &#8230; ok<br />
clean your project after and you are ready to go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Ruiz</title>
		<link>http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/comment-page-1/#comment-7</link>
		<dc:creator>Julio Ruiz</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=136#comment-7</guid>
		<description>Hello, that&#039;s excellent news, but have a few questions.

Can I use this within a FP10 as3 player for the web, and if so how do I associate / import the classes of the SWC. I&#039;ve added it to my external library path and flash is picking it up on export, but as soon as I try to encode something I get a CLBInit not found...

Brilliant news this...

Cheers

Julio</description>
		<content:encoded><![CDATA[<p>Hello, that&#8217;s excellent news, but have a few questions.</p>
<p>Can I use this within a FP10 as3 player for the web, and if so how do I associate / import the classes of the SWC. I&#8217;ve added it to my external library path and flash is picking it up on export, but as soon as I try to encode something I get a CLBInit not found&#8230;</p>
<p>Brilliant news this&#8230;</p>
<p>Cheers</p>
<p>Julio</p>
]]></content:encoded>
	</item>
</channel>
</rss>

