<?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 Neo-Archaic Blog</title>
	<atom:link href="http://neo-archaic.ie/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://neo-archaic.ie/blog</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 02:01:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on AS3 Tooltip by beez</title>
		<link>http://neo-archaic.ie/blog/2009/05/as3-tooltip/comment-page-1/#comment-64242</link>
		<dc:creator>beez</dc:creator>
		<pubDate>Mon, 07 Jun 2010 02:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://neo-archaic.ie/blog/?p=64#comment-64242</guid>
		<description>Thanks, this is the best, and I also learned a new way to create a Singleton.

Appreciated.

-B</description>
		<content:encoded><![CDATA[<p>Thanks, this is the best, and I also learned a new way to create a Singleton.</p>
<p>Appreciated.</p>
<p>-B</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ObjectSwap: Bypassing the ActiveX Activation Issue in Internet Explorer by Karina</title>
		<link>http://neo-archaic.ie/blog/2006/04/objectswap/comment-page-2/#comment-64239</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Thu, 20 May 2010 09:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo-archaic.net/blog/2006/04/25/objectswap.htm#comment-64239</guid>
		<description>Hi Gedicht,
I never got your original message... You&#039;re welcome to use any parts of the blog, as long as you attribute it and leave a link. For the latest script see the post in  http://neo-archaic.ie/blog/2008/02/more-ie-madness-object-swap-goes-oop/

Karina</description>
		<content:encoded><![CDATA[<p>Hi Gedicht,<br />
I never got your original message&#8230; You&#8217;re welcome to use any parts of the blog, as long as you attribute it and leave a link. For the latest script see the post in  <a href="http://neo-archaic.ie/blog/2008/02/more-ie-madness-object-swap-goes-oop/" rel="nofollow">http://neo-archaic.ie/blog/2008/02/more-ie-madness-object-swap-goes-oop/</a></p>
<p>Karina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ObjectSwap: Bypassing the ActiveX Activation Issue in Internet Explorer by Gedicht</title>
		<link>http://neo-archaic.ie/blog/2006/04/objectswap/comment-page-2/#comment-64238</link>
		<dc:creator>Gedicht</dc:creator>
		<pubDate>Thu, 20 May 2010 06:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo-archaic.net/blog/2006/04/25/objectswap.htm#comment-64238</guid>
		<description>Hello from Germany! May i quote a post a translated part of your blog with a link to you? I&#039;ve tried to contact you for the topic ObjectSwap: Bypassing the ActiveX Activation Issue in Internet Explorer « Neo-Archaic Blog, but i got no answer, please reply when you have a moment, thanks, Gedicht</description>
		<content:encoded><![CDATA[<p>Hello from Germany! May i quote a post a translated part of your blog with a link to you? I&#8217;ve tried to contact you for the topic ObjectSwap: Bypassing the ActiveX Activation Issue in Internet Explorer « Neo-Archaic Blog, but i got no answer, please reply when you have a moment, thanks, Gedicht</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Tooltip by Gerry</title>
		<link>http://neo-archaic.ie/blog/2009/05/as3-tooltip/comment-page-1/#comment-64027</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Wed, 20 May 2009 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://neo-archaic.ie/blog/?p=64#comment-64027</guid>
		<description>Is this line in your example an error?
Toolip.subscribe(this, “I’m a subscribed tooltip”, {backgroundColor:0×000000, color:”#FFFFFF});</description>
		<content:encoded><![CDATA[<p>Is this line in your example an error?<br />
Toolip.subscribe(this, “I’m a subscribed tooltip”, {backgroundColor:0×000000, color:”#FFFFFF});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More IE Madness &amp; Object Swap Goes OOP by Karina</title>
		<link>http://neo-archaic.ie/blog/2008/02/more-ie-madness-object-swap-goes-oop/comment-page-1/#comment-57999</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Tue, 10 Feb 2009 12:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2008/02/06/more-ie-madness-object-swap-goes-oop.htm#comment-57999</guid>
		<description>Hi Carol,

I just integrated ObjectSwap into a new Flash project, that has a preloader swf which loads the main content into itself. 
(http://www.burrenlearning.org/)

I am using the latest OOP version, so maybe you could give it a try. One of the main differences is that it&#039;s not using window.onLoad but DOM event listeners, which means it fires-up quicker instead of waiting for the whole page to load.

Or if you&#039;re using a different type of preloader, there could be some unknown conflict, and then you might need a different solution - but try the DOM version first and let me know what happens.

Karina</description>
		<content:encoded><![CDATA[<p>Hi Carol,</p>
<p>I just integrated ObjectSwap into a new Flash project, that has a preloader swf which loads the main content into itself.<br />
(<a href="http://www.burrenlearning.org/" rel="nofollow">http://www.burrenlearning.org/</a>)</p>
<p>I am using the latest OOP version, so maybe you could give it a try. One of the main differences is that it&#8217;s not using window.onLoad but DOM event listeners, which means it fires-up quicker instead of waiting for the whole page to load.</p>
<p>Or if you&#8217;re using a different type of preloader, there could be some unknown conflict, and then you might need a different solution &#8211; but try the DOM version first and let me know what happens.</p>
<p>Karina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More IE Madness &amp; Object Swap Goes OOP by Carol Haynes</title>
		<link>http://neo-archaic.ie/blog/2008/02/more-ie-madness-object-swap-goes-oop/comment-page-1/#comment-57984</link>
		<dc:creator>Carol Haynes</dc:creator>
		<pubDate>Mon, 09 Feb 2009 19:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2008/02/06/more-ie-madness-object-swap-goes-oop.htm#comment-57984</guid>
		<description>Have you noticed any problems with ObjectSwap interfering with Flash pre-loaders in IE? I&#039;m using the older version (pre-OOP) and have noticed that the pre-loaders in Flash movies don&#039;t run when I add ObjectSwap to the mix. What I see instead is a system icon (like the broken image icon) in the place of the Flash movie, where I would normally see the pre-loader. Of course I&#039;d rather not have that icon -- any thoughts on that?</description>
		<content:encoded><![CDATA[<p>Have you noticed any problems with ObjectSwap interfering with Flash pre-loaders in IE? I&#8217;m using the older version (pre-OOP) and have noticed that the pre-loaders in Flash movies don&#8217;t run when I add ObjectSwap to the mix. What I see instead is a system icon (like the broken image icon) in the place of the Flash movie, where I would normally see the pre-loader. Of course I&#8217;d rather not have that icon &#8212; any thoughts on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoCache for JavaScript and Flash by Will</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-35077</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 22 Apr 2008 17:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-35077</guid>
		<description>Has anyone noticed this method does not play nice with AS3? Been doing this for a while in AS2 but appending the qparam to the url is bombing my movie. I dont even get a proper XML failure.</description>
		<content:encoded><![CDATA[<p>Has anyone noticed this method does not play nice with AS3? Been doing this for a while in AS2 but appending the qparam to the url is bombing my movie. I dont even get a proper XML failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoCache for JavaScript and Flash by James</title>
		<link>http://neo-archaic.ie/blog/2006/08/nocache-for-javascript-and-flash/comment-page-1/#comment-25529</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 07 Feb 2008 16:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm#comment-25529</guid>
		<description>Great post.  Thank you.  I had to implement this fix in Flex 2 and need to make a few minor changes.  In case others out there are looking for a Flex solution:  

import flash.system.Capabilities

url = &#039;file.xml&#039;;

if (Capabilities.playerType == &quot;PlugIn&quot; &#124;&#124;      // non IE browsers
    Capabilities.playerType == &quot;ActiveX&quot;) {     // IE browser
        url += &quot;?nocache=&quot;+new Date().getTime();
}</description>
		<content:encoded><![CDATA[<p>Great post.  Thank you.  I had to implement this fix in Flex 2 and need to make a few minor changes.  In case others out there are looking for a Flex solution:  </p>
<p>import flash.system.Capabilities</p>
<p>url = &#8216;file.xml&#8217;;</p>
<p>if (Capabilities.playerType == &#8220;PlugIn&#8221; ||      // non IE browsers<br />
    Capabilities.playerType == &#8220;ActiveX&#8221;) {     // IE browser<br />
        url += &#8220;?nocache=&#8221;+new Date().getTime();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tooltip by Karina</title>
		<link>http://neo-archaic.ie/blog/2006/05/tooltip/comment-page-1/#comment-23242</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Wed, 09 Jan 2008 11:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo-archaic.net/blog/2006/05/09/tooltip.htm#comment-23242</guid>
		<description>Hi Scott,

You don&#039;t need to touch Tooltip.as at all - any property changes should be done from outside of it, by passing the property to the script.

This can be done either locally, by passing the property in the tooltip call:

Tooltip.show(â€Iâ€™m a simple tooltipâ€, {bgClip: &quot;MySymbol&quot;});

or globally :

Tooltip.setOption (bgClip, &quot;MySymbol&quot;); //for changing a single property

Tooltip.options= ({bgClip: &quot;MySymbol&quot;}); //for changing one or more properties
 
- where &quot;MySymbol&quot; is the link name you give your movieclip symbol in the library, after exporting it for actionScript.

Note that if you want to use the movieclip symbol property, and it&#039;s shape is other than rectangle, you might need to tweak some other properties like margins and/or alignment, because other shapes don&#039;t stretch as well as a rect. 

Karina</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>You don&#8217;t need to touch Tooltip.as at all &#8211; any property changes should be done from outside of it, by passing the property to the script.</p>
<p>This can be done either locally, by passing the property in the tooltip call:</p>
<p>Tooltip.show(â€Iâ€™m a simple tooltipâ€, {bgClip: &#8220;MySymbol&#8221;});</p>
<p>or globally :</p>
<p>Tooltip.setOption (bgClip, &#8220;MySymbol&#8221;); //for changing a single property</p>
<p>Tooltip.options= ({bgClip: &#8220;MySymbol&#8221;}); //for changing one or more properties</p>
<p>- where &#8220;MySymbol&#8221; is the link name you give your movieclip symbol in the library, after exporting it for actionScript.</p>
<p>Note that if you want to use the movieclip symbol property, and it&#8217;s shape is other than rectangle, you might need to tweak some other properties like margins and/or alignment, because other shapes don&#8217;t stretch as well as a rect. </p>
<p>Karina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tooltip by scott</title>
		<link>http://neo-archaic.ie/blog/2006/05/tooltip/comment-page-1/#comment-23214</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Tue, 08 Jan 2008 21:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo-archaic.net/blog/2006/05/09/tooltip.htm#comment-23214</guid>
		<description>Hi Karina,

Thanks so much for the Tooltip!  I have a question on adding a movieClip symbol as a bgClip.

To do this do I need to change, in Tooltip.as, bgClip:null to bgClip:true ?  Then how would I call the movieClip in the line Tooltip.show(&quot;Iâ€™m a simple tooltip&quot;); ?

Thanks again,
Scott</description>
		<content:encoded><![CDATA[<p>Hi Karina,</p>
<p>Thanks so much for the Tooltip!  I have a question on adding a movieClip symbol as a bgClip.</p>
<p>To do this do I need to change, in Tooltip.as, bgClip:null to bgClip:true ?  Then how would I call the movieClip in the line Tooltip.show(&#8220;Iâ€™m a simple tooltip&#8221;); ?</p>
<p>Thanks again,<br />
Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>
