Fb:silverlight
From Facebook Developer Wiki
Description
Renders a Microsoft Silverlight control. On profile pages, an image appears first. When the user clicks the image, it turns into the control. On canvas pages, the image does not appear, and the Silverlight control is directly included.
Attributes
| Required | Name | Type | Description | |
| required | silverlightsrc | string | The URL of the Silverlight control. | |
|---|---|---|---|---|
| optional | imgsrc | string | The URL of the image (.gif and .jpg formats only). (Default value is http://static.ak.facebook.com/images/spacer.gif . Note that this renders the Silverlight control unusable and invisible on profile pages.) | |
| height | int | The height of the image and Silverlight control. | ||
| width | int | The width of the image and Silverlight control. | ||
| imgstyle | string | The style attribute for the image. | ||
| imgclass | string | The class attribute for the image. | ||
| swfbgcolor | string | The hex-encoded background color for the Silverlight control. |
Examples
<fb:silverlight silverlightsrc="http://www.somesite.com/silverlight" />
For now this feature has no functionality.
