<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP class to embed youtube, dailymotion and google video, extensible to other services with a simple configuration file (valid xhtml)</title>
	<link>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/</link>
	<description>Shake your digital, we do WowWare</description>
	<pubDate>Sun, 23 Nov 2008 13:08:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Hervé</title>
		<link>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-1074</link>
		<dc:creator>Hervé</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:21:15 +0000</pubDate>
		<guid>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-1074</guid>
		<description>There is a problem line 241, actually the code looks like this :
if ($match[count($match)]-1) $this-&#62;_id = $match[count($match)-1];

but it should be :
if ($match[count($match)-1]) $this-&#62;_id = $match[count($match)-1];

There is a problem with the -1, it is not at the good position.</description>
		<content:encoded><![CDATA[<p>There is a problem line 241, actually the code looks like this :<br />
if ($match[count($match)]-1) $this-&gt;_id = $match[count($match)-1];</p>
<p>but it should be :<br />
if ($match[count($match)-1]) $this-&gt;_id = $match[count($match)-1];</p>
<p>There is a problem with the -1, it is not at the good position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy Cyganczuk</title>
		<link>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-409</link>
		<dc:creator>Jessy Cyganczuk</dc:creator>
		<pubDate>Sat, 29 Mar 2008 16:49:11 +0000</pubDate>
		<guid>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-409</guid>
		<description>Thanks for your script :)</description>
		<content:encoded><![CDATA[<p>Thanks for your script <img src='http://dev.af83.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ori Pekelman</title>
		<link>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-270</link>
		<dc:creator>Ori Pekelman</dc:creator>
		<pubDate>Mon, 25 Feb 2008 20:12:30 +0000</pubDate>
		<guid>http://dev.af83.com/php/php-class-to-manage-and-display-video-embed-code-from-youtube-dailymotion-and-google-video-with-a-simple-configuration-file/2008/02/25/#comment-270</guid>
		<description>if you got this code well in the last twenty minutes here is a  better regexp for dailymotion:extractPattern: '#/(video&#124;swf)/([a-zA-Z0-9]+)[^a-zA-Z0-9]#'</description>
		<content:encoded><![CDATA[<p>if you got this code well in the last twenty minutes here is a  better regexp for dailymotion:extractPattern: &#8216;#/(video|swf)/([a-zA-Z0-9]+)[^a-zA-Z0-9]#&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
