A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Javascript drop down menu appearing underneath Flash file

  1. #1
    Flashkit Witch Azaraelle's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    123

    Javascript drop down menu appearing underneath Flash file

    I'm having a problem on a website where the drop down navigation (javascript) is appearing below a flash file... so you cant see or click on the nav.

    Is there a way to re-order this? Or to publish the swf file in a way that it wont do this?

    Thanks!

  2. #2
    Junior Member scudsucker's Avatar
    Join Date
    Feb 2003
    Location
    Cape Town, RSA
    Posts
    1,509
    In the embed/object code, add wmode=transparent
    eg in the object tag
    Code:
    <param name="wmode" value="transparent" />
    and add this into the embed tag
    Code:
    wmode="transparent"
    Only works in modern browsers!

    Edit - Where are you in South Africa?
    Hariyemadzisawira nhaka yedu! Down the SCUD and win!
    I'm too lazy to read Private Messages.

  3. #3
    Flashkit Witch Azaraelle's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    123
    Thanks! I'll try that

    I'm in Johannesburg

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