1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

need help related to swf file..

Discussion in 'HTML & Website Design' started by j4jawaid, Jan 24, 2010.

  1. #1
    I need a help from you guys. I want to place html text or any image over a flash movie. Please let me know how can i do it.. This is the site http://tinyurl.com/ydfrjjx as u can see on the front page when u will move the mouse over the services button a drop down menu will appear but it goes below the flash file. I want to show the drop down menu over the flash movie..
     
    j4jawaid, Jan 24, 2010 IP
  2. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sounds like you need to change the window mode of the flash movie to either opaque or transparent. I would try opaque first, then transparent if that doesn't work. Transparent can slow performance somewhat. Transparent will also let the background show through which may not be desirable.

    for embed:
    wmode="opaque"

    for object:
    param name="wmode" value="opaque"
     
    jwitt98, Jan 24, 2010 IP
    j4jawaid likes this.
  3. j4jawaid

    j4jawaid Peon

    Messages:
    94
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks bro. it worked for me..
     
    j4jawaid, Jan 24, 2010 IP