phprockers-logo

How to solve "click to this page and activate this control" for flash files integrated to joomla in IE7?

1) create sample.js file in root path.
2) Then you put following code in this page.
fls = document.getElementsByTagName("object"); for (var a = 0; a < fls.length; a++){fls[a].outerHTML = fls[a].outerHTML;}
3) Then write a script in footer file or <div class="footer">,
<script type="text/javascript" src="http://www.yourwebsite (or) your domain.com/iefix.js"></script>
then you get good result....

0 comments:

Post a Comment