Taxgirl
11-13-2007, 10:25 AM
Hello,
I have a CSS Navigation that needs to have drop down boxes over a flash slideshow. I FINALLY got it to work with an object (using the wmode) however I got made my slideshow with a better script and now I'm using Flash and Javascript... and my navigation is being "jumpy" and not always appearing over the flash. Here is the link: http://main.srh.com/
Here is the new code for the slideshow that DOES NOT WORK w/ the navigation:
<div id="flash_index"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div><script type="text/javascript">
var s1 = new SWFObject("imagerotator.swf","rotator","750","250","1", {"salign":"transparent"});
s1.addVariable("file","flash_index.xml");
s1.addVariable("transition","random");
s1.addVariable("shuffle","false");
s1.addVariable("rotatetime","3");
s1.addVariable("overstretch","false");
s1.addVariable("backcolor","0x000000");
s1.addVariable("width","750");
s1.addVariable("height","250");
s1.write("flash_index");
</script>
Here is the old slideshow object that did work w/ the navigation:
<object
type="application/x-shockwave-flash" data="images/Flash-Sample.swf"
width="750" height="250">
<param name="movie" value="images/Flash-Sample.swf">
<param name="wmode" value="transparent">
</object>
The navigation is pretty basic css please let me know if you need the code for it.
Question is basically, how do I simulate the effect of the wmode for the javascript flash?
Thank you so much in advance if you know the solution.
I have a CSS Navigation that needs to have drop down boxes over a flash slideshow. I FINALLY got it to work with an object (using the wmode) however I got made my slideshow with a better script and now I'm using Flash and Javascript... and my navigation is being "jumpy" and not always appearing over the flash. Here is the link: http://main.srh.com/
Here is the new code for the slideshow that DOES NOT WORK w/ the navigation:
<div id="flash_index"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div><script type="text/javascript">
var s1 = new SWFObject("imagerotator.swf","rotator","750","250","1", {"salign":"transparent"});
s1.addVariable("file","flash_index.xml");
s1.addVariable("transition","random");
s1.addVariable("shuffle","false");
s1.addVariable("rotatetime","3");
s1.addVariable("overstretch","false");
s1.addVariable("backcolor","0x000000");
s1.addVariable("width","750");
s1.addVariable("height","250");
s1.write("flash_index");
</script>
Here is the old slideshow object that did work w/ the navigation:
<object
type="application/x-shockwave-flash" data="images/Flash-Sample.swf"
width="750" height="250">
<param name="movie" value="images/Flash-Sample.swf">
<param name="wmode" value="transparent">
</object>
The navigation is pretty basic css please let me know if you need the code for it.
Question is basically, how do I simulate the effect of the wmode for the javascript flash?
Thank you so much in advance if you know the solution.