Microsoft has attempted to protect the general public by forcing each flash movie to be activated by a click before it can interact with your computer. Unfortunately, this “feature” of IE6+ has been causing problems for Flash developers who do not want their users to have to click their flash movie before it will play.

Fortunately, there is an easy solution. All you have to do is include two JavaScript files on your page and IE will stop bothering you… at least about this. These two files are part of the Roots Web Foundation created by Jordan Ambra.

Download the following two files and save them in a Scripts folder. Then add the following two lines of code in the <head> tag of the page that has your flash content on it.

ELO.js
Eolas.js

<script src=”Scripts/ELO.js” type=”text/javascript”></script>
<script src=”Scripts/Eolas.js” type=”text/javascript”></script>

That’s it, problem solved! Enjoy!