<?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: Actionscript color conversion: RGB to HEX (kind of)</title>
	<atom:link href="http://www.stevekamerman.com/2006/09/actionscript-color-conversion-rgb-to-hex-kind-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevekamerman.com/2006/09/actionscript-color-conversion-rgb-to-hex-kind-of/</link>
	<description>Blog about pretty much everything</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Steve Kamerman</title>
		<link>http://www.stevekamerman.com/2006/09/actionscript-color-conversion-rgb-to-hex-kind-of/comment-page-1/#comment-8</link>
		<dc:creator>Steve Kamerman</dc:creator>
		<pubDate>Thu, 24 May 2007 18:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry060923-011104#comment-8</guid>
		<description>Well, I&#039;m glad you got it to work!  This is probably a better idea than using a document.write() call anyway since you never know where people are going to run the code from.

Steve Kamerman</description>
		<content:encoded><![CDATA[<p>Well, I&#039;m glad you got it to work!  This is probably a better idea than using a document.write() call anyway since you never know where people are going to run the code from.</p>
<p>Steve Kamerman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ran</title>
		<link>http://www.stevekamerman.com/2006/09/actionscript-color-conversion-rgb-to-hex-kind-of/comment-page-1/#comment-7</link>
		<dc:creator>Ran</dc:creator>
		<pubDate>Tue, 22 May 2007 07:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry060923-011104#comment-7</guid>
		<description>Man, you (almost..) saved my life, I&#039;m struggling with this shit form two days now.
Your solution works perfectly for me except for one thing. 
On document.write all page turned blank, so I had to change the SWFFormFix function as follows:

SWFFormFix = function(swfname){
	if(navigator.appName.toLowerCase() != &quot;microsoft internet explorer&quot;)return false;
	var testnodename = &quot;SWFFormFixTESTER&quot;;
	
	var fix = &#039;&lt;div id=&quot;&#039;+testnodename+&#039;&quot; onclick=&quot;SWFFormFixCallback(this,\&#039;&#039;+swfname+&#039;\&#039;);return false;&quot; style=&quot;display:none&quot;&gt;&nbsp;&lt;/div&gt;&#039;;
	var newDiv = document.createElement(&#039;div&#039;);
	newDiv.id = &quot;newDiv&quot;;
	newDiv.innerHTML = fix;
	document.appendChild(newDiv);
	document.getElementById(testnodename).onclick();
}

Thanks!

Ran</description>
		<content:encoded><![CDATA[<p>Man, you (almost..) saved my life, I&#039;m struggling with this shit form two days now.<br />
Your solution works perfectly for me except for one thing.<br />
On document.write all page turned blank, so I had to change the SWFFormFix function as follows:</p>
<p>SWFFormFix = function(swfname){<br />
	if(navigator.appName.toLowerCase() != &quot;microsoft internet explorer&quot;)return false;<br />
	var testnodename = &quot;SWFFormFixTESTER&quot;;</p>
<p>	var fix = &#039;&lt;div id=&quot;&#039;+testnodename+&#039;&quot; onclick=&quot;SWFFormFixCallback(this,\&#039;&#039;+swfname+&#039;\&#039;);return false;&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;/div&gt;&#039;;<br />
	var newDiv = document.createElement(&#039;div&#039;);<br />
	newDiv.id = &quot;newDiv&quot;;<br />
	newDiv.innerHTML = fix;<br />
	document.appendChild(newDiv);<br />
	document.getElementById(testnodename).onclick();<br />
}</p>
<p>Thanks!</p>
<p>Ran</p>
]]></content:encoded>
	</item>
</channel>
</rss>

