<?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: Automatic Bandwidth Detection for SMIL + FLVPlayback + Progressive Downloads</title>
	<atom:link href="http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/feed/" rel="self" type="application/rss+xml" />
	<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/</link>
	<description>where matthew tretter types stuff</description>
	<pubDate>Thu, 09 Sep 2010 17:23:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matthew</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-4782</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-4782</guid>
		<description>Thanks for the comment Anthony, but I think you're using an old version. Try grabbing it from the SVN repository.  I'll update the ZIP…someday.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Anthony, but I think you&#039;re using an old version. Try grabbing it from the SVN repository.  I&#039;ll update the ZIP…someday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-4780</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-4780</guid>
		<description>Hi man, nice code, work good but in Flex 3 and using SDK 4.0.x I' have problem on final compiling.

I use this additional compliler arguments: -locale en_US -static-link-runtime-shared-libraries=true

I solve the problem with next way...

edit next class: com.exanimo.video.NCManagerAuto.as

- error line: 175 -&gt; var myBandwidthChecker = new BandwidthChecker(URLUtil.getFullURL(n...
- solution :  you need declarate your variable, simply add ":*"

var myBandwidthChecker:* = new BandwidthChecker(URLUtil.getFullURL(new Loader().contentLoaderInfo.loaderURL.split('/').slice(0, -1).join('/'), URLUtil.getFullURL(_streamName, _streams[0].src)));

Good Luck</description>
		<content:encoded><![CDATA[<p>Hi man, nice code, work good but in Flex 3 and using SDK 4.0.x I&#039; have problem on final compiling.</p>
<p>I use this additional compliler arguments: -locale en_US -static-link-runtime-shared-libraries=true</p>
<p>I solve the problem with next way&#8230;</p>
<p>edit next class: com.exanimo.video.NCManagerAuto.as</p>
<p>- error line: 175 -&gt; var myBandwidthChecker = new BandwidthChecker(URLUtil.getFullURL(n&#8230;<br />
- solution :  you need declarate your variable, simply add &#034;:*&#034;</p>
<p>var myBandwidthChecker:* = new BandwidthChecker(URLUtil.getFullURL(new Loader().contentLoaderInfo.loaderURL.split(&#039;/').slice(0, -1).join(&#039;/'), URLUtil.getFullURL(_streamName, _streams[0].src)));</p>
<p>Good Luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-2532</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Wed, 22 Apr 2009 14:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-2532</guid>
		<description>@Mike Sorry I didn't respond sooner but thanks for reporting back with your findings!</description>
		<content:encoded><![CDATA[<p>@Mike Sorry I didn&#039;t respond sooner but thanks for reporting back with your findings!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fox</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-2503</link>
		<dc:creator>Mike Fox</dc:creator>
		<pubDate>Fri, 17 Apr 2009 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-2503</guid>
		<description>Never mind.  I figured it out.

For those following behind...

Apparently, in order for the smil file approach to work remotely, the smil file can NOT end with .smi or .smil as I had been informed elsewhere.

The file must end with .xml .   (Or at least the way our http servers are configured, maybe this might work under different configurations, but it wouldn't work for me until I changed .smil to .xml )

I'm outtahere.</description>
		<content:encoded><![CDATA[<p>Never mind.  I figured it out.</p>
<p>For those following behind&#8230;</p>
<p>Apparently, in order for the smil file approach to work remotely, the smil file can NOT end with .smi or .smil as I had been informed elsewhere.</p>
<p>The file must end with .xml .   (Or at least the way our http servers are configured, maybe this might work under different configurations, but it wouldn&#039;t work for me until I changed .smil to .xml )</p>
<p>I&#039;m outtahere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fox</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-2500</link>
		<dc:creator>Mike Fox</dc:creator>
		<pubDate>Fri, 17 Apr 2009 15:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-2500</guid>
		<description>Interesting.  Your example code doesn't work for me either unless I open it locally on my Mac.

Your link above ("See the NCManagerAuto Example ") brings up nothing but a blank page.

If I download the sample source files and run them, voila!  I see content.

But if I upload the exact same files to my server and try to run the html remotely, no content.

So, whatssupwiddat?  ; )  Inquiring minds wanna know.</description>
		<content:encoded><![CDATA[<p>Interesting.  Your example code doesn&#039;t work for me either unless I open it locally on my Mac.</p>
<p>Your link above (&#034;See the NCManagerAuto Example &#034;) brings up nothing but a blank page.</p>
<p>If I download the sample source files and run them, voila!  I see content.</p>
<p>But if I upload the exact same files to my server and try to run the html remotely, no content.</p>
<p>So, whatssupwiddat?  ; )  Inquiring minds wanna know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fox</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-2495</link>
		<dc:creator>Mike Fox</dc:creator>
		<pubDate>Thu, 16 Apr 2009 20:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-2495</guid>
		<description>I'm stumped.  Things are working fine if I test the files locally, but once I upload the SMIL file, html and .swf file to my server, and point the FLVplayback component's source to the same SMIL on an http server, I don't get any video, just endless barber pole.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#039;m stumped.  Things are working fine if I test the files locally, but once I upload the SMIL file, html and .swf file to my server, and point the FLVplayback component&#039;s source to the same SMIL on an http server, I don&#039;t get any video, just endless barber pole.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse K</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-2192</link>
		<dc:creator>Jesse K</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-2192</guid>
		<description>Does anyone know how you would go about getting a playback controller integrated into the movies using this method?</description>
		<content:encoded><![CDATA[<p>Does anyone know how you would go about getting a playback controller integrated into the movies using this method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bandwidth Detection AS3 &#171; Thomas J. Webb&#8217;s Ecology Blog</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-1780</link>
		<dc:creator>Bandwidth Detection AS3 &#171; Thomas J. Webb&#8217;s Ecology Blog</dc:creator>
		<pubDate>Thu, 15 Jan 2009 17:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-1780</guid>
		<description>[...] ex animo » Blog Archive » Automatic Bandwidth Detection for SMIL + FLVPlayback + Progressive Downl... [...]</description>
		<content:encoded><![CDATA[<p>[...] ex animo » Blog Archive » Automatic Bandwidth Detection for SMIL + FLVPlayback + Progressive Downl&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim W</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-524</link>
		<dc:creator>Jim W</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-524</guid>
		<description>As a quick solution, I've used the FLV pathname to switch - but this would become cumbersome with larger directory paths and perhaps dynamic paths.</description>
		<content:encoded><![CDATA[<p>As a quick solution, I&#039;ve used the FLV pathname to switch - but this would become cumbersome with larger directory paths and perhaps dynamic paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim W</title>
		<link>http://exanimo.com/actionscript/automatic-bandwidth-detection-for-smil/comment-page-1/#comment-523</link>
		<dc:creator>Jim W</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://v2-5.exanimo.com/?p=14#comment-523</guid>
		<description>I'm trying to use your detection once for two sets of videos - high bandwidth and low bandwidth. Each set is contained in two arrays, but from the info above, it looks like the src value must point to an FLV in order for the checking to occur - am I correct?

If so, is there a way that I can just pass a value based on the bitrate and then determine the FLV for playback? Currently I'm trying this:


//			Function determining which Array to use

function setBandwidth():Array
{
	
	var bandwidth:String = 'example.smil';
	
	switch (bandwidth)
	{
		
		case "HI":
			return(HiBandArray);
			break;
		
		case "LO":
			return(LoBandArray);
			break;
		
		default:
			trace ("defaulted!");
			return(LoBandArray);
			break;
		
	}
	
}</description>
		<content:encoded><![CDATA[<p>I&#039;m trying to use your detection once for two sets of videos - high bandwidth and low bandwidth. Each set is contained in two arrays, but from the info above, it looks like the src value must point to an FLV in order for the checking to occur - am I correct?</p>
<p>If so, is there a way that I can just pass a value based on the bitrate and then determine the FLV for playback? Currently I&#039;m trying this:</p>
<p>//			Function determining which Array to use</p>
<p>function setBandwidth():Array<br />
{</p>
<p>	var bandwidth:String = &#039;example.smil&#039;;</p>
<p>	switch (bandwidth)<br />
	{</p>
<p>		case &#034;HI&#034;:<br />
			return(HiBandArray);<br />
			break;</p>
<p>		case &#034;LO&#034;:<br />
			return(LoBandArray);<br />
			break;</p>
<p>		default:<br />
			trace (&#034;defaulted!&#034;);<br />
			return(LoBandArray);<br />
			break;</p>
<p>	}</p>
<p>}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
