-
Notifications
You must be signed in to change notification settings - Fork 6
/
player.xml
234 lines (228 loc) · 10.7 KB
/
player.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!--Copyright 2010 LongTail Video Inc.-->
<player>
<title>JW Player for Flash</title>
<filename>player.swf</filename>
<version>v5 trunk</version>
<author>LongTail Video</author>
<description>The JW Player for Flash is the Internet’s most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle, as well as HTTP and RTMP streaming and various XML playlist formats. A wide range of settings (flashvars) can be set, and an extensive javascript API is available. The player's skinning functionality allows you to completely customize its look, and the plugin architecture allows you to easily extend the player with features such as sharing, analytics and ad serving. Version 5 marks the first time the JW Player can be built entirely using free and open-source software.</description>
<href>http://developer.longtailvideo.com/trac/browser/trunk/fl5</href>
<flashvars section="Properties">
<flashvar type="field">
<name>playlistfile</name>
<default></default>
<description>Location of an XML playlist which will be loaded as the player starts.</description>
</flashvar>
<flashvar type="field">
<name>author</name>
<default></default>
<description>Author of the video, shown in the display or playlist.</description>
</flashvar>
<flashvar type="field">
<name>date</name>
<default></default>
<description>Publish date of the media file.</description>
</flashvar>
<flashvar type="field">
<name>description</name>
<default></default>
<description>Text description of the file.</description>
</flashvar>
<flashvar type="field">
<name>duration</name>
<default></default>
<description>duration of the file in seconds.</description>
</flashvar>
<flashvar type="field">
<name>file</name>
<default></default>
<description>location of the mediafile or playlist to play.</description>
</flashvar>
<flashvar type="field">
<name>image</name>
<default></default>
<description>location of a preview image; showin in display and playlist.</description>
</flashvar>
<flashvar type="field">
<name>link</name>
<default></default>
<description>url to an external page the display, controlbar and playlist can link to.</description>
</flashvar>
<flashvar type="field">
<name>provider</name>
<default></default>
<description>this is determines what type of mediafile this item is, and thus which provider the player should use for playback. By default, the type is detected by the player based upon the file extension. If there's no suitable extension or the player detects the type wrong, it can be manually set.</description>
</flashvar>
<flashvar type="field">
<name>start</name>
<default>0</default>
<description>position in seconds where playback has to start. Won't work for regular (progressive) videos, but only for streaming (HTTP/RTMP).</description>
</flashvar>
<flashvar type="field">
<name>streamer</name>
<default></default>
<description>location of an rtmp/http server instance to use for streaming. Can be an RTMP application or external PHP/ASP file.</description>
</flashvar>
<flashvar type="field">
<name>tags</name>
<default></default>
<description>keywords associated with the media file. Available since 4.3.</description>
</flashvar>
<flashvar type="field">
<name>title</name>
<default></default>
<description>title of the video, shown in the display or playlist.</description>
</flashvar>
</flashvars>
<flashvars section="Layout">
<flashvar type="field">
<name>backcolor</name>
<default></default>
<description>Background color (hex value) of the controlbar and playlist. This is white with the default skin.</description>
</flashvar>
<flashvar type="select">
<name>controlbar</name>
<default>bottom</default>
<description>Position of the controlbar. Can be set to bottom, over and none.</description>
<select>
<option>bottom</option>
<option>top</option>
<option>over</option>
</select>
</flashvar>
<flashvar type="select">
<name>dock</name>
<default>true</default>
<description>Set this to true to show the dock with large buttons in the top right of the player. Available since 4.5.</description>
<select>
<option>false</option>
<option>true</option>
</select>
</flashvar>
<flashvar type="field">
<name>frontcolor</name>
<default></default>
<description>Color (hex value) of all icons and texts in the controlbar and playlist as a hex code.</description>
</flashvar>
<flashvar type="field">
<name>height</name>
<default>280</default>
<description>Height of the display in pixels.</description>
</flashvar>
<flashvar type="field">
<name>lightcolor</name>
<default></default>
<description>Color (hex value) of an icon or text when you rollover it with the mouse as a hex code.</description>
</flashvar>
<flashvar type="select">
<name>playlist</name>
<default>none</default>
<description>Position of the playlist. Can be set to bottom, over, right or none.</description>
<select>
<option>bottom</option>
<option>over</option>
<option>right</option>
<option>none</option>
</select>
</flashvar>
<flashvar type="field">
<name>playlistsize</name>
<default>180</default>
<description>When below this refers to the height, when right this refers to the width of the playlist.</description>
</flashvar>
<flashvar type="field">
<name>screencolor</name>
<default></default>
<description>Background color (hex value) of the display as a hex code.</description>
</flashvar>
<flashvar type="field">
<name>width</name>
<default>400</default>
<description>Width of the display in pixels.</description>
</flashvar>
</flashvars>
<flashvars section="Behaviour">
<flashvar type="select">
<name>autostart</name>
<default>false</default>
<description>Automatically start playback on load.</description>
<select>
<option>false</option>
<option>true</option>
</select>
</flashvar>
<flashvar type="field">
<name>bufferlength</name>
<default>1</default>
<description>Number of seconds of the file that has to be loaded before starting. Set this to a low value to enable instant-start and to a high value to get less mid-stream buffering.</description>
</flashvar>
<flashvar type="field">
<name>item</name>
<default>0</default>
<description>PlaylistItem that should start to play. Use this to start the player with a specific item selected.</description>
</flashvar>
<flashvar type="field">
<name>linktarget</name>
<default>_blank</default>
<description>Target frame to open a link in. Can be "_blank", "_self","_top" or the name of an actual frame.</description>
</flashvar>
<flashvar type="select">
<name>mute</name>
<default>false</default>
<description>Mute all sounds on startup. This can be overridden by a user's cookie, which stores the user's last muting state.</description>
<select>
<option>false</option>
<option>true</option>
</select>
</flashvar>
<flashvar type="field">
<name>playerready</name>
<default></default>
<description>Javascript callback when the player has completed its setup.</description>
</flashvar>
<flashvar type="select">
<name>repeat</name>
<default>none</default>
<description>Set to list to play the entire playlist once, to always to continously play the song/video/playlist and to single to continue repeating the selected file in a playlist.</description>
<select>
<option>none</option>
<option>list</option>
<option>always</option>
<option>single</option>
</select>
</flashvar>
<flashvar type="select">
<name>shuffle</name>
<default>false</default>
<description>Randomly choose which playlist item to play.</description>
<select>
<option>false</option>
<option>true</option>
</select>
</flashvar>
<flashvar type="select">
<name>smoothing</name>
<default>true</default>
<description>This sets the smoothing of videos, so you won't see blocks when a video is upscaled. Set this to false to get performance improvements with old computers / big files. Available since 4.4.</description>
<select>
<option>false</option>
<option>true</option>
</select>
</flashvar>
<flashvar type="select">
<name>stretching</name>
<default>uniform</default>
<description>Defines how to resize images in the display. Can be none (no stretching), exactfit (disproportionate), uniform (stretch with black borders) or fill (uniform, but completely fill the display).</description>
<select>
<option>exactfit</option>
<option>fill</option>
<option>none</option>
<option>uniform</option>
</select>
</flashvar>
<flashvar type="field">
<name>volume</name>
<default>90</default>
<description>Startup volume of the player. Can be 0 to 100. The user's last volume setting is saved in a cookie and overrides this flashvar.</description>
</flashvar>
</flashvars>
</player>