<?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: TrackSeek</title>
	<atom:link href="http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/feed/" rel="self" type="application/rss+xml" />
	<link>http://chronx.info</link>
	<description>code and stuff</description>
	<lastBuildDate>Sat, 24 Apr 2010 22:51:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: oxchronxo</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-130</link>
		<dc:creator>oxchronxo</dc:creator>
		<pubDate>Mon, 29 Mar 2010 06:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-130</guid>
		<description>I haven&#039;t looked into it in awhile. I&#039;m thinking maybe flash must buffer the entire song before it can expose the length, which is what I&#039;m using to calculate offsets and snap points in the seek bar. I&#039;ll try to make some time to look into this. Maybe since I wrote the code the underlying player has changed and possibly exposes that property earlier. Make sense ?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t looked into it in awhile. I&#8217;m thinking maybe flash must buffer the entire song before it can expose the length, which is what I&#8217;m using to calculate offsets and snap points in the seek bar. I&#8217;ll try to make some time to look into this. Maybe since I wrote the code the underlying player has changed and possibly exposes that property earlier. Make sense ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oxchronxo</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-129</link>
		<dc:creator>oxchronxo</dc:creator>
		<pubDate>Mon, 29 Mar 2010 06:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-129</guid>
		<description>Thanks for catching the Fup. I guess it&#039;s been that way for awhile, maybe a month or more. Turns out it was a rouge wordpress plugin called &quot;Page Restrict&quot; which doesn&#039;t seem to work with newer wordpress.</description>
		<content:encoded><![CDATA[<p>Thanks for catching the Fup. I guess it&#8217;s been that way for awhile, maybe a month or more. Turns out it was a rouge wordpress plugin called &#8220;Page Restrict&#8221; which doesn&#8217;t seem to work with newer wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Fooshee</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-127</link>
		<dc:creator>Aaron Fooshee</dc:creator>
		<pubDate>Mon, 29 Mar 2010 06:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-127</guid>
		<description>I can&#039;t read the comments. I see there are 27 comments and portions of them show up in the sidebar but one every page no comments are visible and below the comment number is &quot;No Comments Yet&quot;.

I&#039;m having an issue with the slider taking too long to generate anything usable. A person must wait about 10 seconds without clicking on it before the slider and timer is accurate and functional. Is this common? Perhaps it is similar to Adib&#039;s problem (but not sure, can only see first couple dozen words of his comment). Thanks for any insight. I think your scripts are going in the right direction.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t read the comments. I see there are 27 comments and portions of them show up in the sidebar but one every page no comments are visible and below the comment number is &#8220;No Comments Yet&#8221;.</p>
<p>I&#8217;m having an issue with the slider taking too long to generate anything usable. A person must wait about 10 seconds without clicking on it before the slider and timer is accurate and functional. Is this common? Perhaps it is similar to Adib&#8217;s problem (but not sure, can only see first couple dozen words of his comment). Thanks for any insight. I think your scripts are going in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Fooshee</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-126</link>
		<dc:creator>Aaron Fooshee</dc:creator>
		<pubDate>Mon, 29 Mar 2010 05:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-126</guid>
		<description>Just what i was looking for. Thanks.

P.S. Your script declarations above are missing a &amp;rt; after &quot;text/javascript&quot;</description>
		<content:encoded><![CDATA[<p>Just what i was looking for. Thanks.</p>
<p>P.S. Your script declarations above are missing a &rt; after &#8220;text/javascript&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oxchronxo</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-119</link>
		<dc:creator>oxchronxo</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-119</guid>
		<description>I am in the process of splitting up my sites personal/work so I have removed the working example for now. I will put it back up once the dust settles.

To answer a few questions about people having problems...

First of all this was an overnight hack and I&#039;ve only touched the code once since then. This was really a prototype to show that it could be done with pretty limited work. So if there are edge cases that don&#039;t work, so be it. Works for me and that was my goal. The code is open so anyone can take it and fix problems they find.

The guts behind the player is a flash player and I have no idea how that works but I am pretty sure that it depends on how the file is served. If the file is streamed then seeking should work as soon as the song starts and if the file is not streamed then the entire thing would need buffered. Maybe someone who knows more about the player itself can speak more specifically to that point.</description>
		<content:encoded><![CDATA[<p>I am in the process of splitting up my sites personal/work so I have removed the working example for now. I will put it back up once the dust settles.</p>
<p>To answer a few questions about people having problems&#8230;</p>
<p>First of all this was an overnight hack and I&#8217;ve only touched the code once since then. This was really a prototype to show that it could be done with pretty limited work. So if there are edge cases that don&#8217;t work, so be it. Works for me and that was my goal. The code is open so anyone can take it and fix problems they find.</p>
<p>The guts behind the player is a flash player and I have no idea how that works but I am pretty sure that it depends on how the file is served. If the file is streamed then seeking should work as soon as the song starts and if the file is not streamed then the entire thing would need buffered. Maybe someone who knows more about the player itself can speak more specifically to that point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luiz</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-117</link>
		<dc:creator>Luiz</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-117</guid>
		<description>Hi, it seems it doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hi, it seems it doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herb Paulding</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-116</link>
		<dc:creator>Herb Paulding</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-116</guid>
		<description>By far the most concise and up to date information I found on this topic. Sure glad that I navigated to your page by accident. I’ll be subscribing to your feed so that I can get the latest updates. Appreciate all the information here</description>
		<content:encoded><![CDATA[<p>By far the most concise and up to date information I found on this topic. Sure glad that I navigated to your page by accident. I’ll be subscribing to your feed so that I can get the latest updates. Appreciate all the information here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adib</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-51</link>
		<dc:creator>Adib</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-51</guid>
		<description>Thanks bro. It works.

But I noticed that if the mp3 is long or is quite heavy with a few MBs, then the bar wouldn&#039;t be of any use. Perhaps maybe after its fully buffered. What is quite sad is that the mp3s that are long are the ones that need the track seeker most. I hope you&#039;ll be able to work around this issue fast and easily. :)</description>
		<content:encoded><![CDATA[<p>Thanks bro. It works.</p>
<p>But I noticed that if the mp3 is long or is quite heavy with a few MBs, then the bar wouldn&#8217;t be of any use. Perhaps maybe after its fully buffered. What is quite sad is that the mp3s that are long are the ones that need the track seeker most. I hope you&#8217;ll be able to work around this issue fast and easily. <img src='http://chronx.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nori</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-47</link>
		<dc:creator>nori</dc:creator>
		<pubDate>Sat, 20 Feb 2010 14:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-47</guid>
		<description>hey eric,
thanks for the great hacks of the ymp.
i was wondering if you had found a way to have the player continue playback of the same track while you change the pages on your website?

i have long dj mixes and it would be great to be able to view my other pages without the music stopping.

thought id check.

thanks again.</description>
		<content:encoded><![CDATA[<p>hey eric,<br />
thanks for the great hacks of the ymp.<br />
i was wondering if you had found a way to have the player continue playback of the same track while you change the pages on your website?</p>
<p>i have long dj mixes and it would be great to be able to view my other pages without the music stopping.</p>
<p>thought id check.</p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://chronx.info/code/ymp-yahoo-media-player/ymp-trackseek/comment-page-1/#comment-45</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://chronx.info/?page_id=162#comment-45</guid>
		<description>Andrew,

I&#039;m speculating here because I don&#039;t know exactly how the player works under the hood as I didn&#039;t write it. Unless the files you are playing are being streamed or the player is utilizing progressive downloading(which it does not appear to be) then yes the entire file would need downloaded.

Does the file start playing before the seek bar is available ? I will check this out as well.</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>I&#8217;m speculating here because I don&#8217;t know exactly how the player works under the hood as I didn&#8217;t write it. Unless the files you are playing are being streamed or the player is utilizing progressive downloading(which it does not appear to be) then yes the entire file would need downloaded.</p>
<p>Does the file start playing before the seek bar is available ? I will check this out as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
