Results 1 to 2 of 2

Thread: Flash issues in Fire Fox

  1. #1
    Join Date
    May 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash issues in Fire Fox

    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>

  2. #2
    Join Date
    May 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fixed It

    Thanks anyway yall. I fixed this one. Still need help with the preloading for the other site....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •