Topic: wmode=transparent=fail
Hello, my beloved Simpleviewer. It's been 4 years since we last met, and I love the new tools.
I would like to put a logo and some menu items in my gallery, but have been unsuccessful.
I have read all of the posts regarding hidden menus and images and have tried making everything in the universe transparent - in the embed code and the svBuilder, but I'm still not able to get a menu or an image to show up over the flash.
I'm using svBuilder and Dreamweaver CS5. I have the latest version of Flash installed and I have cleared all caches ever created.
The page I'm testing is awlphoto.com/ladies/index.html
Here is the code I'm currently using:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>LADIES</title>
</head>
<body>
<img src="../awlbannersmall2.jpg" width="148" height="148" alt="AWL PHOTO">
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var params={};
params.wmode="transparent";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "transparent", true, null, params);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
</body>
</html>
Any help would be greatly appreciated, as I have spent the better part of the day troubleshooting this.
Thanks in advance!