<?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 for Flassari.is</title>
	<atom:link href="http://flassari.is/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flassari.is</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 13:29:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on External Interface error: Object expected by Philip</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1483</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Wed, 09 May 2012 13:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1483</guid>
		<description>great fyi... mental note created - thanks! :)</description>
		<content:encoded><![CDATA[<p>great fyi&#8230; mental note created - thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Bach Le</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1482</link>
		<dc:creator>Bach Le</dc:creator>
		<pubDate>Wed, 09 May 2012 10:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1482</guid>
		<description>I am eternally indebted to you. Thank you very much for sharing your fix.</description>
		<content:encoded><![CDATA[<p>I am eternally indebted to you. Thank you very much for sharing your fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Swf Class Explorer for AS3 by Joshua</title>
		<link>http://flassari.is/2008/07/swf-class-explorer-for-as3/#comment-1460</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 27 Apr 2012 23:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=8#comment-1460</guid>
		<description>A little late to this party but this tool is incredible. Being able to examine loaded class names at runtime is amazing. Thanks much!</description>
		<content:encoded><![CDATA[<p>A little late to this party but this tool is incredible. Being able to examine loaded class names at runtime is amazing. Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Brandon</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1372</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 28 Mar 2012 23:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1372</guid>
		<description>I got this fixed.. I wasn&#039;t using the correct Flash Object ID for the CSS Code. Once I used the correct Object ID, everything worked fine. Thank you for the following code :)




#MyFlashObjectID {

visibility: visible !important;

}

</description>
		<content:encoded><![CDATA[<p>I got this fixed.. I wasn&#8217;t using the correct Flash Object ID for the CSS Code. Once I used the correct Object ID, everything worked fine. Thank you for the following code :)</p>
<p>#MyFlashObjectID {</p>
<p>visibility: visible !important;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Brandon</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1369</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 28 Mar 2012 01:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1369</guid>
		<description>I actually think my problem is different as even if I don&#039;t have any external interface methods I get a problem with losing the flash object.

I use the following FB.Init.................

      FB.init({
        appId  : &#039;MY_APP_ID&#039;,
        hideFlashCallback : onFlashHide
       });

even when I make the callback function onFlashHide do nothing... the flash object is still lost when someone PMs and I close their PM box. 

I notice that the flash object is still present, as if I right mouse click on the area it brings up the flash menu, it just isn&#039;t drawing / rendering for some reason.</description>
		<content:encoded><![CDATA[<p>I actually think my problem is different as even if I don&#8217;t have any external interface methods I get a problem with losing the flash object.</p>
<p>I use the following FB.Init&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>      FB.init({<br />
        appId  : &#8216;MY_APP_ID&#8217;,<br />
        hideFlashCallback : onFlashHide<br />
       });</p>
<p>even when I make the callback function onFlashHide do nothing&#8230; the flash object is still lost when someone PMs and I close their PM box. </p>
<p>I notice that the flash object is still present, as if I right mouse click on the area it brings up the flash menu, it just isn&#8217;t drawing / rendering for some reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Brandon</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1368</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 28 Mar 2012 00:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1368</guid>
		<description>I have this exact problem, however this fix isn&#039;t working for some reason. Is it possible to get a copy of the javascript source, for setting the flash object to visibility: visible !important;</description>
		<content:encoded><![CDATA[<p>I have this exact problem, however this fix isn&#8217;t working for some reason. Is it possible to get a copy of the javascript source, for setting the flash object to visibility: visible !important;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prefixing private variables with an underscore in AS3 by LoicAG</title>
		<link>http://flassari.is/2011/04/prefixing-private-variables-with-an-underscore-in-as3/#comment-1357</link>
		<dc:creator>LoicAG</dc:creator>
		<pubDate>Fri, 23 Mar 2012 11:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=383#comment-1357</guid>
		<description>As a Flex noob, I appreciate your clearing this whole _prefixing deal -- thanks !</description>
		<content:encoded><![CDATA[<p>As a Flex noob, I appreciate your clearing this whole _prefixing deal -- thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line-Line Intersection in C++ by David Sopala</title>
		<link>http://flassari.is/2008/11/line-line-intersection-in-cplusplus/#comment-1345</link>
		<dc:creator>David Sopala</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.flassari.is/?p=41#comment-1345</guid>
		<description>Don&#039;t return a bool to check multiple line intersections, you MUST return a point.  When you have a point from the first two lines check to see if the point is valid for the 3,4,5...n lines if all return true then yes they all intersect.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t return a bool to check multiple line intersections, you MUST return a point.  When you have a point from the first two lines check to see if the point is valid for the 3,4,5&#8230;n lines if all return true then yes they all intersect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Flassari</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1310</link>
		<dc:creator>Flassari</dc:creator>
		<pubDate>Thu, 15 Mar 2012 21:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1310</guid>
		<description>So glad that I could help someone out with this =)</description>
		<content:encoded><![CDATA[<p>So glad that I could help someone out with this =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External Interface error: Object expected by Brice &#38; Antoine</title>
		<link>http://flassari.is/2012/02/external-interface-error-object-expected/#comment-1296</link>
		<dc:creator>Brice &#38; Antoine</dc:creator>
		<pubDate>Tue, 13 Mar 2012 15:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=480#comment-1296</guid>
		<description>This is EXACTLY the description of our bug !
Thanks for the fix.

You rock !</description>
		<content:encoded><![CDATA[<p>This is EXACTLY the description of our bug !<br />
Thanks for the fix.</p>
<p>You rock !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

