Media Player
From Metrixstream
(Difference between revisions)
MetrixAdmin (Talk | contribs) |
MetrixAdmin (Talk | contribs) |
||
(11 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
− | The Metrixstream media player allows complete customization of the | + | The Metrixstream media player allows complete customization of the viewing experience. There are several skins available to customize the look and feel of the player. There is also a JavaScript interface that lets you control and manipulate the functionality of the player without having to edit any of the core framework. |
If you have any questions, please contact [mailto:support@metrixstream.com support@metrixstream.com]. | If you have any questions, please contact [mailto:support@metrixstream.com support@metrixstream.com]. | ||
− | == | + | == Components == |
; [[Media_Player: Macros|Macros]] | ; [[Media_Player: Macros|Macros]] | ||
: Learn how to place a media player within a webpage. | : Learn how to place a media player within a webpage. | ||
− | ; [[Player: | + | ; [[Media Player: API Calls|API Calls]] |
− | : | + | : The functions available to control the media player. |
+ | ; [[Media Player: API Callbacks|API Callbacks]] | ||
+ | : The callbacks that can be registered to intercept certain actions done via the media player. | ||
+ | ; [[Media Player: Live Events|Live Events]] | ||
+ | : A list of all events available during a live event and how to interact with them. | ||
+ | ; [[Media Player: Skins|Skins]] | ||
+ | : A list of available skins for the media player. | ||
+ | ; [[WMODE|WMODE]] | ||
+ | : An important mode to understand that can effect the media player performance. |
Latest revision as of 18:20, 26 March 2011
[edit] Introduction
The Metrixstream media player allows complete customization of the viewing experience. There are several skins available to customize the look and feel of the player. There is also a JavaScript interface that lets you control and manipulate the functionality of the player without having to edit any of the core framework.
If you have any questions, please contact support@metrixstream.com.
[edit] Components
- Macros
- Learn how to place a media player within a webpage.
- API Calls
- The functions available to control the media player.
- API Callbacks
- The callbacks that can be registered to intercept certain actions done via the media player.
- Live Events
- A list of all events available during a live event and how to interact with them.
- Skins
- A list of available skins for the media player.
- WMODE
- An important mode to understand that can effect the media player performance.