Changeset 150
- Timestamp:
- 01/29/09 05:04:28 (4 years ago)
- Location:
- plugins
- Files:
-
- 7 deleted
- 22 edited
-
accessibility/accessibility.swf (modified) (previous)
-
accessibility/accessibility.txt (modified) (2 diffs)
-
accessibility/com (modified) (1 prop)
-
accessibility/com/jeroenwijering (deleted)
-
clickproxy/clickproxy.fla (modified) (previous)
-
clickproxy/clickproxy.swf (modified) (previous)
-
clickproxy/clickproxy.txt (modified) (1 diff)
-
clickproxy/com (modified) (1 prop)
-
clickproxy/com/jeroenwijering (deleted)
-
hd/com (modified) (1 prop)
-
hd/com/jeroenwijering (deleted)
-
hd/hd.swf (modified) (previous)
-
hd/hd.txt (modified) (1 diff)
-
metaviewer/com (modified) (1 prop)
-
metaviewer/com/jeroenwijering (deleted)
-
metaviewer/metaviewer.swf (modified) (previous)
-
metaviewer/metaviewer.txt (modified) (1 diff)
-
revolt/com (modified) (1 prop)
-
revolt/com/jeroenwijering (deleted)
-
revolt/revolt.fla (modified) (previous)
-
revolt/revolt.swf (modified) (previous)
-
revolt/revolt.txt (modified) (2 diffs)
-
soundproxy/com (modified) (1 prop)
-
soundproxy/com/jeroenwijering (deleted)
-
soundproxy/soundproxy.swf (modified) (previous)
-
soundproxy/soundproxy.txt (modified) (3 diffs)
-
yousearch/com (modified) (1 prop)
-
yousearch/com/jeroenwijering (deleted)
-
yousearch/yousearch.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/accessibility/accessibility.txt
r146 r150 17 17 An example file is http://developer.longtailvideo.com/files/corrie.mp3 18 18 - "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. 20 20 21 21 … … 25 25 26 26 27 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/accessibility -1.027 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/accessibility -
plugins/accessibility/com
- Property svn:externals set to
-
plugins/clickproxy/clickproxy.txt
r147 r150 24 24 25 25 26 The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/clickproxy -1.026 The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/clickproxy -
plugins/clickproxy/com
- Property svn:externals set to
-
plugins/hd/com
- Property svn:externals set to
-
plugins/hd/hd.txt
r147 r150 10 10 Two flashvars are available: 11 11 - 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. 14 14 15 15 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 16 The full source code can be found at http://developer.longtailvideo.com/trac/browser/plugins/hd -
plugins/metaviewer/com
- Property svn:externals set to
-
plugins/metaviewer/metaviewer.txt
r147 r150 14 14 15 15 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 16 The plugin source code can be found at: http://developer.longtailvideo.com/trac/browser/plugins/metaviewer -
plugins/revolt/com
- Property svn:externals set to
-
plugins/revolt/revolt.txt
r147 r150 3 3 4 4 5 This plugin renders some cool visualizations in the display, great for audio playback. It has no flashvars.5 This plugin renders some cool visualizations in the display, great for audio playback. 6 6 All visualization code is developed by Antti Kupila (www.anttikupila.com). 7 8 9 This 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. 7 18 8 19 … … 10 21 11 22 12 Source code of the plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/revolt -1.023 Source code of the plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/revolt -
plugins/soundproxy/com
- Property svn:externals set to
-
plugins/soundproxy/soundproxy.txt
r145 r150 9 9 The plugin has three flashvars: 10 10 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". 14 16 15 2. soundproxy.interval16 This is the resolution in milliseconds with which the sounddata is sent to javascript. Default is 100 (ten times/second).17 17 18 3. soundproxy.listener19 This is the javascript function that receives the sounddata info. Default is "soundListener".20 18 The listener receives an object with the following variables: 21 19 - id (id of the player in the javascript DOM) … … 25 23 26 24 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. 25 When playing video from another domain than the player, security restrictions prevent the plugin from parsing sounddata. 26 Either place player + video at the same domain or make sure the video domain has a crossdomain.xml file. 28 27 29 28 … … 32 31 33 32 34 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/soundproxy -1.033 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/soundproxy -
plugins/yousearch/com
- Property svn:externals set to
-
plugins/yousearch/yousearch.txt
r144 r150 10 10 11 11 12 Beware that, in order for this plugin to work, you must have placed the yt.swf proxy in the same directory13 as player.swf.The yt.swf file is part of the JW Player download.12 Beware that, for this plugin to work, you must have placed the yt.swf proxy in the same directory as player.swf. 13 The yt.swf file is part of the JW Player download. 14 14 15 15 16 The source code for this plugin can be found at http://developer.longtailvideo.com/trac/browser/plugins/yousearch -1.016 The 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.
