<?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: Basic Video Player in Flex</title>
	<atom:link href="http://www.riacodes.com/flex/basic-video-player-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flex/basic-video-player-in-flex/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:04:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: abdessamad IDRISSI</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-1120</link>
		<dc:creator>abdessamad IDRISSI</dc:creator>
		<pubDate>Sat, 24 Apr 2010 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-1120</guid>
		<description>Thanx for the script but won&#039;t work in FLex version 4.</description>
		<content:encoded><![CDATA[<p>Thanx for the script but won&#8217;t work in FLex version 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal adhikari</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-1107</link>
		<dc:creator>kunal adhikari</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-1107</guid>
		<description>Please let me know what syntax error you getting because its working absolutely fine. However can any one help me that how to play a live streaming from this player.i want to play it from camera(live).</description>
		<content:encoded><![CDATA[<p>Please let me know what syntax error you getting because its working absolutely fine. However can any one help me that how to play a live streaming from this player.i want to play it from camera(live).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-1006</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 26 Mar 2010 11:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-1006</guid>
		<description>amarshukla123  

The function you gave brings up a syntax error?</description>
		<content:encoded><![CDATA[<p>amarshukla123  </p>
<p>The function you gave brings up a syntax error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amarshukla123</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-954</link>
		<dc:creator>amarshukla123</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-954</guid>
		<description>Slightly Buggy , If you click on mute button and change the slider value .It gets unmute but label doesn&#039;t change.Simply make a function and call it at hslider chaneg event and dats it.

private function muteANDunmute(event:SliderEvent):void{
			player.volume=volSlider.value;
			if(mute){
				muteBtn.label = &quot;Mute&quot;;
				mute = false;
			}
		}

</description>
		<content:encoded><![CDATA[<p>Slightly Buggy , If you click on mute button and change the slider value .It gets unmute but label doesn&#8217;t change.Simply make a function and call it at hslider chaneg event and dats it.</p>
<p>private function muteANDunmute(event:SliderEvent):void{<br />
			player.volume=volSlider.value;<br />
			if(mute){<br />
				muteBtn.label = &#8220;Mute&#8221;;<br />
				mute = false;<br />
			}<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyianite</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-926</link>
		<dc:creator>cyianite</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-926</guid>
		<description>thanks bro, just what I needed</description>
		<content:encoded><![CDATA[<p>thanks bro, just what I needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bachmann</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-909</link>
		<dc:creator>bachmann</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-909</guid>
		<description>is to possible that flex (flash) checks a folder with Movies?
which i can select on a table and play it in the player?</description>
		<content:encoded><![CDATA[<p>is to possible that flex (flash) checks a folder with Movies?<br />
which i can select on a table and play it in the player?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-893</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-893</guid>
		<description>Awsome thanx! Buenìsimo muchas gracias!</description>
		<content:encoded><![CDATA[<p>Awsome thanx! Buenìsimo muchas gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-208</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-208</guid>
		<description>Is there any way to check for the existance of a RTMP file and if it doesn&#039;t to play a different one?
In my case I have some .FLV videos on the server, but new ones are coming as .MP4, I am trying to make it able to detect if the file exists to play the right file.
Any help will be appreciated.</description>
		<content:encoded><![CDATA[<p>Is there any way to check for the existance of a RTMP file and if it doesn&#8217;t to play a different one?<br />
In my case I have some .FLV videos on the server, but new ones are coming as .MP4, I am trying to make it able to detect if the file exists to play the right file.<br />
Any help will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-167</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 05 Aug 2009 04:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-167</guid>
		<description>Great tutorial btw...</description>
		<content:encoded><![CDATA[<p>Great tutorial btw&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.riacodes.com/flex/basic-video-player-in-flex/comment-page-1/#comment-105</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 13 Jul 2009 06:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=17#comment-105</guid>
		<description>Nice tutorial on VideoDisplay. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Nice tutorial on VideoDisplay. Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
