<?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: Degrafa Video Player, Part 1</title>
	<atom:link href="http://saturnboy.com/2009/05/degrafa-video-player-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2009/05/degrafa-video-player-1/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Thu, 10 May 2012 17:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/05/degrafa-video-player-1/comment-page-1/#comment-56</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=472#comment-56</guid>
		<description>@Eugene:

Nothing magic going on, I just set the &lt;code&gt;y&lt;/code&gt; of the highlight skin&#039;s geometry and adjusted it up and down until things looked good.  In my case, the track was 6px tall and set at &lt;code&gt;y = -3&lt;/code&gt; and the highlight was 4px tall and also needed to be at &lt;code&gt;y = -3&lt;/code&gt; for things to line up.  So I needed an extra &lt;code&gt;-1&lt;/code&gt; offset from what I expected.  I believe this extra offset is buried somewhere deep inside Flex and is due to how it draws and skins the &lt;code&gt;HSlider&lt;/code&gt; component.  Skinning with Degrafa is precise enough to expose the issue.

Everything is view source enabled, so just right-click and see what I did.</description>
		<content:encoded><![CDATA[<p>@Eugene:</p>
<p>Nothing magic going on, I just set the <code>y</code> of the highlight skin&#8217;s geometry and adjusted it up and down until things looked good.  In my case, the track was 6px tall and set at <code>y = -3</code> and the highlight was 4px tall and also needed to be at <code>y = -3</code> for things to line up.  So I needed an extra <code>-1</code> offset from what I expected.  I believe this extra offset is buried somewhere deep inside Flex and is due to how it draws and skins the <code>HSlider</code> component.  Skinning with Degrafa is precise enough to expose the issue.</p>
<p>Everything is view source enabled, so just right-click and see what I did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://saturnboy.com/2009/05/degrafa-video-player-1/comment-page-1/#comment-55</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 24 Nov 2009 17:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=472#comment-55</guid>
		<description>I am having trouble offsetting the highlight skin on the slider. Could you elaborate on how you hard-coded it above?</description>
		<content:encoded><![CDATA[<p>I am having trouble offsetting the highlight skin on the slider. Could you elaborate on how you hard-coded it above?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

