A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Javascript menus over flash "visible"

Hybrid View

  1. #1

    Javascript menus over flash "visible"

    I'm using this for Internet Explorer: <param name="wmode" value="transparent" />

    ... and it works great.... just not in any other browser. I want my javascript menus to appear "above" my flash move just below the menu bar.. other browsers get hidden beneath.

    I've seen this on http://www.subaru.com/index.jsp and it works great... just when I view source I get a little lost... lots going on and it's the end of the day... brain is fried.

    Any suggestions?

    Thanks.

    PS... I tried searching for this without success.
    Last edited by needafixx2; 07-24-2004 at 05:33 PM.

  2. #2
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    The param tag is a "subtag" of the object-tag wich is supported only by IE. The rest of the browsers use the embed-tag so you need to add: wmode="transparent" to the embed tag:

    < embed src="yourmovie.swf" wmode="transparent" .... rest of tag here ..... >

    /Mirandir

  3. #3
    yep, that was already in my embed tag... thanks.... the subura site has more than just that though to make it work cross platforms and browsers.... visible; hidden layers, etc.... I just could not make heads or tales out of it yesterday.... perhaps after some coffee.

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