Thursday, 15 March 2012

Show a Sothink menu on top of a Silverlight iFrame -



Show a Sothink menu on top of a Silverlight iFrame -

i have sothink menu on web page , below silverlight iframe application. iframe covering dropdown menu items.

i have tried solving problem z-indexing, windowless, , wmode. can not alter original code of application when view source of iframe's page, see developer commented out windowless alternative because interfered part of program.

the way have tried insert page through code:

<iframe src="iframe-code-url.com" frameborder="0" style="background-color:#fff;" scrolling="yes" width="940px" height="500px" wmode="opaque" windowless="true"></iframe>

i open , suggestions. have done lot of research , have not found anything.

you must set windowless=true on silverlight host object, not iframe. if can't access host object, cant enable windowless mode , cant want.

see here more on windowless silverlight objects

ideally, should host silverlight xap file in same site web page.

silverlight iframe menu z-index windowless

No comments:

Post a Comment