fm:VideoPlayer
The fm:VideoPlayer component allows you to insert New Spark Media's video player into your applications conveniently with a single line of code.
Example
<fm:VideoPlayer mid="12345"/>
Supported attributes
| Name | Required | Default | Description |
|---|---|---|---|
| class | Optional | N/A | The HTML class attribute. |
| externalMode | Optional | N/A | When set to 1 externalMode will display HTML that can be used to embed the player in external sites. This includes resolving relative urls to absolute ones and includes any required security parameters. |
| height | Optional | 360 | The height of the video player. |
| id | Optional | N/A | The HTML id attribute. |
| mid | Required | N/A | A unique identifier for the video to be displayed in the player |
| style | Optional | N/A | The HTML style attribute. |
| wid | Optional | N/A | A unique identifier used to override the default settings of the video player with cutom defined settings from within the widget publisher. |
| width | Optional | 480 | The width of the video player. |
See also
More examples
<fm:VideoPlayer mid="12345" width="400" height="300" autoPlay="1" />
