<?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: Youtube video in AS3 FLVPlayback</title>
	<atom:link href="http://dennisjaamann.com/blog/?feed=rss2&#038;p=70" rel="self" type="application/rss+xml" />
	<link>http://dennisjaamann.com/blog/?p=70</link>
	<description>Everyday Flash &#38; Flex</description>
	<lastBuildDate>Tue, 04 May 2010 13:24:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-6943</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 16 Apr 2010 00:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-6943</guid>
		<description>In lieu of the ability to edit the .htaccess file a much simpler solution is available to those who have written their own streaming/pseudo-streaming script.

The AS2.0 FLVPlayback object will accept the following url:
video.php?id=blah&amp;format=.flv

Not sure if this is true of later versions, but at least the one I&#039;m using appears to merely check for the url ending of &quot;.flv&quot;, which is satisfied by this trailing parameter.</description>
		<content:encoded><![CDATA[<p>In lieu of the ability to edit the .htaccess file a much simpler solution is available to those who have written their own streaming/pseudo-streaming script.</p>
<p>The AS2.0 FLVPlayback object will accept the following url:<br />
video.php?id=blah&amp;format=.flv</p>
<p>Not sure if this is true of later versions, but at least the one I&#8217;m using appears to merely check for the url ending of &#8220;.flv&#8221;, which is satisfied by this trailing parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-6647</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Wed, 24 Mar 2010 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-6647</guid>
		<description>Anyone have a copy of this working? I have tried a bunch of different curl options and ways of getting the videos but now it seems youtube has added a layer to block outside requests. It adds some new variables to the FLV request and changes the IP for example 200.0.0.0 (blocked) but works fine when its 0.0.0.0 - note in the page sources twice. 

Would love to get this back working its really a smooth way to watch youtube vids.</description>
		<content:encoded><![CDATA[<p>Anyone have a copy of this working? I have tried a bunch of different curl options and ways of getting the videos but now it seems youtube has added a layer to block outside requests. It adds some new variables to the FLV request and changes the IP for example 200.0.0.0 (blocked) but works fine when its 0.0.0.0 &#8211; note in the page sources twice. </p>
<p>Would love to get this back working its really a smooth way to watch youtube vids.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enricoB</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5809</link>
		<dc:creator>enricoB</dc:creator>
		<pubDate>Fri, 01 Jan 2010 23:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5809</guid>
		<description>thanks a lot for the .htaccess solution!
i finished to implemented a youtube as3 videoplayer!</description>
		<content:encoded><![CDATA[<p>thanks a lot for the .htaccess solution!<br />
i finished to implemented a youtube as3 videoplayer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LastFM/Amazon/Youtube Mashup &#124; VISUAL DIALECTS</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5409</link>
		<dc:creator>LastFM/Amazon/Youtube Mashup &#124; VISUAL DIALECTS</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5409</guid>
		<description>[...] I have already started work on pulling the video in from youtube and drawing it onto the cubes.  Here is a great post on how to grab/hack a video from youtube, this should give you everything you [...]</description>
		<content:encoded><![CDATA[<p>[...] I have already started work on pulling the video in from youtube and drawing it onto the cubes.  Here is a great post on how to grab/hack a video from youtube, this should give you everything you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klinQ</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5244</link>
		<dc:creator>klinQ</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5244</guid>
		<description>Another problem:

Warning: get_headers() [function.get-headers]: URL file-access is disabled in the server configuration in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 39

Warning: get_headers() [function.get-headers]: This function may only be used against URLs. in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 39

Warning: Invalid argument supplied for foreach() in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 41

How to make it work without get_headers()?</description>
		<content:encoded><![CDATA[<p>Another problem:</p>
<p>Warning: get_headers() [function.get-headers]: URL file-access is disabled in the server configuration in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 39</p>
<p>Warning: get_headers() [function.get-headers]: This function may only be used against URLs. in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 39</p>
<p>Warning: Invalid argument supplied for foreach() in /home/klinick/public_html/YTRadio/php/getYoutubeFLV.php on line 41</p>
<p>How to make it work without get_headers()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5225</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5225</guid>
		<description>&lt;a href=&quot;#comment-5224&quot; rel=&quot;nofollow&quot;&gt;@klinQ&lt;/a&gt; 
Hi klinQ,

You can find the source code of the new and improved php on the homepage of my blog, in the new post about the youtube update.

Or, you can download the sources of this post again, the improved php file is included there.

Regards,

Dennis</description>
		<content:encoded><![CDATA[<p><a href="#comment-5224" rel="nofollow">@klinQ</a><br />
Hi klinQ,</p>
<p>You can find the source code of the new and improved php on the homepage of my blog, in the new post about the youtube update.</p>
<p>Or, you can download the sources of this post again, the improved php file is included there.</p>
<p>Regards,</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klinQ</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5224</link>
		<dc:creator>klinQ</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5224</guid>
		<description>Could u send me phpfile ?
I tried many different ways and still got no working script :( klinick@scholaris.pl big thx &amp; sorry my eng.</description>
		<content:encoded><![CDATA[<p>Could u send me phpfile ?<br />
I tried many different ways and still got no working script <img src='http://dennisjaamann.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  <a href="mailto:klinick@scholaris.pl">klinick@scholaris.pl</a> big thx &amp; sorry my eng.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElFerne</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5197</link>
		<dc:creator>ElFerne</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5197</guid>
		<description>&lt;a href=&quot;#comment-5195&quot; rel=&quot;nofollow&quot;&gt;@klinQ&lt;/a&gt; 

that is a problem with the quotation mark when I paste into the post

you have to change the quotation mark from ´ to &#039;  

$swfVar = &#039;\&#039;SWF_ARGS\&#039;:&#039;;</description>
		<content:encoded><![CDATA[<p><a href="#comment-5195" rel="nofollow">@klinQ</a> </p>
<p>that is a problem with the quotation mark when I paste into the post</p>
<p>you have to change the quotation mark from ´ to &#8216;  </p>
<p>$swfVar = &#8216;\&#8217;SWF_ARGS\&#8217;:';</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klinQ</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5195</link>
		<dc:creator>klinQ</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5195</guid>
		<description>How should this line look like now?

if (!preg_match(’#\’SWF_ARGS\’: (\{.*?\})#is’, $info, $matches))

didnt work</description>
		<content:encoded><![CDATA[<p>How should this line look like now?</p>
<p>if (!preg_match(’#\’SWF_ARGS\’: (\{.*?\})#is’, $info, $matches))</p>
<p>didnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klinQ</title>
		<link>http://dennisjaamann.com/blog/?p=70&#038;cpage=1#comment-5194</link>
		<dc:creator>klinQ</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://dennisjaamann.com/blog/?p=70#comment-5194</guid>
		<description>&lt;a href=&quot;#comment-5186&quot; rel=&quot;nofollow&quot;&gt;@Elferne&lt;/a&gt; 
Hey i&#039;ve got
Warning: Unexpected character in input: &#039;\&#039; (ASCII=92) state=1 in ...

when I use
$swfVar = ‘\’SWF_ARGS\’:&#039;;

How to fix it?</description>
		<content:encoded><![CDATA[<p><a href="#comment-5186" rel="nofollow">@Elferne</a><br />
Hey i&#8217;ve got<br />
Warning: Unexpected character in input: &#8216;\&#8217; (ASCII=92) state=1 in &#8230;</p>
<p>when I use<br />
$swfVar = ‘\’SWF_ARGS\’:&#8217;;</p>
<p>How to fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
