Changeset 1715 for plugins/qualitymonitor/v5/doc/guides/reference.rst
- Timestamp:
- 04/08/11 05:00:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/qualitymonitor/v5/doc/guides/reference.rst
r1260 r1715 49 49 Embedding the qualitymonitor plugin is a matter of setting amending its name to the **plugins** player option. The plugin contains no configuration options itself. 50 50 51 Here is a basic embed code example of a player using the qualitymonitor plugin. This example uses the SWFObject 2.0 embedding script:51 Here 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>`_: 52 52 53 53 .. code-block:: html … … 56 56 57 57 <script type="text/javascript"> 58 swfobject.embedSWF("player.swf","container","480","270","9.0.115","false",{58 jwplayer("container").setup({ 59 59 file: "/static/dynamic_stream.xml", 60 plugins: "qualitymonitor" 60 flashplayer: "/static/player.swf", 61 height: 270, 62 plugins: { 63 "qualitymonitor": {} 64 }, 65 width: 480 61 66 }); 62 67 </script> … … 82 87 * Made the chart stop drawing when the video is paused or stopped. 83 88 89 Version 2.1 90 ----------- 84 91 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.
