A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Need help to move flash behind Navigation

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    15

    Need help to move flash behind Navigation

    I have a flash movie that I have placed on a web page using a javascript navigation. When the navigation expands to the sub topics it goes behind the flash movie I placed on the site. How can I make the flash movie go behind the navigation?

    I tried using z-index but it does not seem to work.

    Thanks for the help.

    Ken

  2. #2
    Junior Member scudsucker's Avatar
    Join Date
    Feb 2003
    Location
    Cape Town, RSA
    Posts
    1,509
    Please add the following to your object tag
    Code:
    <param name="wmode" value="transparent" />
    and this to your embed tag
    Code:
    wmode="transparent"
    NB- only works in modern browsers.
    Hariyemadzisawira nhaka yedu! Down the SCUD and win!
    I'm too lazy to read Private Messages.

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    15
    Thanks for the help! It is working perfect now.

    Thanks for taking the time to help.

    Ken

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center