A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Java Menu Drop Downs Over Flash

  1. #1

    Java Menu Drop Downs Over Flash

    Hello,
    I remember a while back we couldnt use Java Drop Down Menus, because they would get hidden under a Flash file....

    However now I have seen some sites where they use Java drop down menus successfully over Flash.

    Does anyone know of tutorials or ways to achieve this?

    Thanks,
    Brian

  2. #2
    does anyone know a way to do this?

    thanks!

  3. #3
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    in the object tag that is used to display the movie add an extra param tag,

    <param name="wmode" value="transparent">

    then in the embed tag add an extra attribute,

    wmode="transparent"

    this should allow you to have content appear stacked in front of the movie.

  4. #4
    thanks.... yeah as you can see my original post was from a while ago.... I figured it out then... but forgot as I havent done flash in a while.

    thanks!

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