Windowsless property is not working in Firefox ONLY
- by lmenaria
Hello,
I have created a simple silverlight application to display some text at realtime from xml. The text display using HTML DIV tag. I have added plugin property windowless=true, enablehtmlaccess=true,background=transparent.
On Silverlight I have added a Button "Continue" at Top & Bottom, which shows some message on that click.
…