This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
timeslidertooltipplugin.xml
executable file
·61 lines (58 loc) · 2.09 KB
/
timeslidertooltipplugin.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
<plugin>
<title>Time Slider Tooltip Plugin</title>
<filename>timeslidertooltipplugin.swf</filename>
<version>1</version>
<compatibility>Compatible with 5.0.</compatibility>
<author>Belgacom Skynet, Francois Massart</author>
<description>
This plugin adds a tooltip showing the cursor position on the media timeline... It shows the time as MM:SS.
</description>
<href>http://www.skynet.be/</href>
<flashvars>
<flashvar>
<name>displayhours</name>
<default>false</default>
<description>If your video is longer than 60 minutes, the timestamp will be shown as H:MM:SS in the Tooltip label. By default we keep it in MM:SS so don't forget to set this setting to true if you do want the hours...</description>
</flashvar>
<flashvar>
<name>marginbottom</name>
<default>0</default>
<description>Adjust the vertical position of the tooltip... default is 0.</description>
</flashvar>
<flashvar>
<name>labelheight</name>
<default>17</default>
<description>Adjust the height of the tooltip's label... default is 17.</description>
</flashvar>
<flashvar>
<name>font</name>
<default>Arial</default>
<description>Choose the font family, default value is "Arial".</description>
</flashvar>
<flashvar>
<name>fontsize</name>
<default>10</default>
<description>Adjust the font size, default value is 10.</description>
</flashvar>
<flashvar>
<name>fontcolor</name>
<default>0x000000</default>
<description>Change the font color, the default value is black (0x000000).</description>
</flashvar>
<flashvar>
<name>fontweight</name>
<default>normal</default>
<description>The font weight for the Tooltip's label. (normal, bold)</description>
</flashvar>
<flashvar>
<name>fontstyle</name>
<default>normal</default>
<description>The font style for the Tooltip's label. (normal, italic)</description>
</flashvar>
<flashvar>
<name>image</name>
<default></default>
<description>The URL of an image that could be used instead of the default background image and instead of image from a skinning</description>
</flashvar>
</flashvars>
</plugin>