<?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: AS3 YouTube Chromeless player and search API</title>
	<atom:link href="http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/</link>
	<description>is Manuel Gonzalez</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: petr novotny</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-1269</link>
		<dc:creator>petr novotny</dc:creator>
		<pubDate>Sun, 04 Sep 2011 13:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-1269</guid>
		<description>Thank you very much. I have searched it for ages.</description>
		<content:encoded><![CDATA[<p>Thank you very much. I have searched it for ages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-1197</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 22 Jan 2011 20:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-1197</guid>
		<description>I believe so. Have you tried it yet? 
Here a snippet of code that will enable flash fullscreen


import flash.display.StageDisplayState;
stage.scaleMode = StageScaleMode.NO_SCALE;
private function onFullScreenClicked(e:MouseEvent):void
{
    if (stage.displayState == StageDisplayState.NORMAL) {
        stage.displayState=StageDisplayState.FULL_SCREEN;
    } else {
        stage.displayState=StageDisplayState.NORMAL;
    }
}

// Now create a button and add a MouseEvent 

yourFullscreenButton.addEventListener(MouseEvent.CLICK, onFullScreenClicked,false,0,true);

//In the HTML make sure that your object embed tag attribute is set to allowFullScreen and set the parameters to:

 

That should do the trick.</description>
		<content:encoded><![CDATA[<p>I believe so. Have you tried it yet?<br />
Here a snippet of code that will enable flash fullscreen</p>
<p>import flash.display.StageDisplayState;<br />
stage.scaleMode = StageScaleMode.NO_SCALE;<br />
private function onFullScreenClicked(e:MouseEvent):void<br />
{<br />
    if (stage.displayState == StageDisplayState.NORMAL) {<br />
        stage.displayState=StageDisplayState.FULL_SCREEN;<br />
    } else {<br />
        stage.displayState=StageDisplayState.NORMAL;<br />
    }<br />
}</p>
<p>// Now create a button and add a MouseEvent </p>
<p>yourFullscreenButton.addEventListener(MouseEvent.CLICK, onFullScreenClicked,false,0,true);</p>
<p>//In the HTML make sure that your object embed tag attribute is set to allowFullScreen and set the parameters to:</p>
<p>That should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mosilver</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-1194</link>
		<dc:creator>mosilver</dc:creator>
		<pubDate>Fri, 21 Jan 2011 13:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-1194</guid>
		<description>Hi, can the vido be playing in fullScreen mode ? If can - How to do it?</description>
		<content:encoded><![CDATA[<p>Hi, can the vido be playing in fullScreen mode ? If can &#8211; How to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-396</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sat, 26 Jun 2010 04:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-396</guid>
		<description>OMG!!! THANK YOU!!! YOUR TUTORIAL ARE AWESOME.......</description>
		<content:encoded><![CDATA[<p>OMG!!! THANK YOU!!! YOUR TUTORIAL ARE AWESOME&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-370</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 00:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-370</guid>
		<description>@bijoy. Did you load the video feed?  Was there a feed object which was returned? What exactly are you trying to do? This would help me...help you.
M</description>
		<content:encoded><![CDATA[<p>@bijoy. Did you load the video feed?  Was there a feed object which was returned? What exactly are you trying to do? This would help me&#8230;help you.<br />
M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijoy</title>
		<link>http://www.codingcolor.com/as3/as3-youtube-chromeless-player-and-search-api/comment-page-1/#comment-365</link>
		<dc:creator>bijoy</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=1025#comment-365</guid>
		<description>great job!

How to get the title of the video by passing the video id.</description>
		<content:encoded><![CDATA[<p>great job!</p>
<p>How to get the title of the video by passing the video id.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

