| Revision 1159,
1.6 KB
checked in by zach, 3 years ago
(diff) |
- Added hd.streamer flashvar #950
- Fixed RTMP switching issue #978
- Fixed SD revert on complete issue #970
|
| Line | |
|---|
| 1 | <plugin> |
|---|
| 2 | <title>HD Plugin</title> |
|---|
| 3 | <filename>hd.swf</filename> |
|---|
| 4 | <version>1.4</version> |
|---|
| 5 | <compatibility>Compatible with 4.3; dock button works from 4.5</compatibility> |
|---|
| 6 | <author>LongTail Video</author> |
|---|
| 7 | <description> |
|---|
| 8 | This plugin implements an HD quality toggle in the controlbar. |
|---|
| 9 | An icon is shown to do the toggle, and the value is saved as a cookie. |
|---|
| 10 | This plugin works best for single files, but playlist work too (a new playlist is loaded on switch). |
|---|
| 11 | For the 4.5 button or higher, the plugin can also place a button in the dock. |
|---|
| 12 | </description> |
|---|
| 13 | <href>http://developer.longtailvideo.com/trac/browser/plugins/hd</href> |
|---|
| 14 | |
|---|
| 15 | <flashvars> |
|---|
| 16 | <flashvar> |
|---|
| 17 | <name>file</name> |
|---|
| 18 | <default></default> |
|---|
| 19 | <description> |
|---|
| 20 | Location of the HD video the player should load. |
|---|
| 21 | The regular 'file' flashvar holds the location of the fallback video. |
|---|
| 22 | </description> |
|---|
| 23 | </flashvar> |
|---|
| 24 | <flashvar> |
|---|
| 25 | <name>streamer</name> |
|---|
| 26 | <default></default> |
|---|
| 27 | <description> |
|---|
| 28 | Location of the HD video server the player should use. |
|---|
| 29 | The regular 'streamer' flashvar holds the location of the fallback server. |
|---|
| 30 | </description> |
|---|
| 31 | </flashvar> |
|---|
| 32 | <flashvar> |
|---|
| 33 | <name>fullscreen</name> |
|---|
| 34 | <default>false</default> |
|---|
| 35 | <description> |
|---|
| 36 | When "true", HD is automatically turned on/off when switching fullscreen. |
|---|
| 37 | This implies the video will start with the regular file. |
|---|
| 38 | </description> |
|---|
| 39 | </flashvar> |
|---|
| 40 | <flashvar> |
|---|
| 41 | <name>state</name> |
|---|
| 42 | <default>true</default> |
|---|
| 43 | <description> |
|---|
| 44 | Set this to "false" to let the player start with the low-quality video. |
|---|
| 45 | Set this to "true" to always start with HD, no matter the cookied state. |
|---|
| 46 | </description> |
|---|
| 47 | </flashvar> |
|---|
| 48 | </flashvars> |
|---|
| 49 | |
|---|
| 50 | </plugin> |
|---|
Note: See
TracBrowser
for help on using the repository browser.