Log in

View Full Version : Flash issues in Fire Fox



willntae
05-02-2008, 01:16 PM
hello everyone,

I have a site www.kitchenandbathfixtures.com which has two flash movies on the home page. One of them works just fine. Where the red words are there is supposed to be another flash object. For some reason it doesn't work. Any Ideas would be greatly appreciated. Below is the source. The two scripts are in bold. the top one works the one in Red does not.

<script type="text/javascript">
var so = new SWFObject("../../loader.swf", "mymovie", "300", "228", "7", "#ffffff");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
so.write("bodyLeft");
</script>
<div id="bodyRight">
<img src="../../images/freeShipping.jpg" />
<img src="../../images/divider_blueTop_body.jpg" />
<div id="hotItems">
<div id="hotItem" style="float:right;"></div>
<script type="text/javascript">
var so2 = new SWFObject("../images/hotitems/flash/hotitem.swf", "mymovie2", "135", "132", "6", "#ffffff");
so2.addParam("quality", "high");
so2.addParam("wmode", "transparent");
so2.write("hotitem");
</script>

willntae
05-02-2008, 01:44 PM
Thanks anyway yall. I fixed this one. Still need help with the preloading for the other site....