Changeset 150


Ignore:
Timestamp:
01/29/09 05:04:28 (4 years ago)
Author:
jeroen
Message:

linked plugin 'jeroenwijering' dirs back to repository, so they keep in sync

Location:
plugins
Files:
7 deleted
22 edited

Legend:

Unmodified
Added
Removed
  • plugins/accessibility/accessibility.txt

    r146 r150  
    1717                            An example file is http://developer.longtailvideo.com/files/corrie.mp3 
    1818- "accessibility.mute":     Set this to "true" to turn off the audiodescription by default. 
    19 - "accessibility.volume":   Volume of the captions. Default is 50. Set this bigger/smaller to boost/soften the volume. 
     19- "accessibility.volume":   Volume of the captions. Default is 90. Set this bigger/smaller to boost/soften the volume. 
    2020 
    2121 
     
    2525 
    2626 
    27 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/accessibility-1.0 
     27The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/accessibility 
  • plugins/accessibility/com

  • plugins/clickproxy/clickproxy.txt

    r147 r150  
    2424 
    2525 
    26 The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/clickproxy-1.0 
     26The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/clickproxy 
  • plugins/clickproxy/com

  • plugins/hd/com

  • plugins/hd/hd.txt

    r147 r150  
    1010Two flashvars are available: 
    1111- hd.file: the HD file that one can toggle to. 
    12 - hd.state is the state of the HD toggle (true/false). 
    13   Use it to force HD on or off through flashvars, regardless of a users' HD cookie settings. 
     12- hd.state is the default state of the HD toggle (true/false). 
     13  Use it to set HD on or off through flashvars, for users who haven't got a cookie yet. 
    1414 
    1515 
    16 This plugin also showcases the addition of controlbar buttons, introduced in 4.3. 
    17 It'll silently fail (no button, no error) for < 4.3 players or nonsupporting skins. 
    18  
    19  
    20 The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/hd-1.0 
     16The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/hd 
  • plugins/metaviewer/com

  • plugins/metaviewer/metaviewer.txt

    r147 r150  
    1414 
    1515 
    16 For < 4.3 players, the plugin will always show on top of the display. 
    17  
    18  
    19 The plugin source code can be found at: http://developer.longtailvideo.com/trac/browser/plugins/metaviewer-1.0 
     16The plugin source code can be found at: http://developer.longtailvideo.com/trac/browser/plugins/metaviewer 
  • plugins/revolt/com

  • plugins/revolt/revolt.txt

    r147 r150  
    33 
    44 
    5 This plugin renders some cool visualizations in the display, great for audio playback. It has no flashvars. 
     5This plugin renders some cool visualizations in the display, great for audio playback. 
    66All visualization code is developed by Antti Kupila (www.anttikupila.com). 
     7 
     8 
     9This plugin has four flashvars: 
     10  
     11- revolt.gain      Amplicifation of the audio input for building the graphics. Defaults to 1.  
     12                   Set this higher (e.g. 1.5) for wilder graphics. 
     13- revolt.simple    When set to "true", the plugin shows a simple waveform instead of the fancy, colorful graphics. 
     14                   The waveform will have the color of the "lightcolor" flashvar of the player. 
     15- sound            When set to "true" the plugin will only kick in with sounds and hide with images/videos. 
     16                   Useful if you have playlists that mix audio and video. 
     17- timeout          Timeout in seconds before the next preset is shown. Defaults to 10. 
    718 
    819 
     
    1021 
    1122 
    12 Source code of the plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/revolt-1.0 
     23Source code of the plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/revolt 
  • plugins/soundproxy/com

  • plugins/soundproxy/soundproxy.txt

    r145 r150  
    99The plugin has three flashvars: 
    1010 
    11 1. soundproxy.bands 
    12 This is the number of frequency bands the proxy sends to javascript. Default is 1 (only one band). 
    13 This corresponds to the number of entries in the 'bands' array in the object sent to the listener. 
     11- soundproxy.bands      This is the number of frequency bands sent to javascript. Default is 1 (only one band). 
     12                        This corresponds to the number of entries in the 'bands' array sent to the listener. 
     13- soundproxy.interval   This is the resolution in milliseconds with which the sounddata is sent to javascript.  
     14                        Default is 100 (ten times/second). 
     15- soundproxy.listener   This is the javascript function that receives the sounddata info. Default is "soundListener". 
    1416 
    15 2. soundproxy.interval 
    16 This is the resolution in milliseconds with which the sounddata is sent to javascript. Default is 100 (ten times/second). 
    1717 
    18 3. soundproxy.listener 
    19 This is the javascript function that receives the sounddata info. Default is "soundListener". 
    2018The listener receives an object with the following variables: 
    2119- id (id of the player in the javascript DOM) 
     
    2523 
    2624 
    27 When playing a video from another domain than the player, security restrictions prevent the plugin from parsing the sounddata. Either place player + video at the same domain or make sure the video domain has a crossdomain.xml file. 
     25When playing video from another domain than the player, security restrictions prevent the plugin from parsing sounddata. 
     26Either place player + video at the same domain or make sure the video domain has a crossdomain.xml file. 
    2827 
    2928 
     
    3231 
    3332 
    34 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/soundproxy-1.0 
     33The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/soundproxy 
  • plugins/yousearch/com

  • plugins/yousearch/yousearch.txt

    r144 r150  
    1010 
    1111 
    12 Beware that, in order for this plugin to work, you must have placed the yt.swf proxy in the same directory  
    13 as player.swf. The yt.swf file is part of the JW Player download. 
     12Beware that, for this plugin to work, you must have placed the yt.swf proxy in the same directory as player.swf.  
     13The yt.swf file is part of the JW Player download. 
    1414 
    1515 
    16 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/yousearch-1.0 
     16The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/yousearch 
Note: See TracChangeset for help on using the changeset viewer.