<?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 on: Flash interaction disabled in Internet Explorer</title>
	<atom:link href="http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Tue, 07 Oct 2008 10:14:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Al</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-252764</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sat, 19 Apr 2008 07:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-252764</guid>
		<description>It worked! Thanks Chris...</description>
		<content:encoded><![CDATA[<p>It worked! Thanks Chris&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: french removals</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-232487</link>
		<dc:creator>french removals</dc:creator>
		<pubDate>Tue, 18 Mar 2008 20:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-232487</guid>
		<description>does any one know of a decent flash to html converter too?</description>
		<content:encoded><![CDATA[<p>does any one know of a decent flash to <acronym title="HyperText Markup Language">HTML</acronym> converter too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-220576</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 29 Feb 2008 19:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-220576</guid>
		<description>OK I HAVE THE SOLUTION

We had a nightmare with this as every computer in the company stopped playing flash and we are a video streaming company.

While Microsoft sort themselves out download this.  It is actually the standalone flash installer from Macromedia.  It works perfectly.

Download it from:
&#60;a href="http://www.macromedia.com/go/full_flashplayer_win_ie"  

http://www.macromedia.com/go/full_flashplayer_win_ie

Now will someone please get Microsoft to sort themselves out.  No one really cares about the legal battles but we do care about watching flash.

Chris</description>
		<content:encoded><![CDATA[<p>OK I HAVE THE SOLUTION</p>
<p>We had a nightmare with this as every computer in the company stopped playing flash and we are a video streaming company.</p>
<p>While Microsoft sort themselves out download this.  It is actually the standalone flash installer from Macromedia.  It works perfectly.</p>
<p>Download it from:<br />
&lt;a href=&#8221;http://www.macromedia.com/go/full_flashplayer_win_ie&#8221;  </p>
<p><a href="http://www.macromedia.com/go/full_flashplayer_win_ie" rel="nofollow">http://www.macromedia.com/go/full_flashplayer_win_ie</a></p>
<p>Now will someone please get Microsoft to sort themselves out.  No one really cares about the legal battles but we do care about watching flash.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Prosser</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-76653</link>
		<dc:creator>Michael Prosser</dc:creator>
		<pubDate>Mon, 02 Jul 2007 01:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-76653</guid>
		<description>For Data Transfer with FlashVars this works perfect:

Do the following:

Create A  tag containing the variable to be passed like so - var FlashVarsSet = "rssMediaPath=&#38;media_title=&#38;media_link=&#38;media_description=&#38;media_date=&#38;media_votes=&#38;media_id=&#38;media_channel=";


Then call the FlashVarsSet value from javascript include like so:

document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');

I am sure this will come in very handy for those of you that do a lot of dynamic flash content.</description>
		<content:encoded><![CDATA[<p>For Data Transfer with FlashVars this works perfect:</p>
<p>Do the following:</p>
<p>Create A  tag containing the variable to be passed like so - var FlashVarsSet = &#8220;rssMediaPath=&amp;media_title=&amp;media_link=&amp;media_description=&amp;media_date=&amp;media_votes=&amp;media_id=&amp;media_channel=&#8221;;</p>
<p>Then call the FlashVarsSet value from javascript include like so:</p>
<p>document.write(&#8221;);<br />
document.write(&#8221;);<br />
document.write(&#8221;);<br />
document.write(&#8221;);<br />
document.write(&#8221;);<br />
document.write(&#8221;);</p>
<p>I am sure this will come in very handy for those of you that do a lot of dynamic flash content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Prosser</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-76650</link>
		<dc:creator>Michael Prosser</dc:creator>
		<pubDate>Mon, 02 Jul 2007 01:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-76650</guid>
		<description>Problem with JS workaround is dynamic data being sent to FlashVars are not kept upon object refresh. Data is not sent second time making it useless for workaround.</description>
		<content:encoded><![CDATA[<p>Problem with JS workaround is dynamic data being sent to FlashVars are not kept upon object refresh. Data is not sent second time making it useless for workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark&#8217;s (we)Blog &#187; Embedding video content in (X)HTML</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-59324</link>
		<dc:creator>Mark&#8217;s (we)Blog &#187; Embedding video content in (X)HTML</dc:creator>
		<pubDate>Sun, 13 May 2007 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-59324</guid>
		<description>[...] there is the issue of the changes made to the behaviour of ActiveX content in Internet Explorer, following the Eolas patent su.... In my case, it doesn&#8217;t really matter if you need to activate a control to view a video clip [...]</description>
		<content:encoded><![CDATA[<p>[...] there is the issue of the changes made to the behaviour of ActiveX content in Internet Explorer, following the Eolas patent su&#8230;. In my case, it doesn&#8217;t really matter if you need to activate a control to view a video clip [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashReplace - A light-weight JavaScript to insert Flash movies into your web page - Robert&#8217;s talk</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-51486</link>
		<dc:creator>FlashReplace - A light-weight JavaScript to insert Flash movies into your web page - Robert&#8217;s talk</dc:creator>
		<pubDate>Thu, 19 Apr 2007 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-51486</guid>
		<description>[...] a Flash movie into a web page. It should also work fine with streamed movies and get us around the Eolas patent problem in IE. It basically just supports one parameter and one [...]</description>
		<content:encoded><![CDATA[<p>[...] a Flash movie into a web page. It should also work fine with streamed movies and get us around the Eolas patent problem in <acronym title="Internet Explorer">IE</acronym>. It basically just supports one parameter and one [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark&#8217;s (we)Blog &#187; Embedding video content in (X)HTML</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-38086</link>
		<dc:creator>Mark&#8217;s (we)Blog &#187; Embedding video content in (X)HTML</dc:creator>
		<pubDate>Fri, 23 Feb 2007 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-38086</guid>
		<description>[...] o force IE into ignoring code intended for other browsers! Then, there is the issue of the changes made to the behaviour of ActiveX content in Internet E [...]</description>
		<content:encoded><![CDATA[<p>[...] o force <acronym title="Internet Explorer">IE</acronym> into ignoring code intended for other browsers! Then, there is the issue of the changes made to the behaviour of ActiveX content in Internet E [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-29578</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-29578</guid>
		<description>As per my previous post .. re the weird behavior ... I will share how we fixed it...(3 months later...)

1st, the issue:
On KBteachers, we use a multiple flash movies on each page, as well as a PHP "backbone"...Once in a while we were getting customer complaints about menus not working properly:
Mouse over effects worked fine, but no success when clicking.
A really strange behavior that started happening with both IE and Firefox updates...

And, I must say, a behavior hard to replicate...

2nd, the fix..
At 1st I thaught it might be in our code, in the fact that we were using too many Flash movies (up to 5 at times) etc...
and then "enlightenment":

When a page was called using:
http://www.kbteachers.com/etc..
Everything was working fine.
HOWEVER....when the page called did not contain the --often omitted-- "www"  in http://www. etc...
Things were getting messed up....

I had no idea why flash buttons stopped functioning properly because of the "www"....but at least I found the culprit...

The problem then became, how do I fix this without re-building all my link codes etc...

Using a simple Htaccess file, I created a "force" the url to include www...so that if a user simply typed: kbteacher.com in the address bar, it would automatically become http://www.kbteachers.com

Here is the code for those of you who might need it:
(place it in a file called "htaccess")

RewriteEngine On
RewriteCond %{HTTP_HOST} ^kbteachers.com$
RewriteRule ^(.*)$ http://www.kbteachers.com/$1 [R=301,L]
ErrorDocument 400 http://www.kbteachers.com
ErrorDocument 401 http://www.kbteachers.com
ErrorDocument 403 http://www.kbteachers.com
ErrorDocument 404 http://www.kbteachers.com
ErrorDocument 500 http://www.kbteachers.com
IndexIgnore *


I forgot where I found the source for this, so if you know who originally wrote this code (which I know was for other purposes) you can add the link :-)

Also, I was just thinking, maybe there is a way to use the same htaccess file to force the activation of embedded objects???
--Any ideas?

I don't understand why the "www" thing bugged my Flash files, so I would appreciate it if anyone could give me an explanation...

Happy surfing and learning...</description>
		<content:encoded><![CDATA[<p>As per my previous post .. re the weird behavior &#8230; I will share how we fixed it&#8230;(3 months later&#8230;)</p>
<p>1st, the issue:<br />
On KBteachers, we use a multiple flash movies on each page, as well as a <acronym title="Hypertext PreProcessing">PHP</acronym> &#8220;backbone&#8221;&#8230;Once in a while we were getting customer complaints about menus not working properly:<br />
Mouse over effects worked fine, but no success when clicking.<br />
A really strange behavior that started happening with both <acronym title="Internet Explorer">IE</acronym> and Firefox updates&#8230;</p>
<p>And, I must say, a behavior hard to replicate&#8230;</p>
<p>2nd, the fix..<br />
At 1st I thaught it might be in our code, in the fact that we were using too many Flash movies (up to 5 at times) etc&#8230;<br />
and then &#8220;enlightenment&#8221;:</p>
<p>When a page was called using:<br />
<a href="http://www.kbteachers.com/etc." rel="nofollow">http://www.kbteachers.com/etc.</a>.<br />
Everything was working fine.<br />
HOWEVER&#8230;.when the page called did not contain the &#8211;often omitted&#8211; &#8220;www&#8221;  in <a href="http://www" rel="nofollow">http://www</a>. etc&#8230;<br />
Things were getting messed up&#8230;.</p>
<p>I had no idea why flash buttons stopped functioning properly because of the &#8220;www&#8221;&#8230;.but at least I found the culprit&#8230;</p>
<p>The problem then became, how do I fix this without re-building all my link codes etc&#8230;</p>
<p>Using a simple Htaccess file, I created a &#8220;force&#8221; the <acronym title="Uniform Resource Locator">URL</acronym> to include <a href="http://www...so" rel="nofollow">http://www&#8230;so</a> that if a user simply typed: kbteacher.com in the address bar, it would automatically become <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a></p>
<p>Here is the code for those of you who might need it:<br />
(place it in a file called &#8220;htaccess&#8221;)</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^kbteachers.com$<br />
RewriteRule ^(.*)$ <a href="http://www.kbteachers.com/1" rel="nofollow">http://www.kbteachers.com/1</a> [R=301,L]<br />
ErrorDocument 400 <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a><br />
ErrorDocument 401 <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a><br />
ErrorDocument 403 <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a><br />
ErrorDocument 404 <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a><br />
ErrorDocument 500 <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a><br />
IndexIgnore *</p>
<p>I forgot where I found the source for this, so if you know who originally wrote this code (which I know was for other purposes) you can add the link <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also, I was just thinking, maybe there is a way to use the same htaccess file to force the activation of embedded objects???<br />
&#8211;Any ideas?</p>
<p>I don&#8217;t understand why the &#8220;www&#8221; thing bugged my Flash files, so I would appreciate it if anyone could give me an explanation&#8230;</p>
<p>Happy surfing and learning&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Kamerman</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-28767</link>
		<dc:creator>Steve Kamerman</dc:creator>
		<pubDate>Fri, 19 Jan 2007 00:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-28767</guid>
		<description>I made a nice little site called &lt;a href="http://devel.teratechnologies.net/swfhelp/" rel="nofollow"&gt;HTML2SWFObject&lt;/a&gt; that will help you convert all your old &#60;embed&#62; / &#60;object&#62; code to the ultra-fast and compatible SWFObject code.</description>
		<content:encoded><![CDATA[<p>I made a nice little site called <a href="http://devel.teratechnologies.net/swfhelp/" rel="nofollow">HTML2SWFObject</a> that will help you convert all your old &lt;embed&gt; / &lt;object&gt; code to the ultra-fast and compatible SWFObject code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-14256</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Wed, 01 Nov 2006 00:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-14256</guid>
		<description>Hi again all..I was just wondering..
As I mentioned before, The JS method works great on most of my sites: http://www.kbteachers.com and http://www.kbparents.com

HOWEVER! We now have a really weird problem:
On our most popular site (for kids -- I must warn you guys who will critisize the "whole in flash thing"-- because these swf use pre-loaders the JS method does not work at all...instead, it seems to think (the browser that is--) that the SWF is only the size of the first level (where my pre-loader is) and therefore always resets the swf...not allowing the "gotoandPlay" to work...Makes sense?
Has anyone else experienced this?
If needed, I will provide the FLA and HTML ....but I really am wondering if I am the only one who has not been able to implement the JS solution...and by the way..it works on my other sites, both on IE 7x and FFox...so obviously it seems to be a prob with my swf..?
But i can't figure it out..and do not want to part with my pre-loaders...unless someone has the kindness of sending me an FLA with a loader that works....my standard one just doesn't...  :-(

THANK YOU FOR ANY HELP!

and if you can help us build www.kbteachers.com, or have some ideas how we can improve it ---ps email me christophe [@] kbears.com 

THANKS AGAIN.</description>
		<content:encoded><![CDATA[<p>Hi again all..I was just wondering..<br />
As I mentioned before, The JS method works great on most of my sites: <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a> and <a href="http://www.kbparents.com" rel="nofollow">http://www.kbparents.com</a></p>
<p>HOWEVER! We now have a really weird problem:<br />
On our most popular site (for kids &#8212; I must warn you guys who will critisize the &#8220;whole in flash thing&#8221;&#8211; because these swf use pre-loaders the JS method does not work at all&#8230;instead, it seems to think (the browser that is&#8211;) that the SWF is only the size of the first level (where my pre-loader is) and therefore always resets the swf&#8230;not allowing the &#8220;gotoandPlay&#8221; to work&#8230;Makes sense?<br />
Has anyone else experienced this?<br />
If needed, I will provide the FLA and <acronym title="HyperText Markup Language">HTML</acronym> &#8230;.but I really am wondering if I am the only one who has not been able to implement the JS solution&#8230;and by the way..it works on my other sites, both on <acronym title="Internet Explorer">IE</acronym> 7x and FFox&#8230;so obviously it seems to be a prob with my swf..?<br />
But i can&#8217;t figure it out..and do not want to part with my pre-loaders&#8230;unless someone has the kindness of sending me an FLA with a loader that works&#8230;.my standard one just doesn&#8217;t&#8230;  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>THANK YOU FOR ANY HELP!</p>
<p>and if you can help us build <a href="http://www.kbteachers.com" rel="nofollow">http://www.kbteachers.com</a>, or have some ideas how we can improve it &#8212;ps email me christophe [@] kbears.com </p>
<p>THANKS AGAIN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razvan</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-13411</link>
		<dc:creator>Razvan</dc:creator>
		<pubDate>Tue, 24 Oct 2006 09:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-13411</guid>
		<description>My solution here still works with IE7

&lt;a href="http://venom.sweblog.net/Pages/Workaround-For-click-To-Activate-And-Use-This-Control-With-Javascript/152.html"&gt;Workaround for 'Click to activate and use this control' with javascript&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>My solution here still works with IE7</p>
<p><a href="http://venom.sweblog.net/Pages/Workaround-For-click-To-Activate-And-Use-This-Control-With-Javascript/152.html">Workaround for &#8216;Click to activate and use this control&#8217; with javascript</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script-it.blog</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-12594</link>
		<dc:creator>Script-it.blog</dc:creator>
		<pubDate>Mon, 16 Oct 2006 16:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-12594</guid>
		<description>[...] tegen. Bekijk ze zelf ook even, dan weet je hoe het op te lossen valt. Links: 1. SwfObject 2. ActiveX zodra ik meer vind zullen zij d [...]</description>
		<content:encoded><![CDATA[<p>[...] tegen. Bekijk ze zelf ook even, dan weet je hoe het op te lossen valt. Links: 1. SwfObject 2. ActiveX zodra ik meer vind zullen zij d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Project Syndicate &#187; Anchorman</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-11310</link>
		<dc:creator>Project Syndicate &#187; Anchorman</dc:creator>
		<pubDate>Tue, 03 Oct 2006 17:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-11310</guid>
		<description>[...]  it is required to play the new Flash video format. Secondly, it gets around the nasty new multimedia impediment in Internet Explorer versions 6 and  [...]</description>
		<content:encoded><![CDATA[<p>[...]  it is required to play the new Flash video format. Secondly, it gets around the nasty new multimedia impediment in Internet Explorer versions 6 and  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-10623</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 26 Sep 2006 21:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-10623</guid>
		<description>Frode,

Thanks for the code!</description>
		<content:encoded><![CDATA[<p>Frode,</p>
<p>Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frode Rustoy</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-10610</link>
		<dc:creator>Frode Rustoy</dc:creator>
		<pubDate>Tue, 26 Sep 2006 19:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-10610</guid>
		<description>Fix for both Opera and MSIE!

Put these two funtctions, included the call to addEvent at the bottom, in an EXTERNAL file and include the following line in any html-file. NB! Function MUST be in an external file!

&#60;script type="text/javascript" src="fix_eolas.js"&#62;&#60;/script&#62;


// EXTERNAL file start: ---------------------------------------------------
// fix_eloas.js by Frode Rustoy.
// By Frode Rustoy. http://www.vevemsteren.no/
// Inspired by http://www.sitepoint.com/article/activex-activation-issue-ie

function fix_eolas(){
  var objects = document.getElementsByTagName("object");
  for (var i = 0; i &#60; objects.length; i++) {
    var o = objects[i];
    var h = o.outerHTML;
    var params = "";
//  Need to take care of each node because IE strips out Flashvars
//  if you just copy the object
    for (var j = 0; j&#60;o.childNodes.length; j++) {
      var p = o.childNodes[j];
      if (p.tagName == "PARAM"){
       params += p.outerHTML;
      }
    }
    var tag = h.split("&#62;")[0] + "&#62;";
    var newObject = tag + params + o.innerHTML + " &#60;/object&#62;";
    objects[i].outerHTML = newObject;
  }
}

function addEvent(obj, evType, fn){
  if (obj.addEventListener){
    obj.addEventListener(evType, fn, false);
    return true;
  }
  else if (obj.attachEvent){
    var r = obj.attachEvent("on"+evType, fn);
    return r;
  }
  else {
    return false;
  }
}

addEvent(window, 'load',fix_eolas);

// EXTERNAL file ends: ----------------------------------------------------</description>
		<content:encoded><![CDATA[<p>Fix for both Opera and <acronym title="Microsoft Internet Explorer">MSIE</acronym>!</p>
<p>Put these two funtctions, included the call to addEvent at the bottom, in an EXTERNAL file and include the following line in any <acronym title="HyperText Markup Language">HTML</acronym>-file. NB! Function MUST be in an external file!</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;fix_eolas.js&#8221;&gt;&lt;/script&gt;</p>
<p>// EXTERNAL file start: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
// fix_eloas.js by Frode Rustoy.<br />
// By Frode Rustoy. <a href="http://www.vevemsteren.no/" rel="nofollow">http://www.vevemsteren.no/</a><br />
// Inspired by <a href="http://www.sitepoint.com/article/activex-activation-issue-ie" rel="nofollow">http://www.sitepoint.com/article/activex-activation-issue-<acronym title="Internet Explorer">IE</acronym></a></p>
<p>function fix_eolas(){<br />
  var objects = document.getElementsByTagName(&#8221;object&#8221;);<br />
  for (var i = 0; i &lt; objects.length; i++) {<br />
    var o = objects[i];<br />
    var h = o.outerHTML;<br />
    var params = &#8220;&#8221;;<br />
//  Need to take care of each node because <acronym title="Internet Explorer">IE</acronym> strips out Flashvars<br />
//  if you just copy the object<br />
    for (var j = 0; j&lt;o.childNodes.length; j++) {<br />
      var p = o.childNodes[j];<br />
      if (p.tagName == &#8220;PARAM&#8221;){<br />
       params += p.outerHTML;<br />
      }<br />
    }<br />
    var tag = h.split(&#8221;&gt;&#8221;)[0] + &#8220;&gt;&#8221;;<br />
    var newObject = tag + params + o.innerHTML + &#8221; &lt;/object&gt;&#8221;;<br />
    objects[i].outerHTML = newObject;<br />
  }<br />
}</p>
<p>function addEvent(obj, evType, fn){<br />
  if (obj.addEventListener){<br />
    obj.addEventListener(evType, fn, false);<br />
    return true;<br />
  }<br />
  else if (obj.attachEvent){<br />
    var r = obj.attachEvent(&#8221;on&#8221;+evType, fn);<br />
    return r;<br />
  }<br />
  else {<br />
    return false;<br />
  }<br />
}</p>
<p>addEvent(window, &#8216;load&#8217;,fix_eolas);</p>
<p>// EXTERNAL file ends: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-10432</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 25 Sep 2006 07:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-10432</guid>
		<description>Christophe,

Thanks for sharing.
You need to escape &#60; with &#38;lt; when writing them in a comment.</description>
		<content:encoded><![CDATA[<p>Christophe,</p>
<p>Thanks for sharing.<br />
You need to escape &lt; with &amp;lt; when writing them in a comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-10235</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sat, 23 Sep 2006 16:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-10235</guid>
		<description>Oops....something did not show up:
at the last /embed&#62; tag... you add this line:

script type="text/javascript" src="http://www.kbparents.com/flash1.js"&#62;/script

with the correct scripting off course...seems this post system won't let me put  symbols...</description>
		<content:encoded><![CDATA[<p>Oops&#8230;.something did not show up:<br />
at the last /embed&gt; tag&#8230; you add this line:</p>
<p>script type=&#8221;text/javascript&#8221; src=&#8221;http://www.kbparents.com/flash1.js&#8221;&gt;/script</p>
<p>with the correct scripting off course&#8230;seems this post system won&#8217;t let me put  symbols&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-10231</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sat, 23 Sep 2006 16:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-10231</guid>
		<description>Hi again all,

OK, I found something that works, BUT...it only works if you do not have pre-loaders in Flash...weird...maybe someone can work it out?

Anyhow, here is the code:
(it's two pieces)
1) In your HTML, where your normal   tags are, you go to the last embedded object in your page (we, for example, use three flash movies on 1 page) 
So at the last  you add:


Where flash1.js is a javascript file (you can create it using any text editor, and then saving the file as a .js)
that contains the following three lines:
theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i </description>
		<content:encoded><![CDATA[<p>Hi again all,</p>
<p>OK, I found something that works, BUT&#8230;it only works if you do not have pre-loaders in Flash&#8230;weird&#8230;maybe someone can work it out?</p>
<p>Anyhow, here is the code:<br />
(it&#8217;s two pieces)<br />
1) In your <acronym title="HyperText Markup Language">HTML</acronym>, where your normal   tags are, you go to the last embedded object in your page (we, for example, use three flash movies on 1 page)<br />
So at the last  you add:</p>
<p>Where flash1.js is a javascript file (you can create it using any text editor, and then saving the file as a .js)<br />
that contains the following three lines:<br />
theObjects = document.getElementsByTagName(&#8221;object&#8221;);<br />
for (var i = 0; i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/04/05/flash-interaction-disabled-in-internet-explorer/#comment-8619</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 07 Sep 2006 18:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=386#comment-8619</guid>
		<description>Christophe,

Just to let you know that I haven't got any idea about that behavior.</description>
		<content:encoded><![CDATA[<p>Christophe,</p>
<p>Just to let you know that I haven&#8217;t got any idea about that behavior.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
