<?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 for Opthumb</title>
	<atom:link href="http://www.opthumb.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opthumb.com</link>
	<description>Actionscript, Rails, Ruby, and CSS discovery</description>
	<pubDate>Thu, 11 Mar 2010 22:00:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Finding your adobe serial numbers by yxolesi</title>
		<link>http://www.opthumb.com/2009/finding-your-adobe-serial-numbers/05/comment-page-1/#comment-25</link>
		<dc:creator>yxolesi</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=130#comment-25</guid>
		<description>&lt;strong&gt;yxolesi...&lt;/strong&gt;

 &lt;a href="http://ypydokyryva.blogspot.com/2009/09/wallmount-for-pltv-32c.html" rel="nofollow"&gt;roux y gastric&lt;/a&gt; ...</description>
		<content:encoded><![CDATA[<p><strong>yxolesi&#8230;</strong></p>
<p> <a href="http://ypydokyryva.blogspot.com/2009/09/wallmount-for-pltv-32c.html" rel="nofollow">roux y gastric</a> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick function for moving a sprite to the highest depth by CoreyLucier</title>
		<link>http://www.opthumb.com/2009/quick-function-for-moving-a-sprite-to-the-highest-depth/03/comment-page-1/#comment-24</link>
		<dc:creator>CoreyLucier</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/2009/quick-function-for-moving-a-sprite-to-the-highest-depth/03/#comment-24</guid>
		<description>Why not just use DisplayObjectContainer's "setChildIndex" method?  ;)</description>
		<content:encoded><![CDATA[<p>Why not just use DisplayObjectContainer&#8217;s &#8220;setChildIndex&#8221; method?  <img src='http://www.opthumb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New hulu styled open source video player. by admin</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-20</guid>
		<description>I actually stopped development on this player in favor of flowerplayer:  http://flowplayer.org/ .  Flowerplayer supports skinning and has a pretty well documented api for JS integration, and I'm pretty sure that there's a Hulu skin out there.  Anywho.... about the flash embed issue, I think it might have to do with the encoding process.  I had to include different codecs when I built and compiled FFMpeg.  To test this theory, encode one of your videos right in the flash IDE (Import video).  It'll spit out an FLV that will definitely work, thus eliminating swfobject as the problem source.  Generally when I have issues with swfobject, the flash player doesn't initialize at all which is why I suspect the audio encoding.  For automated solutions, FFMpeg is extremely fragile with regards to FLV encoding (although I hear google just bought ON2 which means this might improve).  Anywho.... let me know if it works.  Cheers</description>
		<content:encoded><![CDATA[<p>I actually stopped development on this player in favor of flowerplayer:  <a href="http://flowplayer.org/" rel="nofollow">http://flowplayer.org/</a> .  Flowerplayer supports skinning and has a pretty well documented api for JS integration, and I&#8217;m pretty sure that there&#8217;s a Hulu skin out there.  Anywho&#8230;. about the flash embed issue, I think it might have to do with the encoding process.  I had to include different codecs when I built and compiled FFMpeg.  To test this theory, encode one of your videos right in the flash IDE (Import video).  It&#8217;ll spit out an FLV that will definitely work, thus eliminating swfobject as the problem source.  Generally when I have issues with swfobject, the flash player doesn&#8217;t initialize at all which is why I suspect the audio encoding.  For automated solutions, FFMpeg is extremely fragile with regards to FLV encoding (although I hear google just bought ON2 which means this might improve).  Anywho&#8230;. let me know if it works.  Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New hulu styled open source video player. by james</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-19</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 05 Aug 2009 13:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-19</guid>
		<description>Hey,
I stumbled across this player and was shocked. I too use nginx on several servers. Kick ars app for sure.

I was wondering what you were using for a embed code or swfobject setup.
I've been trying to get it running with mp4's + nginx mp4 streaming. Thus far I can hit play it starts playing but 0 picture. Got sound though. Tried 5 or 6 different mp4's some encoded via ffmpeg+qt-faststart some via local program.

Anyway drop me a email if this project is still up and running. I'm building something that could use this player ;)</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I stumbled across this player and was shocked. I too use nginx on several servers. Kick ars app for sure.</p>
<p>I was wondering what you were using for a embed code or swfobject setup.<br />
I&#8217;ve been trying to get it running with mp4&#8217;s + nginx mp4 streaming. Thus far I can hit play it starts playing but 0 picture. Got sound though. Tried 5 or 6 different mp4&#8217;s some encoded via ffmpeg+qt-faststart some via local program.</p>
<p>Anyway drop me a email if this project is still up and running. I&#8217;m building something that could use this player <img src='http://www.opthumb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Got my kml file working by Recent Faves Tagged With "kml" : MyNetFaves</title>
		<link>http://www.opthumb.com/2008/got-my-kml-file-working/08/comment-page-1/#comment-13</link>
		<dc:creator>Recent Faves Tagged With "kml" : MyNetFaves</dc:creator>
		<pubDate>Sun, 25 Jan 2009 18:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=19#comment-13</guid>
		<description>[...] public links &#62;&#62; kml    Got my kml file working First saved by jokester1111 &#124; 13 days ago      THE SMITHS..... WOW First saved by JaKo04 &#124; 19 days [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; kml    Got my kml file working First saved by jokester1111 | 13 days ago      THE SMITHS&#8230;.. WOW First saved by JaKo04 | 19 days [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New hulu styled open source video player. by The_Walrus</title>
		<link>http://www.opthumb.com/2008/new-hulu-styled-open-source-video-player/10/comment-page-1/#comment-10</link>
		<dc:creator>The_Walrus</dc:creator>
		<pubDate>Sun, 09 Nov 2008 04:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=91#comment-10</guid>
		<description>Hey Jonathan.

I have been goofing around with Chris' HULU player for about 8 hors straight, and I just can't figure something out. I thought I would contact you, since I am about to pull all of my hair out.

All I need it to do is loop back to the beginning after the video is complete. I am at a stand-still!

Can you PLEASE help me out? I know how annoying it can be for people to ask for help, but I would really apprciate it.

I suppose I am on the wrong path, but this isn't working:

&lt;code&gt;
import flash.events.Event;

video_mc.attachNetStream.addEventListener(Event.COMPLETE, onVideoDone);

function onVideoDone(evt:Event):void {
 bigPlay_mc.gotoAndStop("play");
}

&lt;/code&gt;

So can you help a brother out? Much thanks,

jim</description>
		<content:encoded><![CDATA[<p>Hey Jonathan.</p>
<p>I have been goofing around with Chris&#8217; HULU player for about 8 hors straight, and I just can&#8217;t figure something out. I thought I would contact you, since I am about to pull all of my hair out.</p>
<p>All I need it to do is loop back to the beginning after the video is complete. I am at a stand-still!</p>
<p>Can you PLEASE help me out? I know how annoying it can be for people to ask for help, but I would really apprciate it.</p>
<p>I suppose I am on the wrong path, but this isn&#8217;t working:</p>
<p><code><br />
import flash.events.Event;</p>
<p>video_mc.attachNetStream.addEventListener(Event.COMPLETE, onVideoDone);</p>
<p>function onVideoDone(evt:Event):void {<br />
 bigPlay_mc.gotoAndStop("play");<br />
}</p>
<p></code></p>
<p>So can you help a brother out? Much thanks,</p>
<p>jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Design inspiration by jphillips</title>
		<link>http://www.opthumb.com/2008/visual-design-inspiration/09/comment-page-1/#comment-7</link>
		<dc:creator>jphillips</dc:creator>
		<pubDate>Sat, 20 Sep 2008 01:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=51#comment-7</guid>
		<description>Just took a look at webcreme, and I'll definitely add it to the list.  Thanks for the recommendation.</description>
		<content:encoded><![CDATA[<p>Just took a look at webcreme, and I&#8217;ll definitely add it to the list.  Thanks for the recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Design inspiration by kylec</title>
		<link>http://www.opthumb.com/2008/visual-design-inspiration/09/comment-page-1/#comment-6</link>
		<dc:creator>kylec</dc:creator>
		<pubDate>Wed, 17 Sep 2008 04:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.opthumb.com/?p=51#comment-6</guid>
		<description>dude. you must not forget about webcreme.com. they get plenty of good looking sites posted up there.

btw, please install disqus(disqus.com) into your wordpress install for the commenting. everyone's doing it, it's rad.

kyle</description>
		<content:encoded><![CDATA[<p>dude. you must not forget about webcreme.com. they get plenty of good looking sites posted up there.</p>
<p>btw, please install disqus(disqus.com) into your wordpress install for the commenting. everyone&#8217;s doing it, it&#8217;s rad.</p>
<p>kyle</p>
]]></content:encoded>
	</item>
</channel>
</rss>
