3

Is it possible to overlay HTML elements over XBAP?

I have an XBAP application in an iframe on a webpage, and I'm trying to overlay HTML elements over it. I can easily do it over Flash, but I have yet to figure out how to do it over XBAP.

JR.
  • 5,840
  • 9
  • 31
  • 34

1 Answers1

4

This is not possible with XBAP. If you can use Silverlight then a solution is available to using Windowless controls (MSDN link).

NakedBrunch
  • 48,713
  • 13
  • 73
  • 98