Jump to content
Fórum Script Brasil
  • 0

Exibir div sobre flash sem wmode


matheus.labanca

Question

Bom dia pessoal.

Alguém sabe como faço pra colocar uma div sobre o wmode. O problema é que meu script irá rodar em paginas que não conheço e nem tenho acesso ao código.

Com isso não sei se nelas terão flash. Com isso caso tenha a div que crio com meu js tem que aparecer sobre qualquer coisa, mas quando tem flash não dá.

Se alguém puder ajudar agradeço.

Att

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Então gente pra FF, Chrome consegui resolver, só pro IE que não. Alguém tem alguma idéia.

Código feito para ff e chrome

if(document.getElementsByTagName("embed").length > 0){

if((jQuery("embed").attr("wmode") == "transparent") || (jQuery("embed").attr("wmode") == "opaque")) {

return;

} else

jQuery("embed").attr("wmode", "opaque").wrap("<div>");

}

Pro IE alguém sabe alguma coisa?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...