I have an embedded silverlight video player on our site, which is loaded in via an iframe (hosted on Azure).
On our site, the top navigation is somewhat long and it actually appears BEHIND the silverlight player you can’t see the menu.
I’ve looked at a few options to solve this, it looks like setting the windowless=true property should work ( http://msdn.microsoft.com/en-us/library/cc838156(v=vs.95).aspx ).. That solutions seems to work in IE, but in Chrome and Firefox if the windowless is set to true it attempts to download the page. Any ideas, thoughts?
After a lot of attempts we finally were able to get this to work in: IE, Firefox, and Chrome.
In the object data set the following tags:
Also set autoload and autoplay to be true in the initprams.
This is what our working full html looks like: