Silverlight for WordPress allows a WordPress user to specify a Silverlight application (XAP) to embed within their content easily.
A silverlight application can be embedded in a post using a tag of the following form:
[silverlight: URL]
e.g. [silverlight: app.xap]
You can also override the default dimensions:
[silverlight: URL, WIDTH, HEIGHT]
e.g. [silverlight: app.xap, 400, 300]
If you need to provide initParams they must be the fourth param and delimited with a "#" tag
e.g. [silverlight: app.xap, 400, 300, foo=bar#second=true#test=1]
You can also provide the minimum runtime version:
[silverlight: URL, WIDTH, HEIGHT, MINVER]
e.g. [silverlight: app.xap, 400, 300, foo=bar#second=true#test=1, 2.0.31005.0]