Site:API

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
(Created page with "= Forums = == Add Forum == This callback allows you know when the media player is done with playback for the current media. === Parameters === ;obj :this is an object. :;mode...")
 
(Main Sections)
 
(28 intermediate revisions by one user not shown)
Line 1: Line 1:
= Forums =
+
== Introduction ==
  
== Add Forum ==
+
Below you will find links to each particular component of the Site API. Detailed API information is available by clicking on each link.
  
This callback allows you know when the media player is done with playback for the current media.
+
=== Main Sections ===
  
=== Parameters ===
+
; [[Site:API:Comments|Comments]]
 
+
; [[Site:API:Forums|Forums]]
;obj
+
; [[Site:API:PCR|Property Change Requests]]
:this is an object.
+
; [[Site:API:Wysiwyg|Wysiwyg Editor]]
:;mode
+
::the mode param has the following values: pre and post. The pre value is before the next transition begins and the post value is after the next transition begins.
+
:;playState
+
::this is actual state of the playback. Possible values are pre, play, or post. The pre/post roll functionality uses pre and post values.
+
:;playerId
+
::this is the HTML DOM id of the media player.
+
 
+
=== Example Usage ===
+
 
+
<script type="text/javascript">
+
 
+
function metrix_onComplete(obj) {
+
  alert("This player is done playing.");
+
  return true;
+
}
+

Latest revision as of 14:56, 23 May 2012

[edit] Introduction

Below you will find links to each particular component of the Site API. Detailed API information is available by clicking on each link.

[edit] Main Sections

Comments
Forums
Property Change Requests
Wysiwyg Editor