This is a migrated thread and some comments may be shown as answers.

[Solved] Window Behind Flash Object

1 Answer 125 Views
Window
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Marco asked on 16 May 2008, 03:40 PM

im using the radwindowmanager to show a dialog and when the dialog shows up, it sits behind a flash object on the calling page. in the dialog, there is a radtabstrip and this shows above the flash fine. i added the following with no luck:

<

telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista" Width="600px" Height="400px" CssClass="modal" Modal="true">

-- in my style sheet
.modal
{
     z-index:7000;
}

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 May 2008, 10:34 AM
Hello Marco,

This behavior occurs due to bug with flash rendering in the browser, it can be easily worked around using the following parameter added to your flash object:
<PARAM NAME=wmode VALUE=opaque>

or in case you are using embed tag:
wmode=opaque


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Marco
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or