Forcing Flash to Show below Javascript Hover Div

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • redgoals
    New Member
    • Feb 2008
    • 3

    Forcing Flash to Show below Javascript Hover Div

    I have a website at: http://www.bannerlinku k.com/index.php

    The website allows the customer to upload affilliate banners, the affilliate code is normally a js file piece of code which the client adds to the website, the client cannot modify that piece of code as the .js file sits on the affiliate companies website.

    The problem is that the .js file sometime contains .swf advertisements, on the website im implementing a hover over script which always seems to show below the flash file affilliate. I know the reason for this is the .js file wiith the affiliate code for a swf file does not have the wmode=transpare nt piece of code.

    is it possible to modify the code in the js file on the fly and add the wmode=transpare nt piece of code? or is there a way to show the hover over feature on the website above the .swf affilliate?

    please see picture of problem:

    http://i33.tinypic.com/1zya72x.jpg
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can try accessing the Flash object (depending on how the Flash is being added) and setting its wmode property. I don't know if it would work. If not, try adding a param with the wmode set.

    This problem should only occur in IE6.

    Comment

    Working...