Adding a modal popup in a document which is having a flash's object tag may make you in trouble. Because I was having a same kind of problem. To fix it just add another parameter to your object tag (and also to embed tag if any) wmode="opaque". This will allow your popup to show above the flash file.
For those who are using swfobject.js for displaying the flash swf file, just go to shource of the the js file and find this.addParam("quality",q); line. Add another like before or after it,
this.addParam("wmode","opaque"); This will fix your problem.
Hope this will help to you also.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Hi all, Creating a modal popup for asp.net users is always easy, its simply a modal panel, modal popup extender of asp.net ajax and all is ...
-
I was configuring one of our clients farm which required FBA on different web applications (around 5) and he wanted each web application sho...
-
DNN - What is Module Definition? What is Module Definition? A Module must have at least one definition in order to show the default view...
Thanks very mach . It's works!
ReplyDelete