Silverlight Player
Created by Orckestra
How to Use Silverlight Player
- Place Silverlight files (
.xap
) in one of the public folders on your website (e.g./Frontend
or its own/Silverlight
). - Edit a page.
- Insert the Composite.Media.SilverLightPlayer function ( Insert | Function) or add the code:
Expand code - Set its required parameters:
- Source: The relative path to the Silverlight file on the website to embed (e.g. "/Silverlight/file.xap")
- Width: The width of the player (e.g. "700")
- Height: The height of the player (e.g. "300")
- Set its optional parameter if necessary:
- ClientId: The ID of the embedded object to refer to from code (will be added to the
<object/>
element in itsid
attribute)
- ClientId: The ID of the embedded object to refer to from code (will be added to the