<?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: Yahoo! Media Player &#8211; Hacks</title>
	<atom:link href="http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/</link>
	<description>Chris Castiglione, New Media, Development, Music, University of Amsterdam, New York City</description>
	<lastBuildDate>Sun, 09 May 2010 18:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrew Thompson</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-419</link>
		<dc:creator>Andrew Thompson</dc:creator>
		<pubDate>Sun, 09 May 2010 18:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-419</guid>
		<description>Re: the seeking problem I mentioned before (and others)

I was reading around and it seems that the Yahoo Media Player doesn&#039;t know the duration of a track until the whole track has been loaded into the buffer. Trackseek depends on the duration to calculate the elapsed time based on user-dragging, hence the seek doesn&#039;t work until the entire track has been downloaded. 

I don&#039;t suppose this would be easily fixed, if at all. The best suggestion I can come up with is to disable track-seeking until the entire track has downloaded. At least that way you don&#039;t confuse users with a bar that doesn&#039;t appear to do anything!!</description>
		<content:encoded><![CDATA[<p>Re: the seeking problem I mentioned before (and others)</p>
<p>I was reading around and it seems that the Yahoo Media Player doesn&#8217;t know the duration of a track until the whole track has been loaded into the buffer. Trackseek depends on the duration to calculate the elapsed time based on user-dragging, hence the seek doesn&#8217;t work until the entire track has been downloaded. </p>
<p>I don&#8217;t suppose this would be easily fixed, if at all. The best suggestion I can come up with is to disable track-seeking until the entire track has downloaded. At least that way you don&#8217;t confuse users with a bar that doesn&#8217;t appear to do anything!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ONEUPMAN</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-416</link>
		<dc:creator>ONEUPMAN</dc:creator>
		<pubDate>Mon, 03 May 2010 04:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-416</guid>
		<description>If you check out my site you will see i have implemented a few of the hacks listed here - i was wondering if someone knows how to include a purchase basket (linking to amazon/wherever) on the player?</description>
		<content:encoded><![CDATA[<p>If you check out my site you will see i have implemented a few of the hacks listed here &#8211; i was wondering if someone knows how to include a purchase basket (linking to amazon/wherever) on the player?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Castiglione</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-415</link>
		<dc:creator>Chris Castiglione</dc:creator>
		<pubDate>Wed, 21 Apr 2010 04:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-415</guid>
		<description>@bijan yes, i know thats an annoying problem. 
I&#039;m not really sure if someone is working on that project? you think yahoo would be on top of integrating those changes</description>
		<content:encoded><![CDATA[<p>@bijan yes, i know thats an annoying problem.<br />
I&#8217;m not really sure if someone is working on that project? you think yahoo would be on top of integrating those changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijan</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-414</link>
		<dc:creator>Bijan</dc:creator>
		<pubDate>Wed, 21 Apr 2010 00:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-414</guid>
		<description>Also, I know the problem of not being able to seek for the first 4-15seconds a song is playing it is not seek-able has been mentioned before: Currently if you click on the seek bar to try to advance it durring that first few seconds, it just starts the mp3 over again. Is this something that can be fixed or is it just a condition of how the song loads? Just curios...</description>
		<content:encoded><![CDATA[<p>Also, I know the problem of not being able to seek for the first 4-15seconds a song is playing it is not seek-able has been mentioned before: Currently if you click on the seek bar to try to advance it durring that first few seconds, it just starts the mp3 over again. Is this something that can be fixed or is it just a condition of how the song loads? Just curios&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijan Yeganegi</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-408</link>
		<dc:creator>Bijan Yeganegi</dc:creator>
		<pubDate>Wed, 14 Apr 2010 20:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-408</guid>
		<description>Hey Guys! I have been using this YMP Hack on my blog for some time now with great success! A good friend of mine also figured out the 100% volume issuse, so here is the complete script (with all of the other hack like the track seek, removed &quot;learn more&quot; etc. running as well!) Enjoy!

This code goes in the HEAD tag area: 
 &lt;pre class=&quot;brush: css;&quot;&gt;

&lt;script src=&#039;http://mediaplayer.yahoo.com/latest&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 
&lt;script src=&#039;http://www.danceatthepostoffice.com/js/ef.ymp.utilities.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 
&lt;script src=&#039;http://www.danceatthepostoffice.com/js/trackseek.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 
&lt;script src=&#039;http://www.danceatthepostoffice.com/js/trackresume.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 
&lt;script src=&#039;http://www.danceatthepostoffice.com/js/trackfocus.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 
&lt;script src=&#039;http://www.danceatthepostoffice.com/js/mediaplayer2.0.3.1.js&#039; type=&#039;text/javascript&#039;&gt;&lt;/script&gt; 

&lt;script type=&quot;text/javascript&quot;&gt;
    var YMPParams =
    {
        autoplay:false,
        volume:1.0
    }
&lt;/script&gt;


&lt;script type=&quot;text/javascript&quot;&gt;
    var apiReadyHandler = function ()
    {
        /* Once API ready handler is invoked, YAHOO.MediaPlayer class can be accessed safely */
        /* For example: Add other event listeners **/
        YAHOO.MediaPlayer.onPlaylistUpdate.subscribe(onPlaylistUpateHandler)
    }
    var onPlaylistUpateHandler = function (playlistArray)
    {
        /* Handler for onPlaylistUpdate event */
    }
    YAHOO.MediaPlayer.onAPIReady.subscribe(apiReadyHandler);
&lt;/script&gt;

&lt;style&gt;
}
#ymp-relevance {
visibility: hidden;
}
.ymp-player-max #ymp-body #ymp-body-base #ymp-body-strip
{
width: 560px;
}
.ymp-player-max #ymp-body.ymp-skin {
width: 570px;
}
&lt;/style&gt;




&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Guys! I have been using this YMP Hack on my blog for some time now with great success! A good friend of mine also figured out the 100% volume issuse, so here is the complete script (with all of the other hack like the track seek, removed &#8220;learn more&#8221; etc. running as well!) Enjoy!</p>
<p>This code goes in the HEAD tag area: </p>
<pre class="brush: css;">

<script src='http://mediaplayer.yahoo.com/latest' type='text/javascript'></script>
<script src='http://www.danceatthepostoffice.com/js/ef.ymp.utilities.js' type='text/javascript'></script>
<script src='http://www.danceatthepostoffice.com/js/trackseek.js' type='text/javascript'></script>
<script src='http://www.danceatthepostoffice.com/js/trackresume.js' type='text/javascript'></script>
<script src='http://www.danceatthepostoffice.com/js/trackfocus.js' type='text/javascript'></script>
<script src='http://www.danceatthepostoffice.com/js/mediaplayer2.0.3.1.js' type='text/javascript'></script> 

<script type="text/javascript">
    var YMPParams =
    {
        autoplay:false,
        volume:1.0
    }
</script>

<script type="text/javascript">
    var apiReadyHandler = function ()
    {
        /* Once API ready handler is invoked, YAHOO.MediaPlayer class can be accessed safely */
        /* For example: Add other event listeners **/
        YAHOO.MediaPlayer.onPlaylistUpdate.subscribe(onPlaylistUpateHandler)
    }
    var onPlaylistUpateHandler = function (playlistArray)
    {
        /* Handler for onPlaylistUpdate event */
    }
    YAHOO.MediaPlayer.onAPIReady.subscribe(apiReadyHandler);
</script>
<style>
}
#ymp-relevance {
visibility: hidden;
}
.ymp-player-max #ymp-body #ymp-body-base #ymp-body-strip
{
width: 560px;
}
.ymp-player-max #ymp-body.ymp-skin {
width: 570px;
}
</style>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-405</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-405</guid>
		<description>used the code like you posted, in the style sheet as-is, including how to get rid of blank space - anyone needing specific direction, i am glad to help. anyway, thx for the code in the first place - how did you learn which tags, names, etc, to use to address the msg and the blank space issue??</description>
		<content:encoded><![CDATA[<p>used the code like you posted, in the style sheet as-is, including how to get rid of blank space &#8211; anyone needing specific direction, i am glad to help. anyway, thx for the code in the first place &#8211; how did you learn which tags, names, etc, to use to address the msg and the blank space issue??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Castiglione</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-375</link>
		<dc:creator>Chris Castiglione</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-375</guid>
		<description>@tristan - I agree, that sometimes the player can be a bit temperamental. For instance, sometimes on this post only (probably because of the code we&#039;ve added) the music will just start playing after 1 minute without hitting play. 

About the volume control: I hadn&#039;t ever noticed this problem, I wonder if it is a new sideeffect of some yahoo updates. It seems to be happening in FF, and Safari. And even the original player on the yahoo site has the bug.</description>
		<content:encoded><![CDATA[<p>@tristan &#8211; I agree, that sometimes the player can be a bit temperamental. For instance, sometimes on this post only (probably because of the code we&#8217;ve added) the music will just start playing after 1 minute without hitting play. </p>
<p>About the volume control: I hadn&#8217;t ever noticed this problem, I wonder if it is a new sideeffect of some yahoo updates. It seems to be happening in FF, and Safari. And even the original player on the yahoo site has the bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tristan</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-374</link>
		<dc:creator>tristan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 01:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-374</guid>
		<description>My apologies, i can see now how that the counter shows total time once the whole trac has downloaded into the buffer, untill then there&#039;s only a playtime count. Similarly, the tracseek only begins to move once it knows the total trac length.
The volume slider however, remains a mystery; i have a few add-ons in Firefox, it&#039;s quite possible one of them is causing the problem as iv&#039;e seen no-one else mention it.</description>
		<content:encoded><![CDATA[<p>My apologies, i can see now how that the counter shows total time once the whole trac has downloaded into the buffer, untill then there&#8217;s only a playtime count. Similarly, the tracseek only begins to move once it knows the total trac length.<br />
The volume slider however, remains a mystery; i have a few add-ons in Firefox, it&#8217;s quite possible one of them is causing the problem as iv&#8217;e seen no-one else mention it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tristan</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-373</link>
		<dc:creator>tristan</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-373</guid>
		<description>i notice now that the volume slider works just fine as long as the page is parked all the way at the top; once you start to scroll the page down (in Firefox that is), the cursor&#039;s contact spot for the slider moves further &amp; further down the page.

Iv&#039;e also noticed that while the trac is playing I only have the playtime displayed and not playtime/total time as on the player on your site. I have disabled all the hacks but still nothing.

I would really love to use this player on my site as it&#039;s elegant &amp; unobtrusive, but it seems quite temperemental &amp; prone to disruption by other elements on the page.</description>
		<content:encoded><![CDATA[<p>i notice now that the volume slider works just fine as long as the page is parked all the way at the top; once you start to scroll the page down (in Firefox that is), the cursor&#8217;s contact spot for the slider moves further &amp; further down the page.</p>
<p>Iv&#8217;e also noticed that while the trac is playing I only have the playtime displayed and not playtime/total time as on the player on your site. I have disabled all the hacks but still nothing.</p>
<p>I would really love to use this player on my site as it&#8217;s elegant &amp; unobtrusive, but it seems quite temperemental &amp; prone to disruption by other elements on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tristan</title>
		<link>http://www.ccastig.com/2009/03/29/yahoo-media-player-hacks/comment-page-1/#comment-372</link>
		<dc:creator>tristan</dc:creator>
		<pubDate>Sat, 06 Mar 2010 15:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ccastig.com/?p=528#comment-372</guid>
		<description>I have been scouring various blogs &amp; forums to find solutions for glitches i&#039;m experiencing, but so far haven&#039;t been able to find any mention of these problems. However, i&#039;ve just noticed that you seem to be having the same issues with the player on this site. 

1. the song info in the center white panel displaying too far over to the right. This seems to be linked to settings in the CSS (in my particulat case the links to the mp3 files are in a table, the table has a 10px margin &gt; the text is offset by 10px) which would be almost imperceptible but for the target crosshairs overlapping the panel edge.

2. the volume slider, when it’s clicked on initially to move it, jumps to 100% &amp; is then unmovable (except by shift   arrowup/down). This seems to be a problem peculiar to Firefox 3.6. as I&#039;m noticing the same problem here, but only in said browser.

Any ideas on a workaround for this?</description>
		<content:encoded><![CDATA[<p>I have been scouring various blogs &amp; forums to find solutions for glitches i&#8217;m experiencing, but so far haven&#8217;t been able to find any mention of these problems. However, i&#8217;ve just noticed that you seem to be having the same issues with the player on this site. </p>
<p>1. the song info in the center white panel displaying too far over to the right. This seems to be linked to settings in the CSS (in my particulat case the links to the mp3 files are in a table, the table has a 10px margin &gt; the text is offset by 10px) which would be almost imperceptible but for the target crosshairs overlapping the panel edge.</p>
<p>2. the volume slider, when it’s clicked on initially to move it, jumps to 100% &amp; is then unmovable (except by shift   arrowup/down). This seems to be a problem peculiar to Firefox 3.6. as I&#8217;m noticing the same problem here, but only in said browser.</p>
<p>Any ideas on a workaround for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

