More about this Plugin
The SilverlightPlugin allows Microsoft Silverlight 3 controls to be placed on a wiki page.
Markup supported by the SilverlightPlugin
"{silverlight:" <silverlight .xap filename> [ "|" "width =" widthValue ] [ "|" "height =" heightValue ] [ "|" "background =" backgroundValue ] [ "|" <any-name-value-pair> ] "}"Examples
{silverlight:(Silverlight-plug-in-test)DaisleyHarrison.ForceDirected.UnitTest.xap|height=600}{silverlight: /ForceDirected/DaisleyHarrison.ForceDirected.UnitTest.xap|height=600 | width=100% | background=white | myparam = 42 }
Licensing
(c) copyright 2009 Aaron G. Daisley-Harrison - All rights reserved.
Currently source code is unavailable until I work out a suitable licensing scheme.
You are free to use and distribute the beta versions of this control.
Use this code at your own risk. I have tested the code, but this is beta level code so there will be bugs.
Of course I offer no warranty nor will I assume any liability for any damage or problems resulting the use of this code.
Release Notes
1.2.0 Beta
Recompiled to take advantage of the changes in the base XmlMarkupPlugin engine, which is used by the SilverlightPlugin.
1.1.0 Beta
Recompiled to take advantage of the changes in the base XmlMarkupPlugin engine, which is used by the SilverlightPlugin.
If you are curious, the XSLT transform used to generate the silverlight html tags can be seen on the XsltMarkupPlugin Transform Examples page. The transform is loaded out of the embedded resources in the SilverlightPlugin, otherwise, processing done by the XsltMarkup Plugin.
Discuss
No Messages for this Page. Be the first!