
Originally Posted by
pitox
Hi,
I am having the same problem.
I can see the the mod in IE but it doesn't show up in Firefox. I can see it with Firefox on other sites though.
Here is my site:
http://www.movie-pixel.com
What can be wrong? I've done exactly what the readme.txt file said.....
pitox;
use the script like this:
Code:
<!--[if (IE 6)|(IE 7)]>
<script language="javascript">
document.write("<NOSCRIPT class=\"clickfix\"><OBJECT style=\"display:none\">");
</script>
</OBJECT></NOSCRIPT>
<![endif]-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="140" id="recently viewed videos" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="recentplayer.swf?x=recentlyviewed.php&t=Videos Being Watched Right Now" />
<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />
<embed src="recentplayer.swf?x=recentlyviewed.php&t=Videos Being Watched Right Now" quality="high" bgcolor="#ffffff" width="550" height="140" name="recently viewed videos" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<script language="JScript" type="text/jscript" src="http://www.movie-pixel.com/js/ClickFix.js"></script>
you can also change
Code:
<!--[if (IE 6)|(IE 7)]>
to first one means IE6 or IE7
second one means IE versions greater than or equal to 6
when IE8 comes you won't have to change your code if u use the second one, but I prefer the first
uluc...
Bookmarks