Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6066311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:29:14+00:00 2026-05-23T09:29:14+00:00

Wmode in object tags and iframe tags. There are many discussions on making navigation

  • 0

Wmode in object tags and iframe tags.

There are many discussions on making navigation to work properly in flash pages etc etc.

–
Someone please explain with details on what attribute does in actual. Any level of technical details is accepted.

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:29:14+00:00Added an answer on May 23, 2026 at 9:29 am

    wmode is a parameter exclusive to <embed> tag referring to Flash movies. The default value is wmode=window.

    wmode=window

    When wmode=window, the Flash movie is not rendered in the page. It is instead displayed in a separate window than the browser content (as inspected with Spy++ or WinSpy++). This mode will have the best performance as the browser does not have to redraw a portion of the page on each frame. However, this mode prevents you from having content appear above or below the Flash movie.

    • Best Performance
    • Rendered in separate window
    • Opaque background
    • Doesn’t allow content below
    • Doesn’t allow content above

    wmode=opaque

    When wmode=opaque, the Flash movie is rendered as part of the page. No window is created for the movie. The movie will be rendered with the background color set during the publishing process and no content will be allowed behind. On each frame, content which appear above the movie will have to be redrawn by the browser, thus affecting performance.

    • Good Performance
    • Rendered as part of the page
    • Opaque background
    • Doesn’t allow content below
    • Allows content above

    wmode=transparent

    When wmode=transparent, the Flash movie is rendered as part of the page. No window is created for the movie. The background color of the movie will be transparent. Thus, any non-opaque section of the movie will allow underlying content to display. On each frame, content which appear above and below the movie will have to be redrawn by the browser, thus greatly affecting performance.

    • Fair Performance
    • Rendered as part of the page
    • Transparent background
    • Allows content below
    • Allows content above

    EDIT : Here are the answers to your additional questions…

    Is wmode a FLASH only attribute?
    Yes, wmode is only available in <embed> tags embedding a Flash movie.

    What are the impacts on performance between the different values?
    wmode=window will have the best performance as the Flash movie is rendered completely separately from the page itself. The browser does not have to refresh nor calculate the z-index position of content appearing over the Flash movie since the Flash movie in this mode is rendered in a completely separate window (as can be inspected with Spy++).

    wmode=opaque and mode=transparent both follow very similar rendering paths. They are however slower than wmode=window because the browser has to check elements to see if they render above than the movie and render them on each frame. Note that wmode=transparent is slower than
    wmode=opaque since it has to also render underlying content as well as superposing content.

    So, in order of performance…

    FASTEST ----------------------------- SLOWEST
    
    WINDOW             OPAQUE         TRANSPARENT
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm doing this: //z-index of flash objects $('object').prepend('<param name=wmode value=opaque>'); $('object embed').attr('wmode', 'opaque'); So,
when embedding a Flash object with the <object> and <embed> tag, there is an
i have following code in my php jquery call... <object type=application/x-shockwave-flash data=mysounds/player.swf id=audioplayer1 height=1
I am trying to call an action in a flash object from the javascript:
My code works great in IE8, Firefox and Safari. But it doesn't work properly
I want the following flash object to load without the grey background since it
I need to catch a hover event on top of a flash object, so
I have an object/embed on my page: <object type=application/x-shockwave-flash width=100% height={$height} id=chat_shell data=js/8wayrun/irc/lightIRC.swf?host={$server}{$params}{$extras}{$styles}> <param
HTML: <div class=playerFlashBox> <object width=800 height=450 type=application/x-shockwave-flash id=playerSWF name=playerSWF data=/flash/Player.swf > <param name=movie value=/flash/Player.swf>
I am trying to load a flash object and I am having a hard

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.