Menu

[r36]: / osmb / trunk / framework / MediaFrameworkAirTest / generated / controls_properties.as  Maximize  Restore  History

Download this file

67 lines (58 with data), 3.2 kB

 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
package
{
import mx.resources.ResourceBundle;
[ExcludeClass]
public class en_US$controls_properties extends ResourceBundle
{
public function en_US$controls_properties()
{
super("en_US", "controls");
}
override protected function getContent():Object
{
var content:Object =
{
"undefinedParameter": "CuePoint parameter undefined.",
"nullURL": "Null URL sent to VideoPlayer.load.",
"incorrectType": "Type must be 0, 1 or 2.",
"okLabel": "OK",
"noLabel": "No",
"wrongNumParams": "Num params must be number.",
"wrongDisabled": "Disabled must be number.",
"wrongTime": "Time must be number.",
"dayNamesShortest": "S,M,T,W,T,F,S",
"wrongType": "Type must be number.",
"firstDayOfWeek": "0",
"rootNotSMIL": "URL: '{0}' Root node not smil: '{1}'.",
"errorMessages": "Unable to make connection to server or to find FLV on server.,No matching cue point found.,Illegal cue point.,Invalid seek.,Invalid contentPath.,Invalid XML.,No bitrate match; must be no default FLV.,Cannot delete default VideoPlayer.",
"unexpectedEnd": "Unexpected end of cuePoint param string.",
"rootNotFound": "URL: '{0}' No root node found; if file is an flv, it must have a .flv extension.",
"errWrongContainer": "ERROR: The dataProvider of '{0}' must not contain objects of type flash.display.DisplayObject.",
"invalidCall": "Cannot call reconnect on an http connection.",
"cancelLabel": "Cancel",
"errWrongType": "ERROR: The dataProvider of '{0}' must be String, ViewStack, Array, or IList.",
"badArgs": "Bad args to _play.",
"missingRoot": "URL: '{0}' No root node found; if URL is for an FLV, it must have a .flv extension and take no parameters.",
"notLoadable": "Unable to load '{0}'.",
"wrongName": "Name cannot be undefined or null.",
"wrongTimeName": "Time must be number and/or name must not be undefined or null.",
"yesLabel": "Yes",
"undefinedArray": "CuePoint.array undefined.",
"missingProxy": "URL: '{0}' fpad xml requires proxy tag.",
"unknownInput": "Unknown inputType '{0}'.",
"missingAttributeSrc": "URL: '{0}' Attribute src is required in '{1}' tag.",
"yearSymbol": "",
"wrongIndex": "CuePoint.index must be number between -1 and cuePoint.array.length.",
"notImplemented": "'{0}' not implemented yet.",
"label": "LOADING %3%%",
"wrongFormat": "Unexpected cuePoint parameter format.",
"tagNotFound": "URL: '{0}' At least one video of ref tag is required.",
"unsupportedMode": "IMEMode '{0}' not supported.",
"cannotDisable": "Cannot disable actionscript cue points.",
"missingAttributes": "URL: '{0}' Tag '{1}' requires attributes id, width, and height. Width and height must be numbers greater than or equal to 0.",
"notfpad": "URL: '{0}' Root node not fpad."
};
return content;
}
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.