0
kicks
Embedded Silverlight Content (German, but with source code)
Embedding a Silverlight application in any website by using a "iframe" is very dirty - youtube and so on use an "object" tag to embed flash content.
here is my "solution" - use:
<object data="yourSilverlightAppURL" type="text/html" id="SilverlightControl" height="200px" width="250px">
</object>
This works perfectly in Firefox or Opera, but you must change your security options in IE7 - does anyone know a solution?
See at my blog or on my demopage:
http://code-developer.de/democode/embeddedsilverlight/