<?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: Expanding the Flash Actionscript 3.0 Videoplayer</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sagar</title>
		<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/comment-page-2/#comment-22060</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Tue, 25 May 2010 06:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=88#comment-22060</guid>
		<description>Hi,

Is there any way in which we can play FMS streaming file in this player, including buffering. 

Thanks &amp; Regards,
Sagar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any way in which we can play FMS streaming file in this player, including buffering. </p>
<p>Thanks &amp; Regards,<br />
Sagar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/comment-page-2/#comment-21589</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 20 May 2010 01:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=88#comment-21589</guid>
		<description>Hello,
 How do I get it to play a single video I pass in via javascript instead of the XML?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
 How do I get it to play a single video I pass in via javascript instead of the XML?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar</title>
		<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/comment-page-2/#comment-21546</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Wed, 19 May 2010 13:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=88#comment-21546</guid>
		<description>For all those who could not get autoplay or autostart
Here is a solution!!!

just add following two lines of code in playlistLoaded function
before playVid(0, false); as shown below

playVid(0, true);//Added by Sagar Ranpise
bolLoaded = true;//Added by Sagar Ranpise
playVid(0, false); 

Hope it helps! And I also added the feature which I asked in my previous message, Thanks a lot for this awesome stuff!</description>
		<content:encoded><![CDATA[<p>For all those who could not get autoplay or autostart<br />
Here is a solution!!!</p>
<p>just add following two lines of code in playlistLoaded function<br />
before playVid(0, false); as shown below</p>
<p>playVid(0, true);//Added by Sagar Ranpise<br />
bolLoaded = true;//Added by Sagar Ranpise<br />
playVid(0, false); </p>
<p>Hope it helps! And I also added the feature which I asked in my previous message, Thanks a lot for this awesome stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/comment-page-2/#comment-21544</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Wed, 19 May 2010 12:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=88#comment-21544</guid>
		<description>Hi guys 
 I believe that adding this to the base layer of your video should stop the sound from playing
// Stop all sound when at this frame
SoundMixer.stopAll(); 

Add this to your main video action script to start again at the beginning of the playlist 

// check if we&#039;re not at the beginning of the playlist and go back
	if(intActiveVid - 1 &gt;= 0)
		playVid(intActiveVid - 1);
}

Hope that helps! 

Em</description>
		<content:encoded><![CDATA[<p>Hi guys<br />
 I believe that adding this to the base layer of your video should stop the sound from playing<br />
// Stop all sound when at this frame<br />
SoundMixer.stopAll(); </p>
<p>Add this to your main video action script to start again at the beginning of the playlist </p>
<p>// check if we&#8217;re not at the beginning of the playlist and go back<br />
	if(intActiveVid &#8211; 1 &gt;= 0)<br />
		playVid(intActiveVid &#8211; 1);<br />
}</p>
<p>Hope that helps! </p>
<p>Em</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar</title>
		<link>http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/comment-page-2/#comment-21368</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Mon, 17 May 2010 07:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=88#comment-21368</guid>
		<description>Hi,

Awesome stuff, I would just want to know one thing that is there an option to go to first video automatically when it finishes last video?

Thanks a lot for sharing!

Take care &amp; god bless!

With Regards,
Sagar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Awesome stuff, I would just want to know one thing that is there an option to go to first video automatically when it finishes last video?</p>
<p>Thanks a lot for sharing!</p>
<p>Take care &amp; god bless!</p>
<p>With Regards,<br />
Sagar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.119 seconds -->
