Results 1 to 2 of 2

Thread: Forcing Flash to Show below Javascript Hover Div

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

    Default Forcing Flash to Show below Javascript Hover Div

    I have a website at: http://www.bannerlinkuk.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=transparent piece of code.

    is it possible to modify the code in the js file on the fly and add the wmode=transparent 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

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Embed the uploads in a div, and put the flash ones in using swfobject. from there you can tell it to use "wmode=transparent"

    Full details found here
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •