Manik, next time start a new thread for a new question. It appears as though you can add the wmode transparent to your Flash like so (on your sds.cat.09/index.html - addition highlighted):
Code:
<div id="flashcontent">SimpleViewer requires Macromedia Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia Flash.</a> If you have Flash installed, <a href="index.html?detectflash=false">click to view gallery</a></div>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "8", "#181818");
fo.addParam("scale", "noscale");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
However, you will still have an iframe. This may or may not pose additional issues. At a glance, it looks as though it will not, but one never knows. I can tell you that (on main.htm):
Code:
<iframe src="sds.cat.09/index.html" frameborder="0" param name="wmode" value="transparent" scrolling="auto" width="780" height="505" border="0" cellspacing="0" cellpadding="0" title="SDS Catalog 2009"> Catalog 2009 </iframe>
The highlighted is meaningless, get rid of it. These only apply to Flash objects, not to iframe tags.
Make these changes, and let me know how it works out.
Bookmarks