<?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: Review: Five Top Personal Video Sites</title>
	<atom:link href="http://flash.fincanon.com/archives/70/feed" rel="self" type="application/rss+xml" />
	<link>http://flash.fincanon.com/archives/70</link>
	<description>Flash Platform stuff from Jason Fincanon</description>
	<lastBuildDate>Thu, 01 Sep 2011 10:52:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://flash.fincanon.com/archives/70/comment-page-1#comment-8999</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 18 Nov 2006 03:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://flash.fincanon.com/archives/70#comment-8999</guid>
		<description>I talked with an On2 sales person a few months ago and from the information I was given, yes, the Flex Engine SDK will convert videos to .flv when they are uploaded to the server. Here&#039;s the link without the session id appended to it:

http://www.on2.com/developer/flix-engine-sdk</description>
		<content:encoded><![CDATA[<p>I talked with an On2 sales person a few months ago and from the information I was given, yes, the Flex Engine SDK will convert videos to .flv when they are uploaded to the server. Here&#8217;s the link without the session id appended to it:</p>
<p><a href="http://www.on2.com/developer/flix-engine-sdk" rel="nofollow">http://www.on2.com/developer/flix-engine-sdk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://flash.fincanon.com/archives/70/comment-page-1#comment-8992</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 17 Nov 2006 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://flash.fincanon.com/archives/70#comment-8992</guid>
		<description>I want to confirm one thing Jason;
So bascially this link; http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&amp;ref= ) will do my converting in to flv in realtime? If not, where can i get a software where it will convert mpeg,mpg, avi in real time as youtube does.... Please let me know, at your earliest.</description>
		<content:encoded><![CDATA[<p>I want to confirm one thing Jason;<br />
So bascially this link; <a href="http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&#038;ref" rel="nofollow">http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&#038;ref</a>= ) will do my converting in to flv in realtime? If not, where can i get a software where it will convert mpeg,mpg, avi in real time as youtube does&#8230;. Please let me know, at your earliest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dune</title>
		<link>http://flash.fincanon.com/archives/70/comment-page-1#comment-4494</link>
		<dc:creator>Dune</dc:creator>
		<pubDate>Tue, 15 Aug 2006 18:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://flash.fincanon.com/archives/70#comment-4494</guid>
		<description>Thank you Jason, I also found this link on your site which seems very interesting. Thanks very much for the links, greatly appreciated.

http://flash.fincanon.com/archives/44</description>
		<content:encoded><![CDATA[<p>Thank you Jason, I also found this link on your site which seems very interesting. Thanks very much for the links, greatly appreciated.</p>
<p><a href="http://flash.fincanon.com/archives/44" rel="nofollow">http://flash.fincanon.com/archives/44</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://flash.fincanon.com/archives/70/comment-page-1#comment-4443</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 14 Aug 2006 02:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://flash.fincanon.com/archives/70#comment-4443</guid>
		<description>Hi Dune. I&#039;m not sure of any actual tutorials on this, but it&#039;s going to be a two part process.
1: The upload.
2: The file conversion.

For the upload of the file, check out the FileReference.upload method on the Adobe live docs. That should give you all of the info and an example on uploading. Here&#039;s a link:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2.html

As for the file conversion, you can go a couple of ways. You could do it manually on a schedule of some sort with the Flash Video Encoder or On2 Flix ( http://on2.com/consumer/flix-pro/ ). Or you might check into something like the Flix Engine ( http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&amp;ref=  ) which converts server-side.

Hope that helps get you going.</description>
		<content:encoded><![CDATA[<p>Hi Dune. I&#8217;m not sure of any actual tutorials on this, but it&#8217;s going to be a two part process.<br />
1: The upload.<br />
2: The file conversion.</p>
<p>For the upload of the file, check out the FileReference.upload method on the Adobe live docs. That should give you all of the info and an example on uploading. Here&#8217;s a link:<br />
<a href="http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2.html" rel="nofollow">http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2.html</a></p>
<p>As for the file conversion, you can go a couple of ways. You could do it manually on a schedule of some sort with the Flash Video Encoder or On2 Flix ( <a href="http://on2.com/consumer/flix-pro/" rel="nofollow">http://on2.com/consumer/flix-pro/</a> ). Or you might check into something like the Flix Engine ( <a href="http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&#038;ref" rel="nofollow">http://www.on2.com/developer/flix-engine-sdk/?sid=8O1P-3KJI-44dfe3fb6e665&#038;ref</a>=  ) which converts server-side.</p>
<p>Hope that helps get you going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dune</title>
		<link>http://flash.fincanon.com/archives/70/comment-page-1#comment-4440</link>
		<dc:creator>Dune</dc:creator>
		<pubDate>Mon, 14 Aug 2006 00:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://flash.fincanon.com/archives/70#comment-4440</guid>
		<description>Are any tutorials on how to create a user-generated content site that accepts video uploads and auto-converts them to Flash available. Anything of the sort would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Are any tutorials on how to create a user-generated content site that accepts video uploads and auto-converts them to Flash available. Anything of the sort would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

