<?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"
	>
<channel>
	<title>Comments for labs.hellokeita.com</title>
	<atom:link href="http://labs.hellokeita.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.hellokeita.com</link>
	<description>Yet another labs blog</description>
	<pubDate>Fri, 21 Nov 2008 17:03:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on SWFObject ExternalInterface bug on IE by Tim H</title>
		<link>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1047</link>
		<dc:creator>Tim H</dc:creator>
		<pubDate>Fri, 07 Nov 2008 23:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1047</guid>
		<description>I wrestled and cursed about this problem for a whole day.
Here is the official adobe solution:

http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730

Check it out, they have 2 solutions, one didnt work for me, the other did work.</description>
		<content:encoded><![CDATA[<p>I wrestled and cursed about this problem for a whole day.<br />
Here is the official adobe solution:</p>
<p><a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730" rel="nofollow">http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400730</a></p>
<p>Check it out, they have 2 solutions, one didnt work for me, the other did work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWFObject ExternalInterface bug on IE by Adam Fisk</title>
		<link>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1046</link>
		<dc:creator>Adam Fisk</dc:creator>
		<pubDate>Sun, 02 Nov 2008 01:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1046</guid>
		<description>The problem for me did have to do with the ID.  I'm not sure what SWFObject is doing under the covers, but the following did not work for me:

var flashvars = {};
var params = {};
params.play = "true";
params.loop = "false";
params.quality = "high";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "LittleShoot";
attributes.name = "LittleShoot";
attributes.align = "middle";
swfobject.embedSWF("LittleShoot.swf", "littleShootNoFlash2", "1", "1", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

whereas this did:

var flashvars = {};
var params = {};
params.play = "true";
params.loop = "false";
params.quality = "high";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "littleShootFlashContent";
attributes.name = "LittleShoot";
attributes.align = "middle";
swfobject.embedSWF("LittleShoot.swf", "littleShootNoFlash2", "1", "1", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

Notice the attributes.id value.  It looks like there may have been an issue with the flash object having the same name as the object id, something like that.  Good luck.</description>
		<content:encoded><![CDATA[<p>The problem for me did have to do with the ID.  I&#8217;m not sure what SWFObject is doing under the covers, but the following did not work for me:</p>
<p>var flashvars = {};<br />
var params = {};<br />
params.play = &#8220;true&#8221;;<br />
params.loop = &#8220;false&#8221;;<br />
params.quality = &#8220;high&#8221;;<br />
params.allowscriptaccess = &#8220;always&#8221;;<br />
var attributes = {};<br />
attributes.id = &#8220;LittleShoot&#8221;;<br />
attributes.name = &#8220;LittleShoot&#8221;;<br />
attributes.align = &#8220;middle&#8221;;<br />
swfobject.embedSWF(&#8221;LittleShoot.swf&#8221;, &#8220;littleShootNoFlash2&#8243;, &#8220;1&#8243;, &#8220;1&#8243;, &#8220;9.0.0&#8243;, &#8220;expressInstall.swf&#8221;, flashvars, params, attributes);</p>
<p>whereas this did:</p>
<p>var flashvars = {};<br />
var params = {};<br />
params.play = &#8220;true&#8221;;<br />
params.loop = &#8220;false&#8221;;<br />
params.quality = &#8220;high&#8221;;<br />
params.allowscriptaccess = &#8220;always&#8221;;<br />
var attributes = {};<br />
attributes.id = &#8220;littleShootFlashContent&#8221;;<br />
attributes.name = &#8220;LittleShoot&#8221;;<br />
attributes.align = &#8220;middle&#8221;;<br />
swfobject.embedSWF(&#8221;LittleShoot.swf&#8221;, &#8220;littleShootNoFlash2&#8243;, &#8220;1&#8243;, &#8220;1&#8243;, &#8220;9.0.0&#8243;, &#8220;expressInstall.swf&#8221;, flashvars, params, attributes);</p>
<p>Notice the attributes.id value.  It looks like there may have been an issue with the flash object having the same name as the object id, something like that.  Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWFObject ExternalInterface bug on IE by Adam Fisk</title>
		<link>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1045</link>
		<dc:creator>Adam Fisk</dc:creator>
		<pubDate>Fri, 31 Oct 2008 05:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1045</guid>
		<description>Same IE problem here.  Are you guys all add the callbacks in the constructor?  I'll be experimenting tomorrow with a separate method that adds the callbacks -- more likely my object will be in the DOM at that point.  Would try it now, but it's a little on the late side.

I'll let you know if I find anything.</description>
		<content:encoded><![CDATA[<p>Same IE problem here.  Are you guys all add the callbacks in the constructor?  I&#8217;ll be experimenting tomorrow with a separate method that adds the callbacks &#8212; more likely my object will be in the DOM at that point.  Would try it now, but it&#8217;s a little on the late side.</p>
<p>I&#8217;ll let you know if I find anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Highlighter - the trick by Ashok Ramsankar</title>
		<link>http://labs.hellokeita.com/2007/11/19/text-highlighter-the-trick/#comment-1044</link>
		<dc:creator>Ashok Ramsankar</dc:creator>
		<pubDate>Wed, 29 Oct 2008 07:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/11/19/text-highlighter-the-trick/#comment-1044</guid>
		<description>Hi,

I was looking a code like this. If possible, pls share the entire source code as I have to change the text color for the Tooltip in Flex.

Kindly do the needful. Your help will be really appreciated in advance!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was looking a code like this. If possible, pls share the entire source code as I have to change the text color for the Tooltip in Flex.</p>
<p>Kindly do the needful. Your help will be really appreciated in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My own 3d engine&#8230; by Panta</title>
		<link>http://labs.hellokeita.com/2008/02/13/my-own-3d-engine/#comment-1043</link>
		<dc:creator>Panta</dc:creator>
		<pubDate>Tue, 21 Oct 2008 10:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2008/02/13/my-own-3d-engine/#comment-1043</guid>
		<description>Seems promising! And the Mugiwara Jolly Roger can just make it even  better :-D</description>
		<content:encoded><![CDATA[<p>Seems promising! And the Mugiwara Jolly Roger can just make it even  better <img src='http://labs.hellokeita.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BitmapData.lock benchmark by Tim</title>
		<link>http://labs.hellokeita.com/2007/12/04/bitmapdatalock-benchmark/#comment-1042</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/12/04/bitmapdatalock-benchmark/#comment-1042</guid>
		<description>344ms with
703ms without

Mind blowing.</description>
		<content:encoded><![CDATA[<p>344ms with<br />
703ms without</p>
<p>Mind blowing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextField Selection Color by james</title>
		<link>http://labs.hellokeita.com/2008/03/13/textfield-selection-color/#comment-1041</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 24 Sep 2008 10:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2008/03/13/textfield-selection-color/#comment-1041</guid>
		<description>Thanks a lot for sharing this, it works a treat!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing this, it works a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 AVM1 Loader by hcs</title>
		<link>http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1040</link>
		<dc:creator>hcs</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/15/as3-avm1-loader/#comment-1040</guid>
		<description>i tried using ForcibeLoader class but still not able to control the AVM1 movie.

please help</description>
		<content:encoded><![CDATA[<p>i tried using ForcibeLoader class but still not able to control the AVM1 movie.</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextField Selection Color by vinnie vivace</title>
		<link>http://labs.hellokeita.com/2008/03/13/textfield-selection-color/#comment-1039</link>
		<dc:creator>vinnie vivace</dc:creator>
		<pubDate>Thu, 18 Sep 2008 09:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2008/03/13/textfield-selection-color/#comment-1039</guid>
		<description>Hey, nice solution - thanks.

i seem to have found an issue though, text colors seem to freak out if you using a Validator.... basically my text disappears if im validating the field....

any ideas?</description>
		<content:encoded><![CDATA[<p>Hey, nice solution - thanks.</p>
<p>i seem to have found an issue though, text colors seem to freak out if you using a Validator&#8230;. basically my text disappears if im validating the field&#8230;.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SWFObject ExternalInterface bug on IE by Ronny Karam</title>
		<link>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1038</link>
		<dc:creator>Ronny Karam</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comment-1038</guid>
		<description>Hi,

Actually I'm having the same problem as David &#38; Micah. I got to flash__ addCallback method and I'm sure it's causing the problem yet there's not working solution for it. Not adding an id to the object is not a problem, the problem is when you're using externalInterface and actually add the id to the object, IE goes crazy and displays the error message: Object doesn't support property or method.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Actually I&#8217;m having the same problem as David &amp; Micah. I got to flash__ addCallback method and I&#8217;m sure it&#8217;s causing the problem yet there&#8217;s not working solution for it. Not adding an id to the object is not a problem, the problem is when you&#8217;re using externalInterface and actually add the id to the object, IE goes crazy and displays the error message: Object doesn&#8217;t support property or method.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
