<?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: Video tutorial: &#8220;Elf Yourself&#8221; yourself &#8211; Personalized video on the web</title>
	<atom:link href="http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/</link>
	<description>Life as an Adobe platform evangelist</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:36:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gl</title>
		<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/comment-page-1/#comment-24724</link>
		<dc:creator>gl</dc:creator>
		<pubDate>Mon, 20 Dec 2010 22:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webkitchen.be/?p=1815#comment-24724</guid>
		<description>Hi Serge - many thanks for an exceptional tutorial; you make the complicated impossible seem easy! I, too, would really appreciate an updated tutorial showing how more than one character can be tracked/added as this would make a great how-to into a spectacular one!

Perhaps you, or someone else with more than a fleeting knowledge of flash could help me with this - the problem I have is adding the face once the video is in flash. I import the png file, convert to a movie clip and give it an instance. It plays fine, but I can&#039;t position it on top of the existing face in the video. In order for it to be positioned in the right place when compiled, I have to put it to the left and above the video and takes quite a bit of tweaking to get this right...it would be great to have an answer to this - thanks again!!</description>
		<content:encoded><![CDATA[<p>Hi Serge &#8211; many thanks for an exceptional tutorial; you make the complicated impossible seem easy! I, too, would really appreciate an updated tutorial showing how more than one character can be tracked/added as this would make a great how-to into a spectacular one!</p>
<p>Perhaps you, or someone else with more than a fleeting knowledge of flash could help me with this &#8211; the problem I have is adding the face once the video is in flash. I import the png file, convert to a movie clip and give it an instance. It plays fine, but I can&#8217;t position it on top of the existing face in the video. In order for it to be positioned in the right place when compiled, I have to put it to the left and above the video and takes quite a bit of tweaking to get this right&#8230;it would be great to have an answer to this &#8211; thanks again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laFunk</title>
		<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/comment-page-1/#comment-22832</link>
		<dc:creator>laFunk</dc:creator>
		<pubDate>Thu, 16 Dec 2010 18:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webkitchen.be/?p=1815#comment-22832</guid>
		<description>@dogimo THX FOR THAT SCRIPT HOTFIX!

Regarding the rotation information, i used some simple trigonometrics to achieve that:

var values:Array=param[&quot;Track Point 1_Attach Point&quot;].split(/,/);
var values2:Array=param[&quot;Track Point 2_Attach Point&quot;].split(/,/);
var myRadians:Number = Math.atan2(values2[1]-values[1], values2[0]-values[0]);
var myDegrees:Number = Math.round((myRadians*180/Math.PI))+90;

Thanks for the tut, Serge =)</description>
		<content:encoded><![CDATA[<p>@dogimo THX FOR THAT SCRIPT HOTFIX!</p>
<p>Regarding the rotation information, i used some simple trigonometrics to achieve that:</p>
<p>var values:Array=param["Track Point 1_Attach Point"].split(/,/);<br />
var values2:Array=param["Track Point 2_Attach Point"].split(/,/);<br />
var myRadians:Number = Math.atan2(values2[1]-values[1], values2[0]-values[0]);<br />
var myDegrees:Number = Math.round((myRadians*180/Math.PI))+90;</p>
<p>Thanks for the tut, Serge =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wally</title>
		<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/comment-page-1/#comment-18022</link>
		<dc:creator>Wally</dc:creator>
		<pubDate>Wed, 08 Dec 2010 23:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webkitchen.be/?p=1815#comment-18022</guid>
		<description>Hey mate, thanks for the AWESOME tutorial, just what i was looking for my project at work.</description>
		<content:encoded><![CDATA[<p>Hey mate, thanks for the AWESOME tutorial, just what i was looking for my project at work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zico</title>
		<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/comment-page-1/#comment-13309</link>
		<dc:creator>zico</dc:creator>
		<pubDate>Sun, 13 Jun 2010 15:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webkitchen.be/?p=1815#comment-13309</guid>
		<description>Fisrt, sorry for my english...
This code no worked for me. The problem was that my AFX is not in english and, the consequence is that the code is different :
is not : var values:Array=paramObj[&quot;Track Point 1_attach Point&quot;].split(/,/);
is (in french for me): var values:Array=paramObj[&quot;Point de suivi 1_Point d&#039;attache&quot;].split(/,/);
So, if your AFX is not in english, your obliged to modify your code. The name parameter is not the same...

Thank for this. Your save my life !
;-))</description>
		<content:encoded><![CDATA[<p>Fisrt, sorry for my english&#8230;<br />
This code no worked for me. The problem was that my AFX is not in english and, the consequence is that the code is different :<br />
is not : var values:Array=paramObj["Track Point 1_attach Point"].split(/,/);<br />
is (in french for me): var values:Array=paramObj["Point de suivi 1_Point d'attache"].split(/,/);<br />
So, if your AFX is not in english, your obliged to modify your code. The name parameter is not the same&#8230;</p>
<p>Thank for this. Your save my life !<br />
;-))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge Jespers</title>
		<link>http://www.webkitchen.be/2009/11/13/video-tutorial-elf-yourself-yourself-personalized-video-on-the-web/comment-page-1/#comment-9812</link>
		<dc:creator>Serge Jespers</dc:creator>
		<pubDate>Fri, 02 Apr 2010 05:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webkitchen.be/?p=1815#comment-9812</guid>
		<description>Hi Robert,

I think in this case you may want to export the cuepoints as an XML file instead of embedding it in the FLV.</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>I think in this case you may want to export the cuepoints as an XML file instead of embedding it in the FLV.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

