Ignore:
Timestamp:
04/08/11 05:00:54 (2 years ago)
Author:
jeroen
Message:

added XML examples and updated reference to use Embedder example and include 2.1 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/qualitymonitor/v5/doc/guides/reference.rst

    r1260 r1715  
    4949Embedding the qualitymonitor plugin is a matter of setting amending its name to the **plugins** player option. The  plugin contains no configuration options itself. 
    5050 
    51 Here is a basic embed code example of a player using the qualitymonitor plugin. This example uses the SWFObject 2.0 embedding script: 
     51Here is a basic embed code example of a player using the qualitymonitor plugin. This example uses the `JW Embedder <http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/15995/jw-embedder-reference-guide>`_: 
    5252 
    5353.. code-block:: html 
     
    5656    
    5757   <script type="text/javascript"> 
    58      swfobject.embedSWF("player.swf","container","480","270","9.0.115","false",{ 
     58     jwplayer("container").setup({ 
    5959       file: "/static/dynamic_stream.xml", 
    60        plugins: "qualitymonitor" 
     60       flashplayer: "/static/player.swf", 
     61       height: 270, 
     62       plugins: { 
     63         "qualitymonitor": {} 
     64       }, 
     65       width: 480 
    6166     }); 
    6267   </script> 
     
    8287* Made the chart stop drawing when the video is paused or stopped. 
    8388 
     89Version 2.1 
     90----------- 
    8491 
    85  
     92* Added fix to support playlists loaded through the JavaScript API. 
     93* Some updates around formatting of the chart labels. 
Note: See TracChangeset for help on using the changeset viewer.