1 ;;; extracted from flex 4 /frameworks/libs/player/10/playerglobal.swc
2 ;;; using modified version of ByteCodeDissassembler/ClassPrinter
3 ;;; from http://www.libspark.org/svn/as3/ByteCodeDisassembler/
4 (:class
"Object" :public t
:dynamic t
6 (:method
"_hasOwnProperty" ("o" ("V" "String")) "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
7 (:method
"_dontEnumPrototype" (("proto" "Object")) "void" :namespace-type
:static.protected
:static t
:final t
)
8 (:method
"_propertyIsEnumerable" ("o" ("V" "String")) "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
9 (:method
"_isPrototypeOf" ("o" "V") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
10 (:method
"_setPropertyIsEnumerable" ("o" ("V" "String") ("enumerable" "Boolean")) "void" :namespace-type
:static.protected
:native t
:static t
:final t
)
11 (:method
"_toString" ("o") "String" :namespace-type
:private
:native t
:static t
:final t
)
12 (:constant
:name
"length" :type
"int" :value
1 :static t
)
13 (:method
"init" () "*" :namespace-type
:internal
:static t
:final t
)
14 (:constructor
"Object" () "*")
15 (:method
"hasOwnProperty" (&optional
"V") "Boolean" :namespace-type
:public
)
16 (:method
"propertyIsEnumerable" (&optional
"V") "Boolean" :namespace-type
:public
)
17 (:method
"isPrototypeOf" (&optional
"V") "Boolean" :namespace-type
:public
)
20 (:class
"Class" :extends
"Object" :public t
:dynamic t
22 (:constant
:name
"length" :type
"int" :value
1 :static t
)
23 (:constructor
"Class" () "*")
24 (:method-get
"prototype" () "*" :native t
:final t
)
27 (:class
"Function" :extends
"Object" :public t
:dynamic t
29 (:method
"emptyCtor" () "*" :namespace-type
:private
:static t
:final t
)
30 (:constant
:name
"length" :type
"int" :value
1 :static t
)
31 (:constructor
"Function" () "*")
32 (:method-get
"prototype" () "*" :native t
)
33 (:method-set
"prototype" ("p") "*" :native t
)
34 (:method
"call" (&rest
"thisArg") "*" :namespace-type
:public
:native t
)
35 (:method-get
"length" () "int" :native t
)
36 (:method
"apply" (&optional
"thisArg" "argArray") "*" :namespace-type
:public
:native t
)
39 (:class
"Namespace" :extends
"Object" :public t
:final t
41 (:constant
:name
"length" :type
"null" :value
2 :static t
)
42 (:constructor
"Namespace" (&optional
"prefix" "uri") "*")
43 (:method
"valueOf" () "String" :namespace-type
:public
)
44 (:method-get
"prefix" () "*" :native t
)
45 (:method
"toString" () "String" :namespace-type
:public
)
46 (:method-get
"uri" () "String" :native t
)
49 (:class
"Boolean" :extends
"Object" :public t
:final t
51 (:constant
:name
"length" :type
"int" :value
1 :static t
)
52 (:constructor
"Boolean" (&optional
"value") "*")
53 (:method
"valueOf" () "Boolean" :namespace-type
:public
)
54 (:method
"toString" () "String" :namespace-type
:public
)
57 (:class
"Number" :extends
"Object" :public t
:final t
59 (:constant
:name
"MIN_VALUE" :type
"Number" :value
4.9406564584124654e-324 :static t
)
60 (:constant
:name
"length" :type
"int" :value
1 :static t
)
61 (:constant
:name
"DTOSTR_FIXED" :namespace-type
:private
:type
"int" :value
1 :static t
)
62 (:constant
:name
"POSITIVE_INFINITY" :type
"Number" :value Infinity
:static t
)
63 (:constant
:name
"DTOSTR_PRECISION" :namespace-type
:private
:type
"int" :value
2 :static t
)
64 (:constant
:name
"NEGATIVE_INFINITY" :type
"Number" :value -Infinity
:static t
)
65 (:method
"_convert" (("n" "Number") ("precision" "int") ("mode" "int")) "String" :namespace-type
:private
:native t
:static t
:final t
)
66 (:constant
:name
"MAX_VALUE" :type
"Number" :value
1.79769313486231e+308 :static t
)
67 (:constant
:name
"DTOSTR_EXPONENTIAL" :namespace-type
:private
:type
"int" :value
3 :static t
)
68 (:method
"_toString" (("n" "Number") ("radix" "int")) "String" :namespace-type
:private
:native t
:static t
:final t
)
69 (:constant
:name
"NaN" :type
"Number" :value NaN
:static t
)
70 (:constructor
"Number" (&optional
("value" 0)) "*")
71 (:method
"toPrecision" (&optional
("p" 0)) "String" :namespace-type
:public
)
72 (:method
"valueOf" () "Number" :namespace-type
:public
)
73 (:method
"toFixed" (&optional
("p" 0)) "String" :namespace-type
:public
)
74 (:method
"toExponential" (&optional
("p" 0)) "String" :namespace-type
:public
)
75 (:method
"toString" (&optional
("radix" 10)) "String" :namespace-type
:public
)
78 (:class
"int" :extends
"Object" :public t
:final t
80 (:constant
:name
"MIN_VALUE" :type
"int" :value -
2147483648 :static t
)
81 (:constant
:name
"length" :type
"int" :value
1 :static t
)
82 (:constant
:name
"MAX_VALUE" :type
"int" :value
2147483647 :static t
)
83 (:constructor
"int" (&optional
("value" 0)) "*")
84 (:method
"toPrecision" (&optional
("p" 0)) "String" :namespace-type
:public
)
85 (:method
"valueOf" () "int" :namespace-type
:public
)
86 (:method
"toFixed" (&optional
("p" 0)) "String" :namespace-type
:public
)
87 (:method
"toExponential" (&optional
("p" 0)) "String" :namespace-type
:public
)
88 (:method
"toString" (&optional
("radix" 10)) "String" :namespace-type
:public
)
91 (:class
"uint" :extends
"Object" :public t
:final t
93 (:constant
:name
"MIN_VALUE" :type
"uint" :value
0 :static t
)
94 (:constant
:name
"length" :type
"int" :value
1 :static t
)
95 (:constant
:name
"MAX_VALUE" :type
"uint" :value
4294967295 :static t
)
96 (:constructor
"uint" (&optional
("value" 0)) "*")
97 (:method
"toPrecision" (&optional
("p" 0)) "String" :namespace-type
:public
)
98 (:method
"valueOf" () "uint" :namespace-type
:public
)
99 (:method
"toFixed" (&optional
("p" 0)) "String" :namespace-type
:public
)
100 (:method
"toExponential" (&optional
("p" 0)) "String" :namespace-type
:public
)
101 (:method
"toString" (&optional
("radix" 10)) "String" :namespace-type
:public
)
104 (:class
"String" :extends
"Object" :public t
:final t
106 (:method
"_replace" (("s" "String") "p" "repl") "String" :namespace-type
:private
:native t
:static t
:final t
)
107 (:constant
:name
"length" :type
"int" :value
1 :static t
)
108 (:method
"_match" (("s" "String") "p") "Array" :namespace-type
:private
:native t
:static t
:final t
)
109 (:method
"_search" (("s" "String") "p") "int" :namespace-type
:private
:native t
:static t
:final t
)
110 (:method
"_split" (("s" "String") "delim" ("limit" "uint")) "Array" :namespace-type
:private
:native t
:static t
:final t
)
111 (:method
"fromCharCode" () "String" :namespace-type
:public
:native t
:static t
:final t
)
112 (:constructor
"String" (&optional
("value" "")) "*")
113 (:method
"match" (&optional
"p") "Array" :namespace-type
:public
)
114 (:method
"_charAt" (&optional
(("i" "int") 0)) "String" :namespace-type
:private
:native t
)
115 (:method
"indexOf" (&optional
(("s" "String") "undefined") (("i" "Number") 0)) "int" :namespace-type
:public
:native t
)
116 (:method
"_indexOf" (("s" "String") &optional
(("i" "int") 0)) "int" :namespace-type
:private
:native t
)
117 (:method
"_substr" (&optional
(("start" "int") 0) (("end" "int") 2147483647)) "String" :namespace-type
:private
:native t
)
118 (:method
"substring" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "String" :namespace-type
:public
:native t
)
119 (:method
"slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "String" :namespace-type
:public
:native t
)
120 (:method
"lastIndexOf" (&optional
(("s" "String") "undefined") (("i" "Number") 2147483647)) "int" :namespace-type
:public
:native t
)
121 (:method
"_lastIndexOf" (("s" "String") &optional
(("i" "int") 2147483647)) "int" :namespace-type
:private
:native t
)
122 (:method
"_charCodeAt" (&optional
(("i" "int") 0)) "Number" :namespace-type
:private
:native t
)
123 (:method
"toLowerCase" () "String" :namespace-type
:public
:native t
)
124 (:method
"_substring" (&optional
(("start" "int") 0) (("end" "int") 2147483647)) "String" :namespace-type
:private
:native t
)
125 (:method
"split" (&optional
"delim" ("limit" 4294967295)) "Array" :namespace-type
:public
)
126 (:method
"concat" () "String" :namespace-type
:public
)
127 (:method
"toLocaleLowerCase" () "String" :namespace-type
:public
)
128 (:method
"_slice" (&optional
(("start" "int") 0) (("end" "int") 2147483647)) "String" :namespace-type
:private
:native t
)
129 (:method-get
"length" () "int" :native t
)
130 (:method
"search" (&optional
"p") "int" :namespace-type
:public
)
131 (:method
"charAt" (&optional
(("i" "Number") 0)) "String" :namespace-type
:public
:native t
)
132 (:method
"localeCompare" (&optional
("other" "String")) "int" :namespace-type
:public
:native t
)
133 (:method
"toString" () "String" :namespace-type
:public
)
134 (:method
"valueOf" () "String" :namespace-type
:public
)
135 (:method
"substr" (&optional
(("start" "Number") 0) (("len" "Number") 2147483647)) "String" :namespace-type
:public
:native t
)
136 (:method
"replace" (&optional
"p" "repl") "String" :namespace-type
:public
)
137 (:method
"charCodeAt" (&optional
(("i" "Number") 0)) "Number" :namespace-type
:public
:native t
)
138 (:method
"toUpperCase" () "String" :namespace-type
:public
:native t
)
139 (:method
"toLocaleUpperCase" () "String" :namespace-type
:public
)
142 (:class
"Array" :extends
"Object" :public t
:dynamic t
144 (:constant
:name
"CASEINSENSITIVE" :type
"uint" :value
1 :static t
)
145 (:method
"_shift" ("o") "*" :namespace-type
:private
:native t
:static t
:final t
)
146 (:method
"_join" ("o" "sep") "String" :namespace-type
:private
:static t
:final t
)
147 (:method
"_indexOf" ("o" "searchElement" ("fromIndex" "int")) "int" :namespace-type
:private
:native t
:static t
:final t
)
148 (:method
"_pop" ("o") "*" :namespace-type
:private
:native t
:static t
:final t
)
149 (:method
"_slice" ("o" ("A" "Number") ("B" "Number")) "Array" :namespace-type
:private
:native t
:static t
:final t
)
150 (:method
"_lastIndexOf" ("o" "searchElement" &optional
(("fromIndex" "int") 0)) "int" :namespace-type
:private
:native t
:static t
:final t
)
151 (:method
"_filter" ("o" ("callback" "Function") "thisObject") "Array" :namespace-type
:private
:native t
:static t
:final t
)
152 (:method
"_splice" ("o" ("args" "Array")) "Array" :namespace-type
:private
:native t
:static t
:final t
)
153 (:method
"_every" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
154 (:method
"_map" ("o" ("callback" "Function") "thisObject") "Array" :namespace-type
:private
:native t
:static t
:final t
)
155 (:method
"_reverse" ("o") "*" :namespace-type
:private
:native t
:static t
:final t
)
156 (:constant
:name
"length" :type
"int" :value
1 :static t
)
157 (:method
"_forEach" ("o" ("callback" "Function") "thisObject") "void" :namespace-type
:private
:native t
:static t
:final t
)
158 (:constant
:name
"NUMERIC" :type
"uint" :value
16 :static t
)
159 (:constant
:name
"UNIQUESORT" :type
"uint" :value
4 :static t
)
160 (:method
"_concat" ("o" ("args" "Array")) "Array" :namespace-type
:private
:native t
:static t
:final t
)
161 (:method
"_some" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
162 (:constant
:name
"RETURNINDEXEDARRAY" :type
"uint" :value
8 :static t
)
163 (:method
"_sortOn" ("o" "names" "options") "*" :namespace-type
:private
:native t
:static t
:final t
)
164 (:method
"_sort" ("o" ("args" "Array")) "*" :namespace-type
:private
:native t
:static t
:final t
)
165 (:constant
:name
"DESCENDING" :type
"uint" :value
2 :static t
)
166 (:constructor
"Array" () "*")
167 (:method
"reverse" () "Array" :namespace-type
:public
)
168 (:method
"map" (("callback" "Function") &optional
"thisObject") "Array" :namespace-type
:public
)
169 (:method
"shift" () "*" :namespace-type
:public
)
170 (:method-get
"length" () "uint" :native t
)
171 (:method
"unshift" () "uint" :namespace-type
:public
:native t
)
172 (:method
"join" (&optional
"sep") "String" :namespace-type
:public
)
173 (:method
"lastIndexOf" ("searchElement" &optional
("fromIndex" 2147483647)) "int" :namespace-type
:public
)
174 (:method-set
"length" (("newLength" "uint")) "*" :native t
)
175 (:method
"indexOf" ("searchElement" &optional
("fromIndex" 0)) "int" :namespace-type
:public
)
176 (:method
"pop" () "*" :namespace-type
:public
:native t
)
177 (:method
"slice" (&optional
("A" 0) ("B" 4294967295)) "Array" :namespace-type
:public
)
178 (:method
"concat" () "Array" :namespace-type
:public
)
179 (:method
"some" (("callback" "Function") &optional
"thisObject") "Boolean" :namespace-type
:public
)
180 (:method
"filter" (("callback" "Function") &optional
"thisObject") "Array" :namespace-type
:public
)
181 (:method
"forEach" (("callback" "Function") &optional
"thisObject") "void" :namespace-type
:public
)
182 (:method
"push" () "uint" :namespace-type
:public
:native t
)
183 (:method
"every" (("callback" "Function") &optional
"thisObject") "Boolean" :namespace-type
:public
)
184 (:method
"splice" () "*" :namespace-type
:public
)
185 (:method
"sortOn" (&optional
("names" 0) &rest
"options") "*" :namespace-type
:public
)
186 (:method
"sort" () "*" :namespace-type
:public
)
189 (:class
"__AS3__.vec::Vector" :extends
"Object" :public t
:final t
:dynamic t
191 (:constructor
"Vector" () "*")
194 (:class
"__AS3__.vec::Vector$object" :extends
"Object" :public t
:final t
:dynamic t
196 (:method
"castToThisType" ("item") "internal::__AS3__.vec::Vector$object" :namespace-type
:private
:static t
:final t
)
197 (:method
"_forEach" ("o" ("callback" "Function") "thisObject") "void" :namespace-type
:private
:native t
:static t
:final t
)
198 (:method
"_every" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
199 (:method
"_some" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
200 (:method
"_sort" ("o" ("args" "Array")) "*" :namespace-type
:private
:native t
:static t
:final t
)
201 (:constructor
"Vector$object" (&optional
(("length" "uint") 0) (("fixed" "Boolean") nil
#|| false||
# )) "*")
202 (:method
"_shift" () "*" :namespace-type
:private
)
203 (:method
"reverse" () "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
204 (:method
"unshift" () "uint" :namespace-type
:public
:native t
)
205 (:method
"clamp" (("val" "Number") ("len" "uint")) "uint" :namespace-type
:private
)
206 (:method-set
"length" (("value" "uint")) "*" :native t
)
207 (:method
"indexOf" (("value" "Object") &optional
(("from" "Number") 0)) "Number" :namespace-type
:public
)
208 (:method
"pop" () "*" :namespace-type
:public
:native t
)
209 (:method
"slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
210 (:method
"_slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "*" :namespace-type
:private
)
211 (:method
"concat" () "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
212 (:method-get
"fixed" () "Boolean" :native t
)
213 (:method
"_filter" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
214 (:method
"push" () "uint" :namespace-type
:public
:native t
)
215 (:method
"every" (("checker" "Function") &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
216 (:method
"map" (("mapper" "Function") &optional
("thisObj" "Object")) "*" :namespace-type
:public
)
217 (:method
"_map" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
218 (:method
"sort" ("comparefn") "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
219 (:method
"_splice" ("start" "deleteCount" ("items" "Array")) "*" :namespace-type
:private
)
220 (:method
"_reverse" () "void" :namespace-type
:private
:native t
)
221 (:method
"shift" () "*" :namespace-type
:public
)
222 (:method-get
"length" () "uint" :native t
)
223 (:method-set
"fixed" (("f" "Boolean")) "*" :native t
)
224 (:method
"_spliceHelper" (("insertpoint" "uint") ("insertcount" "uint") ("deleteCount" "uint") ("args" "Object") ("offset" "int")) "void" :namespace-type
:private
:native t
)
225 (:method
"join" (&optional
(("separator" "String") ",")) "String" :namespace-type
:public
)
226 (:method
"lastIndexOf" (("value" "Object") &optional
(("from" "Number") 2147483647)) "Number" :namespace-type
:public
)
227 (:method
"toString" () "String" :namespace-type
:public
)
228 (:method
"toLocaleString" () "String" :namespace-type
:public
)
229 (:method
"forEach" (("eacher" "Function") &optional
("thisObj" "Object")) "void" :namespace-type
:public
)
230 (:method
"_concat" (("items" "Array")) "*" :namespace-type
:private
)
231 (:method-set
"type" (("t" "Object")) "void" :namespace-type
:private
:native t
)
232 (:method
"newThisType" (&optional
(("length" "uint") 0)) "internal::__AS3__.vec::Vector$object" :namespace-type
:private
)
233 (:method-get
"type" () "Object" :namespace-type
:private
:native t
)
234 (:method
"some" ("checker" &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
235 (:method
"splice" (("start" "Number") &rest
("deleteCount" "Number")) "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
236 (:method
"filter" (("checker" "Function") &optional
("thisObj" "Object")) "internal::__AS3__.vec::Vector$object" :namespace-type
:public
)
239 (:class
"__AS3__.vec::Vector$int" :extends
"Object" :public t
:final t
:dynamic t
241 (:method
"castToThisType" ("item") "internal::__AS3__.vec::Vector$int" :namespace-type
:private
:static t
:final t
)
242 (:method
"_some" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
243 (:method
"newThisType" (&optional
(("length" "uint") 0)) "internal::__AS3__.vec::Vector$int" :namespace-type
:private
:static t
:final t
)
244 (:method
"_forEach" ("o" ("callback" "Function") "thisObject") "void" :namespace-type
:private
:native t
:static t
:final t
)
245 (:method
"_every" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
246 (:method
"_sort" ("o" ("args" "Array")) "*" :namespace-type
:private
:native t
:static t
:final t
)
247 (:constructor
"Vector$int" (&optional
(("length" "uint") 0) (("fixed" "Boolean") nil
#|| false||
# )) "*")
248 (:method
"shift" () "int" :namespace-type
:public
)
249 (:method
"_shift" () "*" :namespace-type
:private
)
250 (:method
"reverse" () "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
251 (:method
"unshift" () "uint" :namespace-type
:public
:native t
)
252 (:method-set
"length" (("value" "uint")) "*" :native t
)
253 (:method
"indexOf" (("value" "int") &optional
(("from" "Number") 0)) "Number" :namespace-type
:public
)
254 (:method
"pop" () "int" :namespace-type
:public
:native t
)
255 (:method
"slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
256 (:method
"_slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "*" :namespace-type
:private
)
257 (:method
"concat" () "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
258 (:method
"some" ("checker" &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
259 (:method
"_filter" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
260 (:method
"push" () "uint" :namespace-type
:public
:native t
)
261 (:method
"every" (("checker" "Function") &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
262 (:method
"map" (("mapper" "Function") &optional
("thisObj" "Object")) "*" :namespace-type
:public
)
263 (:method
"_map" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
264 (:method
"sort" ("comparefn") "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
265 (:method
"_splice" ("start" "deleteCount" ("items" "Array")) "*" :namespace-type
:private
)
266 (:method
"_reverse" () "void" :namespace-type
:private
:native t
)
267 (:method-get
"length" () "uint" :native t
)
268 (:method-set
"fixed" (("f" "Boolean")) "*" :native t
)
269 (:method
"_spliceHelper" (("insertpoint" "uint") ("insertcount" "uint") ("deleteCount" "uint") ("args" "Object") ("offset" "int")) "void" :namespace-type
:private
:native t
)
270 (:method
"forEach" (("eacher" "Function") &optional
("thisObj" "Object")) "void" :namespace-type
:public
)
271 (:method
"lastIndexOf" (("value" "int") &optional
(("from" "Number") 2147483647)) "Number" :namespace-type
:public
)
272 (:method
"toString" () "String" :namespace-type
:public
)
273 (:method
"toLocaleString" () "String" :namespace-type
:public
)
274 (:method
"join" (&optional
(("separator" "String") ",")) "String" :namespace-type
:public
)
275 (:method
"_concat" (("items" "Array")) "*" :namespace-type
:private
)
276 (:method-get
"fixed" () "Boolean" :native t
)
277 (:method
"filter" (("checker" "Function") &optional
("thisObj" "Object")) "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
278 (:method
"clamp" (("val" "Number") ("len" "uint")) "uint" :namespace-type
:private
)
279 (:method
"splice" (("start" "Number") &rest
("deleteCount" "Number")) "internal::__AS3__.vec::Vector$int" :namespace-type
:public
)
282 (:class
"__AS3__.vec::Vector$uint" :extends
"Object" :public t
:final t
:dynamic t
284 (:method
"castToThisType" ("item") "internal::__AS3__.vec::Vector$uint" :namespace-type
:private
:static t
:final t
)
285 (:method
"_some" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
286 (:method
"newThisType" (&optional
(("length" "uint") 0)) "internal::__AS3__.vec::Vector$uint" :namespace-type
:private
:static t
:final t
)
287 (:method
"_forEach" ("o" ("callback" "Function") "thisObject") "void" :namespace-type
:private
:native t
:static t
:final t
)
288 (:method
"_every" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
289 (:method
"_sort" ("o" ("args" "Array")) "*" :namespace-type
:private
:native t
:static t
:final t
)
290 (:constructor
"Vector$uint" (&optional
(("length" "uint") 0) (("fixed" "Boolean") nil
#|| false||
# )) "*")
291 (:method
"shift" () "uint" :namespace-type
:public
)
292 (:method
"_shift" () "*" :namespace-type
:private
)
293 (:method
"reverse" () "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
294 (:method
"unshift" () "uint" :namespace-type
:public
:native t
)
295 (:method-set
"length" (("value" "uint")) "*" :native t
)
296 (:method
"indexOf" (("value" "uint") &optional
(("from" "Number") 0)) "Number" :namespace-type
:public
)
297 (:method
"pop" () "uint" :namespace-type
:public
:native t
)
298 (:method
"slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
299 (:method
"_slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "*" :namespace-type
:private
)
300 (:method
"concat" () "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
301 (:method
"some" ("checker" &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
302 (:method
"_filter" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
303 (:method
"push" () "uint" :namespace-type
:public
:native t
)
304 (:method
"every" (("checker" "Function") &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
305 (:method
"map" (("mapper" "Function") &optional
("thisObj" "Object")) "*" :namespace-type
:public
)
306 (:method
"_map" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
307 (:method
"sort" ("comparefn") "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
308 (:method
"_splice" ("start" "deleteCount" ("items" "Array")) "*" :namespace-type
:private
)
309 (:method
"_reverse" () "void" :namespace-type
:private
:native t
)
310 (:method-get
"length" () "uint" :native t
)
311 (:method-set
"fixed" (("f" "Boolean")) "*" :native t
)
312 (:method
"_spliceHelper" (("insertpoint" "uint") ("insertcount" "uint") ("deleteCount" "uint") ("args" "Object") ("offset" "int")) "void" :namespace-type
:private
:native t
)
313 (:method
"forEach" (("eacher" "Function") &optional
("thisObj" "Object")) "void" :namespace-type
:public
)
314 (:method
"lastIndexOf" (("value" "uint") &optional
(("from" "Number") 2147483647)) "Number" :namespace-type
:public
)
315 (:method
"toString" () "String" :namespace-type
:public
)
316 (:method
"toLocaleString" () "String" :namespace-type
:public
)
317 (:method
"join" (&optional
(("separator" "String") ",")) "String" :namespace-type
:public
)
318 (:method
"_concat" (("items" "Array")) "*" :namespace-type
:private
)
319 (:method-get
"fixed" () "Boolean" :native t
)
320 (:method
"filter" (("checker" "Function") &optional
("thisObj" "Object")) "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
321 (:method
"clamp" (("val" "Number") ("len" "uint")) "uint" :namespace-type
:private
)
322 (:method
"splice" (("start" "Number") &rest
("deleteCount" "Number")) "internal::__AS3__.vec::Vector$uint" :namespace-type
:public
)
325 (:class
"__AS3__.vec::Vector$double" :extends
"Object" :public t
:final t
:dynamic t
327 (:method
"castToThisType" ("item") "internal::__AS3__.vec::Vector$double" :namespace-type
:private
:static t
:final t
)
328 (:method
"_some" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
329 (:method
"newThisType" (&optional
(("length" "uint") 0)) "internal::__AS3__.vec::Vector$double" :namespace-type
:private
:static t
:final t
)
330 (:method
"_forEach" ("o" ("callback" "Function") "thisObject") "void" :namespace-type
:private
:native t
:static t
:final t
)
331 (:method
"_every" ("o" ("callback" "Function") "thisObject") "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
332 (:method
"_sort" ("o" ("args" "Array")) "*" :namespace-type
:private
:native t
:static t
:final t
)
333 (:constructor
"Vector$double" (&optional
(("length" "uint") 0) (("fixed" "Boolean") nil
#|| false||
# )) "*")
334 (:method
"shift" () "Number" :namespace-type
:public
)
335 (:method
"_shift" () "*" :namespace-type
:private
)
336 (:method
"reverse" () "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
337 (:method
"unshift" () "uint" :namespace-type
:public
:native t
)
338 (:method-set
"length" (("value" "uint")) "*" :native t
)
339 (:method
"indexOf" (("value" "Number") &optional
(("from" "Number") 0)) "Number" :namespace-type
:public
)
340 (:method
"pop" () "Number" :namespace-type
:public
:native t
)
341 (:method
"slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
342 (:method
"_slice" (&optional
(("start" "Number") 0) (("end" "Number") 2147483647)) "*" :namespace-type
:private
)
343 (:method
"concat" () "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
344 (:method
"some" ("checker" &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
345 (:method
"_filter" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
346 (:method
"push" () "uint" :namespace-type
:public
:native t
)
347 (:method
"every" (("checker" "Function") &optional
("thisObj" "Object")) "Boolean" :namespace-type
:public
)
348 (:method
"map" (("mapper" "Function") &optional
("thisObj" "Object")) "*" :namespace-type
:public
)
349 (:method
"_map" (("callback" "Function") "thisObject") "*" :namespace-type
:private
:native t
)
350 (:method
"sort" ("comparefn") "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
351 (:method
"_splice" ("start" "deleteCount" ("items" "Array")) "*" :namespace-type
:private
)
352 (:method
"_reverse" () "void" :namespace-type
:private
:native t
)
353 (:method-get
"length" () "uint" :native t
)
354 (:method-set
"fixed" (("f" "Boolean")) "*" :native t
)
355 (:method
"_spliceHelper" (("insertpoint" "uint") ("insertcount" "uint") ("deleteCount" "uint") ("args" "Object") ("offset" "int")) "void" :namespace-type
:private
:native t
)
356 (:method
"forEach" (("eacher" "Function") &optional
("thisObj" "Object")) "void" :namespace-type
:public
)
357 (:method
"lastIndexOf" (("value" "Number") &optional
(("from" "Number") 2147483647)) "Number" :namespace-type
:public
)
358 (:method
"toString" () "String" :namespace-type
:public
)
359 (:method
"toLocaleString" () "String" :namespace-type
:public
)
360 (:method
"join" (&optional
(("separator" "String") ",")) "String" :namespace-type
:public
)
361 (:method
"_concat" (("items" "Array")) "*" :namespace-type
:private
)
362 (:method-get
"fixed" () "Boolean" :native t
)
363 (:method
"filter" (("checker" "Function") &optional
("thisObj" "Object")) "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
364 (:method
"clamp" (("val" "Number") ("len" "uint")) "uint" :namespace-type
:private
)
365 (:method
"splice" (("start" "Number") &rest
("deleteCount" "Number")) "internal::__AS3__.vec::Vector$double" :namespace-type
:public
)
368 (:class
"builtin.as$0::MethodClosure" :extends
"Function" :public t
:final t
370 (:constructor
"MethodClosure" () "*")
371 (:method-get
"prototype" () "*" :override t
)
372 (:method-set
"prototype" ("p") "*" :override t
)
373 (:method-get
"savedThis" () "Object" :namespace-type
:private
:native t
)
374 (:method-get
"length" () "int" :native t
:override t
)
377 (:method
"escape" (&optional
(("s" "String") "undefined")) "String" :native t
)
378 (:method
"encodeURI" (&optional
(("uri" "String") "undefined")) "String" :native t
)
379 (:method
"decodeURI" (&optional
(("uri" "String") "undefined")) "String" :native t
)
380 (:method
"encodeURIComponent" (&optional
(("uri" "String") "undefined")) "String" :native t
)
381 (:method
"parseInt" (&optional
(("s" "String") "NaN") (("radix" "int") 0)) "Number" :native t
)
382 (:constant
:name
"AS3" :type
"null" :value
"public::http://adobe.com/AS3/2006/builtin" )
383 (:constant
:name
"Infinity" :type
"Number" :value Infinity
)
384 (:constant
:name
"undefined" :type
"null" )
385 (:constant
:name
"NaN" :type
"Number" :value NaN
)
386 (:method
"unescape" (&optional
(("s" "String") "undefined")) "String" :native t
)
387 (:method
"parseFloat" (&optional
(("str" "String") "NaN")) "Number" :native t
)
388 (:method
"isNaN" (&optional
("n" "Number")) "Boolean" :native t
)
389 (:method
"isFinite" (&optional
("n" "Number")) "Boolean" :native t
)
390 (:method
"decodeURIComponent" (&optional
(("uri" "String") "undefined")) "String" :native t
)
392 (:class
"flash.system::System" :extends
"Object" :public t
:final t
394 (:method-get
"ime" () "flash.system::IME" :static t
:final t
)
395 (:method-get
"useCodePage" () "Boolean" :native t
:static t
:final t
)
396 (:method-get
"totalMemory" () "uint" :native t
:static t
:final t
)
397 (:method-set
"useCodePage" (("value" "Boolean")) "void" :native t
:static t
:final t
)
398 (:method-get
"vmVersion" () "String" :native t
:static t
:final t
)
399 (:method
"resume" () "void" :native t
:static t
:final t
)
400 (:variable
:name
"theIME" :namespace-type
:private
:type
"flash.system::IME" :value
:null
#|| null||
# :static t
)
401 (:method
"setClipboard" (("string" "String")) "void" :native t
:static t
:final t
)
402 (:method
"pause" () "void" :native t
:static t
:final t
)
403 (:method
"gc" () "void" :native t
:static t
:final t
)
404 (:method
"exit" (("code" "uint")) "void" :native t
:static t
:final t
)
405 (:constructor
"System" () "*")
409 (:class
"flash.sampler::StackFrame" :extends
"Object" :public t
:final t
411 (:constructor
"StackFrame" () "*")
412 (:method
"toString" () "String" )
413 (:constant
:name
"line" :type
"uint" )
414 (:constant
:name
"name" :type
"String" )
415 (:constant
:name
"file" :type
"String" )
418 (:class
"flash.sampler::Sample" :extends
"Object" :public t
420 (:constructor
"Sample" () "*")
421 (:constant
:name
"stack" :type
"Array" )
422 (:constant
:name
"time" :type
"Number" )
425 (:class
"flash.sampler::NewObjectSample" :extends
"flash.sampler::Sample" :public t
:final t
427 (:constructor
"NewObjectSample" () "*")
428 (:constant
:name
"type" :type
"Class" )
429 (:constant
:name
"id" :type
"Number" )
430 (:method-get
"object" () "*" :native t
)
433 (:class
"flash.sampler::DeleteObjectSample" :extends
"flash.sampler::Sample" :public t
:final t
435 (:constructor
"DeleteObjectSample" () "*")
436 (:constant
:name
"size" :type
"Number" )
437 (:constant
:name
"id" :type
"Number" )
440 (:method
"pauseSampling" () "void" :native t
:uri
"flash.sampler" )
441 (:method
"stopSampling" () "void" :native t
:uri
"flash.sampler" )
442 (:method
"getMemberNames" (("o" "Object") &optional
(("instanceNames" "Boolean") nil
#|| false||
# )) "Object" :native t
:uri
"flash.sampler" )
443 (:method
"getGetterInvocationCount" (("obj" "Object") ("qname" "QName")) "Number" :uri
"flash.sampler" )
444 (:method
"getInvocationCount" (("obj" "Object") ("qname" "QName")) "Number" :uri
"flash.sampler" )
445 (:method
"getSetterInvocationCount" (("obj" "Object") ("qname" "QName")) "Number" :uri
"flash.sampler" )
446 (:method
"isGetterSetter" (("obj" "Object") ("qname" "QName")) "Boolean" :native t
:uri
"flash.sampler" )
447 (:method
"_getInvocationCount" (("obj" "Object") ("qname" "QName") ("type" "uint")) "Number" :namespace-type
:internal
:native t
:uri
"flash.sampler" )
448 (:method
"getSamples" () "Object" :native t
:uri
"flash.sampler" )
449 (:method
"getSampleCount" () "Number" :native t
:uri
"flash.sampler" )
450 (:method
"startSampling" () "void" :native t
:uri
"flash.sampler" )
451 (:method
"getSize" ("o") "Number" :native t
:uri
"flash.sampler" )
452 (:method
"clearSamples" () "void" :native t
:uri
"flash.sampler" )
454 (:class
"flash.events::Event" :extends
"Object" :public t
456 (:constant
:name
"CANCEL" :type
"String" :value
"cancel" :static t
)
457 (:constant
:name
"ENTER_FRAME" :type
"String" :value
"enterFrame" :static t
)
458 (:constant
:name
"SOUND_COMPLETE" :type
"String" :value
"soundComplete" :static t
)
459 (:constant
:name
"UNLOAD" :type
"String" :value
"unload" :static t
)
460 (:constant
:name
"INIT" :type
"String" :value
"init" :static t
)
461 (:constant
:name
"RENDER" :type
"String" :value
"render" :static t
)
462 (:constant
:name
"TAB_ENABLED_CHANGE" :type
"String" :value
"tabEnabledChange" :static t
)
463 (:constant
:name
"ADDED_TO_STAGE" :type
"String" :value
"addedToStage" :static t
)
464 (:constant
:name
"FRAME_CONSTRUCTED" :type
"String" :value
"frameConstructed" :static t
)
465 (:constant
:name
"TAB_CHILDREN_CHANGE" :type
"String" :value
"tabChildrenChange" :static t
)
466 (:constant
:name
"CUT" :type
"String" :value
"cut" :static t
)
467 (:constant
:name
"CLEAR" :type
"String" :value
"clear" :static t
)
468 (:constant
:name
"CHANGE" :type
"String" :value
"change" :static t
)
469 (:constant
:name
"RESIZE" :type
"String" :value
"resize" :static t
)
470 (:constant
:name
"COMPLETE" :type
"String" :value
"complete" :static t
)
471 (:constant
:name
"FULLSCREEN" :type
"String" :value
"fullScreen" :static t
)
472 (:constant
:name
"SELECT_ALL" :type
"String" :value
"selectAll" :static t
)
473 (:constant
:name
"REMOVED" :type
"String" :value
"removed" :static t
)
474 (:constant
:name
"CONNECT" :type
"String" :value
"connect" :static t
)
475 (:constant
:name
"SCROLL" :type
"String" :value
"scroll" :static t
)
476 (:constant
:name
"OPEN" :type
"String" :value
"open" :static t
)
477 (:constant
:name
"CLOSE" :type
"String" :value
"close" :static t
)
478 (:constant
:name
"MOUSE_LEAVE" :type
"String" :value
"mouseLeave" :static t
)
479 (:constant
:name
"ADDED" :type
"String" :value
"added" :static t
)
480 (:constant
:name
"REMOVED_FROM_STAGE" :type
"String" :value
"removedFromStage" :static t
)
481 (:constant
:name
"EXIT_FRAME" :type
"String" :value
"exitFrame" :static t
)
482 (:constant
:name
"TAB_INDEX_CHANGE" :type
"String" :value
"tabIndexChange" :static t
)
483 (:constant
:name
"PASTE" :type
"String" :value
"paste" :static t
)
484 (:constant
:name
"DEACTIVATE" :type
"String" :value
"deactivate" :static t
)
485 (:constant
:name
"COPY" :type
"String" :value
"copy" :static t
)
486 (:constant
:name
"ID3" :type
"String" :value
"id3" :static t
)
487 (:constant
:name
"ACTIVATE" :type
"String" :value
"activate" :static t
)
488 (:constant
:name
"SELECT" :type
"String" :value
"select" :static t
)
489 (:constructor
"Event" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# )) "*")
490 (:method
"isDefaultPrevented" () "Boolean" :native t
)
491 (:method-get
"eventPhase" () "uint" :native t
)
492 (:method
"formatToString" (&rest
("className" "String")) "String" )
493 (:method
"clone" () "flash.events::Event" )
494 (:method-get
"bubbles" () "Boolean" :native t
)
495 (:method
"preventDefault" () "void" :native t
)
496 (:method
"stopPropagation" () "void" :native t
)
497 (:method
"toString" () "String" )
498 (:method-get
"target" () "Object" :native t
)
499 (:method-get
"cancelable" () "Boolean" :native t
)
500 (:method-get
"currentTarget" () "Object" :native t
)
501 (:method-get
"type" () "String" :native t
)
502 (:method
"stopImmediatePropagation" () "void" :native t
)
506 (:class
"flash.events::TextEvent" :extends
"flash.events::Event" :public t
508 (:constant
:name
"TEXT_INPUT" :type
"String" :value
"textInput" :static t
)
509 (:constant
:name
"LINK" :type
"String" :value
"link" :static t
)
510 (:constructor
"TextEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "")) "*")
511 (:method-get
"text" () "String" )
512 (:method-set
"text" (("value" "String")) "void" )
513 (:method
"toString" () "String" :override t
)
514 (:method
"clone" () "flash.events::Event" :override t
)
515 (:variable
:name
"m_text" :namespace-type
:private
:type
"String" )
519 (:class
"flash.events::ErrorEvent" :extends
"flash.events::TextEvent" :public t
521 (:constant
:name
"ERROR" :type
"String" :value
"error" :static t
)
522 (:constructor
"ErrorEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "")) "*")
523 (:method
"toString" () "String" :override t
)
524 (:method
"clone" () "flash.events::Event" :override t
)
528 (:class
"flash.events::AsyncErrorEvent" :extends
"flash.events::ErrorEvent" :public t
530 (:constant
:name
"ASYNC_ERROR" :type
"String" :value
"asyncError" :static t
)
531 (:constructor
"AsyncErrorEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "") ("error" "Error")) "*")
532 (:variable
:name
"error" :type
"Error" )
533 (:method
"toString" () "String" :override t
)
534 (:method
"clone" () "flash.events::Event" :override t
)
538 (:interface
"flash.utils::IDataOutput" :public t
540 (:constructor
"IDataOutput" () "*")
541 (:method
"writeMultiByte" (("value" "String") ("charSet" "String")) "void" :namespace-type
:public
)
542 (:method
"writeUTFBytes" (("value" "String")) "void" :namespace-type
:public
)
543 (:method
"writeShort" (("value" "int")) "void" :namespace-type
:public
)
544 (:method
"writeByte" (("value" "int")) "void" :namespace-type
:public
)
545 (:method
"writeUTF" (("value" "String")) "void" :namespace-type
:public
)
546 (:method
"writeBoolean" (("value" "Boolean")) "void" :namespace-type
:public
)
547 (:method-get
"endian" () "String" :namespace-type
:public
)
548 (:method-set
"objectEncoding" (("version" "uint")) "void" :namespace-type
:public
)
549 (:method
"writeBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :namespace-type
:public
)
550 (:method
"writeInt" (("value" "int")) "void" :namespace-type
:public
)
551 (:method-get
"objectEncoding" () "uint" :namespace-type
:public
)
552 (:method-set
"endian" (("type" "String")) "void" :namespace-type
:public
)
553 (:method
"writeDouble" (("value" "Number")) "void" :namespace-type
:public
)
554 (:method
"writeUnsignedInt" (("value" "uint")) "void" :namespace-type
:public
)
555 (:method
"writeFloat" (("value" "Number")) "void" :namespace-type
:public
)
556 (:method
"writeObject" ("object") "void" :namespace-type
:public
)
560 (:interface
"flash.utils::IDataInput" :public t
562 (:constructor
"IDataInput" () "*")
563 (:method-get
"objectEncoding" () "uint" :namespace-type
:public
)
564 (:method
"readUnsignedInt" () "uint" :namespace-type
:public
)
565 (:method-get
"bytesAvailable" () "uint" :namespace-type
:public
)
566 (:method
"readShort" () "int" :namespace-type
:public
)
567 (:method
"readDouble" () "Number" :namespace-type
:public
)
568 (:method
"readMultiByte" (("length" "uint") ("charSet" "String")) "String" :namespace-type
:public
)
569 (:method
"readFloat" () "Number" :namespace-type
:public
)
570 (:method
"readUnsignedShort" () "uint" :namespace-type
:public
)
571 (:method
"readBoolean" () "Boolean" :namespace-type
:public
)
572 (:method
"readUnsignedByte" () "uint" :namespace-type
:public
)
573 (:method
"readBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :namespace-type
:public
)
574 (:method-set
"endian" (("type" "String")) "void" :namespace-type
:public
)
575 (:method
"readUTF" () "String" :namespace-type
:public
)
576 (:method
"readInt" () "int" :namespace-type
:public
)
577 (:method
"readUTFBytes" (("length" "uint")) "String" :namespace-type
:public
)
578 (:method-get
"endian" () "String" :namespace-type
:public
)
579 (:method
"readObject" () "*" :namespace-type
:public
)
580 (:method-set
"objectEncoding" (("version" "uint")) "void" :namespace-type
:public
)
581 (:method
"readByte" () "int" :namespace-type
:public
)
585 (:class
"flash.utils::ByteArray" :extends
"Object" :implements
("IDataOutput" ) :public t
587 (:method-get
"defaultObjectEncoding" () "uint" :native t
:static t
:final t
)
588 (:method-set
"defaultObjectEncoding" (("version" "uint")) "void" :native t
:static t
:final t
)
589 (:constructor
"ByteArray" () "*")
590 (:method
"writeUTFBytes" (("value" "String")) "void" :native t
)
591 (:method
"readShort" () "int" :native t
)
592 (:method
"writeByte" (("value" "int")) "void" :native t
)
593 (:method
"writeDouble" (("value" "Number")) "void" :native t
)
594 (:method
"readUnsignedShort" () "uint" :native t
)
595 (:method
"readDouble" () "Number" :native t
)
596 (:method
"writeInt" (("value" "int")) "void" :native t
)
597 (:method
"_uncompress" (("algorithm" "String")) "void" :namespace-type
:private
:native t
)
598 (:method-get
"endian" () "String" :native t
)
599 (:method-get
"bytesAvailable" () "uint" :native t
)
600 (:method
"readObject" () "*" :native t
)
601 (:method
"deflate" () "void" )
602 (:method-get
"position" () "uint" :native t
)
603 (:method
"readBoolean" () "Boolean" :native t
)
604 (:method
"inflate" () "void" )
605 (:method-set
"endian" (("type" "String")) "void" :native t
)
606 (:method
"readUTF" () "String" :native t
)
607 (:method
"readUTFBytes" (("length" "uint")) "String" :native t
)
608 (:method
"writeFloat" (("value" "Number")) "void" :native t
)
609 (:method
"writeMultiByte" (("value" "String") ("charSet" "String")) "void" :native t
)
610 (:method
"readUnsignedInt" () "uint" :native t
)
611 (:method
"readByte" () "int" :native t
)
612 (:method-get
"objectEncoding" () "uint" :native t
)
613 (:method
"writeBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
614 (:method
"clear" () "void" :native t
)
615 (:method
"writeUTF" (("value" "String")) "void" :native t
)
616 (:method
"writeBoolean" (("value" "Boolean")) "void" :native t
)
617 (:method-set
"position" (("offset" "uint")) "void" :native t
)
618 (:method
"_compress" (("algorithm" "String")) "void" :namespace-type
:private
:native t
)
619 (:method
"readUnsignedByte" () "uint" :native t
)
620 (:method
"writeUnsignedInt" (("value" "uint")) "void" :native t
)
621 (:method
"writeShort" (("value" "int")) "void" :native t
)
622 (:method-get
"length" () "uint" :native t
)
623 (:method
"compress" () "void" )
624 (:method
"toString" () "String" :native t
)
625 (:method-set
"length" (("value" "uint")) "void" :native t
)
626 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
627 (:method
"readFloat" () "Number" :native t
)
628 (:method
"readInt" () "int" :native t
)
629 (:method
"readMultiByte" (("length" "uint") ("charSet" "String")) "String" :native t
)
630 (:method
"uncompress" () "void" )
631 (:method
"readBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
632 (:method
"writeObject" ("object") "void" :native t
)
636 (:class
"Error" :extends
"Object" :public t
:dynamic t
638 (:method
"throwError" (("type" "Class") &rest
("index" "uint")) "*" :static t
:final t
)
639 (:method
"getErrorMessage" (("index" "int")) "String" :native t
:static t
:final t
)
640 (:constant
:name
"length" :type
"int" :value
1 :static t
)
641 (:constructor
"Error" (&optional
("message" "") ("id" 0)) "*")
642 (:method
"getStackTrace" () "String" :native t
)
643 (:variable
:name
"_errorID" :namespace-type
:private
:type
"int" )
644 (:method-get
"errorID" () "int" )
645 (:variable
:name
"message" :type
"null" )
646 (:variable
:name
"name" :type
"null" )
649 (:class
"DefinitionError" :extends
"Error" :public t
:dynamic t
651 (:constant
:name
"length" :type
"int" :value
1 :static t
)
652 (:constructor
"DefinitionError" (&optional
("message" "") ("id" 0)) "*")
655 (:class
"EvalError" :extends
"Error" :public t
:dynamic t
657 (:constant
:name
"length" :type
"int" :value
1 :static t
)
658 (:constructor
"EvalError" (&optional
("message" "") ("id" 0)) "*")
661 (:class
"RangeError" :extends
"Error" :public t
:dynamic t
663 (:constant
:name
"length" :type
"int" :value
1 :static t
)
664 (:constructor
"RangeError" (&optional
("message" "") ("id" 0)) "*")
667 (:class
"ReferenceError" :extends
"Error" :public t
:dynamic t
669 (:constant
:name
"length" :type
"int" :value
1 :static t
)
670 (:constructor
"ReferenceError" (&optional
("message" "") ("id" 0)) "*")
673 (:class
"SecurityError" :extends
"Error" :public t
:dynamic t
675 (:constant
:name
"length" :type
"int" :value
1 :static t
)
676 (:constructor
"SecurityError" (&optional
("message" "") ("id" 0)) "*")
679 (:class
"SyntaxError" :extends
"Error" :public t
:dynamic t
681 (:constant
:name
"length" :type
"int" :value
1 :static t
)
682 (:constructor
"SyntaxError" (&optional
("message" "") ("id" 0)) "*")
685 (:class
"TypeError" :extends
"Error" :public t
:dynamic t
687 (:constant
:name
"length" :type
"int" :value
1 :static t
)
688 (:constructor
"TypeError" (&optional
("message" "") ("id" 0)) "*")
691 (:class
"URIError" :extends
"Error" :public t
:dynamic t
693 (:constant
:name
"length" :type
"int" :value
1 :static t
)
694 (:constructor
"URIError" (&optional
("message" "") ("id" 0)) "*")
697 (:class
"VerifyError" :extends
"Error" :public t
:dynamic t
699 (:constant
:name
"length" :type
"int" :value
1 :static t
)
700 (:constructor
"VerifyError" (&optional
("message" "") ("id" 0)) "*")
703 (:class
"UninitializedError" :extends
"Error" :public t
:dynamic t
705 (:constant
:name
"length" :type
"int" :value
1 :static t
)
706 (:constructor
"UninitializedError" (&optional
("message" "") ("id" 0)) "*")
709 (:class
"ArgumentError" :extends
"Error" :public t
:dynamic t
711 (:constant
:name
"length" :type
"int" :value
1 :static t
)
712 (:constructor
"ArgumentError" (&optional
("message" "") ("id" 0)) "*")
716 (:class
"flash.display::ShaderPrecision" :extends
"Object" :public t
:final t
718 (:constant
:name
"FAST" :type
"String" :value
"fast" :static t
)
719 (:constant
:name
"FULL" :type
"String" :value
"full" :static t
)
720 (:constructor
"ShaderPrecision" () "*")
724 (:class
"Math" :extends
"Object" :public t
:final t
726 (:method
"abs" (("x" "Number")) "Number" :native t
:static t
:final t
)
727 (:method
"random" () "Number" :native t
:static t
:final t
)
728 (:constant
:name
"E" :type
"Number" :value
2.718281828459045 :static t
)
729 (:method
"acos" (("x" "Number")) "Number" :native t
:static t
:final t
)
730 (:method
"cos" (("x" "Number")) "Number" :native t
:static t
:final t
)
731 (:constant
:name
"SQRT1_2" :type
"Number" :value
0.7071067811865476 :static t
)
732 (:method
"ceil" (("x" "Number")) "Number" :native t
:static t
:final t
)
733 (:method
"round" (("x" "Number")) "Number" :native t
:static t
:final t
)
734 (:constant
:name
"SQRT2" :type
"Number" :value
1.4142135623730951 :static t
)
735 (:method
"_min" (("x" "Number") ("y" "Number")) "Number" :namespace-type
:private
:native t
:static t
:final t
)
736 (:method
"asin" (("x" "Number")) "Number" :native t
:static t
:final t
)
737 (:method
"sin" (("x" "Number")) "Number" :native t
:static t
:final t
)
738 (:method
"atan2" (("x" "Number") ("y" "Number")) "Number" :native t
:static t
:final t
)
739 (:method
"floor" (("x" "Number")) "Number" :native t
:static t
:final t
)
740 (:method
"log" (("x" "Number")) "Number" :native t
:static t
:final t
)
741 (:method
"exp" (("x" "Number")) "Number" :native t
:static t
:final t
)
742 (:method
"pow" (("x" "Number") ("y" "Number")) "Number" :native t
:static t
:final t
)
743 (:constant
:name
"LN10" :type
"Number" :value
2.302585092994046 :static t
)
744 (:method
"_max" (("x" "Number") ("y" "Number")) "Number" :namespace-type
:private
:native t
:static t
:final t
)
745 (:method
"atan" (("x" "Number")) "Number" :native t
:static t
:final t
)
746 (:method
"tan" (("x" "Number")) "Number" :native t
:static t
:final t
)
747 (:constant
:name
"LOG10E" :type
"Number" :value
0.4342944819032518 :static t
)
748 (:method
"min" (("x" "Number") &rest
("y" "Number")) "Number" :native t
:static t
:final t
)
749 (:method
"max" (("x" "Number") &rest
("y" "Number")) "Number" :native t
:static t
:final t
)
750 (:method
"sqrt" (("x" "Number")) "Number" :native t
:static t
:final t
)
751 (:constant
:name
"LN2" :type
"Number" :value
0.6931471805599453 :static t
)
752 (:constant
:name
"LOG2E" :type
"Number" :value
1.4426950408889634 :static t
)
753 (:constant
:name
"PI" :type
"Number" :value
3.141592653589793 :static t
)
754 (:constructor
"Math" () "*")
758 (:class
"RegExp" :extends
"Object" :public t
:dynamic t
760 (:constant
:name
"length" :type
"int" :value
1 :static t
)
761 (:constructor
"RegExp" (&optional
"pattern" "options") "*")
762 (:method
"exec" (&optional
(("s" "String") "")) "*" :namespace-type
:public
:native t
)
763 (:method-get
"ignoreCase" () "Boolean" :native t
)
764 (:method-get
"global" () "Boolean" :native t
)
765 (:method-set
"lastIndex" (("i" "int")) "*" :native t
)
766 (:method-get
"extended" () "Boolean" :native t
)
767 (:method
"test" (&optional
(("s" "String") "")) "Boolean" :namespace-type
:public
)
768 (:method-get
"source" () "String" :native t
)
769 (:method-get
"lastIndex" () "int" :native t
)
770 (:method-get
"multiline" () "Boolean" :native t
)
771 (:method-get
"dotall" () "Boolean" :native t
)
775 (:interface
"flash.events::IEventDispatcher" :public t
777 (:constructor
"IEventDispatcher" () "*")
778 (:method
"dispatchEvent" (("event" "flash.events::Event")) "Boolean" :namespace-type
:public
)
779 (:method
"hasEventListener" (("type" "String")) "Boolean" :namespace-type
:public
)
780 (:method
"willTrigger" (("type" "String")) "Boolean" :namespace-type
:public
)
781 (:method
"removeEventListener" (("type" "String") ("listener" "Function") &optional
(("useCapture" "Boolean") nil
#|| false||
# )) "void" :namespace-type
:public
)
782 (:method
"addEventListener" (("type" "String") ("listener" "Function") &optional
(("useCapture" "Boolean") nil
#|| false||
# ) (("priority" "int") 0) (("useWeakReference" "Boolean") nil
#|| false||
# )) "void" :namespace-type
:public
)
786 (:class
"flash.events::WeakMethodClosure" :extends
"Object" :public t
788 (:constructor
"WeakMethodClosure" () "*")
789 (:method-get
"savedThis" () "Object" :namespace-type
:private
:native t
)
792 (:class
"flash.events::WeakFunctionClosure" :extends
"Object" :public t
794 (:constructor
"WeakFunctionClosure" () "*")
797 (:class
"flash.events::EventDispatcher" :extends
"Object" :implements
( "IEventDispatcher") :public t
799 (:constructor
"EventDispatcher" (&optional
("target" "flash.events::IEventDispatcher")) "*")
800 (:method
"dispatchEvent" (("event" "flash.events::Event")) "Boolean" )
801 (:method
"willTrigger" (("type" "String")) "Boolean" :native t
)
802 (:method
"removeEventListener" (("type" "String") ("listener" "Function") &optional
(("useCapture" "Boolean") nil
#|| false||
# )) "void" :native t
)
803 (:method
"toString" () "String" )
804 (:method
"dispatchEventFunction" (("event" "flash.events::Event")) "Boolean" :namespace-type
:private
:native t
)
805 (:method
"hasEventListener" (("type" "String")) "Boolean" :native t
)
806 (:method
"addEventListener" (("type" "String") ("listener" "Function") &optional
(("useCapture" "Boolean") nil
#|| false||
# ) (("priority" "int") 0) (("useWeakReference" "Boolean") nil
#|| false||
# )) "void" :native t
)
807 (:method-get
"listeners" () "Array" :namespace-type
:private
:native t
)
811 (:class
"flash.ui::ContextMenuItem" :extends
"flash.events::EventDispatcher" :public t
:final t
813 (:constructor
"ContextMenuItem" (("caption" "String") &optional
(("separatorBefore" "Boolean") nil
#|| false||
# ) (("enabled" "Boolean") t
#|| true||
# ) (("visible" "Boolean") t
#|| true||
# )) "*")
814 (:method-get
"enabled" () "Boolean" :native t
)
815 (:method-set
"enabled" (("value" "Boolean")) "void" :native t
)
816 (:method-get
"separatorBefore" () "Boolean" :native t
)
817 (:method-get
"caption" () "String" :native t
)
818 (:method-set
"separatorBefore" (("value" "Boolean")) "void" :native t
)
819 (:method-get
"visible" () "Boolean" :native t
)
820 (:method-set
"visible" (("value" "Boolean")) "void" :native t
)
821 (:method-set
"caption" (("value" "String")) "void" :native t
)
822 (:method
"clone" () "flash.ui::ContextMenuItem" )
826 (:class
"flash.system::ApplicationDomain" :extends
"Object" :public t
:final t
828 (:method-get
"currentDomain" () "flash.system::ApplicationDomain" :native t
:static t
:final t
)
829 (:method-get
"MIN_DOMAIN_MEMORY_LENGTH" () "uint" :native t
:static t
:final t
)
830 (:constructor
"ApplicationDomain" (&optional
("parentDomain" "flash.system::ApplicationDomain")) "*")
831 (:method-get
"domainMemory" () "flash.utils::ByteArray" :native t
)
832 (:method
"getDefinition" (("name" "String")) "Object" :native t
)
833 (:method-set
"domainMemory" (("mem" "flash.utils::ByteArray")) "*" :native t
)
834 (:method
"hasDefinition" (("name" "String")) "Boolean" :native t
)
835 (:method-get
"parentDomain" () "flash.system::ApplicationDomain" :native t
)
839 (:class
"flash.text.engine::ContentElement" :extends
"Object" :public t
841 (:constant
:name
"GRAPHIC_ELEMENT" :type
"uint" :value
65007 :static t
)
842 (:constructor
"ContentElement" (&optional
("elementFormat" "flash.text.engine::ElementFormat") ("eventMirror" "flash.events::EventDispatcher") (("textRotation" "String") "rotate0")) "*")
843 (:method-get
"textBlock" () "flash.text.engine::TextBlock" :native t
)
844 (:method-set
"elementFormat" (("value" "flash.text.engine::ElementFormat")) "void" :native t
)
845 (:method-get
"textBlockBeginIndex" () "int" :native t
)
846 (:method-get
"textRotation" () "String" :native t
)
847 (:method-get
"text" () "String" :native t
)
848 (:method-set
"eventMirror" (("value" "flash.events::EventDispatcher")) "void" :native t
)
849 (:method-get
"elementFormat" () "flash.text.engine::ElementFormat" :native t
)
850 (:variable
:name
"userData" :type
"null" )
851 (:method-set
"textRotation" (("value" "String")) "void" :native t
)
852 (:method-get
"eventMirror" () "flash.events::EventDispatcher" :native t
)
853 (:method-get
"rawText" () "String" :native t
)
854 (:method-get
"groupElement" () "flash.text.engine::GroupElement" :native t
)
858 (:class
"flash.display::Scene" :extends
"Object" :public t
:final t
860 (:constructor
"Scene" (("name" "String") ("labels" "Array") ("numFrames" "int")) "*")
861 (:variable
:name
"_name" :namespace-type
:private
:type
"String" )
862 (:method-get
"numFrames" () "int" )
863 (:method-get
"name" () "String" )
864 (:variable
:name
"_numFrames" :namespace-type
:private
:type
"int" )
865 (:variable
:name
"_labels" :namespace-type
:private
:type
"Array" )
866 (:method-get
"labels" () "Array" )
870 (:class
"flash.printing::PrintJob" :extends
"flash.events::EventDispatcher" :public t
872 (:constant
:name
"kGetPageHeight" :namespace-type
:private
:type
"uint" :value
5 :static t
)
873 (:constant
:name
"kGetOrientation" :namespace-type
:private
:type
"uint" :value
9 :static t
)
874 (:constant
:name
"kGetPaperHeight" :namespace-type
:private
:type
"uint" :value
1 :static t
)
875 (:constant
:name
"kGetPaperWidth" :namespace-type
:private
:type
"uint" :value
3 :static t
)
876 (:constant
:name
"kGetPageWidth" :namespace-type
:private
:type
"uint" :value
7 :static t
)
877 (:constant
:name
"kAddPage" :namespace-type
:private
:type
"uint" :value
101 :static t
)
878 (:constant
:name
"kStart" :namespace-type
:private
:type
"uint" :value
100 :static t
)
879 (:constant
:name
"kSend" :namespace-type
:private
:type
"uint" :value
102 :static t
)
880 (:constructor
"PrintJob" () "*")
881 (:method-get
"orientation" () "String" )
882 (:method-get
"paperHeight" () "int" )
883 (:method
"toClassicRectangle" (("printArea" "flash.geom::Rectangle")) "*" :namespace-type
:private
)
884 (:method-get
"pageHeight" () "int" )
885 (:method-get
"pageWidth" () "int" )
886 (:method
"invoke" (&rest
("index" "uint")) "*" :namespace-type
:private
:native t
)
887 (:method
"start" () "Boolean" )
888 (:method-get
"paperWidth" () "int" )
889 (:method
"addPage" (("sprite" "flash.display::Sprite") &optional
("printArea" "flash.geom::Rectangle") ("options" "flash.printing::PrintJobOptions") (("frameNum" "int") 0)) "void" )
890 (:method
"_invoke" (&rest
"index") "*" :namespace-type
:private
:native t
)
891 (:method
"send" () "void" )
895 (:interface
"flash.display::IGraphicsPath" :public t
897 (:constructor
"IGraphicsPath" () "*")
901 (:interface
"flash.display::IGraphicsData" :public t
903 (:constructor
"IGraphicsData" () "*")
907 (:class
"flash.display::GraphicsPath" :extends
"Object" :implements
("GraphicsPath.as$193::IGraphicsData" ) :public t
:final t
909 (:constructor
"GraphicsPath" (&optional
("commands" "__AS3__.vec::Vector.<int>") ("data" "__AS3__.vec::Vector.<Number>") (("winding" "String") "evenOdd")) "*")
910 (:method
"wideLineTo" (("x" "Number") ("y" "Number")) "void" )
911 (:method-set
"winding" (("value" "String")) "*" )
912 (:variable
:name
"commands" :type
"__AS3__.vec::Vector.<int>" )
913 (:variable
:name
"data" :type
"__AS3__.vec::Vector.<Number>" )
914 (:method
"moveTo" (("x" "Number") ("y" "Number")) "void" )
915 (:method
"lineTo" (("x" "Number") ("y" "Number")) "void" )
916 (:method
"curveTo" (("controlX" "Number") ("controlY" "Number") ("anchorX" "Number") ("anchorY" "Number")) "void" )
917 (:method-get
"winding" () "String" )
918 (:variable
:name
"_winding" :namespace-type
:private
:type
"String" )
919 (:method
"wideMoveTo" (("x" "Number") ("y" "Number")) "void" )
923 (:class
"flash.geom::Matrix" :extends
"Object" :public t
925 (:constructor
"Matrix" (&optional
(("a" "Number") 1) (("b" "Number") 0) (("c" "Number") 0) (("d" "Number") 1) (("tx" "Number") 0) (("ty" "Number") 0)) "*")
926 (:variable
:name
"a" :type
"Number" )
927 (:variable
:name
"c" :type
"Number" )
928 (:variable
:name
"ty" :type
"Number" )
929 (:method
"createBox" (("scaleX" "Number") ("scaleY" "Number") &optional
(("rotation" "Number") 0) (("tx" "Number") 0) (("ty" "Number") 0)) "void" )
930 (:variable
:name
"b" :type
"Number" )
931 (:variable
:name
"d" :type
"Number" )
932 (:method
"toString" () "String" )
933 (:method
"translate" (("dx" "Number") ("dy" "Number")) "void" )
934 (:method
"scale" (("sx" "Number") ("sy" "Number")) "void" )
935 (:variable
:name
"tx" :type
"Number" )
936 (:method
"concat" (("m" "flash.geom::Matrix")) "void" )
937 (:method
"invert" () "void" )
938 (:method
"transformPoint" (("point" "flash.geom::Point")) "flash.geom::Point" )
939 (:method
"rotate" (("angle" "Number")) "void" )
940 (:method
"deltaTransformPoint" (("point" "flash.geom::Point")) "flash.geom::Point" )
941 (:method
"clone" () "flash.geom::Matrix" )
942 (:method
"identity" () "void" )
943 (:method
"createGradientBox" (("width" "Number") ("height" "Number") &optional
(("rotation" "Number") 0) (("tx" "Number") 0) (("ty" "Number") 0)) "void" )
947 (:class
"flash.text.engine::TextJustifier" :extends
"Object" :public t
949 (:method
"getJustifierForLocale" (("locale" "String")) "flash.text.engine::TextJustifier" :static t
:final t
)
950 (:constructor
"TextJustifier" (("locale" "String") ("lineJustification" "String")) "*")
951 (:method-set
"lineJustification" (("value" "String")) "void" :native t
)
952 (:method-get
"locale" () "String" :native t
)
953 (:method
"setLocale" (("value" "String")) "void" :namespace-type
:private
:native t
)
954 (:method
"clone" () "flash.text.engine::TextJustifier" )
955 (:method-get
"lineJustification" () "String" :native t
)
959 (:class
"flash.text.engine::SpaceJustifier" :extends
"flash.text.engine::TextJustifier" :public t
:final t
961 (:constructor
"SpaceJustifier" (&optional
(("locale" "String") "en") (("lineJustification" "String") "unjustified") (("letterSpacing" "Boolean") nil
#|| false||
# )) "*")
962 (:method-set
"letterSpacing" (("value" "Boolean")) "void" :native t
)
963 (:method
"clone" () "flash.text.engine::TextJustifier" :override t
)
964 (:method-get
"letterSpacing" () "Boolean" :native t
)
968 (:interface
"flash.display::IBitmapDrawable" :public t
970 (:constructor
"IBitmapDrawable" () "*")
974 (:class
"flash.display::DisplayObject" :extends
"flash.events::EventDispatcher" :implements
("flash.display::IBitmapDrawable") :public t
976 (:constructor
"DisplayObject" () "*")
977 (:method-get
"visible" () "Boolean" :native t
)
978 (:method-get
"rotation" () "Number" :native t
)
979 (:method
"_hitTest" (("use_xy" "Boolean") ("x" "Number") ("y" "Number") ("useShape" "Boolean") ("hitTestObject" "flash.display::DisplayObject")) "Boolean" :namespace-type
:private
:native t
)
980 (:method
"localToGlobal" (("point" "flash.geom::Point")) "flash.geom::Point" :native t
)
981 (:method-get
"name" () "String" :native t
)
982 (:method-set
"width" (("value" "Number")) "void" :native t
)
983 (:method
"globalToLocal" (("point" "flash.geom::Point")) "flash.geom::Point" :native t
)
984 (:method-get
"blendMode" () "String" :native t
)
985 (:method-get
"scale9Grid" () "flash.geom::Rectangle" :native t
)
986 (:method-set
"name" (("value" "String")) "void" :native t
)
987 (:method-get
"rotationX" () "Number" :native t
)
988 (:method-get
"rotationY" () "Number" :native t
)
989 (:method-set
"scaleX" (("value" "Number")) "void" :native t
)
990 (:method-set
"scaleY" (("value" "Number")) "void" :native t
)
991 (:method-set
"scaleZ" (("value" "Number")) "void" :native t
)
992 (:method-get
"accessibilityProperties" () "flash.accessibility::AccessibilityProperties" :native t
)
993 (:method-set
"scrollRect" (("value" "flash.geom::Rectangle")) "void" :native t
)
994 (:method-get
"rotationZ" () "Number" :native t
)
995 (:method-get
"height" () "Number" :native t
)
996 (:method-set
"blendMode" (("value" "String")) "void" :native t
)
997 (:method-set
"scale9Grid" (("innerRectangle" "flash.geom::Rectangle")) "void" :native t
)
998 (:method
"getBounds" (("targetCoordinateSpace" "flash.display::DisplayObject")) "flash.geom::Rectangle" :native t
)
999 (:method-set
"blendShader" (("value" "flash.display::Shader")) "void" :native t
)
1000 (:method-get
"opaqueBackground" () "Object" :native t
)
1001 (:method-get
"parent" () "flash.display::DisplayObjectContainer" :native t
)
1002 (:method-get
"cacheAsBitmap" () "Boolean" :native t
)
1003 (:method-set
"rotationX" (("value" "Number")) "void" :native t
)
1004 (:method-set
"rotationY" (("value" "Number")) "void" :native t
)
1005 (:method-set
"rotationZ" (("value" "Number")) "void" :native t
)
1006 (:method
"local3DToGlobal" (("point3d" "flash.geom::Vector3D")) "flash.geom::Point" :native t
)
1007 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
1008 (:method
"globalToLocal3D" (("point" "flash.geom::Point")) "flash.geom::Vector3D" :native t
)
1009 (:method-set
"accessibilityProperties" (("value" "flash.accessibility::AccessibilityProperties")) "void" :native t
)
1010 (:method-get
"width" () "Number" :native t
)
1011 (:method
"hitTestPoint" (("x" "Number") ("y" "Number") &optional
(("shapeFlag" "Boolean") nil
#|| false||
# )) "Boolean" )
1012 (:method-set
"cacheAsBitmap" (("value" "Boolean")) "void" :native t
)
1013 (:method-get
"scaleX" () "Number" :native t
)
1014 (:method-get
"scaleY" () "Number" :native t
)
1015 (:method-get
"scaleZ" () "Number" :native t
)
1016 (:method-get
"scrollRect" () "flash.geom::Rectangle" :native t
)
1017 (:method-get
"mouseX" () "Number" :native t
)
1018 (:method-get
"mouseY" () "Number" :native t
)
1019 (:method-set
"height" (("value" "Number")) "void" :native t
)
1020 (:method-set
"mask" (("value" "flash.display::DisplayObject")) "void" :native t
)
1021 (:method
"getRect" (("targetCoordinateSpace" "flash.display::DisplayObject")) "flash.geom::Rectangle" :native t
)
1022 (:method-get
"alpha" () "Number" :native t
)
1023 (:method-set
"transform" (("value" "flash.geom::Transform")) "void" :native t
)
1024 (:method-get
"loaderInfo" () "flash.display::LoaderInfo" :native t
)
1025 (:method-get
"root" () "flash.display::DisplayObject" :native t
)
1026 (:method-set
"visible" (("value" "Boolean")) "void" :native t
)
1027 (:method-set
"opaqueBackground" (("value" "Object")) "void" :native t
)
1028 (:method
"hitTestObject" (("obj" "flash.display::DisplayObject")) "Boolean" )
1029 (:method-get
"mask" () "flash.display::DisplayObject" :native t
)
1030 (:method-set
"x" (("value" "Number")) "void" :native t
)
1031 (:method-set
"y" (("value" "Number")) "void" :native t
)
1032 (:method-get
"transform" () "flash.geom::Transform" :native t
)
1033 (:method-set
"z" (("value" "Number")) "void" :native t
)
1034 (:method-set
"filters" (("value" "Array")) "void" :native t
)
1035 (:method-get
"x" () "Number" :native t
)
1036 (:method-get
"y" () "Number" :native t
)
1037 (:method-get
"z" () "Number" :native t
)
1038 (:method-get
"filters" () "Array" :native t
)
1039 (:method-set
"rotation" (("value" "Number")) "void" :native t
)
1040 (:method-get
"stage" () "flash.display::Stage" :native t
)
1044 (:class
"flash.display::Bitmap" :extends
"flash.display::DisplayObject" :public t
1046 (:constructor
"Bitmap" (&optional
("bitmapData" "flash.display::BitmapData") (("pixelSnapping" "String") "auto") (("smoothing" "Boolean") nil
#|| false||
# )) "*")
1047 (:method-set
"bitmapData" (("value" "flash.display::BitmapData")) "void" :native t
)
1048 (:method-get
"pixelSnapping" () "String" :native t
)
1049 (:method-set
"pixelSnapping" (("value" "String")) "void" :native t
)
1050 (:method-set
"smoothing" (("value" "Boolean")) "void" :native t
)
1051 (:method-get
"bitmapData" () "flash.display::BitmapData" :native t
)
1052 (:method-get
"smoothing" () "Boolean" :native t
)
1056 (:class
"flash.xml::XMLNode" :extends
"Object" :public t
1058 (:constructor
"XMLNode" (("type" "uint") ("value" "String")) "*")
1059 (:method
"escapeXML" (("value" "String")) "String" :namespace-type
:private
:native t
)
1060 (:variable
:name
"previousSibling" :type
"flash.xml::XMLNode" )
1061 (:variable
:name
"parentNode" :type
"flash.xml::XMLNode" )
1062 (:variable
:name
"nextSibling" :type
"flash.xml::XMLNode" )
1063 (:method
"init" (("type" "uint") ("value" "String")) "void" :namespace-type
:private
)
1064 (:method-get
"namespaceURI" () "String" )
1065 (:method-get
"prefix" () "String" )
1066 (:variable
:name
"firstChild" :type
"flash.xml::XMLNode" )
1067 (:variable
:name
"_childNodes" :namespace-type
:private
:type
"Array" )
1068 (:variable
:name
"nodeValue" :type
"String" )
1069 (:method-get
"attributes" () "Object" )
1070 (:variable
:name
"nodeType" :type
"uint" )
1071 (:method
"appendChild" (("node" "flash.xml::XMLNode")) "void" )
1072 (:variable
:name
"lastChild" :type
"flash.xml::XMLNode" )
1073 (:method
"insertBefore" (("node" "flash.xml::XMLNode") ("before" "flash.xml::XMLNode")) "void" )
1074 (:method
"getNamespaceForPrefix" (("prefix" "String")) "String" )
1075 (:variable
:name
"nodeName" :type
"String" )
1076 (:method-set
"attributes" (("value" "Object")) "void" )
1077 (:method
"hasChildNodes" () "Boolean" )
1078 (:method-get
"childNodes" () "Array" )
1079 (:variable
:name
"_attributes" :namespace-type
:private
:type
"Object" )
1080 (:method-get
"localName" () "String" )
1081 (:method
"getPrefixForNamespace" (("ns" "String")) "String" )
1082 (:method
"toString" () "String" )
1083 (:method
"removeNode" () "void" )
1084 (:method
"cloneNode" (("deep" "Boolean")) "flash.xml::XMLNode" )
1088 (:class
"flash.xml::XMLDocument" :extends
"flash.xml::XMLNode" :public t
1090 (:constant
:name
"kEndOfDocument" :namespace-type
:private
:type
"int" :value -
1 :static t
)
1091 (:constant
:name
"kUnterminatedAttributeValue" :namespace-type
:private
:type
"int" :value -
8 :static t
)
1092 (:constant
:name
"kUnterminatedCdata" :namespace-type
:private
:type
"int" :value -
2 :static t
)
1093 (:constant
:name
"kElementNeverBegun" :namespace-type
:private
:type
"int" :value -
10 :static t
)
1094 (:constant
:name
"kUnterminatedXmlDeclaration" :namespace-type
:private
:type
"int" :value -
3 :static t
)
1095 (:constant
:name
"kUnterminatedDoctypeDeclaration" :namespace-type
:private
:type
"int" :value -
4 :static t
)
1096 (:constant
:name
"kMalformedElement" :namespace-type
:private
:type
"int" :value -
6 :static t
)
1097 (:constant
:name
"kUnterminatedElement" :namespace-type
:private
:type
"int" :value -
9 :static t
)
1098 (:constant
:name
"kUnterminatedComment" :namespace-type
:private
:type
"int" :value -
5 :static t
)
1099 (:constant
:name
"kOutOfMemory" :namespace-type
:private
:type
"int" :value -
7 :static t
)
1100 (:constant
:name
"kNoError" :namespace-type
:private
:type
"int" :value
0 :static t
)
1101 (:constructor
"XMLDocument" (&optional
("source" "String")) "*")
1102 (:method
"createElement" (("name" "String")) "flash.xml::XMLNode" )
1103 (:variable
:name
"idMap" :type
"Object" )
1104 (:method
"parseXML" (("source" "String")) "void" )
1105 (:variable
:name
"xmlDecl" :type
"Object" :value
:null
#|| null||
# )
1106 (:method
"createTextNode" (("text" "String")) "flash.xml::XMLNode" )
1107 (:method
"toString" () "String" :override t
)
1108 (:variable
:name
"ignoreWhite" :type
"Boolean" :value nil
#|| false||
# )
1109 (:variable
:name
"docTypeDecl" :type
"Object" :value
:null
#|| null||
# )
1113 (:class
"flash.text.engine::EastAsianJustifier" :extends
"flash.text.engine::TextJustifier" :public t
:final t
1115 (:constructor
"EastAsianJustifier" (&optional
(("locale" "String") "ja") (("lineJustification" "String") "allButLast") (("justificationStyle" "String") "pushInKinsoku")) "*")
1116 (:method
"clone" () "flash.text.engine::TextJustifier" :override t
)
1117 (:method-set
"justificationStyle" (("value" "String")) "void" :native t
)
1118 (:method-get
"justificationStyle" () "String" :native t
)
1122 (:class
"flash.text::TextRenderer" :extends
"Object" :public t
:final t
1124 (:method-set
"maxLevel" (("value" "int")) "void" :native t
:static t
:final t
)
1125 (:method-get
"displayMode" () "String" :native t
:static t
:final t
)
1126 (:method
"setAdvancedAntiAliasingTable" (("fontName" "String") ("fontStyle" "String") ("colorType" "String") ("advancedAntiAliasingTable" "Array")) "void" :native t
:static t
:final t
)
1127 (:method-get
"maxLevel" () "int" :native t
:static t
:final t
)
1128 (:method-get
"antiAliasType" () "String" :native t
:static t
:final t
)
1129 (:method-set
"displayMode" (("value" "String")) "void" :native t
:static t
:final t
)
1130 (:method-set
"antiAliasType" (("value" "String")) "void" :native t
:static t
:final t
)
1131 (:constructor
"TextRenderer" () "*")
1135 (:class
"XML" :extends
"Object" :public t
:final t
:dynamic t
1137 (:method
"settings" () "Object" :namespace-type
:public
:static t
:final t
)
1138 (:method-set
"prettyIndent" (("newIndent" "int")) "*" :native t
:static t
:final t
)
1139 (:method
"setSettings" (&optional
("o" "Object")) "void" :namespace-type
:public
:static t
:final t
)
1140 (:method-get
"ignoreComments" () "Boolean" :native t
:static t
:final t
)
1141 (:method-get
"prettyIndent" () "int" :native t
:static t
:final t
)
1142 (:method-get
"ignoreProcessingInstructions" () "Boolean" :native t
:static t
:final t
)
1143 (:method-get
"prettyPrinting" () "Boolean" :native t
:static t
:final t
)
1144 (:constant
:name
"length" :type
"null" :value
1 :static t
)
1145 (:method-get
"ignoreWhitespace" () "Boolean" :native t
:static t
:final t
)
1146 (:method-set
"ignoreComments" (("newIgnore" "Boolean")) "*" :native t
:static t
:final t
)
1147 (:method-set
"ignoreProcessingInstructions" (("newIgnore" "Boolean")) "*" :native t
:static t
:final t
)
1148 (:method-set
"prettyPrinting" (("newPretty" "Boolean")) "*" :native t
:static t
:final t
)
1149 (:method
"defaultSettings" () "Object" :namespace-type
:public
:static t
:final t
)
1150 (:method-set
"ignoreWhitespace" (("newIgnore" "Boolean")) "*" :native t
:static t
:final t
)
1151 (:constructor
"XML" (&optional
"value") "*")
1152 (:method
"hasOwnProperty" (&optional
"P") "Boolean" :namespace-type
:public
:native t
:override t
)
1153 (:method
"insertChildBefore" ("child1" "child2") "*" :namespace-type
:public
:native t
)
1154 (:method
"replace" ("propertyName" "value") "XML" :namespace-type
:public
:native t
)
1155 (:method
"setNotification" (("f" "Function")) "*" :namespace-type
:public
:native t
)
1156 (:method
"toXMLString" () "String" :namespace-type
:public
:native t
)
1157 (:method
"propertyIsEnumerable" (&optional
"P") "Boolean" :namespace-type
:public
:native t
:override t
)
1158 (:method
"setChildren" ("value") "XML" :namespace-type
:public
:native t
)
1159 (:method
"name" () "Object" :namespace-type
:public
:native t
)
1160 (:method
"normalize" () "XML" :namespace-type
:public
:native t
)
1161 (:method
"inScopeNamespaces" () "Array" :namespace-type
:public
:native t
)
1162 (:method
"setLocalName" ("name") "void" :namespace-type
:public
:native t
)
1163 (:method
"localName" () "Object" :namespace-type
:public
:native t
)
1164 (:method
"attributes" () "XMLList" :namespace-type
:public
:native t
)
1165 (:method
"processingInstructions" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1166 (:method
"setNamespace" ("ns") "void" :namespace-type
:public
:native t
)
1167 (:method
"namespace" (&optional
"prefix") "*" :namespace-type
:public
:native t
)
1168 (:method
"child" ("propertyName") "XMLList" :namespace-type
:public
:native t
)
1169 (:method
"childIndex" () "int" :namespace-type
:public
:native t
)
1170 (:method
"contains" ("value") "Boolean" :namespace-type
:public
:native t
)
1171 (:method
"appendChild" ("child") "XML" :namespace-type
:public
:native t
)
1172 (:method
"hasComplexContent" () "Boolean" :namespace-type
:public
:native t
)
1173 (:method
"descendants" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1174 (:method
"length" () "int" :namespace-type
:public
)
1175 (:method
"valueOf" () "XML" :namespace-type
:public
)
1176 (:method
"parent" () "*" :namespace-type
:public
:native t
)
1177 (:method
"attribute" ("arg") "XMLList" :namespace-type
:public
:native t
)
1178 (:method
"toString" () "String" :namespace-type
:public
:native t
)
1179 (:method
"hasSimpleContent" () "Boolean" :namespace-type
:public
:native t
)
1180 (:method
"prependChild" ("value") "XML" :namespace-type
:public
:native t
)
1181 (:method
"setName" ("name") "void" :namespace-type
:public
:native t
)
1182 (:method
"notification" () "Function" :namespace-type
:public
:native t
)
1183 (:method
"comments" () "XMLList" :namespace-type
:public
:native t
)
1184 (:method
"copy" () "XML" :namespace-type
:public
:native t
)
1185 (:method
"nodeKind" () "String" :namespace-type
:public
:native t
)
1186 (:method
"elements" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1187 (:method
"insertChildAfter" ("child1" "child2") "*" :namespace-type
:public
:native t
)
1188 (:method
"addNamespace" ("ns") "XML" :namespace-type
:public
:native t
)
1189 (:method
"namespaceDeclarations" () "Array" :namespace-type
:public
:native t
)
1190 (:method
"text" () "XMLList" :namespace-type
:public
:native t
)
1191 (:method
"removeNamespace" ("ns") "XML" :namespace-type
:public
:native t
)
1192 (:method
"children" () "XMLList" :namespace-type
:public
:native t
)
1195 (:class
"XMLList" :extends
"Object" :public t
:final t
:dynamic t
1197 (:constant
:name
"length" :type
"null" :value
1 :static t
)
1198 (:constructor
"XMLList" (&optional
"value") "*")
1199 (:method
"hasOwnProperty" (&optional
"P") "Boolean" :namespace-type
:public
:native t
:override t
)
1200 (:method
"insertChildBefore" ("child1" "child2") "*" :namespace-type
:public
:native t
)
1201 (:method
"namespaceDeclarations" () "Array" :namespace-type
:public
:native t
)
1202 (:method
"propertyIsEnumerable" (&optional
"P") "Boolean" :namespace-type
:public
:native t
:override t
)
1203 (:method
"setChildren" ("value") "XML" :namespace-type
:public
:native t
)
1204 (:method
"name" () "Object" :namespace-type
:public
:native t
)
1205 (:method
"replace" ("propertyName" "value") "XML" :namespace-type
:public
:native t
)
1206 (:method
"normalize" () "XMLList" :namespace-type
:public
:native t
)
1207 (:method
"inScopeNamespaces" () "Array" :namespace-type
:public
:native t
)
1208 (:method
"toXMLString" () "String" :namespace-type
:public
:native t
)
1209 (:method
"descendants" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1210 (:method
"attributes" () "XMLList" :namespace-type
:public
:native t
)
1211 (:method
"processingInstructions" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1212 (:method
"setNamespace" ("ns") "void" :namespace-type
:public
:native t
)
1213 (:method
"setLocalName" ("name") "void" :namespace-type
:public
:native t
)
1214 (:method
"namespace" (&optional
"prefix") "*" :namespace-type
:public
:native t
)
1215 (:method
"attribute" ("arg") "XMLList" :namespace-type
:public
:native t
)
1216 (:method
"childIndex" () "int" :namespace-type
:public
:native t
)
1217 (:method
"contains" ("value") "Boolean" :namespace-type
:public
:native t
)
1218 (:method
"appendChild" ("child") "XML" :namespace-type
:public
:native t
)
1219 (:method
"hasComplexContent" () "Boolean" :namespace-type
:public
:native t
)
1220 (:method
"localName" () "Object" :namespace-type
:public
:native t
)
1221 (:method
"length" () "int" :namespace-type
:public
:native t
)
1222 (:method
"valueOf" () "XMLList" :namespace-type
:public
)
1223 (:method
"parent" () "*" :namespace-type
:public
:native t
)
1224 (:method
"child" ("propertyName") "XMLList" :namespace-type
:public
:native t
)
1225 (:method
"toString" () "String" :namespace-type
:public
:native t
)
1226 (:method
"hasSimpleContent" () "Boolean" :namespace-type
:public
:native t
)
1227 (:method
"prependChild" ("value") "XML" :namespace-type
:public
:native t
)
1228 (:method
"setName" ("name") "void" :namespace-type
:public
:native t
)
1229 (:method
"text" () "XMLList" :namespace-type
:public
:native t
)
1230 (:method
"copy" () "XMLList" :namespace-type
:public
:native t
)
1231 (:method
"nodeKind" () "String" :namespace-type
:public
:native t
)
1232 (:method
"elements" (&optional
("name" "*")) "XMLList" :namespace-type
:public
:native t
)
1233 (:method
"insertChildAfter" ("child1" "child2") "*" :namespace-type
:public
:native t
)
1234 (:method
"addNamespace" ("ns") "XML" :namespace-type
:public
:native t
)
1235 (:method
"comments" () "XMLList" :namespace-type
:public
:native t
)
1236 (:method
"removeNamespace" ("ns") "XML" :namespace-type
:public
:native t
)
1237 (:method
"children" () "XMLList" :namespace-type
:public
:native t
)
1240 (:class
"QName" :extends
"Object" :public t
:final t
1242 (:constant
:name
"length" :type
"null" :value
2 :static t
)
1243 (:constructor
"QName" (&optional
"namespace" "name") "*")
1244 (:method
"valueOf" () "QName" :namespace-type
:public
)
1245 (:method
"toString" () "String" :namespace-type
:public
)
1246 (:method-get
"uri" () "*" :native t
)
1247 (:method-get
"localName" () "String" :native t
)
1250 (:method
"isXMLName" (&optional
"str") "Boolean" :native t
)
1252 (:class
"flash.display::StageAlign" :extends
"Object" :public t
:final t
1254 (:constant
:name
"LEFT" :type
"String" :value
"L" :static t
)
1255 (:constant
:name
"BOTTOM_RIGHT" :type
"String" :value
"BR" :static t
)
1256 (:constant
:name
"BOTTOM" :type
"String" :value
"B" :static t
)
1257 (:constant
:name
"TOP_LEFT" :type
"String" :value
"TL" :static t
)
1258 (:constant
:name
"TOP_RIGHT" :type
"String" :value
"TR" :static t
)
1259 (:constant
:name
"TOP" :type
"String" :value
"T" :static t
)
1260 (:constant
:name
"BOTTOM_LEFT" :type
"String" :value
"BL" :static t
)
1261 (:constant
:name
"RIGHT" :type
"String" :value
"R" :static t
)
1262 (:constructor
"StageAlign" () "*")
1266 (:method
"showRedrawRegions" (("on" "Boolean") &optional
(("color" "uint") 16711680)) "void" :native t
:uri
"flash.profiler" )
1267 (:method
"profile" (("on" "Boolean")) "void" :native t
:uri
"flash.profiler" )
1269 (:class
"flash.display::ColorCorrectionSupport" :extends
"Object" :public t
:final t
1271 (:constant
:name
"DEFAULT_OFF" :type
"String" :value
"defaultOff" :static t
)
1272 (:constant
:name
"UNSUPPORTED" :type
"String" :value
"unsupported" :static t
)
1273 (:constant
:name
"DEFAULT_ON" :type
"String" :value
"defaultOn" :static t
)
1274 (:constructor
"ColorCorrectionSupport" () "*")
1278 (:class
"flash.errors::IllegalOperationError" :extends
"Error" :public t
:dynamic t
1280 (:constructor
"IllegalOperationError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1283 (:class
"flash.errors::IOError" :extends
"Error" :public t
:dynamic t
1285 (:constructor
"IOError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1288 (:class
"flash.errors::MemoryError" :extends
"Error" :public t
:dynamic t
1290 (:constructor
"MemoryError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1293 (:class
"flash.errors::StackOverflowError" :extends
"Error" :public t
:dynamic t
1295 (:constructor
"StackOverflowError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1298 (:class
"flash.errors::ScriptTimeoutError" :extends
"Error" :public t
:dynamic t
1300 (:constructor
"ScriptTimeoutError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1303 (:class
"flash.errors::InvalidSWFError" :extends
"Error" :public t
:dynamic t
1305 (:constructor
"InvalidSWFError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1308 (:class
"flash.errors::EOFError" :extends
"flash.errors::IOError" :public t
:dynamic t
1310 (:constructor
"EOFError" (&optional
(("message" "String") "") (("id" "int") 0)) "*")
1314 (:class
"flash.display::LineScaleMode" :extends
"Object" :public t
:final t
1316 (:constant
:name
"HORIZONTAL" :type
"String" :value
"horizontal" :static t
)
1317 (:constant
:name
"VERTICAL" :type
"String" :value
"vertical" :static t
)
1318 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
1319 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
1320 (:constructor
"LineScaleMode" () "*")
1324 (:class
"flash.text::FontStyle" :extends
"Object" :public t
:final t
1326 (:constant
:name
"ITALIC" :type
"String" :value
"italic" :static t
)
1327 (:constant
:name
"BOLD_ITALIC" :type
"String" :value
"boldItalic" :static t
)
1328 (:constant
:name
"BOLD" :type
"String" :value
"bold" :static t
)
1329 (:constant
:name
"REGULAR" :type
"String" :value
"regular" :static t
)
1330 (:constructor
"FontStyle" () "*")
1334 (:class
"flash.geom::Utils3D" :extends
"Object" :public t
1336 (:method
"pointTowards" (("percent" "Number") ("mat" "flash.geom::Matrix3D") ("pos" "flash.geom::Vector3D") &optional
("at" "flash.geom::Vector3D") ("up" "flash.geom::Vector3D")) "flash.geom::Matrix3D" :native t
:static t
:final t
)
1337 (:method
"projectVector" (("m" "flash.geom::Matrix3D") ("v" "flash.geom::Vector3D")) "flash.geom::Vector3D" :native t
:static t
:final t
)
1338 (:method
"projectVectors" (("m" "flash.geom::Matrix3D") ("verts" "__AS3__.vec::Vector.<Number>") ("projectedVerts" "__AS3__.vec::Vector.<Number>") ("uvts" "__AS3__.vec::Vector.<Number>")) "void" :native t
:static t
:final t
)
1339 (:constructor
"Utils3D" () "*")
1343 (:class
"flash.text.engine::TypographicCase" :extends
"Object" :public t
:final t
1345 (:constant
:name
"LOWERCASE" :type
"String" :value
"lowercase" :static t
)
1346 (:constant
:name
"CAPS" :type
"String" :value
"caps" :static t
)
1347 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
1348 (:constant
:name
"UPPERCASE" :type
"String" :value
"uppercase" :static t
)
1349 (:constant
:name
"TITLE" :type
"String" :value
"title" :static t
)
1350 (:constant
:name
"SMALL_CAPS" :type
"String" :value
"smallCaps" :static t
)
1351 (:constant
:name
"CAPS_AND_SMALL_CAPS" :type
"String" :value
"capsAndSmallCaps" :static t
)
1352 (:constructor
"TypographicCase" () "*")
1356 (:class
"flash.text.engine::TabAlignment" :extends
"Object" :public t
:final t
1358 (:constant
:name
"DECIMAL" :type
"String" :value
"decimal" :static t
)
1359 (:constant
:name
"START" :type
"String" :value
"start" :static t
)
1360 (:constant
:name
"CENTER" :type
"String" :value
"center" :static t
)
1361 (:constant
:name
"END" :type
"String" :value
"end" :static t
)
1362 (:constructor
"TabAlignment" () "*")
1366 (:class
"flash.system::IMEConversionMode" :extends
"Object" :public t
:final t
1368 (:constant
:name
"ALPHANUMERIC_HALF" :type
"String" :value
"ALPHANUMERIC_HALF" :static t
)
1369 (:constant
:name
"KOREAN" :type
"String" :value
"KOREAN" :static t
)
1370 (:constant
:name
"UNKNOWN" :type
"String" :value
"UNKNOWN" :static t
)
1371 (:constant
:name
"JAPANESE_HIRAGANA" :type
"String" :value
"JAPANESE_HIRAGANA" :static t
)
1372 (:constant
:name
"CHINESE" :type
"String" :value
"CHINESE" :static t
)
1373 (:constant
:name
"JAPANESE_KATAKANA_FULL" :type
"String" :value
"JAPANESE_KATAKANA_FULL" :static t
)
1374 (:constant
:name
"JAPANESE_KATAKANA_HALF" :type
"String" :value
"JAPANESE_KATAKANA_HALF" :static t
)
1375 (:constant
:name
"ALPHANUMERIC_FULL" :type
"String" :value
"ALPHANUMERIC_FULL" :static t
)
1376 (:constructor
"IMEConversionMode" () "*")
1380 (:method
"navigateToURL" (("request" "flash.net::URLRequest") &optional
("window" "String")) "void" :native t
:uri
"flash.net" )
1381 (:method
"getClassByAlias" (("aliasName" "String")) "Class" :native t
:uri
"flash.net" )
1382 (:method
"registerClassAlias" (("aliasName" "String") ("classObject" "Class")) "void" :native t
:uri
"flash.net" )
1383 (:method
"sendToURL" (("request" "flash.net::URLRequest")) "void" :native t
:uri
"flash.net" )
1385 (:class
"flash.system::FSCommand" :extends
"Object" :public t
:final t
1387 (:method
"_fscommand" (("command" "String") ("args" "String")) "void" :native t
:static t
:final t
)
1388 (:constructor
"FSCommand" () "*")
1391 (:method
"fscommand" (("command" "String") &optional
(("args" "String") "")) "void" :uri
"flash.system" )
1393 (:class
"flash.text.engine::TabStop" :extends
"Object" :public t
:final t
1395 (:constructor
"TabStop" (&optional
(("alignment" "String") "start") (("position" "Number") 0) (("decimalAlignmentToken" "String") "")) "*")
1396 (:method-set
"position" (("value" "Number")) "void" :native t
)
1397 (:method-get
"alignment" () "String" :native t
)
1398 (:method-set
"alignment" (("value" "String")) "void" :native t
)
1399 (:method-get
"decimalAlignmentToken" () "String" :native t
)
1400 (:method-get
"position" () "Number" :native t
)
1401 (:method-set
"decimalAlignmentToken" (("value" "String")) "void" :native t
)
1405 (:interface
"flash.display::IGraphicsFill" :public t
1407 (:constructor
"IGraphicsFill" () "*")
1411 (:class
"flash.display::GraphicsGradientFill" :extends
"Object" :implements
("GraphicsGradientFill.as$190::IGraphicsData" ) :public t
:final t
1413 (:constructor
"GraphicsGradientFill" (&optional
(("type" "String") "linear") ("colors" "Array") ("alphas" "Array") ("ratios" "Array") "matrix" ("spreadMethod" "pad") (("interpolationMethod" "String") "rgb") (("focalPointRatio" "Number") 0)) "*")
1414 (:variable
:name
"matrix" :type
"flash.geom::Matrix" )
1415 (:method-get
"interpolationMethod" () "String" )
1416 (:variable
:name
"focalPointRatio" :type
"Number" )
1417 (:variable
:name
"ratios" :type
"Array" )
1418 (:variable
:name
"_spreadMethod" :namespace-type
:private
:type
"String" )
1419 (:variable
:name
"_interpolationMethod" :namespace-type
:private
:type
"String" )
1420 (:method-set
"spreadMethod" (("value" "String")) "*" )
1421 (:variable
:name
"colors" :type
"Array" )
1422 (:method-set
"interpolationMethod" (("value" "String")) "*" )
1423 (:method-set
"type" (("value" "String")) "*" )
1424 (:variable
:name
"alphas" :type
"Array" )
1425 (:variable
:name
"_type" :namespace-type
:private
:type
"String" )
1426 (:method-get
"type" () "String" )
1427 (:method-get
"spreadMethod" () "String" )
1431 (:class
"flash.text.engine::FontDescription" :extends
"Object" :public t
:final t
1433 (:method
"isFontCompatible" (("fontName" "String") ("fontWeight" "String") ("fontPosture" "String")) "Boolean" :native t
:static t
:final t
)
1434 (:constructor
"FontDescription" (&optional
(("fontName" "String") "_serif") (("fontWeight" "String") "normal") (("fontPosture" "String") "normal") (("fontLookup" "String") "device") (("renderingMode" "String") "cff") (("cffHinting" "String") "horizontalStem")) "*")
1435 (:method-set
"fontLookup" (("value" "String")) "void" :native t
)
1436 (:method-get
"fontWeight" () "String" :native t
)
1437 (:method-get
"fontLookup" () "String" :native t
)
1438 (:method-get
"locked" () "Boolean" :native t
)
1439 (:method-set
"fontWeight" (("value" "String")) "void" :native t
)
1440 (:method-get
"renderingMode" () "String" :native t
)
1441 (:method-set
"cffHinting" (("value" "String")) "void" :native t
)
1442 (:method-set
"fontPosture" (("value" "String")) "void" :native t
)
1443 (:method-set
"fontName" (("value" "String")) "void" :native t
)
1444 (:method-get
"cffHinting" () "String" :native t
)
1445 (:method-get
"fontPosture" () "String" :native t
)
1446 (:method-get
"fontName" () "String" :native t
)
1447 (:method-set
"locked" (("value" "Boolean")) "void" :native t
)
1448 (:method
"clone" () "flash.text.engine::FontDescription" )
1449 (:method-set
"renderingMode" (("value" "String")) "void" :native t
)
1453 (:class
"flash.net::NetStream" :extends
"flash.events::EventDispatcher" :public t
1455 (:constant
:name
"kSetBufferTime" :namespace-type
:private
:type
"uint" :value
4 :static t
)
1456 (:constant
:name
"kGetAudioCodecID" :namespace-type
:private
:type
"uint" :value
313 :static t
)
1457 (:constant
:name
"kGetMaxPauseBufferTime" :namespace-type
:private
:type
"null" :value
400 :static t
)
1458 (:constant
:name
"kSetAudioCodecID" :namespace-type
:private
:type
"uint" :value
314 :static t
)
1459 (:constant
:name
"kSend" :namespace-type
:private
:type
"uint" :value
3 :static t
)
1460 (:constant
:name
"kSetMaxPauseBufferTime" :namespace-type
:private
:type
"null" :value
401 :static t
)
1461 (:constant
:name
"kGetTotalFrames" :namespace-type
:private
:type
"uint" :value
307 :static t
)
1462 (:constant
:name
"kGetFarNonce" :namespace-type
:private
:type
"uint" :value
342 :static t
)
1463 (:constant
:name
"kAttachAudio" :namespace-type
:private
:type
"uint" :value
1 :static t
)
1464 (:constant
:name
"kSetTotalFrames" :namespace-type
:private
:type
"uint" :value
308 :static t
)
1465 (:constant
:name
"kGetInfo" :namespace-type
:private
:type
"uint" :value
343 :static t
)
1466 (:constant
:name
"CONNECT_TO_FMS" :type
"String" :value
"connectToFMS" :static t
)
1467 (:constant
:name
"kGetVideoCodecID" :namespace-type
:private
:type
"uint" :value
311 :static t
)
1468 (:constant
:name
"kGetFarID" :namespace-type
:private
:type
"uint" :value
340 :static t
)
1469 (:constant
:name
"kAttachVideo" :namespace-type
:private
:type
"uint" :value
2 :static t
)
1470 (:constant
:name
"kClose" :namespace-type
:private
:type
"uint" :value
0 :static t
)
1471 (:constant
:name
"kGetBufferLength" :namespace-type
:private
:type
"uint" :value
303 :static t
)
1472 (:constant
:name
"kGetLiveDelay" :namespace-type
:private
:type
"uint" :value
304 :static t
)
1473 (:constant
:name
"kSetVideoCodecID" :namespace-type
:private
:type
"uint" :value
312 :static t
)
1474 (:constant
:name
"kGetTime" :namespace-type
:private
:type
"uint" :value
300 :static t
)
1475 (:constant
:name
"DIRECT_CONNECTIONS" :type
"String" :value
"directConnections" :static t
)
1476 (:constant
:name
"kGetBytesTotal" :namespace-type
:private
:type
"uint" :value
306 :static t
)
1477 (:constant
:name
"kGetBytesLoaded" :namespace-type
:private
:type
"uint" :value
305 :static t
)
1478 (:constant
:name
"kCall" :namespace-type
:private
:type
"uint" :value
202 :static t
)
1479 (:constant
:name
"kGetBufferTime" :namespace-type
:private
:type
"uint" :value
302 :static t
)
1480 (:constant
:name
"kGetCurrentFps" :namespace-type
:private
:type
"uint" :value
301 :static t
)
1481 (:constant
:name
"kGetNearNonce" :namespace-type
:private
:type
"uint" :value
341 :static t
)
1482 (:constructor
"NetStream" (("connection" "flash.net::NetConnection") &optional
(("peerID" "String") "connectToFMS")) "*")
1483 (:method
"onStatus" ("info") "void" :namespace-type
:private
)
1484 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
)
1485 (:method
"togglePause" () "void" )
1486 (:method-set
"maxPauseBufferTime" (("pauseBufferTime" "Number")) "void" )
1487 (:method-get
"maxPauseBufferTime" () "Number" )
1488 (:method
"seek" (("offset" "Number")) "void" )
1489 (:method
"send" (&rest
("handlerName" "String")) "void" )
1490 (:method-get
"peerStreams" () "Array" :native t
)
1491 (:method
"attachCamera" (("theCamera" "flash.media::Camera") &optional
(("snapshotMilliseconds" "int") -
1)) "void" )
1492 (:method-get
"client" () "Object" :native t
)
1493 (:method
"invokeWithArgsArray" (("index" "uint") ("p_arguments" "Array")) "*" :namespace-type
:private
:native t
)
1494 (:method
"publish" (&optional
("name" "String") ("type" "String")) "void" )
1495 (:method-get
"bytesLoaded" () "uint" )
1496 (:method
"attachAudio" (("microphone" "flash.media::Microphone")) "void" )
1497 (:method-get
"time" () "Number" )
1498 (:method-get
"bufferLength" () "Number" )
1499 (:method-set
"client" (("object" "Object")) "void" :native t
)
1500 (:method
"construct" (("connection" "flash.net::NetConnection") ("peerID" "String")) "void" :namespace-type
:private
:native t
)
1501 (:method
"receiveVideo" (("flag" "Boolean")) "void" )
1502 (:method-get
"bytesTotal" () "uint" )
1503 (:method-set
"bufferTime" (("bufferTime" "Number")) "void" )
1504 (:method-get
"videoCodec" () "uint" )
1505 (:method
"onResult" (("streamId" "int")) "void" :namespace-type
:private
:native t
)
1506 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
)
1507 (:method
"call" (("stream" "flash.net::NetStream") ("command" "String") &rest
("responder" "flash.net::Responder")) "void" :namespace-type
:private
)
1508 (:method-get
"farNonce" () "String" :native t
)
1509 (:method-get
"audioCodec" () "uint" )
1510 (:method
"onPeerConnect" (("subscriber" "flash.net::NetStream")) "Boolean" )
1511 (:method-get
"nearNonce" () "String" :native t
)
1512 (:method-set
"checkPolicyFile" (("state" "Boolean")) "void" :native t
)
1513 (:method-get
"bufferTime" () "Number" )
1514 (:method-get
"info" () "flash.net::NetStreamInfo" :native t
)
1515 (:method-get
"currentFPS" () "Number" )
1516 (:method
"receiveVideoFPS" (("FPS" "Number")) "void" )
1517 (:method-get
"objectEncoding" () "uint" :native t
)
1518 (:method
"receiveAudio" (("flag" "Boolean")) "void" )
1519 (:method
"resume" () "void" )
1520 (:method
"pause" () "void" )
1521 (:method-get
"liveDelay" () "Number" )
1522 (:method
"invoke" (&rest
("index" "uint")) "*" :namespace-type
:private
:native t
)
1523 (:method-get
"farID" () "String" :native t
)
1524 (:method
"play" () "void" :native t
)
1525 (:method-get
"decodedFrames" () "uint" )
1526 (:method-get
"checkPolicyFile" () "Boolean" :native t
)
1527 (:method
"play2" (("param" "flash.net::NetStreamPlayOptions")) "void" :native t
)
1528 (:method
"close" () "void" )
1532 (:class
"flash.xml::XMLNodeType" :extends
"Object" :public t
:final t
1534 (:constant
:name
"DOCUMENT_TYPE_NODE" :type
"uint" :value
10 :static t
)
1535 (:constant
:name
"ELEMENT_NODE" :type
"uint" :value
1 :static t
)
1536 (:constant
:name
"COMMENT_NODE" :type
"uint" :value
8 :static t
)
1537 (:constant
:name
"XML_DECLARATION" :type
"uint" :value
13 :static t
)
1538 (:constant
:name
"CDATA_NODE" :type
"uint" :value
4 :static t
)
1539 (:constant
:name
"TEXT_NODE" :type
"uint" :value
3 :static t
)
1540 (:constant
:name
"PROCESSING_INSTRUCTION_NODE" :type
"uint" :value
7 :static t
)
1541 (:constructor
"XMLNodeType" () "*")
1545 (:class
"flash.events::IMEEvent" :extends
"flash.events::TextEvent" :public t
1547 (:constant
:name
"IME_COMPOSITION" :type
"String" :value
"imeComposition" :static t
)
1548 (:constructor
"IMEEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "")) "*")
1549 (:method
"toString" () "String" :override t
)
1550 (:method
"clone" () "flash.events::Event" :override t
)
1554 (:class
"flash.filters::BitmapFilter" :extends
"Object" :public t
1556 (:constructor
"BitmapFilter" () "*")
1557 (:method
"clone" () "flash.filters::BitmapFilter" )
1561 (:class
"flash.filters::DropShadowFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
1563 (:constructor
"DropShadowFilter" (&optional
(("distance" "Number") 4) (("angle" "Number") 45) (("color" "uint") 0) (("alpha" "Number") 1) (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1) (("quality" "int") 1) (("inner" "Boolean") nil
#|| false||
# ) (("knockout" "Boolean") nil
#|| false||
# ) (("hideObject" "Boolean") nil
#|| false||
# )) "*")
1564 (:method-get
"hideObject" () "Boolean" :native t
)
1565 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
1566 (:method-get
"color" () "uint" :native t
)
1567 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
1568 (:method-set
"quality" (("value" "int")) "void" :native t
)
1569 (:method-set
"angle" (("value" "Number")) "void" :native t
)
1570 (:method-get
"strength" () "Number" :native t
)
1571 (:method-set
"hideObject" (("value" "Boolean")) "void" :native t
)
1572 (:method-set
"distance" (("value" "Number")) "void" :native t
)
1573 (:method-set
"inner" (("value" "Boolean")) "void" :native t
)
1574 (:method-set
"color" (("value" "uint")) "void" :native t
)
1575 (:method-set
"strength" (("value" "Number")) "void" :native t
)
1576 (:method-get
"blurX" () "Number" :native t
)
1577 (:method-get
"blurY" () "Number" :native t
)
1578 (:method-get
"angle" () "Number" :native t
)
1579 (:method-set
"knockout" (("value" "Boolean")) "void" :native t
)
1580 (:method-get
"distance" () "Number" :native t
)
1581 (:method-get
"inner" () "Boolean" :native t
)
1582 (:method-get
"knockout" () "Boolean" :native t
)
1583 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
1584 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
1585 (:method-get
"alpha" () "Number" :native t
)
1586 (:method-get
"quality" () "int" :native t
)
1590 (:class
"flash.utils::Timer" :extends
"flash.events::EventDispatcher" :public t
1592 (:constructor
"Timer" (("delay" "Number") &optional
(("repeatCount" "int") 0)) "*")
1593 (:method
"_timerDispatch" () "void" :namespace-type
:private
:native t
)
1594 (:method-get
"delay" () "Number" )
1595 (:method-set
"delay" (("value" "Number")) "void" )
1596 (:method-set
"repeatCount" (("value" "int")) "void" )
1597 (:variable
:name
"m_repeatCount" :namespace-type
:private
:type
"int" )
1598 (:method
"_start" (("delay" "Number") ("closure" "Function")) "void" :namespace-type
:private
:native t
)
1599 (:variable
:name
"m_iteration" :namespace-type
:private
:type
"int" )
1600 (:method
"tick" () "void" :namespace-type
:private
)
1601 (:method
"reset" () "void" )
1602 (:variable
:name
"m_delay" :namespace-type
:private
:type
"Number" )
1603 (:method-get
"repeatCount" () "int" )
1604 (:method
"start" () "void" )
1605 (:method
"stop" () "void" :native t
)
1606 (:method-get
"currentCount" () "int" )
1607 (:method-get
"running" () "Boolean" :native t
)
1611 (:class
"flash.utils::SetIntervalTimer" :extends
"flash.utils::Timer" :public t
:final t
1613 (:method
"clearInterval" (("id" "uint")) "void" :namespace-type
:internal
:static t
:final t
)
1614 (:variable
:name
"intervals" :namespace-type
:private
:type
"Array" :static t
)
1615 (:constructor
"SetIntervalTimer" (("closure" "Function") ("delay" "Number") ("repeats" "Boolean") ("rest" "Array")) "*")
1616 (:variable
:name
"closure" :namespace-type
:private
:type
"Function" )
1617 (:variable
:name
"rest" :namespace-type
:private
:type
"Array" )
1618 (:method
"onTimer" (("event" "flash.events::Event")) "void" :namespace-type
:private
)
1619 (:variable
:name
"id" :namespace-type
:internal
:type
"uint" )
1620 (:method
"clearArrayEntry" () "void" :namespace-type
:internal
)
1623 (:method
"setTimeout" (("closure" "Function") &rest
("delay" "Number")) "uint" :uri
"flash.utils" )
1624 (:method
"setInterval" (("closure" "Function") &rest
("delay" "Number")) "uint" :uri
"flash.utils" )
1625 (:method
"clearTimeout" (("id" "uint")) "void" :uri
"flash.utils" )
1626 (:method
"clearInterval" (("id" "uint")) "void" :uri
"flash.utils" )
1628 (:class
"flash.ui::Keyboard" :extends
"Object" :public t
:final t
1630 (:constant
:name
"ESCAPE" :type
"uint" :value
27 :static t
)
1631 (:constant
:name
"RIGHT" :type
"uint" :value
39 :static t
)
1632 (:constant
:name
"LEFT" :type
"uint" :value
37 :static t
)
1633 (:constant
:name
"NUMPAD_7" :type
"uint" :value
103 :static t
)
1634 (:constant
:name
"TAB" :type
"uint" :value
9 :static t
)
1635 (:constant
:name
"NUMPAD_ADD" :type
"uint" :value
107 :static t
)
1636 (:method-get
"capsLock" () "Boolean" :native t
:static t
:final t
)
1637 (:method
"isAccessible" () "Boolean" :native t
:static t
:final t
)
1638 (:constant
:name
"SPACE" :type
"uint" :value
32 :static t
)
1639 (:constant
:name
"DOWN" :type
"uint" :value
40 :static t
)
1640 (:constant
:name
"UP" :type
"uint" :value
38 :static t
)
1641 (:constant
:name
"F1" :type
"uint" :value
112 :static t
)
1642 (:constant
:name
"F2" :type
"uint" :value
113 :static t
)
1643 (:constant
:name
"F3" :type
"uint" :value
114 :static t
)
1644 (:constant
:name
"F4" :type
"uint" :value
115 :static t
)
1645 (:constant
:name
"F5" :type
"uint" :value
116 :static t
)
1646 (:constant
:name
"F6" :type
"uint" :value
117 :static t
)
1647 (:constant
:name
"F7" :type
"uint" :value
118 :static t
)
1648 (:constant
:name
"DELETE" :type
"uint" :value
46 :static t
)
1649 (:constant
:name
"F9" :type
"uint" :value
120 :static t
)
1650 (:constant
:name
"ENTER" :type
"uint" :value
13 :static t
)
1651 (:constant
:name
"INSERT" :type
"uint" :value
45 :static t
)
1652 (:constant
:name
"NUMPAD_DIVIDE" :type
"uint" :value
111 :static t
)
1653 (:constant
:name
"END" :type
"uint" :value
35 :static t
)
1654 (:constant
:name
"CONTROL" :type
"uint" :value
17 :static t
)
1655 (:constant
:name
"NUMPAD_1" :type
"uint" :value
97 :static t
)
1656 (:constant
:name
"NUMPAD_2" :type
"uint" :value
98 :static t
)
1657 (:constant
:name
"F8" :type
"uint" :value
119 :static t
)
1658 (:constant
:name
"NUMPAD_4" :type
"uint" :value
100 :static t
)
1659 (:constant
:name
"NUMPAD_5" :type
"uint" :value
101 :static t
)
1660 (:constant
:name
"NUMPAD_8" :type
"uint" :value
104 :static t
)
1661 (:constant
:name
"NUMPAD_9" :type
"uint" :value
105 :static t
)
1662 (:constant
:name
"NUMPAD_3" :type
"uint" :value
99 :static t
)
1663 (:constant
:name
"CAPS_LOCK" :type
"uint" :value
20 :static t
)
1664 (:constant
:name
"NUMPAD_6" :type
"uint" :value
102 :static t
)
1665 (:constant
:name
"NUMPAD_0" :type
"uint" :value
96 :static t
)
1666 (:method-get
"numLock" () "Boolean" :native t
:static t
:final t
)
1667 (:constant
:name
"NUMPAD_ENTER" :type
"uint" :value
108 :static t
)
1668 (:constant
:name
"NUMPAD_DECIMAL" :type
"uint" :value
110 :static t
)
1669 (:constant
:name
"BACKSPACE" :type
"uint" :value
8 :static t
)
1670 (:constant
:name
"PAGE_DOWN" :type
"uint" :value
34 :static t
)
1671 (:constant
:name
"PAGE_UP" :type
"uint" :value
33 :static t
)
1672 (:constant
:name
"F10" :type
"uint" :value
121 :static t
)
1673 (:constant
:name
"HOME" :type
"uint" :value
36 :static t
)
1674 (:constant
:name
"F12" :type
"uint" :value
123 :static t
)
1675 (:constant
:name
"F13" :type
"uint" :value
124 :static t
)
1676 (:constant
:name
"F14" :type
"uint" :value
125 :static t
)
1677 (:constant
:name
"F15" :type
"uint" :value
126 :static t
)
1678 (:constant
:name
"SHIFT" :type
"uint" :value
16 :static t
)
1679 (:constant
:name
"NUMPAD_SUBTRACT" :type
"uint" :value
109 :static t
)
1680 (:constant
:name
"F11" :type
"uint" :value
122 :static t
)
1681 (:constant
:name
"NUMPAD_MULTIPLY" :type
"uint" :value
106 :static t
)
1682 (:constructor
"Keyboard" () "*")
1686 (:class
"flash.media::SoundMixer" :extends
"Object" :public t
:final t
1688 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
:static t
:final t
)
1689 (:method
"areSoundsInaccessible" () "Boolean" :native t
:static t
:final t
)
1690 (:method-get
"bufferTime" () "int" :native t
:static t
:final t
)
1691 (:method
"computeSpectrum" (("outputArray" "flash.utils::ByteArray") &optional
(("FFTMode" "Boolean") nil
#|| false||
# ) (("stretchFactor" "int") 0)) "void" :native t
:static t
:final t
)
1692 (:method-set
"bufferTime" (("bufferTime" "int")) "void" :native t
:static t
:final t
)
1693 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
:static t
:final t
)
1694 (:method
"stopAll" () "void" :native t
:static t
:final t
)
1695 (:constructor
"SoundMixer" () "*")
1699 (:class
"flash.display::ShaderData" :extends
"Object" :public t
:final t
:dynamic t
1701 (:constructor
"ShaderData" (("byteCode" "flash.utils::ByteArray")) "*")
1702 (:method
"_setByteCode" (("code" "flash.utils::ByteArray")) "void" :namespace-type
:private
:native t
)
1706 (:class
"flash.display::BitmapData" :extends
"Object" :implements
("IBitmapDrawable") :public t
1708 (:constructor
"BitmapData" (("width" "int") ("height" "int") &optional
(("transparent" "Boolean") t
#|| true||
# ) (("fillColor" "uint") 4294967295)) "*")
1709 (:method
"copyPixels" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") &optional
("alphaBitmapData" "flash.display::BitmapData") ("alphaPoint" "flash.geom::Point") (("mergeAlpha" "Boolean") nil
#|| false||
# )) "void" :native t
)
1710 (:method
"setPixel" (("x" "int") ("y" "int") ("color" "uint")) "void" :native t
)
1711 (:method
"hitTest" (("firstPoint" "flash.geom::Point") ("firstAlphaThreshold" "uint") ("secondObject" "Object") &optional
("secondBitmapDataPoint" "flash.geom::Point") (("secondAlphaThreshold" "uint") 1)) "Boolean" :native t
)
1712 (:method
"applyFilter" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") ("filter" "flash.filters::BitmapFilter")) "void" :native t
)
1713 (:method
"fillRect" (("rect" "flash.geom::Rectangle") ("color" "uint")) "void" :native t
)
1714 (:method
"colorTransform" (("rect" "flash.geom::Rectangle") ("colorTransform" "flash.geom::ColorTransform")) "void" :native t
)
1715 (:method
"draw" (("source" "flash.display::IBitmapDrawable") &optional
("matrix" "flash.geom::Matrix") ("colorTransform" "flash.geom::ColorTransform") ("blendMode" "String") ("clipRect" "flash.geom::Rectangle") (("smoothing" "Boolean") nil
#|| false||
# )) "void" :native t
)
1716 (:method
"setVector" (("rect" "flash.geom::Rectangle") ("inputVector" "__AS3__.vec::Vector.<uint>")) "void" )
1717 (:method-get
"width" () "int" :native t
)
1718 (:method
"copyChannel" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") ("sourceChannel" "uint") ("destChannel" "uint")) "void" :native t
)
1719 (:method
"getPixel" (("x" "int") ("y" "int")) "uint" :native t
)
1720 (:method
"generateFilterRect" (("sourceRect" "flash.geom::Rectangle") ("filter" "flash.filters::BitmapFilter")) "flash.geom::Rectangle" :native t
)
1721 (:method-get
"transparent" () "Boolean" :native t
)
1722 (:method
"unlock" (&optional
("changeRect" "flash.geom::Rectangle")) "void" :native t
)
1723 (:method
"scroll" (("x" "int") ("y" "int")) "void" :native t
)
1724 (:method
"getColorBoundsRect" (("mask" "uint") ("color" "uint") &optional
(("findColor" "Boolean") t
#|| true||
# )) "flash.geom::Rectangle" :native t
)
1725 (:method
"pixelDissolve" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") &optional
(("randomSeed" "int") 0) (("numPixels" "int") 0) (("fillColor" "uint") 0)) "int" :native t
)
1726 (:method
"noise" (("randomSeed" "int") &optional
(("low" "uint") 0) (("high" "uint") 255) (("channelOptions" "uint") 7) (("grayScale" "Boolean") nil
#|| false||
# )) "void" :native t
)
1727 (:method
"clone" () "flash.display::BitmapData" :native t
)
1728 (:method
"_setVector" (("inputVector" "__AS3__.vec::Vector.<uint>") ("x" "int") ("y" "int") ("width" "int") ("height" "int")) "void" :namespace-type
:private
:native t
)
1729 (:method
"dispose" () "void" :native t
)
1730 (:method
"floodFill" (("x" "int") ("y" "int") ("color" "uint")) "void" :native t
)
1731 (:method
"setPixel32" (("x" "int") ("y" "int") ("color" "uint")) "void" :native t
)
1732 (:method-get
"rect" () "flash.geom::Rectangle" )
1733 (:method
"compare" (("otherBitmapData" "flash.display::BitmapData")) "Object" :native t
)
1734 (:method
"perlinNoise" (("baseX" "Number") ("baseY" "Number") ("numOctaves" "uint") ("randomSeed" "int") ("stitch" "Boolean") ("fractalNoise" "Boolean") &optional
(("channelOptions" "uint") 7) (("grayScale" "Boolean") nil
#|| false||
# ) ("offsets" "Array")) "void" :native t
)
1735 (:method-get
"height" () "int" :native t
)
1736 (:method
"paletteMap" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") &optional
("redArray" "Array") ("greenArray" "Array") ("blueArray" "Array") ("alphaArray" "Array")) "void" :native t
)
1737 (:method
"getPixels" (("rect" "flash.geom::Rectangle")) "flash.utils::ByteArray" :native t
)
1738 (:method
"threshold" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") ("operation" "String") ("threshold" "uint") &optional
(("color" "uint") 0) (("mask" "uint") 4294967295) (("copySource" "Boolean") nil
#|| false||
# )) "uint" :native t
)
1739 (:method
"getPixel32" (("x" "int") ("y" "int")) "uint" :native t
)
1740 (:method
"lock" () "void" :native t
)
1741 (:method
"setPixels" (("rect" "flash.geom::Rectangle") ("inputByteArray" "flash.utils::ByteArray")) "void" :native t
)
1742 (:method
"merge" (("sourceBitmapData" "flash.display::BitmapData") ("sourceRect" "flash.geom::Rectangle") ("destPoint" "flash.geom::Point") ("redMultiplier" "uint") ("greenMultiplier" "uint") ("blueMultiplier" "uint") ("alphaMultiplier" "uint")) "void" :native t
)
1743 (:method
"getVector" (("rect" "flash.geom::Rectangle")) "__AS3__.vec::Vector.<uint>" )
1744 (:method
"_getVector" (("v" "__AS3__.vec::Vector.<uint>") ("x" "int") ("y" "int") ("width" "int") ("height" "int")) "*" :namespace-type
:private
:native t
)
1745 (:method
"histogram" (&optional
("hRect" "flash.geom::Rectangle")) "__AS3__.vec::Vector.<__AS3__.vec::Vector.<Number>>" :native t
)
1749 (:class
"flash.text::TextFieldType" :extends
"Object" :public t
:final t
1751 (:constant
:name
"INPUT" :type
"String" :value
"input" :static t
)
1752 (:constant
:name
"DYNAMIC" :type
"String" :value
"dynamic" :static t
)
1753 (:constructor
"TextFieldType" () "*")
1757 (:class
"flash.display::GraphicsEndFill" :extends
"Object" :implements
("GraphicsEndFill.as$191::IGraphicsData" ) :public t
:final t
1759 (:constructor
"GraphicsEndFill" () "*")
1763 (:class
"flash.events::NetFilterEvent" :extends
"flash.events::Event" :public t
1765 (:constructor
"NetFilterEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("header" "flash.utils::ByteArray") ("data" "flash.utils::ByteArray")) "*")
1766 (:variable
:name
"data" :type
"flash.utils::ByteArray" )
1767 (:method
"toString" () "String" :override t
)
1768 (:method
"clone" () "flash.events::Event" :override t
)
1769 (:variable
:name
"header" :type
"flash.utils::ByteArray" )
1773 (:class
"flash.display::GraphicsTrianglePath" :extends
"Object" :implements
("GraphicsTrianglePath.as$194::IGraphicsData" ) :public t
:final t
1775 (:constructor
"GraphicsTrianglePath" (&optional
("vertices" "__AS3__.vec::Vector.<Number>") ("indices" "__AS3__.vec::Vector.<int>") ("uvtData" "__AS3__.vec::Vector.<Number>") (("culling" "String") "none")) "*")
1776 (:method-get
"culling" () "String" )
1777 (:variable
:name
"_culling" :namespace-type
:private
:type
"String" )
1778 (:variable
:name
"indices" :type
"__AS3__.vec::Vector.<int>" )
1779 (:variable
:name
"vertices" :type
"__AS3__.vec::Vector.<Number>" )
1780 (:variable
:name
"uvtData" :type
"__AS3__.vec::Vector.<Number>" )
1781 (:method-set
"culling" (("value" "String")) "void" )
1785 (:class
"flash.display::GradientType" :extends
"Object" :public t
:final t
1787 (:constant
:name
"LINEAR" :type
"String" :value
"linear" :static t
)
1788 (:constant
:name
"RADIAL" :type
"String" :value
"radial" :static t
)
1789 (:constructor
"GradientType" () "*")
1793 (:class
"flash.net::URLRequestMethod" :extends
"Object" :public t
:final t
1795 (:constant
:name
"POST" :type
"String" :value
"POST" :static t
)
1796 (:constant
:name
"GET" :type
"String" :value
"GET" :static t
)
1797 (:constructor
"URLRequestMethod" () "*")
1801 (:class
"flash.utils::ObjectInput" :extends
"Object" :implements
("IDataInput") :public t
1803 (:constructor
"ObjectInput" () "*")
1804 (:method
"readUnsignedInt" () "uint" :native t
)
1805 (:method
"readByte" () "int" :native t
)
1806 (:method
"readShort" () "int" :native t
)
1807 (:method
"readDouble" () "Number" :native t
)
1808 (:method
"readBoolean" () "Boolean" :native t
)
1809 (:method
"readUnsignedByte" () "uint" :native t
)
1810 (:method-get
"objectEncoding" () "uint" :native t
)
1811 (:method
"readObject" () "*" :native t
)
1812 (:method
"readUnsignedShort" () "uint" :native t
)
1813 (:method-get
"endian" () "String" :native t
)
1814 (:method-get
"bytesAvailable" () "uint" :native t
)
1815 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
1816 (:method
"readMultiByte" (("length" "uint") ("charSet" "String")) "String" :native t
)
1817 (:method
"readFloat" () "Number" :native t
)
1818 (:method
"readUTF" () "String" :native t
)
1819 (:method-set
"endian" (("type" "String")) "void" :native t
)
1820 (:method
"readInt" () "int" :native t
)
1821 (:method
"readUTFBytes" (("length" "uint")) "String" :native t
)
1822 (:method
"readBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
1826 (:class
"flash.accessibility::AccessibilityImplementation" :extends
"Object" :public t
1828 (:constructor
"AccessibilityImplementation" () "*")
1829 (:method
"isLabeledBy" (("labelBounds" "flash.geom::Rectangle")) "Boolean" )
1830 (:method
"get_accName" (("childID" "uint")) "String" )
1831 (:variable
:name
"errno" :type
"uint" )
1832 (:method
"get_accFocus" () "uint" )
1833 (:method
"get_accValue" (("childID" "uint")) "String" )
1834 (:method
"accDoDefaultAction" (("childID" "uint")) "void" )
1835 (:variable
:name
"stub" :type
"Boolean" )
1836 (:method
"get_accSelection" () "Array" )
1837 (:method
"get_accRole" (("childID" "uint")) "uint" )
1838 (:method
"accLocation" (("childID" "uint")) "*" )
1839 (:method
"getChildIDArray" () "Array" )
1840 (:method
"get_accState" (("childID" "uint")) "uint" )
1841 (:method
"accSelect" (("operation" "uint") ("childID" "uint")) "void" )
1842 (:method
"get_accDefaultAction" (("childID" "uint")) "String" )
1846 (:class
"flash.media::Camera" :extends
"flash.events::EventDispatcher" :public t
:final t
1848 (:method-get
"names" () "Array" :native t
:static t
:final t
)
1849 (:method
"getCamera" (&optional
("name" "String")) "flash.media::Camera" :native t
:static t
:final t
)
1850 (:constructor
"Camera" () "*")
1851 (:method-get
"loopback" () "Boolean" :native t
)
1852 (:method
"setMode" (("width" "int") ("height" "int") ("fps" "Number") &optional
(("favorArea" "Boolean") t
#|| true||
# )) "void" :native t
)
1853 (:method-get
"width" () "int" :native t
)
1854 (:method-get
"height" () "int" :native t
)
1855 (:method-get
"fps" () "Number" :native t
)
1856 (:method-get
"name" () "String" :native t
)
1857 (:method
"setMotionLevel" (("motionLevel" "int") &optional
(("timeout" "int") 2000)) "void" :native t
)
1858 (:method-get
"muted" () "Boolean" :native t
)
1859 (:method-get
"motionLevel" () "int" :native t
)
1860 (:method-get
"currentFPS" () "Number" :native t
)
1861 (:method-get
"bandwidth" () "int" :native t
)
1862 (:method-get
"index" () "int" :native t
)
1863 (:method-get
"keyFrameInterval" () "int" :native t
)
1864 (:method
"setLoopback" (&optional
(("compress" "Boolean") nil
#|| false||
# )) "void" :native t
)
1865 (:method-get
"activityLevel" () "Number" :native t
)
1866 (:method
"setCursor" (("value" "Boolean")) "void" :native t
)
1867 (:method-get
"motionTimeout" () "int" :native t
)
1868 (:method
"setKeyFrameInterval" (("keyFrameInterval" "int")) "void" :native t
)
1869 (:method
"setQuality" (("bandwidth" "int") ("quality" "int")) "void" :native t
)
1870 (:method-get
"quality" () "int" :native t
)
1874 (:class
"flash.text.engine::FontMetrics" :extends
"Object" :public t
:final t
1876 (:constructor
"FontMetrics" (("emBox" "flash.geom::Rectangle") ("strikethroughOffset" "Number") ("strikethroughThickness" "Number") ("underlineOffset" "Number") ("underlineThickness" "Number") ("subscriptOffset" "Number") ("subscriptScale" "Number") ("superscriptOffset" "Number") ("superscriptScale" "Number")) "*")
1877 (:variable
:name
"strikethroughThickness" :type
"Number" )
1878 (:variable
:name
"emBox" :type
"flash.geom::Rectangle" )
1879 (:variable
:name
"superscriptScale" :type
"Number" )
1880 (:variable
:name
"strikethroughOffset" :type
"Number" )
1881 (:variable
:name
"underlineThickness" :type
"Number" )
1882 (:variable
:name
"subscriptScale" :type
"Number" )
1883 (:variable
:name
"superscriptOffset" :type
"Number" )
1884 (:variable
:name
"subscriptOffset" :type
"Number" )
1885 (:variable
:name
"underlineOffset" :type
"Number" )
1889 (:class
"flash.display::AVM1Movie" :extends
"flash.display::DisplayObject" :public t
1891 (:constructor
"AVM1Movie" () "*")
1892 (:method
"_setCallAS3" (("closure" "Function")) "void" :namespace-type
:private
:native t
)
1893 (:method
"_callAS3" (("functionName" "String") ("data" "flash.utils::ByteArray")) "void" :namespace-type
:private
)
1894 (:method
"addCallback" (("functionName" "String") ("closure" "Function")) "void" )
1895 (:variable
:name
"callbackTable" :namespace-type
:private
:type
"Object" )
1896 (:method
"_callAS2" (("functionName" "String") ("arguments" "flash.utils::ByteArray")) "flash.utils::ByteArray" :namespace-type
:private
:native t
)
1897 (:method-get
"_interopAvailable" () "Boolean" :namespace-type
:private
:native t
)
1898 (:method
"call" (&rest
("functionName" "String")) "*" )
1902 (:class
"flash.filters::DisplacementMapFilterMode" :extends
"Object" :public t
:final t
1904 (:constant
:name
"COLOR" :type
"String" :value
"color" :static t
)
1905 (:constant
:name
"IGNORE" :type
"String" :value
"ignore" :static t
)
1906 (:constant
:name
"WRAP" :type
"String" :value
"wrap" :static t
)
1907 (:constant
:name
"CLAMP" :type
"String" :value
"clamp" :static t
)
1908 (:constructor
"DisplacementMapFilterMode" () "*")
1912 (:class
"flash.filters::GradientGlowFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
1914 (:constructor
"GradientGlowFilter" (&optional
(("distance" "Number") 4) (("angle" "Number") 45) ("colors" "Array") ("alphas" "Array") ("ratios" "Array") (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1) (("quality" "int") 1) (("type" "String") "inner") (("knockout" "Boolean") nil
#|| false||
# )) "*")
1915 (:method-set
"colors" (("value" "Array")) "void" :native t
)
1916 (:method-get
"strength" () "Number" :native t
)
1917 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
1918 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
1919 (:method-set
"angle" (("value" "Number")) "void" :native t
)
1920 (:method-get
"type" () "String" :native t
)
1921 (:method-get
"ratios" () "Array" :native t
)
1922 (:method-set
"strength" (("value" "Number")) "void" :native t
)
1923 (:method-set
"alphas" (("value" "Array")) "void" :native t
)
1924 (:method-get
"colors" () "Array" :native t
)
1925 (:method-get
"blurX" () "Number" :native t
)
1926 (:method-get
"blurY" () "Number" :native t
)
1927 (:method-get
"angle" () "Number" :native t
)
1928 (:method-set
"knockout" (("value" "Boolean")) "void" :native t
)
1929 (:method-get
"alphas" () "Array" :native t
)
1930 (:method-set
"ratios" (("value" "Array")) "void" :native t
)
1931 (:method-set
"distance" (("value" "Number")) "void" :native t
)
1932 (:method-get
"knockout" () "Boolean" :native t
)
1933 (:method-set
"type" (("value" "String")) "void" :native t
)
1934 (:method-get
"distance" () "Number" :native t
)
1935 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
1936 (:method-set
"quality" (("value" "int")) "void" :native t
)
1937 (:method-get
"quality" () "int" :native t
)
1941 (:method
"getQualifiedSuperclassName" ("value") "String" :native t
:uri
"flash.utils" )
1942 (:method
"getTimer" () "int" :native t
:uri
"flash.utils" )
1943 (:method
"describeType" ("value") "XML" :native t
:uri
"flash.utils" )
1944 (:method
"getDefinitionByName" (("name" "String")) "Object" :native t
:uri
"flash.utils" )
1945 (:method
"unescapeMultiByte" (("value" "String")) "String" :native t
:uri
"flash.utils" )
1946 (:method
"trace" () "void" :native t
)
1947 (:method
"getQualifiedClassName" ("value") "String" :native t
:uri
"flash.utils" )
1948 (:method
"escapeMultiByte" (("value" "String")) "String" :native t
:uri
"flash.utils" )
1950 (:class
"flash.display::JointStyle" :extends
"Object" :public t
:final t
1952 (:constant
:name
"MITER" :type
"String" :value
"miter" :static t
)
1953 (:constant
:name
"BEVEL" :type
"String" :value
"bevel" :static t
)
1954 (:constant
:name
"ROUND" :type
"String" :value
"round" :static t
)
1955 (:constructor
"JointStyle" () "*")
1959 (:class
"flash.net::LocalConnection" :extends
"flash.events::EventDispatcher" :public t
1961 (:constructor
"LocalConnection" () "*")
1962 (:method-get
"domain" () "String" :native t
)
1963 (:method-set
"client" (("client" "Object")) "void" :native t
)
1964 (:method
"close" () "void" :native t
)
1965 (:method
"allowInsecureDomain" () "void" :native t
)
1966 (:method
"connect" (("connectionName" "String")) "void" :native t
)
1967 (:method-get
"client" () "Object" :native t
)
1968 (:method
"allowDomain" () "void" :native t
)
1969 (:method
"send" (("connectionName" "String") &rest
("methodName" "String")) "void" :native t
)
1973 (:class
"flash.text.engine::FontWeight" :extends
"Object" :public t
:final t
1975 (:constant
:name
"BOLD" :type
"String" :value
"bold" :static t
)
1976 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
1977 (:constructor
"FontWeight" () "*")
1981 (:class
"flash.net::URLRequest" :extends
"Object" :public t
:final t
1983 (:constructor
"URLRequest" (&optional
("url" "String")) "*")
1984 (:method
"shouldFilterHTTPHeader" (("header" "String")) "Boolean" :namespace-type
:private
)
1985 (:method-get
"method" () "String" :native t
)
1986 (:method-set
"method" (("value" "String")) "void" :native t
)
1987 (:method-get
"digest" () "String" :native t
)
1988 (:method-set
"contentType" (("value" "String")) "void" :native t
)
1989 (:method-set
"digest" (("value" "String")) "void" :native t
)
1990 (:method-get
"data" () "Object" :native t
)
1991 (:method-set
"requestHeaders" (("value" "Array")) "void" :native t
)
1992 (:method-get
"url" () "String" :native t
)
1993 (:method-set
"data" (("value" "Object")) "void" :native t
)
1994 (:method-get
"requestHeaders" () "Array" :native t
)
1995 (:method-get
"contentType" () "String" :native t
)
1996 (:method-set
"url" (("value" "String")) "void" :native t
)
2000 (:interface
"flash.display::IGraphicsStroke" :public t
2002 (:constructor
"IGraphicsStroke" () "*")
2006 (:class
"flash.display::GraphicsStroke" :extends
"Object" :implements
("GraphicsStroke.as$189::IGraphicsData" ) :public t
:final t
2008 (:constructor
"GraphicsStroke" (&optional
(("thickness" "Number") NaN
) (("pixelHinting" "Boolean") nil
#|| false||
# ) (("scaleMode" "String") "normal") (("caps" "String") "none") (("joints" "String") "round") (("miterLimit" "Number") 3) ("fill" "flash.display::IGraphicsFill")) "*")
2009 (:variable
:name
"_caps" :namespace-type
:private
:type
"String" )
2010 (:method-get
"caps" () "String" )
2011 (:method-set
"caps" (("value" "String")) "void" )
2012 (:variable
:name
"fill" :type
"flash.display::IGraphicsFill" )
2013 (:method-get
"joints" () "String" )
2014 (:method-get
"scaleMode" () "String" )
2015 (:variable
:name
"_scaleMode" :namespace-type
:private
:type
"String" )
2016 (:variable
:name
"_joints" :namespace-type
:private
:type
"String" )
2017 (:method-set
"joints" (("value" "String")) "*" )
2018 (:variable
:name
"thickness" :type
"Number" )
2019 (:variable
:name
"pixelHinting" :type
"Boolean" )
2020 (:variable
:name
"miterLimit" :type
"Number" )
2021 (:method-set
"scaleMode" (("value" "String")) "void" )
2025 (:class
"flash.xml::XMLTag" :extends
"Object" :public t
:final t
2027 (:constructor
"XMLTag" () "*")
2028 (:method-get
"value" () "String" :native t
)
2029 (:method-set
"value" (("v" "String")) "void" :native t
)
2030 (:method-set
"type" (("value" "uint")) "void" :native t
)
2031 (:method-get
"type" () "uint" :native t
)
2032 (:method-set
"empty" (("value" "Boolean")) "void" :native t
)
2033 (:method-set
"attrs" (("value" "Object")) "void" :native t
)
2034 (:method-get
"empty" () "Boolean" :native t
)
2035 (:method-get
"attrs" () "Object" :native t
)
2039 (:class
"flash.events::IOErrorEvent" :extends
"flash.events::ErrorEvent" :public t
2041 (:constant
:name
"DISK_ERROR" :type
"String" :value
"diskError" :static t
)
2042 (:constant
:name
"NETWORK_ERROR" :type
"String" :value
"networkError" :static t
)
2043 (:constant
:name
"VERIFY_ERROR" :type
"String" :value
"verifyError" :static t
)
2044 (:constant
:name
"IO_ERROR" :type
"String" :value
"ioError" :static t
)
2045 (:constructor
"IOErrorEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "")) "*")
2046 (:method
"toString" () "String" :override t
)
2047 (:method
"clone" () "flash.events::Event" :override t
)
2051 (:class
"flash.text.engine::GraphicElement" :extends
"flash.text.engine::ContentElement" :public t
:final t
2053 (:constructor
"GraphicElement" (&optional
("graphic" "flash.display::DisplayObject") (("elementWidth" "Number") 15) (("elementHeight" "Number") 15) ("elementFormat" "flash.text.engine::ElementFormat") ("eventMirror" "flash.events::EventDispatcher") (("textRotation" "String") "rotate0")) "*")
2054 (:method-set
"graphic" (("value" "flash.display::DisplayObject")) "void" :native t
)
2055 (:method-get
"elementHeight" () "Number" :native t
)
2056 (:method-set
"elementWidth" (("value" "Number")) "void" :native t
)
2057 (:method-set
"elementHeight" (("value" "Number")) "void" :native t
)
2058 (:method-get
"graphic" () "flash.display::DisplayObject" :native t
)
2059 (:method-get
"elementWidth" () "Number" :native t
)
2063 (:class
"flash.desktop::ClipboardFormats" :extends
"Object" :public t
2065 (:constant
:name
"FLASH_PREFIX" :namespace-type
:internal
:type
"String" :value
"flash:" :static t
)
2066 (:constant
:name
"REFERENCE_PREFIX" :namespace-type
:internal
:type
"String" :value
"air:reference:" :static t
)
2067 (:constant
:name
"AIR_PREFIX" :namespace-type
:internal
:type
"String" :value
"air:" :static t
)
2068 (:constant
:name
"SERIALIZATION_PREFIX" :namespace-type
:internal
:type
"String" :value
"air:serialization:" :static t
)
2069 (:constant
:name
"TEXT_FORMAT" :type
"String" :value
"air:text" :static t
)
2070 (:constant
:name
"HTML_FORMAT" :type
"String" :value
"air:html" :static t
)
2071 (:constant
:name
"RICH_TEXT_FORMAT" :type
"String" :value
"air:rtf" :static t
)
2072 (:constant
:name
"BITMAP_FORMAT" :type
"String" :value
"air:bitmap" :static t
)
2073 (:constant
:name
"FILE_LIST_FORMAT" :type
"String" :value
"air:file list" :static t
)
2074 (:constant
:name
"URL_FORMAT" :type
"String" :value
"air:url" :static t
)
2075 (:constructor
"ClipboardFormats" () "*")
2078 (:class
"flash.desktop::ClipboardTransferMode" :extends
"Object" :public t
2080 (:constant
:name
"ORIGINAL_PREFERRED" :type
"String" :value
"originalPreferred" :static t
)
2081 (:constant
:name
"CLONE_ONLY" :type
"String" :value
"cloneOnly" :static t
)
2082 (:constant
:name
"ORIGINAL_ONLY" :type
"String" :value
"originalOnly" :static t
)
2083 (:constant
:name
"CLONE_PREFERRED" :type
"String" :value
"clonePreferred" :static t
)
2084 (:constructor
"ClipboardTransferMode" () "*")
2087 (:class
"flash.desktop::Clipboard" :extends
"Object" :public t
2089 (:variable
:name
"_toFlash" :namespace-type
:private
:type
"flash.utils::Dictionary" :static t
)
2090 (:variable
:name
"_fromFlash" :namespace-type
:private
:type
"flash.utils::Dictionary" :static t
)
2091 (:constant
:name
"WRITE_ACCESS_ERROR" :namespace-type
:private
:type
"String" :value
"Writing to clipboard not permitted in this context" :static t
)
2092 (:method-get
"generalClipboard" () "flash.desktop::Clipboard" :native t
:static t
:final t
)
2093 (:method
"isSystemFormat" (("format" "String")) "Boolean" :namespace-type
:private
:static t
:final t
)
2094 (:constant
:name
"LIFETIME_ERROR" :namespace-type
:private
:type
"String" :value
"Attempt to access a dead clipboard" :static t
)
2095 (:method
"initFormatMap" () "void" :namespace-type
:private
:static t
:final t
)
2096 (:constant
:name
"READ_ACCESS_ERROR" :namespace-type
:private
:type
"String" :value
"Reading from clipboard not permitted in this context" :static t
)
2097 (:variable
:name
"_wasFormatMapInitialized" :namespace-type
:private
:type
"Boolean" :value nil
#|| false||
# :static t
)
2098 (:method
"addFormatMapping" (("flashFormat" "String") ("exportFromFlash" "Function") ("importToFlash" "Function")) "*" :namespace-type
:private
:static t
:final t
)
2099 (:constructor
"Clipboard" () "*")
2100 (:method-get
"canReadContents" () "Boolean" :namespace-type
:private
:native t
)
2101 (:method
"getHTML" () "String" :namespace-type
:private
:native t
)
2102 (:method
"getOriginal" (("format" "String")) "Object" :namespace-type
:private
)
2103 (:method
"convertNativeFormat" (("format" "String")) "Object" :namespace-type
:private
)
2104 (:method
"checkAccess" (("requestRead" "Boolean") ("requestWrite" "Boolean")) "void" :namespace-type
:private
)
2105 (:method-get
"alive" () "Boolean" :namespace-type
:private
:native t
)
2106 (:method
"getString" () "String" :namespace-type
:private
:native t
)
2107 (:method
"putString" (("s" "String")) "void" :namespace-type
:private
:native t
)
2108 (:method
"clear" () "void" :native t
)
2109 (:method
"putRTF" (("rtf" "flash.utils::ByteArray")) "void" :namespace-type
:private
:native t
)
2110 (:method
"getObjectReference" (("format" "String")) "Object" :namespace-type
:private
:native t
)
2111 (:method
"clearData" (("format" "String")) "void" :native t
)
2112 (:method
"getDeserialization" (("format" "String")) "Object" :namespace-type
:private
)
2113 (:method
"convertFlashFormat" (("flashFormat" "String") ("data" "Object") ("serializable" "Boolean")) "Boolean" :namespace-type
:private
)
2114 (:method-get
"formats" () "Array" :native t
)
2115 (:method
"getData" (("format" "String") &optional
(("transferMode" "String") "originalPreferred")) "Object" )
2116 (:method
"putSerialization" (("format" "String") ("data" "Object")) "void" :namespace-type
:private
)
2117 (:method
"putByteArray" (("format" "String") ("bytes" "flash.utils::ByteArray")) "void" :namespace-type
:private
:native t
)
2118 (:method
"getClone" (("format" "String")) "Object" :namespace-type
:private
)
2119 (:method-get
"canWriteContents" () "Boolean" :namespace-type
:private
:native t
)
2120 (:method
"setData" (("format" "String") ("data" "Object") &optional
(("serializable" "Boolean") t
#|| true||
# )) "Boolean" )
2121 (:method
"getRTF" () "flash.utils::ByteArray" :namespace-type
:private
:native t
)
2122 (:method
"hasFormat" (("format" "String")) "Boolean" )
2123 (:method
"putHTML" (("html" "String")) "void" :namespace-type
:private
:native t
)
2124 (:method
"getByteArray" (("format" "String")) "flash.utils::ByteArray" :namespace-type
:private
:native t
)
2125 (:method
"putObjectReference" (("format" "String") ("data" "Object")) "void" :namespace-type
:private
:native t
)
2126 (:method
"setDataHandler" (("format" "String") ("handler" "Function") &optional
(("serializable" "Boolean") t
#|| true||
# )) "Boolean" )
2127 (:method
"nativeSetHandler" (("format" "String") ("handler" "Function")) "void" :namespace-type
:private
:native t
)
2131 (:class
"flash.text.engine::BreakOpportunity" :extends
"Object" :public t
:final t
2133 (:constant
:name
"ALL" :type
"String" :value
"all" :static t
)
2134 (:constant
:name
"AUTO" :type
"String" :value
"auto" :static t
)
2135 (:constant
:name
"ANY" :type
"String" :value
"any" :static t
)
2136 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
2137 (:constructor
"BreakOpportunity" () "*")
2141 (:class
"flash.filters::GradientBevelFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
2143 (:constructor
"GradientBevelFilter" (&optional
(("distance" "Number") 4) (("angle" "Number") 45) ("colors" "Array") ("alphas" "Array") ("ratios" "Array") (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1) (("quality" "int") 1) (("type" "String") "inner") (("knockout" "Boolean") nil
#|| false||
# )) "*")
2144 (:method-set
"colors" (("value" "Array")) "void" :native t
)
2145 (:method-get
"strength" () "Number" :native t
)
2146 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
2147 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
2148 (:method-set
"angle" (("value" "Number")) "void" :native t
)
2149 (:method-get
"type" () "String" :native t
)
2150 (:method-get
"ratios" () "Array" :native t
)
2151 (:method-set
"strength" (("value" "Number")) "void" :native t
)
2152 (:method-set
"alphas" (("value" "Array")) "void" :native t
)
2153 (:method-get
"colors" () "Array" :native t
)
2154 (:method-get
"blurX" () "Number" :native t
)
2155 (:method-get
"blurY" () "Number" :native t
)
2156 (:method-get
"angle" () "Number" :native t
)
2157 (:method-set
"knockout" (("value" "Boolean")) "void" :native t
)
2158 (:method-get
"distance" () "Number" :native t
)
2159 (:method-set
"ratios" (("value" "Array")) "void" :native t
)
2160 (:method-set
"distance" (("value" "Number")) "void" :native t
)
2161 (:method-get
"knockout" () "Boolean" :native t
)
2162 (:method-set
"type" (("value" "String")) "void" :native t
)
2163 (:method-get
"alphas" () "Array" :native t
)
2164 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
2165 (:method-set
"quality" (("value" "int")) "void" :native t
)
2166 (:method-get
"quality" () "int" :native t
)
2170 (:class
"flash.display::GraphicsPathCommand" :extends
"Object" :public t
:final t
2172 (:constant
:name
"LINE_TO" :type
"int" :value
2 :static t
)
2173 (:constant
:name
"MOVE_TO" :type
"int" :value
1 :static t
)
2174 (:constant
:name
"CURVE_TO" :type
"int" :value
3 :static t
)
2175 (:constant
:name
"WIDE_LINE_TO" :type
"int" :value
5 :static t
)
2176 (:constant
:name
"WIDE_MOVE_TO" :type
"int" :value
4 :static t
)
2177 (:constant
:name
"NO_OP" :type
"int" :value
0 :static t
)
2178 (:constructor
"GraphicsPathCommand" () "*")
2182 (:class
"flash.events::FocusEvent" :extends
"flash.events::Event" :public t
2184 (:constant
:name
"MOUSE_FOCUS_CHANGE" :type
"String" :value
"mouseFocusChange" :static t
)
2185 (:constant
:name
"FOCUS_OUT" :type
"String" :value
"focusOut" :static t
)
2186 (:constant
:name
"KEY_FOCUS_CHANGE" :type
"String" :value
"keyFocusChange" :static t
)
2187 (:constant
:name
"FOCUS_IN" :type
"String" :value
"focusIn" :static t
)
2188 (:constructor
"FocusEvent" (("type" "String") &optional
(("bubbles" "Boolean") t
#|| true||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("relatedObject" "flash.display::InteractiveObject") (("shiftKey" "Boolean") nil
#|| false||
# ) (("keyCode" "uint") 0)) "*")
2189 (:method-set
"shiftKey" (("value" "Boolean")) "void" )
2190 (:method-get
"isRelatedObjectInaccessible" () "Boolean" )
2191 (:method-get
"shiftKey" () "Boolean" )
2192 (:variable
:name
"m_isRelatedObjectInaccessible" :namespace-type
:private
:type
"Boolean" )
2193 (:method-get
"relatedObject" () "flash.display::InteractiveObject" )
2194 (:method
"toString" () "String" :override t
)
2195 (:method-get
"keyCode" () "uint" )
2196 (:variable
:name
"m_shiftKey" :namespace-type
:private
:type
"Boolean" )
2197 (:method-set
"isRelatedObjectInaccessible" (("value" "Boolean")) "void" )
2198 (:variable
:name
"m_relatedObject" :namespace-type
:private
:type
"flash.display::InteractiveObject" )
2199 (:variable
:name
"m_keyCode" :namespace-type
:private
:type
"uint" )
2200 (:method-set
"relatedObject" (("value" "flash.display::InteractiveObject")) "void" )
2201 (:method
"clone" () "flash.events::Event" :override t
)
2202 (:method-set
"keyCode" (("value" "uint")) "void" )
2206 (:class
"flash.geom::Matrix3D" :extends
"Object" :public t
2208 (:method
"interpolate" (("thisMat" "flash.geom::Matrix3D") ("toMat" "flash.geom::Matrix3D") ("percent" "Number")) "flash.geom::Matrix3D" :native t
:static t
:final t
)
2209 (:constructor
"Matrix3D" (&optional
("v" "__AS3__.vec::Vector.<Number>")) "*")
2210 (:method
"transpose" () "void" :native t
)
2211 (:method
"prependTranslation" (("x" "Number") ("y" "Number") ("z" "Number")) "void" :native t
)
2212 (:method-set
"rawData" (("v" "__AS3__.vec::Vector.<Number>")) "void" :native t
)
2213 (:method
"deltaTransformVector" (("v" "flash.geom::Vector3D")) "flash.geom::Vector3D" :native t
)
2214 (:method-get
"position" () "flash.geom::Vector3D" :native t
)
2215 (:method
"pointAt" (("pos" "flash.geom::Vector3D") &optional
("at" "flash.geom::Vector3D") ("up" "flash.geom::Vector3D")) "void" :native t
)
2216 (:method
"transformVectors" (("vin" "__AS3__.vec::Vector.<Number>") ("vout" "__AS3__.vec::Vector.<Number>")) "void" :native t
)
2217 (:method
"prependRotation" (("degrees" "Number") ("axis" "flash.geom::Vector3D") &optional
("pivotPoint" "flash.geom::Vector3D")) "void" :native t
)
2218 (:method
"prepend" (("rhs" "flash.geom::Matrix3D")) "void" :native t
)
2219 (:method
"transformVector" (("v" "flash.geom::Vector3D")) "flash.geom::Vector3D" :native t
)
2220 (:method
"appendScale" (("xScale" "Number") ("yScale" "Number") ("zScale" "Number")) "void" :native t
)
2221 (:method
"decompose" (&optional
(("orientationStyle" "String") "eulerAngles")) "__AS3__.vec::Vector.<flash.geom::Vector3D>" :native t
)
2222 (:method-get
"rawData" () "__AS3__.vec::Vector.<Number>" :native t
)
2223 (:method
"interpolateTo" (("toMat" "flash.geom::Matrix3D") ("percent" "Number")) "void" :native t
)
2224 (:method-get
"determinant" () "Number" :native t
)
2225 (:method
"invert" () "Boolean" :native t
)
2226 (:method
"appendTranslation" (("x" "Number") ("y" "Number") ("z" "Number")) "void" :native t
)
2227 (:method
"appendRotation" (("degrees" "Number") ("axis" "flash.geom::Vector3D") &optional
("pivotPoint" "flash.geom::Vector3D")) "void" :native t
)
2228 (:method-set
"position" (("pos" "flash.geom::Vector3D")) "void" :native t
)
2229 (:method
"append" (("lhs" "flash.geom::Matrix3D")) "void" :native t
)
2230 (:method
"prependScale" (("xScale" "Number") ("yScale" "Number") ("zScale" "Number")) "void" :native t
)
2231 (:method
"clone" () "flash.geom::Matrix3D" )
2232 (:method
"identity" () "void" :native t
)
2233 (:method
"recompose" (("components" "__AS3__.vec::Vector.<flash.geom::Vector3D>") &optional
(("orientationStyle" "String") "eulerAngles")) "Boolean" :native t
)
2237 (:class
"flash.text.engine::TextRotation" :extends
"Object" :public t
:final t
2239 (:constant
:name
"ROTATE_180" :type
"String" :value
"rotate180" :static t
)
2240 (:constant
:name
"ROTATE_270" :type
"String" :value
"rotate270" :static t
)
2241 (:constant
:name
"ROTATE_90" :type
"String" :value
"rotate90" :static t
)
2242 (:constant
:name
"ROTATE_0" :type
"String" :value
"rotate0" :static t
)
2243 (:constant
:name
"AUTO" :type
"String" :value
"auto" :static t
)
2244 (:constructor
"TextRotation" () "*")
2248 (:class
"flash.events::SampleDataEvent" :extends
"flash.events::Event" :public t
2250 (:constant
:name
"SAMPLE_DATA" :type
"String" :value
"sampleData" :static t
)
2251 (:constructor
"SampleDataEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("theposition" "Number") 0) ("thedata" "flash.utils::ByteArray")) "*")
2252 (:method-set
"position" (("theposition" "Number")) "*" )
2253 (:method-set
"data" (("thedata" "flash.utils::ByteArray")) "*" )
2254 (:method-get
"position" () "Number" )
2255 (:method-get
"data" () "flash.utils::ByteArray" )
2256 (:variable
:name
"m_position" :namespace-type
:private
:type
"Number" )
2257 (:method
"toString" () "String" :override t
)
2258 (:method
"clone" () "flash.events::Event" :override t
)
2259 (:variable
:name
"m_data" :namespace-type
:private
:type
"flash.utils::ByteArray" )
2263 (:class
"flash.display::BitmapDataChannel" :extends
"Object" :public t
:final t
2265 (:constant
:name
"RED" :type
"uint" :value
1 :static t
)
2266 (:constant
:name
"GREEN" :type
"uint" :value
2 :static t
)
2267 (:constant
:name
"BLUE" :type
"uint" :value
4 :static t
)
2268 (:constant
:name
"ALPHA" :type
"uint" :value
8 :static t
)
2269 (:constructor
"BitmapDataChannel" () "*")
2273 (:class
"flash.geom::Vector3D" :extends
"Object" :public t
2275 (:method
"distance" (("pt1" "flash.geom::Vector3D") ("pt2" "flash.geom::Vector3D")) "Number" :static t
:final t
)
2276 (:method
"angleBetween" (("a" "flash.geom::Vector3D") ("b" "flash.geom::Vector3D")) "Number" :static t
:final t
)
2277 (:constant
:name
"Z_AXIS" :type
"flash.geom::Vector3D" :static t
)
2278 (:constant
:name
"Y_AXIS" :type
"flash.geom::Vector3D" :static t
)
2279 (:constant
:name
"X_AXIS" :type
"flash.geom::Vector3D" :static t
)
2280 (:constructor
"Vector3D" (&optional
(("x" "Number") 0) (("y" "Number") 0) (("z" "Number") 0) (("w" "Number") 0)) "*")
2281 (:method
"project" () "void" )
2282 (:method-get
"lengthSquared" () "Number" )
2283 (:method
"negate" () "void" )
2284 (:method
"add" (("a" "flash.geom::Vector3D")) "flash.geom::Vector3D" )
2285 (:method
"dotProduct" (("a" "flash.geom::Vector3D")) "Number" )
2286 (:method
"nearEquals" (("toCompare" "flash.geom::Vector3D") ("tolerance" "Number") &optional
(("allFour" "Boolean") nil
#|| false||
# )) "Boolean" )
2287 (:method
"scaleBy" (("s" "Number")) "void" )
2288 (:method
"decrementBy" (("a" "flash.geom::Vector3D")) "void" )
2289 (:method
"toString" () "String" )
2290 (:method-get
"length" () "Number" )
2291 (:method
"crossProduct" (("a" "flash.geom::Vector3D")) "flash.geom::Vector3D" )
2292 (:method
"incrementBy" (("a" "flash.geom::Vector3D")) "void" )
2293 (:variable
:name
"w" :type
"Number" )
2294 (:variable
:name
"x" :type
"Number" )
2295 (:variable
:name
"y" :type
"Number" )
2296 (:variable
:name
"z" :type
"Number" )
2297 (:method
"subtract" (("a" "flash.geom::Vector3D")) "flash.geom::Vector3D" )
2298 (:method
"normalize" () "Number" )
2299 (:method
"clone" () "flash.geom::Vector3D" )
2300 (:method
"equals" (("toCompare" "flash.geom::Vector3D") &optional
(("allFour" "Boolean") nil
#|| false||
# )) "Boolean" )
2304 (:class
"flash.display::InteractiveObject" :extends
"flash.display::DisplayObject" :public t
2306 (:constructor
"InteractiveObject" () "*")
2307 (:method-get
"accessibilityImplementation" () "flash.accessibility::AccessibilityImplementation" :native t
)
2308 (:method-get
"focusRect" () "Object" :native t
)
2309 (:method-set
"focusRect" (("focusRect" "Object")) "void" :native t
)
2310 (:method-get
"doubleClickEnabled" () "Boolean" :native t
)
2311 (:method-set
"contextMenu" (("cm" "flash.ui::ContextMenu")) "void" :native t
)
2312 (:method-get
"tabEnabled" () "Boolean" :native t
)
2313 (:method-get
"contextMenu" () "flash.ui::ContextMenu" :native t
)
2314 (:method-set
"accessibilityImplementation" (("value" "flash.accessibility::AccessibilityImplementation")) "void" :native t
)
2315 (:method-set
"doubleClickEnabled" (("enabled" "Boolean")) "void" :native t
)
2316 (:method-set
"mouseEnabled" (("enabled" "Boolean")) "void" :native t
)
2317 (:method-set
"tabIndex" (("index" "int")) "void" :native t
)
2318 (:method-get
"mouseEnabled" () "Boolean" :native t
)
2319 (:method-get
"tabIndex" () "int" :native t
)
2320 (:method-set
"tabEnabled" (("enabled" "Boolean")) "void" :native t
)
2324 (:class
"flash.ui::ContextMenu" :extends
"flash.events::EventDispatcher" :public t
:final t
2326 (:constructor
"ContextMenu" () "*")
2327 (:method-set
"builtInItems" (("value" "flash.ui::ContextMenuBuiltInItems")) "void" :native t
)
2328 (:method-get
"builtInItems" () "flash.ui::ContextMenuBuiltInItems" :native t
)
2329 (:method
"cloneLinkAndClipboardProperties" (("c" "flash.ui::ContextMenu")) "void" :namespace-type
:private
:native t
)
2330 (:method-get
"clipboardItems" () "flash.ui::ContextMenuClipboardItems" :native t
)
2331 (:method-get
"customItems" () "Array" :native t
)
2332 (:method-set
"clipboardMenu" (("value" "Boolean")) "void" :native t
)
2333 (:method-set
"link" (("value" "flash.net::URLRequest")) "void" :native t
)
2334 (:method-get
"clipboardMenu" () "Boolean" :native t
)
2335 (:method-get
"link" () "flash.net::URLRequest" :native t
)
2336 (:method-set
"clipboardItems" (("value" "flash.ui::ContextMenuClipboardItems")) "void" :native t
)
2337 (:method
"initLinkAndClipboardProperties" () "void" :namespace-type
:private
:native t
)
2338 (:method
"clone" () "flash.ui::ContextMenu" )
2339 (:method-set
"customItems" (("value" "Array")) "void" :native t
)
2340 (:method
"hideBuiltInItems" () "void" )
2344 (:class
"flash.text.engine::Kerning" :extends
"Object" :public t
:final t
2346 (:constant
:name
"AUTO" :type
"String" :value
"auto" :static t
)
2347 (:constant
:name
"ON" :type
"String" :value
"on" :static t
)
2348 (:constant
:name
"OFF" :type
"String" :value
"off" :static t
)
2349 (:constructor
"Kerning" () "*")
2353 (:class
"flash.display::LoaderInfo" :extends
"flash.events::EventDispatcher" :public t
2355 (:method
"getLoaderInfoByDefinition" (("object" "Object")) "flash.display::LoaderInfo" :native t
:static t
:final t
)
2356 (:constructor
"LoaderInfo" () "*")
2357 (:method
"dispatchEvent" (("event" "flash.events::Event")) "Boolean" :override t
)
2358 (:method
"_getArgs" () "Object" :namespace-type
:private
:native t
)
2359 (:method-get
"width" () "int" :native t
)
2360 (:method-get
"height" () "int" :native t
)
2361 (:method-get
"parentAllowsChild" () "Boolean" :native t
)
2362 (:method-get
"parameters" () "Object" )
2363 (:method-get
"bytes" () "flash.utils::ByteArray" :native t
)
2364 (:method-get
"frameRate" () "Number" :native t
)
2365 (:method-get
"url" () "String" :native t
)
2366 (:method-get
"bytesLoaded" () "uint" :native t
)
2367 (:method-get
"sameDomain" () "Boolean" :native t
)
2368 (:method-get
"contentType" () "String" :native t
)
2369 (:method-get
"applicationDomain" () "flash.system::ApplicationDomain" :native t
)
2370 (:method-get
"swfVersion" () "uint" :native t
)
2371 (:method-get
"actionScriptVersion" () "uint" :native t
)
2372 (:method-get
"bytesTotal" () "uint" :native t
)
2373 (:method-get
"loader" () "flash.display::Loader" :native t
)
2374 (:method-get
"content" () "flash.display::DisplayObject" :native t
)
2375 (:method-get
"loaderURL" () "String" :native t
)
2376 (:method-get
"sharedEvents" () "flash.events::EventDispatcher" :native t
)
2377 (:method-get
"childAllowsParent" () "Boolean" :native t
)
2381 (:class
"flash.display::Shape" :extends
"flash.display::DisplayObject" :public t
2383 (:constructor
"Shape" () "*")
2384 (:method-get
"graphics" () "flash.display::Graphics" :native t
)
2388 (:class
"flash.events::SyncEvent" :extends
"flash.events::Event" :public t
2390 (:constant
:name
"SYNC" :type
"String" :value
"sync" :static t
)
2391 (:constructor
"SyncEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("changeList" "Array")) "*")
2392 (:variable
:name
"m_changeList" :namespace-type
:private
:type
"Array" )
2393 (:method-set
"changeList" (("value" "Array")) "void" )
2394 (:method
"toString" () "String" :override t
)
2395 (:method
"clone" () "flash.events::Event" :override t
)
2396 (:method-get
"changeList" () "Array" )
2400 (:class
"flash.filters::BevelFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
2402 (:constructor
"BevelFilter" (&optional
(("distance" "Number") 4) (("angle" "Number") 45) (("highlightColor" "uint") 16777215) (("highlightAlpha" "Number") 1) (("shadowColor" "uint") 0) (("shadowAlpha" "Number") 1) (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1) (("quality" "int") 1) (("type" "String") "inner") (("knockout" "Boolean") nil
#|| false||
# )) "*")
2403 (:method-get
"strength" () "Number" :native t
)
2404 (:method-set
"strength" (("value" "Number")) "void" :native t
)
2405 (:method-set
"shadowColor" (("value" "uint")) "void" :native t
)
2406 (:method-get
"knockout" () "Boolean" :native t
)
2407 (:method-get
"highlightAlpha" () "Number" :native t
)
2408 (:method-get
"highlightColor" () "uint" :native t
)
2409 (:method-get
"blurX" () "Number" :native t
)
2410 (:method-get
"blurY" () "Number" :native t
)
2411 (:method-get
"angle" () "Number" :native t
)
2412 (:method-set
"highlightAlpha" (("value" "Number")) "void" :native t
)
2413 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
2414 (:method-set
"highlightColor" (("value" "uint")) "void" :native t
)
2415 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
2416 (:method-get
"shadowColor" () "uint" :native t
)
2417 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
2418 (:method-get
"shadowAlpha" () "Number" :native t
)
2419 (:method-set
"angle" (("value" "Number")) "void" :native t
)
2420 (:method-set
"distance" (("value" "Number")) "void" :native t
)
2421 (:method-set
"type" (("value" "String")) "void" :native t
)
2422 (:method-get
"distance" () "Number" :native t
)
2423 (:method-get
"type" () "String" :native t
)
2424 (:method-set
"knockout" (("value" "Boolean")) "void" :native t
)
2425 (:method-set
"shadowAlpha" (("value" "Number")) "void" :native t
)
2426 (:method-set
"quality" (("value" "int")) "void" :native t
)
2427 (:method-get
"quality" () "int" :native t
)
2431 (:class
"flash.filters::ShaderFilter" :extends
"flash.filters::BitmapFilter" :public t
2433 (:constructor
"ShaderFilter" (&optional
("shader" "flash.display::Shader")) "*")
2434 (:method-set
"_extendBy" (("extend" "flash.geom::Rectangle")) "void" :namespace-type
:private
:native t
)
2435 (:method-get
"rightExtension" () "int" )
2436 (:method-get
"shader" () "flash.display::Shader" :native t
)
2437 (:method-set
"rightExtension" (("v" "int")) "void" )
2438 (:method-set
"bottomExtension" (("v" "int")) "void" )
2439 (:method-set
"shader" (("shader" "flash.display::Shader")) "void" :native t
)
2440 (:method-set
"leftExtension" (("v" "int")) "void" )
2441 (:method-get
"topExtension" () "int" )
2442 (:method-set
"topExtension" (("v" "int")) "void" )
2443 (:method-get
"_extendBy" () "flash.geom::Rectangle" :namespace-type
:private
:native t
)
2444 (:method-get
"leftExtension" () "int" )
2445 (:method-get
"bottomExtension" () "int" )
2449 (:class
"flash.geom::Rectangle" :extends
"Object" :public t
2451 (:constructor
"Rectangle" (&optional
(("x" "Number") 0) (("y" "Number") 0) (("width" "Number") 0) (("height" "Number") 0)) "*")
2452 (:method
"containsPoint" (("point" "flash.geom::Point")) "Boolean" )
2453 (:method-get
"size" () "flash.geom::Point" )
2454 (:method-set
"size" (("value" "flash.geom::Point")) "void" )
2455 (:method
"isEmpty" () "Boolean" )
2456 (:variable
:name
"width" :type
"Number" )
2457 (:method-get
"left" () "Number" )
2458 (:method
"inflatePoint" (("point" "flash.geom::Point")) "void" )
2459 (:method
"setEmpty" () "void" )
2460 (:method-set
"left" (("value" "Number")) "void" )
2461 (:method
"union" (("toUnion" "flash.geom::Rectangle")) "flash.geom::Rectangle" )
2462 (:method-set
"right" (("value" "Number")) "void" )
2463 (:method
"offset" (("dx" "Number") ("dy" "Number")) "void" )
2464 (:method-get
"top" () "Number" )
2465 (:method-set
"bottom" (("value" "Number")) "void" )
2466 (:method
"equals" (("toCompare" "flash.geom::Rectangle")) "Boolean" )
2467 (:method
"intersection" (("toIntersect" "flash.geom::Rectangle")) "flash.geom::Rectangle" )
2468 (:method-get
"right" () "Number" )
2469 (:method
"clone" () "flash.geom::Rectangle" )
2470 (:method
"inflate" (("dx" "Number") ("dy" "Number")) "void" )
2471 (:method-set
"bottomRight" (("value" "flash.geom::Point")) "void" )
2472 (:method
"containsRect" (("rect" "flash.geom::Rectangle")) "Boolean" )
2473 (:variable
:name
"height" :type
"Number" )
2474 (:method-set
"top" (("value" "Number")) "void" )
2475 (:method-get
"bottom" () "Number" )
2476 (:method
"toString" () "String" )
2477 (:method
"contains" (("x" "Number") ("y" "Number")) "Boolean" )
2478 (:method-get
"bottomRight" () "flash.geom::Point" )
2479 (:method
"intersects" (("toIntersect" "flash.geom::Rectangle")) "Boolean" )
2480 (:variable
:name
"x" :type
"Number" )
2481 (:variable
:name
"y" :type
"Number" )
2482 (:method-get
"topLeft" () "flash.geom::Point" )
2483 (:method
"offsetPoint" (("point" "flash.geom::Point")) "void" )
2484 (:method-set
"topLeft" (("value" "flash.geom::Point")) "void" )
2488 (:class
"flash.display::SWFVersion" :extends
"Object" :public t
:final t
2490 (:constant
:name
"FLASH1" :type
"uint" :value
1 :static t
)
2491 (:constant
:name
"FLASH3" :type
"uint" :value
3 :static t
)
2492 (:constant
:name
"FLASH5" :type
"uint" :value
5 :static t
)
2493 (:constant
:name
"FLASH7" :type
"uint" :value
7 :static t
)
2494 (:constant
:name
"FLASH4" :type
"uint" :value
4 :static t
)
2495 (:constant
:name
"FLASH6" :type
"uint" :value
6 :static t
)
2496 (:constant
:name
"FLASH8" :type
"uint" :value
8 :static t
)
2497 (:constant
:name
"FLASH2" :type
"uint" :value
2 :static t
)
2498 (:constant
:name
"FLASH10" :type
"uint" :value
10 :static t
)
2499 (:constant
:name
"FLASH9" :type
"uint" :value
9 :static t
)
2500 (:constructor
"SWFVersion" () "*")
2504 (:class
"flash.net::Responder" :extends
"Object" :public t
2506 (:constructor
"Responder" (("result" "Function") &optional
("status" "Function")) "*")
2510 (:class
"flash.system::Capabilities" :extends
"Object" :public t
:final t
2512 (:method-get
"hasTLS" () "Boolean" :native t
:static t
:final t
)
2513 (:method-get
"hasScreenBroadcast" () "Boolean" :native t
:static t
:final t
)
2514 (:method-get
"hasIME" () "Boolean" :native t
:static t
:final t
)
2515 (:method-get
"maxLevelIDC" () "String" :native t
:static t
:final t
)
2516 (:method-get
"hasStreamingAudio" () "Boolean" :native t
:static t
:final t
)
2517 (:method-get
"hasPrinting" () "Boolean" :native t
:static t
:final t
)
2518 (:method-get
"screenDPI" () "Number" :native t
:static t
:final t
)
2519 (:method-get
"hasAccessibility" () "Boolean" :native t
:static t
:final t
)
2520 (:method-get
"hasMP3" () "Boolean" :native t
:static t
:final t
)
2521 (:method-get
"hasEmbeddedVideo" () "Boolean" :native t
:static t
:final t
)
2522 (:method-get
"manufacturer" () "String" :native t
:static t
:final t
)
2523 (:method-get
"hasVideoEncoder" () "Boolean" :native t
:static t
:final t
)
2524 (:method-get
"hasAudio" () "Boolean" :native t
:static t
:final t
)
2525 (:method-get
"screenColor" () "String" :native t
:static t
:final t
)
2526 (:method-get
"language" () "String" :native t
:static t
:final t
)
2527 (:method-get
"hasAudioEncoder" () "Boolean" :native t
:static t
:final t
)
2528 (:method-get
"hasScreenPlayback" () "Boolean" :native t
:static t
:final t
)
2529 (:method-get
"_internal" () "uint" :native t
:static t
:final t
)
2530 (:method-get
"os" () "String" :native t
:static t
:final t
)
2531 (:method-get
"version" () "String" :native t
:static t
:final t
)
2532 (:method-get
"screenResolutionY" () "Number" :native t
:static t
:final t
)
2533 (:method-get
"avHardwareDisable" () "Boolean" :native t
:static t
:final t
)
2534 (:method-get
"pixelAspectRatio" () "Number" :native t
:static t
:final t
)
2535 (:method-get
"screenResolutionX" () "Number" :native t
:static t
:final t
)
2536 (:method-get
"isDebugger" () "Boolean" :native t
:static t
:final t
)
2537 (:method-get
"hasStreamingVideo" () "Boolean" :native t
:static t
:final t
)
2538 (:method-get
"serverString" () "String" :native t
:static t
:final t
)
2539 (:method-get
"localFileReadDisable" () "Boolean" :native t
:static t
:final t
)
2540 (:method-get
"playerType" () "String" :native t
:static t
:final t
)
2541 (:method-get
"isEmbeddedInAcrobat" () "Boolean" :native t
:static t
:final t
)
2542 (:constructor
"Capabilities" () "*")
2546 (:class
"flash.net::NetStreamInfo" :extends
"Object" :public t
:final t
2548 (:constructor
"NetStreamInfo" (("curBPS" "Number") ("byteCount" "Number") ("maxBPS" "Number") ("audioBPS" "Number") ("audioByteCount" "Number") ("videoBPS" "Number") ("videoByteCount" "Number") ("dataBPS" "Number") ("dataByteCount" "Number") ("playbackBPS" "Number") ("droppedFrames" "Number") ("audioBufferByteLength" "Number") ("videoBufferByteLength" "Number") ("dataBufferByteLength" "Number") ("audioBufferLength" "Number") ("videoBufferLength" "Number") ("dataBufferLength" "Number") ("srtt" "Number") ("audioLossRate" "Number")) "*")
2549 (:method-get
"videoBufferByteLength" () "Number" )
2550 (:variable
:name
"m_dataByteCount" :namespace-type
:private
:type
"Number" )
2551 (:method-get
"droppedFrames" () "Number" )
2552 (:variable
:name
"m_videoBufferLength" :namespace-type
:private
:type
"Number" )
2553 (:method-get
"dataBytesPerSecond" () "Number" )
2554 (:variable
:name
"m_audioBufferByteLength" :namespace-type
:private
:type
"Number" )
2555 (:variable
:name
"m_byteCount" :namespace-type
:private
:type
"Number" )
2556 (:method-get
"dataBufferLength" () "Number" )
2557 (:method-get
"audioLossRate" () "Number" )
2558 (:method-get
"currentBytesPerSecond" () "Number" )
2559 (:method-get
"videoBytesPerSecond" () "Number" )
2560 (:variable
:name
"m_dataBytesPerSecond" :namespace-type
:private
:type
"Number" )
2561 (:variable
:name
"m_dataBufferLength" :namespace-type
:private
:type
"Number" )
2562 (:method-get
"videoByteCount" () "Number" )
2563 (:method-get
"SRTT" () "Number" )
2564 (:variable
:name
"m_srtt" :namespace-type
:private
:type
"Number" )
2565 (:variable
:name
"m_droppedFrames" :namespace-type
:private
:type
"Number" )
2566 (:variable
:name
"m_videoBufferByteLength" :namespace-type
:private
:type
"Number" )
2567 (:method-get
"audioByteCount" () "Number" )
2568 (:method-get
"audioBytesPerSecond" () "Number" )
2569 (:variable
:name
"m_videoByteCount" :namespace-type
:private
:type
"Number" )
2570 (:method-get
"dataBufferByteLength" () "Number" )
2571 (:method-get
"playbackBytesPerSecond" () "Number" )
2572 (:variable
:name
"m_audioByteCount" :namespace-type
:private
:type
"Number" )
2573 (:variable
:name
"m_audioLossRate" :namespace-type
:private
:type
"Number" )
2574 (:variable
:name
"m_dataBufferByteLength" :namespace-type
:private
:type
"Number" )
2575 (:variable
:name
"m_currentBytesPerSecond" :namespace-type
:private
:type
"Number" )
2576 (:variable
:name
"m_videoBytesPerSecond" :namespace-type
:private
:type
"Number" )
2577 (:method-get
"maxBytesPerSecond" () "Number" )
2578 (:variable
:name
"m_playbackBytesPerSecond" :namespace-type
:private
:type
"Number" )
2579 (:method-get
"dataByteCount" () "Number" )
2580 (:method-get
"audioBufferLength" () "Number" )
2581 (:method-get
"videoBufferLength" () "Number" )
2582 (:method-get
"audioBufferByteLength" () "Number" )
2583 (:method-get
"byteCount" () "Number" )
2584 (:variable
:name
"m_audioBytesPerSecond" :namespace-type
:private
:type
"Number" )
2585 (:method
"toString" () "String" )
2586 (:variable
:name
"m_audioBufferLength" :namespace-type
:private
:type
"Number" )
2587 (:variable
:name
"m_maxBytesPerSecond" :namespace-type
:private
:type
"Number" )
2591 (:class
"flash.text.engine::TextElement" :extends
"flash.text.engine::ContentElement" :public t
:final t
2593 (:constructor
"TextElement" (&optional
("text" "String") ("elementFormat" "flash.text.engine::ElementFormat") ("eventMirror" "flash.events::EventDispatcher") (("textRotation" "String") "rotate0")) "*")
2594 (:method
"replaceText" (("beginIndex" "int") ("endIndex" "int") ("newText" "String")) "void" :native t
)
2595 (:method-set
"text" (("value" "String")) "void" :native t
)
2599 (:interface
"flash.net::IDynamicPropertyOutput" :public t
2601 (:constructor
"IDynamicPropertyOutput" () "*")
2602 (:method
"writeDynamicProperty" (("name" "String") "value") "void" :namespace-type
:public
)
2606 (:class
"flash.text.engine::JustificationStyle" :extends
"Object" :public t
:final t
2608 (:constant
:name
"PUSH_IN_KINSOKU" :type
"String" :value
"pushInKinsoku" :static t
)
2609 (:constant
:name
"PRIORITIZE_LEAST_ADJUSTMENT" :type
"String" :value
"prioritizeLeastAdjustment" :static t
)
2610 (:constant
:name
"PUSH_OUT_ONLY" :type
"String" :value
"pushOutOnly" :static t
)
2611 (:constructor
"JustificationStyle" () "*")
2615 (:class
"flash.display::StageDisplayState" :extends
"Object" :public t
:final t
2617 (:constant
:name
"FULL_SCREEN" :type
"String" :value
"fullScreen" :static t
)
2618 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
2619 (:constructor
"StageDisplayState" () "*")
2623 (:class
"adobe.utils::ProductManager" :extends
"flash.events::EventDispatcher" :public t
:final t
2625 (:constructor
"ProductManager" (("name" "String")) "*")
2626 (:method
"launch" (&optional
("parameters" "String")) "Boolean" :native t
)
2627 (:method
"validate" (("str" "String")) "String" :namespace-type
:private
)
2628 (:method
"download" (&optional
("caption" "String") ("fileName" "String") ("pathElements" "Array")) "Boolean" )
2629 (:method-get
"installed" () "Boolean" :native t
)
2630 (:method
"doDownload" (("caption" "String") ("fileName" "String")) "Boolean" :namespace-type
:private
:native t
)
2631 (:method-get
"installedVersion" () "String" :native t
)
2632 (:method-get
"running" () "Boolean" :native t
)
2636 (:class
"flash.display::FrameLabel" :extends
"Object" :public t
:final t
2638 (:constructor
"FrameLabel" (("name" "String") ("frame" "int")) "*")
2639 (:variable
:name
"_name" :namespace-type
:private
:type
"String" )
2640 (:method-get
"name" () "String" )
2641 (:method-get
"frame" () "int" )
2642 (:variable
:name
"_frame" :namespace-type
:private
:type
"int" )
2646 (:class
"flash.text.engine::ElementFormat" :extends
"Object" :public t
:final t
2648 (:constructor
"ElementFormat" (&optional
("fontDescription" "flash.text.engine::FontDescription") (("fontSize" "Number") 12) (("color" "uint") 0) (("alpha" "Number") 1) (("textRotation" "String") "auto") (("dominantBaseline" "String") "roman") (("alignmentBaseline" "String") "useDominantBaseline") (("baselineShift" "Number") 0) (("kerning" "String") "on") (("trackingRight" "Number") 0) (("trackingLeft" "Number") 0) (("locale" "String") "en") (("breakOpportunity" "String") "auto") (("digitCase" "String") "default") (("digitWidth" "String") "default") (("ligatureLevel" "String") "common") (("typographicCase" "String") "default")) "*")
2649 (:method-set
"baselineShift" (("value" "Number")) "void" :native t
)
2650 (:method-set
"trackingLeft" (("value" "Number")) "void" :native t
)
2651 (:method-get
"baselineShift" () "Number" :native t
)
2652 (:method-get
"dominantBaseline" () "String" :native t
)
2653 (:method-set
"color" (("value" "uint")) "void" :native t
)
2654 (:method-get
"alignmentBaseline" () "String" :native t
)
2655 (:method-set
"dominantBaseline" (("dominantBaseline" "String")) "void" :native t
)
2656 (:method-get
"textRotation" () "String" :native t
)
2657 (:method-get
"kerning" () "String" :native t
)
2658 (:method-set
"alignmentBaseline" (("alignmentBaseline" "String")) "void" :native t
)
2659 (:method-set
"trackingRight" (("value" "Number")) "void" :native t
)
2660 (:method-get
"breakOpportunity" () "String" :native t
)
2661 (:method-set
"textRotation" (("value" "String")) "void" :native t
)
2662 (:method-set
"kerning" (("value" "String")) "void" :native t
)
2663 (:method-get
"digitWidth" () "String" :native t
)
2664 (:method-set
"fontDescription" (("value" "flash.text.engine::FontDescription")) "void" :native t
)
2665 (:method-set
"locked" (("value" "Boolean")) "void" :native t
)
2666 (:method
"clone" () "flash.text.engine::ElementFormat" )
2667 (:method-get
"alpha" () "Number" :native t
)
2668 (:method-set
"ligatureLevel" (("ligatureLevelType" "String")) "void" :native t
)
2669 (:method-set
"fontSize" (("value" "Number")) "void" :native t
)
2670 (:method-get
"locale" () "String" :native t
)
2671 (:method-get
"locked" () "Boolean" :native t
)
2672 (:method-get
"color" () "uint" :native t
)
2673 (:method-get
"trackingRight" () "Number" :native t
)
2674 (:method-set
"breakOpportunity" (("opportunityType" "String")) "void" :native t
)
2675 (:method-get
"fontDescription" () "flash.text.engine::FontDescription" :native t
)
2676 (:method-set
"typographicCase" (("typographicCaseType" "String")) "void" :native t
)
2677 (:method-get
"fontSize" () "Number" :native t
)
2678 (:method-set
"digitWidth" (("digitWidthType" "String")) "void" :native t
)
2679 (:method-set
"locale" (("value" "String")) "void" :native t
)
2680 (:method-get
"trackingLeft" () "Number" :native t
)
2681 (:method-get
"ligatureLevel" () "String" :native t
)
2682 (:method-set
"digitCase" (("digitCaseType" "String")) "void" :native t
)
2683 (:method-get
"typographicCase" () "String" :native t
)
2684 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
2685 (:method-get
"digitCase" () "String" :native t
)
2686 (:method
"getFontMetrics" () "flash.text.engine::FontMetrics" :native t
)
2690 (:class
"flash.display::ShaderParameter" :extends
"Object" :public t
:final t
:dynamic t
2692 (:constructor
"ShaderParameter" () "*")
2693 (:method-get
"value" () "Array" :native t
)
2694 (:method-set
"value" (("v" "Array")) "void" :native t
)
2695 (:method-get
"type" () "String" :native t
)
2696 (:method-get
"index" () "int" :native t
)
2700 (:class
"flash.display::ShaderJob" :extends
"flash.events::EventDispatcher" :public t
2702 (:constructor
"ShaderJob" (&optional
("shader" "flash.display::Shader") ("target" "Object") (("width" "int") 0) (("height" "int") 0)) "*")
2703 (:method
"start" (&optional
(("waitForCompletion" "Boolean") nil
#|| false||
# )) "void" :native t
)
2704 (:method-get
"shader" () "flash.display::Shader" :native t
)
2705 (:method-get
"width" () "int" :native t
)
2706 (:method-get
"height" () "int" :native t
)
2707 (:method-set
"target" (("s" "Object")) "void" :native t
)
2708 (:method-set
"shader" (("s" "flash.display::Shader")) "void" :native t
)
2709 (:method-set
"width" (("v" "int")) "void" :native t
)
2710 (:method-get
"progress" () "Number" :native t
)
2711 (:method-set
"height" (("v" "int")) "void" :native t
)
2712 (:method-get
"target" () "Object" :native t
)
2713 (:method
"cancel" () "void" :native t
)
2717 (:class
"flash.display::ColorCorrection" :extends
"Object" :public t
:final t
2719 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
2720 (:constant
:name
"ON" :type
"String" :value
"on" :static t
)
2721 (:constant
:name
"OFF" :type
"String" :value
"off" :static t
)
2722 (:constructor
"ColorCorrection" () "*")
2726 (:class
"flash.text::TextFormatAlign" :extends
"Object" :public t
:final t
2728 (:constant
:name
"JUSTIFY" :type
"String" :value
"justify" :static t
)
2729 (:constant
:name
"CENTER" :type
"String" :value
"center" :static t
)
2730 (:constant
:name
"LEFT" :type
"String" :value
"left" :static t
)
2731 (:constant
:name
"RIGHT" :type
"String" :value
"right" :static t
)
2732 (:constructor
"TextFormatAlign" () "*")
2736 (:class
"flash.utils::Dictionary" :extends
"Object" :public t
:dynamic t
2738 (:constructor
"Dictionary" (&optional
(("weakKeys" "Boolean") nil
#|| false||
# )) "*")
2742 (:class
"flash.net::SharedObject" :extends
"flash.events::EventDispatcher" :public t
2744 (:constant
:name
"kClear" :namespace-type
:private
:type
"uint" :value
6 :static t
)
2745 (:constant
:name
"kSetFps" :namespace-type
:private
:type
"uint" :value
5 :static t
)
2746 (:constant
:name
"kGetSize" :namespace-type
:private
:type
"uint" :value
4 :static t
)
2747 (:method-set
"defaultObjectEncoding" (("version" "uint")) "void" :native t
:static t
:final t
)
2748 (:method
"getDiskUsage" (("url" "String")) "int" :native t
:static t
:final t
)
2749 (:method-get
"defaultObjectEncoding" () "uint" :native t
:static t
:final t
)
2750 (:constant
:name
"kClose" :namespace-type
:private
:type
"uint" :value
3 :static t
)
2751 (:method
"getLocal" (("name" "String") &optional
("localPath" "String") (("secure" "Boolean") nil
#|| false||
# )) "flash.net::SharedObject" :native t
:static t
:final t
)
2752 (:method
"deleteAll" (("url" "String")) "int" :native t
:static t
:final t
)
2753 (:constant
:name
"kFlush" :namespace-type
:private
:type
"uint" :value
2 :static t
)
2754 (:constant
:name
"kSend" :namespace-type
:private
:type
"uint" :value
1 :static t
)
2755 (:method
"getRemote" (("name" "String") &optional
("remotePath" "String") (("persistence" "Object") nil
#|| false||
# ) (("secure" "Boolean") nil
#|| false||
# )) "flash.net::SharedObject" :native t
:static t
:final t
)
2756 (:constant
:name
"kConnect" :namespace-type
:private
:type
"uint" :value
0 :static t
)
2757 (:constructor
"SharedObject" () "*")
2758 (:method-get
"size" () "uint" )
2759 (:method
"flush" (&optional
(("minDiskSpace" "int") 0)) "String" )
2760 (:method
"send" () "void" )
2761 (:method-get
"data" () "Object" :native t
)
2762 (:method-get
"client" () "Object" :native t
)
2763 (:method
"clear" () "void" )
2764 (:method
"setDirty" (("propertyName" "String")) "void" :native t
)
2765 (:method
"connect" (("myConnection" "flash.net::NetConnection") &optional
("params" "String")) "void" )
2766 (:method-set
"fps" (("updatesPerSecond" "Number")) "void" )
2767 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
2768 (:method-set
"client" (("object" "Object")) "void" :native t
)
2769 (:method
"setProperty" (("propertyName" "String") &optional
("value" "Object")) "void" )
2770 (:method
"close" () "void" )
2771 (:method-get
"objectEncoding" () "uint" :native t
)
2772 (:method
"invokeWithArgsArray" (("index" "uint") ("args" "Array")) "*" :namespace-type
:private
:native t
)
2773 (:method
"invoke" (&rest
("index" "uint")) "*" :namespace-type
:private
:native t
)
2777 (:class
"flash.net::Socket" :extends
"flash.events::EventDispatcher" :implements
("Socket.as$220::IDataOutput" ) :public t
2779 (:constant
:name
"MIN_TIMEOUT" :namespace-type
:private
:type
"null" :value
250 :static t
)
2780 (:constructor
"Socket" (&optional
("host" "String") (("port" "int") 0)) "*")
2781 (:method
"onTimeout" (("event" "flash.events::TimerEvent")) "void" :namespace-type
:private
)
2782 (:method
"writeUTFBytes" (("value" "String")) "void" :native t
)
2783 (:method
"flush" () "void" :native t
)
2784 (:method
"writeObject" ("object") "void" :native t
)
2785 (:method
"writeByte" (("value" "int")) "void" :native t
)
2786 (:method-get
"connected" () "Boolean" :native t
)
2787 (:method
"readShort" () "int" :native t
)
2788 (:method
"readUnsignedShort" () "uint" :native t
)
2789 (:method
"readDouble" () "Number" :native t
)
2790 (:method
"writeInt" (("value" "int")) "void" :native t
)
2791 (:variable
:name
"_timeoutEvent" :namespace-type
:private
:type
"flash.events::SecurityErrorEvent" )
2792 (:method-get
"endian" () "String" :native t
)
2793 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
2794 (:method-get
"bytesAvailable" () "uint" :native t
)
2795 (:method
"didFailureOccur" () "Boolean" :namespace-type
:private
:native t
)
2796 (:variable
:name
"_timeout" :namespace-type
:private
:type
"uint" )
2797 (:method
"writeDouble" (("value" "Number")) "void" :native t
)
2798 (:method
"readObject" () "*" :native t
)
2799 (:method
"readUTF" () "String" :native t
)
2800 (:method-set
"endian" (("type" "String")) "void" :native t
)
2801 (:method
"internalGetSecurityErrorMessage" (("host" "String") ("port" "int")) "String" :namespace-type
:private
:native t
)
2802 (:method
"readBoolean" () "Boolean" :native t
)
2803 (:method
"readUTFBytes" (("length" "uint")) "String" :native t
)
2804 (:method
"internalClose" () "void" :namespace-type
:private
:native t
)
2805 (:method
"writeFloat" (("value" "Number")) "void" :native t
)
2806 (:method-set
"timeout" (("value" "uint")) "void" )
2807 (:variable
:name
"_timeoutTimer" :namespace-type
:private
:type
"flash.utils::Timer" )
2808 (:method
"readByte" () "int" :native t
)
2809 (:method
"writeUTF" (("value" "String")) "void" :native t
)
2810 (:method
"writeBoolean" (("value" "Boolean")) "void" :native t
)
2811 (:method-get
"objectEncoding" () "uint" :native t
)
2812 (:method
"readUnsignedInt" () "uint" :native t
)
2813 (:method
"writeBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
2814 (:method
"writeMultiByte" (("value" "String") ("charSet" "String")) "void" :native t
)
2815 (:method
"readUnsignedByte" () "uint" :native t
)
2816 (:method-get
"timeout" () "uint" )
2817 (:method
"writeUnsignedInt" (("value" "uint")) "void" :native t
)
2818 (:method
"writeShort" (("value" "int")) "void" :native t
)
2819 (:method
"readFloat" () "Number" :native t
)
2820 (:method
"connect" (("host" "String") ("port" "int")) "void" )
2821 (:method
"readMultiByte" (("length" "uint") ("charSet" "String")) "String" :native t
)
2822 (:method
"internalConnect" (("host" "String") ("port" "int")) "void" :namespace-type
:private
:native t
)
2823 (:method
"_init" () "void" :namespace-type
:private
)
2824 (:method
"readBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
2825 (:method
"close" () "void" )
2826 (:method
"readInt" () "int" :native t
)
2830 (:class
"flash.filters::ColorMatrixFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
2832 (:constructor
"ColorMatrixFilter" (&optional
("matrix" "Array")) "*")
2833 (:method-get
"matrix" () "Array" :native t
)
2834 (:method-set
"matrix" (("value" "Array")) "void" :native t
)
2835 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
2839 (:class
"flash.filters::BitmapFilterType" :extends
"Object" :public t
:final t
2841 (:constant
:name
"OUTER" :type
"String" :value
"outer" :static t
)
2842 (:constant
:name
"INNER" :type
"String" :value
"inner" :static t
)
2843 (:constant
:name
"FULL" :type
"String" :value
"full" :static t
)
2844 (:constructor
"BitmapFilterType" () "*")
2848 (:class
"flash.text::TextColorType" :extends
"Object" :public t
:final t
2850 (:constant
:name
"DARK_COLOR" :type
"String" :value
"dark" :static t
)
2851 (:constant
:name
"LIGHT_COLOR" :type
"String" :value
"light" :static t
)
2852 (:constructor
"TextColorType" () "*")
2856 (:class
"flash.filters::DisplacementMapFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
2858 (:constructor
"DisplacementMapFilter" (&optional
("mapBitmap" "flash.display::BitmapData") ("mapPoint" "flash.geom::Point") (("componentX" "uint") 0) (("componentY" "uint") 0) (("scaleX" "Number") 0) (("scaleY" "Number") 0) (("mode" "String") "wrap") (("color" "uint") 0) (("alpha" "Number") 0)) "*")
2859 (:method-get
"componentY" () "uint" :native t
)
2860 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
2861 (:method-get
"alpha" () "Number" :native t
)
2862 (:method-set
"mode" (("value" "String")) "void" :native t
)
2863 (:method-set
"mapPoint" (("value" "flash.geom::Point")) "void" :native t
)
2864 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
2865 (:method-get
"mode" () "String" :native t
)
2866 (:method-get
"mapBitmap" () "flash.display::BitmapData" :native t
)
2867 (:method-set
"color" (("value" "uint")) "void" :native t
)
2868 (:method-get
"scaleX" () "Number" :native t
)
2869 (:method-get
"scaleY" () "Number" :native t
)
2870 (:method-get
"color" () "uint" :native t
)
2871 (:method-get
"mapPoint" () "flash.geom::Point" :native t
)
2872 (:method-set
"componentX" (("value" "uint")) "void" :native t
)
2873 (:method-set
"componentY" (("value" "uint")) "void" :native t
)
2874 (:method-get
"componentX" () "uint" :native t
)
2875 (:method-set
"scaleX" (("value" "Number")) "void" :native t
)
2876 (:method-set
"mapBitmap" (("value" "flash.display::BitmapData")) "void" :native t
)
2877 (:method-set
"scaleY" (("value" "Number")) "void" :native t
)
2881 (:class
"flash.display::GraphicsPathWinding" :extends
"Object" :public t
:final t
2883 (:constant
:name
"EVEN_ODD" :type
"String" :value
"evenOdd" :static t
)
2884 (:constant
:name
"NON_ZERO" :type
"String" :value
"nonZero" :static t
)
2885 (:constructor
"GraphicsPathWinding" () "*")
2889 (:interface
"flash.net::IDynamicPropertyWriter" :public t
2891 (:constructor
"IDynamicPropertyWriter" () "*")
2892 (:method
"writeDynamicProperties" (("obj" "Object") ("output" "flash.net::IDynamicPropertyOutput")) "void" :namespace-type
:public
)
2896 (:class
"flash.external::ExternalInterface" :extends
"Object" :public t
:final t
2898 (:method
"_objectToJS" ("value") "String" :namespace-type
:private
:static t
:final t
)
2899 (:method
"_evalJS" (("expression" "String")) "String" :namespace-type
:private
:native t
:static t
:final t
)
2900 (:method
"_argumentsToXML" (("obj" "Array")) "String" :namespace-type
:private
:static t
:final t
)
2901 (:method
"addCallback" (("functionName" "String") ("closure" "Function")) "void" :static t
:final t
)
2902 (:method
"_addCallback" (("functionName" "String") ("closure" "Function")) "void" :namespace-type
:private
:native t
:static t
:final t
)
2903 (:method-get
"available" () "Boolean" :native t
:static t
:final t
)
2904 (:method
"_toAS" (("obj" "Object")) "*" :namespace-type
:private
:static t
:final t
)
2905 (:method
"_getPropNames" (("obj" "Object")) "Array" :namespace-type
:private
:native t
:static t
:final t
)
2906 (:method
"_callIn" (("closure" "Function") ("request" "String")) "String" :namespace-type
:private
:static t
:final t
)
2907 (:method-get
"activeX" () "Boolean" :namespace-type
:private
:native t
:static t
:final t
)
2908 (:method
"_escapeXML" (("s" "String")) "String" :namespace-type
:private
:static t
:final t
)
2909 (:method
"_callOut" (("request" "String")) "String" :namespace-type
:private
:native t
:static t
:final t
)
2910 (:method-get
"objectID" () "String" :native t
:static t
:final t
)
2911 (:method
"_toXML" ("value") "String" :namespace-type
:private
:static t
:final t
)
2912 (:method
"_objectToXML" ("obj") "String" :namespace-type
:private
:static t
:final t
)
2913 (:method
"_toJS" ("value") "String" :namespace-type
:private
:static t
:final t
)
2914 (:method
"call" (&rest
("functionName" "String")) "*" :static t
:final t
)
2915 (:method
"_arrayToAS" (("obj" "Object")) "*" :namespace-type
:private
:static t
:final t
)
2916 (:method
"_arrayToXML" (("obj" "Array")) "String" :namespace-type
:private
:static t
:final t
)
2917 (:method
"_objectToAS" (("obj" "Object")) "*" :namespace-type
:private
:static t
:final t
)
2918 (:variable
:name
"marshallExceptions" :type
"Boolean" :value nil
#|| false||
# :static t
)
2919 (:method
"_argumentsToAS" ("obj") "Array" :namespace-type
:private
:static t
:final t
)
2920 (:method
"_initJS" () "void" :namespace-type
:private
:native t
:static t
:final t
)
2921 (:method
"_arrayToJS" (("value" "Array")) "String" :namespace-type
:private
:static t
:final t
)
2922 (:constructor
"ExternalInterface" () "*")
2926 (:class
"flash.text::TextRun" :extends
"Object" :public t
2928 (:constructor
"TextRun" (("beginIndex" "int") ("endIndex" "int") ("textFormat" "flash.text::TextFormat")) "*")
2929 (:variable
:name
"textFormat" :type
"flash.text::TextFormat" )
2930 (:variable
:name
"endIndex" :type
"int" )
2931 (:variable
:name
"beginIndex" :type
"int" )
2935 (:class
"flash.display::Shader" :extends
"Object" :public t
2937 (:constructor
"Shader" (&optional
("code" "flash.utils::ByteArray")) "*")
2938 (:method-set
"byteCode" (("code" "flash.utils::ByteArray")) "void" )
2939 (:method-set
"data" (("p" "flash.display::ShaderData")) "void" :native t
)
2940 (:method-get
"precisionHint" () "String" :native t
)
2941 (:method-get
"data" () "flash.display::ShaderData" :native t
)
2942 (:method-set
"precisionHint" (("p" "String")) "void" :native t
)
2946 (:class
"flash.media::Video" :extends
"flash.display::DisplayObject" :public t
2948 (:constructor
"Video" (&optional
(("width" "int") 320) (("height" "int") 240)) "*")
2949 (:method-get
"videoHeight" () "int" :native t
)
2950 (:method-get
"smoothing" () "Boolean" :native t
)
2951 (:method-get
"deblocking" () "int" :native t
)
2952 (:method-set
"smoothing" (("value" "Boolean")) "void" :native t
)
2953 (:method
"attachCamera" (("camera" "flash.media::Camera")) "void" :native t
)
2954 (:method-get
"videoWidth" () "int" :native t
)
2955 (:method-set
"deblocking" (("value" "int")) "void" :native t
)
2956 (:method
"clear" () "void" :native t
)
2957 (:method
"attachNetStream" (("netStream" "flash.net::NetStream")) "void" :native t
)
2961 (:class
"flash.text::TextFormatDisplay" :extends
"Object" :public t
:final t
2963 (:constant
:name
"INLINE" :type
"String" :value
"inline" :static t
)
2964 (:constant
:name
"BLOCK" :type
"String" :value
"block" :static t
)
2965 (:constructor
"TextFormatDisplay" () "*")
2969 (:class
"flash.media::ID3Info" :extends
"Object" :public t
:final t
:dynamic t
2971 (:constructor
"ID3Info" () "*")
2972 (:variable
:name
"songName" :type
"String" )
2973 (:variable
:name
"genre" :type
"String" )
2974 (:variable
:name
"artist" :type
"String" )
2975 (:variable
:name
"track" :type
"String" )
2976 (:variable
:name
"album" :type
"String" )
2977 (:variable
:name
"year" :type
"String" )
2978 (:variable
:name
"comment" :type
"String" )
2982 (:class
"flash.media::SoundTransform" :extends
"Object" :public t
:final t
2984 (:constructor
"SoundTransform" (&optional
(("vol" "Number") 1) (("panning" "Number") 0)) "*")
2985 (:method-set
"pan" (("panning" "Number")) "void" )
2986 (:method-get
"rightToRight" () "Number" :native t
)
2987 (:method-get
"volume" () "Number" :native t
)
2988 (:method-get
"leftToLeft" () "Number" :native t
)
2989 (:method-set
"rightToRight" (("rightToRight" "Number")) "void" :native t
)
2990 (:method-set
"leftToLeft" (("leftToLeft" "Number")) "void" :native t
)
2991 (:method-set
"leftToRight" (("leftToRight" "Number")) "void" :native t
)
2992 (:method-get
"leftToRight" () "Number" :native t
)
2993 (:method-set
"volume" (("volume" "Number")) "void" :native t
)
2994 (:method-set
"rightToLeft" (("rightToLeft" "Number")) "void" :native t
)
2995 (:method-get
"pan" () "Number" )
2996 (:method-get
"rightToLeft" () "Number" :native t
)
3000 (:class
"flash.trace::Trace" :extends
"Object" :public t
3002 (:constant
:name
"METHODS_AND_LINES_WITH_ARGS" :type
"int" :value
4 :static t
)
3003 (:constant
:name
"METHODS_AND_LINES" :type
"int" :value
3 :static t
)
3004 (:method
"getListener" () "Function" :native t
:static t
:final t
)
3005 (:method
"getLevel" (&optional
(("target" "int") 2)) "int" :native t
:static t
:final t
)
3006 (:constant
:name
"OFF" :type
"int" :value
0 :static t
)
3007 (:constant
:name
"METHODS_WITH_ARGS" :type
"int" :value
2 :static t
)
3008 (:method
"setLevel" (("l" "int") &optional
(("target" "int") 2)) "*" :native t
:static t
:final t
)
3009 (:constant
:name
"METHODS" :type
"int" :value
1 :static t
)
3010 (:method
"setListener" (("f" "Function")) "*" :native t
:static t
:final t
)
3011 (:constant
:name
"LISTENER" :type
"null" :value
2 :static t
)
3012 (:constant
:name
"FILE" :type
"null" :value
1 :static t
)
3013 (:constructor
"Trace" () "*")
3017 (:class
"flash.text::TextSnapshot" :extends
"Object" :public t
3019 (:constructor
"TextSnapshot" () "*")
3020 (:method
"getSelected" (("beginIndex" "int") ("endIndex" "int")) "Boolean" :native t
)
3021 (:method
"getText" (("beginIndex" "int") ("endIndex" "int") &optional
(("includeLineEndings" "Boolean") nil
#|| false||
# )) "String" :native t
)
3022 (:method
"setSelected" (("beginIndex" "int") ("endIndex" "int") ("select" "Boolean")) "void" :native t
)
3023 (:method
"setSelectColor" (&optional
(("hexColor" "uint") 16776960)) "void" :native t
)
3024 (:method
"findText" (("beginIndex" "int") ("textToFind" "String") ("caseSensitive" "Boolean")) "int" :native t
)
3025 (:method-get
"charCount" () "int" :native t
)
3026 (:method
"hitTestTextNearPos" (("x" "Number") ("y" "Number") &optional
(("maxDistance" "Number") 0)) "Number" :native t
)
3027 (:method
"getTextRunInfo" (("beginIndex" "int") ("endIndex" "int")) "Array" :native t
)
3028 (:method
"getSelectedText" (&optional
(("includeLineEndings" "Boolean") nil
#|| false||
# )) "String" :native t
)
3032 (:class
"flash.display::InterpolationMethod" :extends
"Object" :public t
:final t
3034 (:constant
:name
"LINEAR_RGB" :type
"String" :value
"linearRGB" :static t
)
3035 (:constant
:name
"RGB" :type
"String" :value
"rgb" :static t
)
3036 (:constructor
"InterpolationMethod" () "*")
3040 (:class
"flash.ui::ContextMenuBuiltInItems" :extends
"Object" :public t
:final t
3042 (:constructor
"ContextMenuBuiltInItems" () "*")
3043 (:variable
:name
"loop" :type
"Boolean" :value t
#|| true||
# )
3044 (:method
"clone" () "flash.ui::ContextMenuBuiltInItems" )
3045 (:variable
:name
"print" :type
"Boolean" :value t
#|| true||
# )
3046 (:variable
:name
"zoom" :type
"Boolean" :value t
#|| true||
# )
3047 (:variable
:name
"play" :type
"Boolean" :value t
#|| true||
# )
3048 (:variable
:name
"forwardAndBack" :type
"Boolean" :value t
#|| true||
# )
3049 (:variable
:name
"rewind" :type
"Boolean" :value t
#|| true||
# )
3050 (:variable
:name
"save" :type
"Boolean" :value t
#|| true||
# )
3051 (:variable
:name
"quality" :type
"Boolean" :value t
#|| true||
# )
3055 (:class
"flash.text::TextExtent" :extends
"Object" :public t
3057 (:constructor
"TextExtent" (("width" "Number") ("height" "Number") ("textFieldWidth" "Number") ("textFieldHeight" "Number") ("ascent" "Number") ("descent" "Number")) "*")
3058 (:variable
:name
"ascent" :type
"Number" )
3059 (:variable
:name
"width" :type
"Number" )
3060 (:variable
:name
"height" :type
"Number" )
3061 (:variable
:name
"textFieldWidth" :type
"Number" )
3062 (:variable
:name
"descent" :type
"Number" )
3063 (:variable
:name
"textFieldHeight" :type
"Number" )
3067 (:class
"flash.text.engine::CFFHinting" :extends
"Object" :public t
:final t
3069 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
3070 (:constant
:name
"HORIZONTAL_STEM" :type
"String" :value
"horizontalStem" :static t
)
3071 (:constructor
"CFFHinting" () "*")
3075 (:class
"flash.system::SecurityDomain" :extends
"Object" :public t
3077 (:method-get
"currentDomain" () "flash.system::SecurityDomain" :native t
:static t
:final t
)
3078 (:constructor
"SecurityDomain" () "*")
3082 (:class
"Date" :extends
"Object" :public t
:final t
:dynamic t
3084 (:method
"UTC" ("year" &optional
("month" 1) ("date" 0) ("hours" 0) ("minutes" 0) ("seconds" 0) &rest
"ms") "Number" :native t
:static t
:final t
)
3085 (:method
"parse" ("s") "Number" :native t
:static t
:final t
)
3086 (:constant
:name
"length" :type
"int" :value
7 :static t
)
3087 (:constructor
"Date" (&optional
"year" "month" "date" "hours" "minutes" "seconds" "ms") "*")
3088 (:method-get
"month" () "Number" )
3089 (:method-get
"monthUTC" () "Number" )
3090 (:method-set
"month" (("value" "Number")) "*" )
3091 (:method
"getMilliseconds" () "Number" :namespace-type
:public
:native t
)
3092 (:method-set
"minutesUTC" (("value" "Number")) "*" )
3093 (:method-get
"hours" () "Number" )
3094 (:method
"_setTime" (("value" "Number")) "Number" :namespace-type
:private
:native t
)
3095 (:method
"getUTCMinutes" () "Number" :namespace-type
:public
:native t
)
3096 (:method-get
"milliseconds" () "Number" )
3097 (:method
"setMilliseconds" (&optional
"ms") "Number" :namespace-type
:public
:native t
)
3098 (:method-get
"hoursUTC" () "Number" )
3099 (:method-get
"dateUTC" () "Number" )
3100 (:method
"_get" (("index" "int")) "Number" :namespace-type
:private
:native t
)
3101 (:method-get
"fullYearUTC" () "Number" )
3102 (:method
"toTimeString" () "String" :namespace-type
:public
)
3103 (:method
"toUTCString" () "String" :namespace-type
:public
)
3104 (:method
"setUTCMilliseconds" (&optional
"ms") "Number" :namespace-type
:public
:native t
)
3105 (:method-get
"day" () "Number" )
3106 (:method
"setMinutes" (&optional
"min" "sec" "ms") "Number" :namespace-type
:public
:native t
)
3107 (:method-set
"hours" (("value" "Number")) "*" )
3108 (:method
"getUTCMilliseconds" () "Number" :namespace-type
:public
:native t
)
3109 (:method-set
"time" (("value" "Number")) "*" )
3110 (:method
"getDate" () "Number" :namespace-type
:public
:native t
)
3111 (:method-get
"secondsUTC" () "Number" )
3112 (:method
"toLocaleString" () "String" :namespace-type
:public
)
3113 (:method
"valueOf" () "Number" :namespace-type
:public
:native t
)
3114 (:method
"getMinutes" () "Number" :namespace-type
:public
:native t
)
3115 (:method-set
"monthUTC" (("value" "Number")) "*" )
3116 (:method-set
"milliseconds" (("value" "Number")) "*" )
3117 (:method
"setUTCMinutes" (&optional
"min" "sec" "ms") "Number" :namespace-type
:public
:native t
)
3118 (:method-get
"date" () "Number" )
3119 (:method
"setDate" (&optional
"date") "Number" :namespace-type
:public
:native t
)
3120 (:method
"getUTCSeconds" () "Number" :namespace-type
:public
:native t
)
3121 (:method
"getUTCMonth" () "Number" :namespace-type
:public
:native t
)
3122 (:method-set
"dateUTC" (("value" "Number")) "*" )
3123 (:method
"setUTCDate" (&optional
"date") "Number" :namespace-type
:public
:native t
)
3124 (:method-set
"hoursUTC" (("value" "Number")) "*" )
3125 (:method
"toDateString" () "String" :namespace-type
:public
)
3126 (:method
"getUTCDate" () "Number" :namespace-type
:public
:native t
)
3127 (:method
"setUTCSeconds" (&optional
"sec" "ms") "Number" :namespace-type
:public
:native t
)
3128 (:method
"setUTCMonth" (&optional
"month" "date") "Number" :namespace-type
:public
:native t
)
3129 (:method-set
"fullYearUTC" (("value" "Number")) "*" )
3130 (:method
"getUTCHours" () "Number" :namespace-type
:public
:native t
)
3131 (:method
"getTime" () "Number" :namespace-type
:public
:native t
)
3132 (:method
"setSeconds" (&optional
"sec" "ms") "Number" :namespace-type
:public
:native t
)
3133 (:method
"setMonth" (&optional
"month" "date") "Number" :namespace-type
:public
:native t
)
3134 (:method
"getSeconds" () "Number" :namespace-type
:public
:native t
)
3135 (:method
"getMonth" () "Number" :namespace-type
:public
:native t
)
3136 (:method
"_toString" (("index" "int")) "String" :namespace-type
:private
:native t
)
3137 (:method-get
"minutesUTC" () "Number" )
3138 (:method
"setHours" (&optional
"hour" "min" "sec" "ms") "Number" :namespace-type
:public
:native t
)
3139 (:method
"getUTCDay" () "Number" :namespace-type
:public
:native t
)
3140 (:method
"setTime" (&optional
"t") "Number" :namespace-type
:public
)
3141 (:method-set
"secondsUTC" (("value" "Number")) "*" )
3142 (:method
"toLocaleTimeString" () "String" :namespace-type
:public
)
3143 (:method
"setUTCHours" (&optional
"hour" "min" "sec" "ms") "Number" :namespace-type
:public
:native t
)
3144 (:method-set
"minutes" (("value" "Number")) "*" )
3145 (:method-set
"fullYear" (("value" "Number")) "*" )
3146 (:method
"getHours" () "Number" :namespace-type
:public
:native t
)
3147 (:method-set
"date" (("value" "Number")) "*" )
3148 (:method-get
"minutes" () "Number" )
3149 (:method
"getTimezoneOffset" () "Number" :namespace-type
:public
:native t
)
3150 (:method-set
"millisecondsUTC" (("value" "Number")) "*" )
3151 (:method-get
"time" () "Number" )
3152 (:method
"getDay" () "Number" :namespace-type
:public
:native t
)
3153 (:method-get
"dayUTC" () "Number" )
3154 (:method
"getFullYear" () "Number" :namespace-type
:public
:native t
)
3155 (:method-get
"millisecondsUTC" () "Number" )
3156 (:method
"toString" () "String" :namespace-type
:public
)
3157 (:method
"setFullYear" (&optional
"year" "month" "date") "Number" :namespace-type
:public
:native t
)
3158 (:method-get
"fullYear" () "Number" )
3159 (:method
"toLocaleDateString" () "String" :namespace-type
:public
)
3160 (:method
"setUTCFullYear" (&optional
"year" "month" "date") "Number" :namespace-type
:public
:native t
)
3161 (:method
"getUTCFullYear" () "Number" :namespace-type
:public
:native t
)
3162 (:method-get
"timezoneOffset" () "Number" )
3163 (:method-set
"seconds" (("value" "Number")) "*" )
3164 (:method-get
"seconds" () "Number" )
3168 (:class
"flash.net::DynamicPropertyOutput" :extends
"Object" :implements
("IDynamicPropertyOutput") :public t
3170 (:constructor
"DynamicPropertyOutput" () "*")
3171 (:method
"writeDynamicProperty" (("name" "String") "value") "void" :native t
)
3175 (:class
"flash.filters::BlurFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
3177 (:constructor
"BlurFilter" (&optional
(("blurX" "Number") 4) (("blurY" "Number") 4) (("quality" "int") 1)) "*")
3178 (:method-get
"blurX" () "Number" :native t
)
3179 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
3180 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
3181 (:method-get
"blurY" () "Number" :native t
)
3182 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
3183 (:method-set
"quality" (("value" "int")) "void" :native t
)
3184 (:method-get
"quality" () "int" :native t
)
3188 (:class
"flash.display::GraphicsBitmapFill" :extends
"Object" :implements
("GraphicsBitmapFill.as$192::IGraphicsData" ) :public t
:final t
3190 (:constructor
"GraphicsBitmapFill" (&optional
("bitmapData" "flash.display::BitmapData") ("matrix" "flash.geom::Matrix") (("repeat" "Boolean") t
#|| true||
# ) (("smooth" "Boolean") nil
#|| false||
# )) "*")
3191 (:variable
:name
"matrix" :type
"flash.geom::Matrix" )
3192 (:variable
:name
"bitmapData" :type
"flash.display::BitmapData" )
3193 (:variable
:name
"repeat" :type
"Boolean" )
3194 (:variable
:name
"smooth" :type
"Boolean" )
3198 (:class
"flash.events::StatusEvent" :extends
"flash.events::Event" :public t
3200 (:constant
:name
"STATUS" :type
"String" :value
"status" :static t
)
3201 (:constructor
"StatusEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("code" "String") "") (("level" "String") "")) "*")
3202 (:variable
:name
"m_level" :namespace-type
:private
:type
"String" )
3203 (:method-get
"code" () "String" )
3204 (:method-set
"level" (("value" "String")) "void" )
3205 (:method-set
"code" (("value" "String")) "void" )
3206 (:method-get
"level" () "String" )
3207 (:method
"toString" () "String" :override t
)
3208 (:method
"clone" () "flash.events::Event" :override t
)
3209 (:variable
:name
"m_code" :namespace-type
:private
:type
"String" )
3213 (:class
"flash.geom::Orientation3D" :extends
"Object" :public t
:final t
3215 (:constant
:name
"AXIS_ANGLE" :type
"String" :value
"axisAngle" :static t
)
3216 (:constant
:name
"EULER_ANGLES" :type
"String" :value
"eulerAngles" :static t
)
3217 (:constant
:name
"QUATERNION" :type
"String" :value
"quaternion" :static t
)
3218 (:constructor
"Orientation3D" () "*")
3222 (:class
"flash.geom::ColorTransform" :extends
"Object" :public t
3224 (:constructor
"ColorTransform" (&optional
(("redMultiplier" "Number") 1) (("greenMultiplier" "Number") 1) (("blueMultiplier" "Number") 1) (("alphaMultiplier" "Number") 1) (("redOffset" "Number") 0) (("greenOffset" "Number") 0) (("blueOffset" "Number") 0) (("alphaOffset" "Number") 0)) "*")
3225 (:method-get
"color" () "uint" )
3226 (:variable
:name
"redOffset" :type
"Number" )
3227 (:method-set
"color" (("newColor" "uint")) "void" )
3228 (:variable
:name
"greenMultiplier" :type
"Number" )
3229 (:variable
:name
"blueOffset" :type
"Number" )
3230 (:method
"toString" () "String" )
3231 (:variable
:name
"alphaOffset" :type
"Number" )
3232 (:variable
:name
"redMultiplier" :type
"Number" )
3233 (:method
"concat" (("second" "flash.geom::ColorTransform")) "void" )
3234 (:variable
:name
"blueMultiplier" :type
"Number" )
3235 (:variable
:name
"greenOffset" :type
"Number" )
3236 (:variable
:name
"alphaMultiplier" :type
"Number" )
3240 (:class
"flash.text::StaticText" :extends
"flash.display::DisplayObject" :public t
:final t
3242 (:constructor
"StaticText" () "*")
3243 (:method-get
"text" () "String" :native t
)
3247 (:class
"adobe.utils::CustomActions" :extends
"Object" :public t
:final t
3249 (:method
"installActions" (("name" "String") ("data" "String")) "void" :native t
:static t
:final t
)
3250 (:method
"uninstallActions" (("name" "String")) "void" :native t
:static t
:final t
)
3251 (:method-get
"actionsList" () "Array" :native t
:static t
:final t
)
3252 (:method
"getActions" (("name" "String")) "String" :native t
:static t
:final t
)
3253 (:constructor
"CustomActions" () "*")
3257 (:class
"flash.net::URLStream" :extends
"flash.events::EventDispatcher" :implements
("IDataInput") :public t
3259 (:constructor
"URLStream" () "*")
3260 (:method
"readUnsignedInt" () "uint" :native t
)
3261 (:method
"readDouble" () "Number" :native t
)
3262 (:method
"readFloat" () "Number" :native t
)
3263 (:method
"readBoolean" () "Boolean" :native t
)
3264 (:method
"readShort" () "int" :native t
)
3265 (:method-get
"connected" () "Boolean" :native t
)
3266 (:method
"readUnsignedShort" () "uint" :native t
)
3267 (:method
"readUnsignedByte" () "uint" :native t
)
3268 (:method-get
"objectEncoding" () "uint" :native t
)
3269 (:method
"readObject" () "*" :native t
)
3270 (:method-get
"endian" () "String" :native t
)
3271 (:method-get
"bytesAvailable" () "uint" :native t
)
3272 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
3273 (:method
"load" (("request" "flash.net::URLRequest")) "void" :native t
)
3274 (:method
"readMultiByte" (("length" "uint") ("charSet" "String")) "String" :native t
)
3275 (:method
"readUTF" () "String" :native t
)
3276 (:method-set
"endian" (("type" "String")) "void" :native t
)
3277 (:method
"readInt" () "int" :native t
)
3278 (:method
"readUTFBytes" (("length" "uint")) "String" :native t
)
3279 (:method
"readBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
3280 (:method
"readByte" () "int" :native t
)
3281 (:method
"close" () "void" :native t
)
3285 (:class
"flash.events::SecurityErrorEvent" :extends
"flash.events::ErrorEvent" :public t
3287 (:constant
:name
"SECURITY_ERROR" :type
"String" :value
"securityError" :static t
)
3288 (:constructor
"SecurityErrorEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("text" "String") "")) "*")
3289 (:method
"toString" () "String" :override t
)
3290 (:method
"clone" () "flash.events::Event" :override t
)
3294 (:class
"flash.text.engine::LigatureLevel" :extends
"Object" :public t
:final t
3296 (:constant
:name
"UNCOMMON" :type
"String" :value
"uncommon" :static t
)
3297 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
3298 (:constant
:name
"EXOTIC" :type
"String" :value
"exotic" :static t
)
3299 (:constant
:name
"COMMON" :type
"String" :value
"common" :static t
)
3300 (:constant
:name
"MINIMUM" :type
"String" :value
"minimum" :static t
)
3301 (:constructor
"LigatureLevel" () "*")
3305 (:class
"flash.display::MorphShape" :extends
"flash.display::DisplayObject" :public t
:final t
3307 (:constructor
"MorphShape" () "*")
3311 (:class
"flash.text::AntiAliasType" :extends
"Object" :public t
:final t
3313 (:constant
:name
"ADVANCED" :type
"String" :value
"advanced" :static t
)
3314 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
3315 (:constructor
"AntiAliasType" () "*")
3319 (:class
"flash.media::Microphone" :extends
"flash.events::EventDispatcher" :public t
:final t
3321 (:method
"getMicrophone" (&optional
(("index" "int") -
1)) "flash.media::Microphone" :native t
:static t
:final t
)
3322 (:method-get
"names" () "Array" :native t
:static t
:final t
)
3323 (:constructor
"Microphone" () "*")
3324 (:method-set
"rate" (("rate" "int")) "void" :native t
)
3325 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
)
3326 (:method-get
"silenceLevel" () "Number" :native t
)
3327 (:method
"setSilenceLevel" (("silenceLevel" "Number") &optional
(("timeout" "int") -
1)) "void" :native t
)
3328 (:method-get
"gain" () "Number" :native t
)
3329 (:method-get
"rate" () "int" :native t
)
3330 (:method
"setUseEchoSuppression" (("useEchoSuppression" "Boolean")) "void" :native t
)
3331 (:method-get
"muted" () "Boolean" :native t
)
3332 (:method-set
"codec" (("codec" "String")) "void" :native t
)
3333 (:method-set
"gain" (("gain" "Number")) "void" :native t
)
3334 (:method-get
"useEchoSuppression" () "Boolean" :native t
)
3335 (:method-get
"silenceTimeout" () "int" :native t
)
3336 (:method-get
"encodeQuality" () "int" :native t
)
3337 (:method-set
"encodeQuality" (("quality" "int")) "void" :native t
)
3338 (:method
"setLoopBack" (&optional
(("state" "Boolean") t
#|| true||
# )) "void" :native t
)
3339 (:method-get
"activityLevel" () "Number" :native t
)
3340 (:method-get
"codec" () "String" :native t
)
3341 (:method-get
"index" () "int" :native t
)
3342 (:method-get
"name" () "String" :native t
)
3343 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
)
3344 (:method-set
"framesPerPacket" (("frames" "int")) "void" :native t
)
3345 (:method-get
"framesPerPacket" () "int" :native t
)
3349 (:class
"flash.net::URLLoaderDataFormat" :extends
"Object" :public t
:final t
3351 (:constant
:name
"BINARY" :type
"String" :value
"binary" :static t
)
3352 (:constant
:name
"VARIABLES" :type
"String" :value
"variables" :static t
)
3353 (:constant
:name
"TEXT" :type
"String" :value
"text" :static t
)
3354 (:constructor
"URLLoaderDataFormat" () "*")
3358 (:class
"flash.media::SoundChannel" :extends
"flash.events::EventDispatcher" :public t
:final t
3360 (:constructor
"SoundChannel" () "*")
3361 (:method
"stop" () "void" :native t
)
3362 (:method-get
"leftPeak" () "Number" :native t
)
3363 (:method-get
"position" () "Number" :native t
)
3364 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
)
3365 (:method-get
"rightPeak" () "Number" :native t
)
3366 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
)
3370 (:class
"flash.events::ProgressEvent" :extends
"flash.events::Event" :public t
3372 (:constant
:name
"PROGRESS" :type
"String" :value
"progress" :static t
)
3373 (:constant
:name
"SOCKET_DATA" :type
"String" :value
"socketData" :static t
)
3374 (:constructor
"ProgressEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("bytesLoaded" "uint") 0) (("bytesTotal" "uint") 0)) "*")
3375 (:method-get
"bytesLoaded" () "uint" )
3376 (:method-set
"bytesTotal" (("value" "uint")) "void" )
3377 (:method
"toString" () "String" :override t
)
3378 (:method-set
"bytesLoaded" (("value" "uint")) "void" )
3379 (:method-get
"bytesTotal" () "uint" )
3380 (:variable
:name
"m_bytesTotal" :namespace-type
:private
:type
"uint" )
3381 (:method
"clone" () "flash.events::Event" :override t
)
3382 (:variable
:name
"m_bytesLoaded" :namespace-type
:private
:type
"uint" )
3386 (:class
"flash.events::ContextMenuEvent" :extends
"flash.events::Event" :public t
3388 (:constant
:name
"MENU_ITEM_SELECT" :type
"String" :value
"menuItemSelect" :static t
)
3389 (:constant
:name
"MENU_SELECT" :type
"String" :value
"menuSelect" :static t
)
3390 (:constructor
"ContextMenuEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("mouseTarget" "flash.display::InteractiveObject") ("contextMenuOwner" "flash.display::InteractiveObject")) "*")
3391 (:variable
:name
"m_mouseTarget" :namespace-type
:private
:type
"flash.display::InteractiveObject" )
3392 (:method-get
"contextMenuOwner" () "flash.display::InteractiveObject" )
3393 (:method-set
"isMouseTargetInaccessible" (("value" "Boolean")) "void" )
3394 (:method-get
"isMouseTargetInaccessible" () "Boolean" )
3395 (:method-set
"mouseTarget" (("value" "flash.display::InteractiveObject")) "void" )
3396 (:method-set
"contextMenuOwner" (("value" "flash.display::InteractiveObject")) "void" )
3397 (:variable
:name
"m_isMouseTargetInaccessible" :namespace-type
:private
:type
"Boolean" )
3398 (:method-get
"mouseTarget" () "flash.display::InteractiveObject" )
3399 (:variable
:name
"m_contextMenuOwner" :namespace-type
:private
:type
"flash.display::InteractiveObject" )
3400 (:method
"toString" () "String" :override t
)
3401 (:method
"clone" () "flash.events::Event" :override t
)
3405 (:class
"flash.text::TextField" :extends
"flash.display::InteractiveObject" :public t
3407 (:variable
:name
"richTextFields" :namespace-type
:private
:type
"Array" :static t
)
3408 (:method
"isFontCompatible" (("fontName" "String") ("fontStyle" "String")) "Boolean" :native t
:static t
:final t
)
3409 (:constructor
"TextField" () "*")
3410 (:method-set
"alwaysShowSelection" (("value" "Boolean")) "void" :native t
)
3411 (:method
"replaceText" (("beginIndex" "int") ("endIndex" "int") ("newText" "String")) "void" :native t
)
3412 (:method-set
"sharpness" (("value" "Number")) "void" :native t
)
3413 (:method-get
"wordWrap" () "Boolean" :native t
)
3414 (:method
"setTextFormat" (("format" "flash.text::TextFormat") &optional
(("beginIndex" "int") -
1) (("endIndex" "int") -
1)) "void" :native t
)
3415 (:method
"getLineLength" (("lineIndex" "int")) "int" :native t
)
3416 (:method
"pasteRichText" (("richText" "String")) "Boolean" :namespace-type
:internal
)
3417 (:method-set
"gridFitType" (("gridFitType" "String")) "void" :native t
)
3418 (:method
"getTextRuns" (&optional
(("beginIndex" "int") 0) (("endIndex" "int") 2147483647)) "Array" :native t
)
3419 (:method-get
"caretIndex" () "int" :native t
)
3420 (:method-set
"wordWrap" (("value" "Boolean")) "void" :native t
)
3421 (:method-get
"borderColor" () "uint" :native t
)
3422 (:method-set
"condenseWhite" (("value" "Boolean")) "void" :native t
)
3423 (:method-get
"numLines" () "int" :native t
)
3424 (:method-get
"scrollH" () "int" :native t
)
3425 (:method
"getLineOffset" (("lineIndex" "int")) "int" :native t
)
3426 (:method-get
"maxScrollH" () "int" :native t
)
3427 (:method-set
"autoSize" (("value" "String")) "void" :native t
)
3428 (:method-get
"defaultTextFormat" () "flash.text::TextFormat" :native t
)
3429 (:method
"getImageReference" (("id" "String")) "flash.display::DisplayObject" :native t
)
3430 (:method-get
"textWidth" () "Number" :native t
)
3431 (:method-get
"scrollV" () "int" :native t
)
3432 (:method-set
"backgroundColor" (("value" "uint")) "void" :native t
)
3433 (:method-get
"embedFonts" () "Boolean" :native t
)
3434 (:method-get
"border" () "Boolean" :native t
)
3435 (:method-get
"multiline" () "Boolean" :native t
)
3436 (:method-get
"background" () "Boolean" :native t
)
3437 (:method-set
"maxChars" (("value" "int")) "void" :native t
)
3438 (:method-set
"selectable" (("value" "Boolean")) "void" :native t
)
3439 (:method-get
"maxScrollV" () "int" :native t
)
3440 (:method-set
"borderColor" (("value" "uint")) "void" :native t
)
3441 (:method-set
"displayAsPassword" (("value" "Boolean")) "void" :native t
)
3442 (:method
"getLineText" (("lineIndex" "int")) "String" :native t
)
3443 (:method
"getFirstCharInParagraph" (("charIndex" "int")) "int" :native t
)
3444 (:method-get
"mouseWheelEnabled" () "Boolean" :native t
)
3445 (:method-get
"textHeight" () "Number" :native t
)
3446 (:method-get
"restrict" () "String" :native t
)
3447 (:method-set
"scrollH" (("value" "int")) "void" :native t
)
3448 (:method
"copyRichText" () "String" :namespace-type
:internal
)
3449 (:method
"getRawText" () "String" :native t
)
3450 (:method-get
"alwaysShowSelection" () "Boolean" :native t
)
3451 (:method-get
"sharpness" () "Number" :native t
)
3452 (:method
"getCharBoundaries" (("charIndex" "int")) "flash.geom::Rectangle" :native t
)
3453 (:method-get
"gridFitType" () "String" :native t
)
3454 (:method-get
"styleSheet" () "flash.text::StyleSheet" :native t
)
3455 (:method-get
"useRichTextClipboard" () "Boolean" :native t
)
3456 (:method-get
"type" () "String" :native t
)
3457 (:method-set
"defaultTextFormat" (("format" "flash.text::TextFormat")) "void" :native t
)
3458 (:method
"replaceSelectedText" (("value" "String")) "void" :native t
)
3459 (:method-get
"condenseWhite" () "Boolean" :native t
)
3460 (:method
"getParagraphLength" (("charIndex" "int")) "int" :native t
)
3461 (:method-get
"textColor" () "uint" :native t
)
3462 (:method-get
"displayAsPassword" () "Boolean" :native t
)
3463 (:method-get
"autoSize" () "String" :native t
)
3464 (:method
"setSelection" (("beginIndex" "int") ("endIndex" "int")) "void" :native t
)
3465 (:method-set
"scrollV" (("value" "int")) "void" :native t
)
3466 (:method-set
"useRichTextClipboard" (("value" "Boolean")) "void" :native t
)
3467 (:method-get
"backgroundColor" () "uint" :native t
)
3468 (:method-get
"selectable" () "Boolean" :native t
)
3469 (:method-set
"antiAliasType" (("antiAliasType" "String")) "void" :native t
)
3470 (:method-set
"border" (("value" "Boolean")) "void" :native t
)
3471 (:method-get
"maxChars" () "int" :native t
)
3472 (:method-set
"multiline" (("value" "Boolean")) "void" :native t
)
3473 (:method
"getXMLText" (&optional
(("beginIndex" "int") 0) (("endIndex" "int") 2147483647)) "String" )
3474 (:method-set
"background" (("value" "Boolean")) "void" :native t
)
3475 (:method-set
"embedFonts" (("value" "Boolean")) "void" :native t
)
3476 (:method
"getCharIndexAtPoint" (("x" "Number") ("y" "Number")) "int" :native t
)
3477 (:method-set
"text" (("value" "String")) "void" :native t
)
3478 (:method-get
"selectionEndIndex" () "int" :native t
)
3479 (:method-get
"selectionBeginIndex" () "int" :native t
)
3480 (:method-set
"mouseWheelEnabled" (("value" "Boolean")) "void" :native t
)
3481 (:method-get
"length" () "int" :native t
)
3482 (:method
"appendText" (("newText" "String")) "void" )
3483 (:method-get
"antiAliasType" () "String" :native t
)
3484 (:method-set
"styleSheet" (("value" "flash.text::StyleSheet")) "void" :native t
)
3485 (:method-set
"textColor" (("value" "uint")) "void" :native t
)
3486 (:method-get
"selectedText" () "String" )
3487 (:method-set
"htmlText" (("value" "String")) "void" :native t
)
3488 (:method
"insertXMLText" (("beginIndex" "int") ("endIndex" "int") ("richText" "String") &optional
(("pasting" "Boolean") nil
#|| false||
# )) "void" )
3489 (:method-get
"text" () "String" :native t
)
3490 (:method-get
"thickness" () "Number" :native t
)
3491 (:method
"getLineIndexAtPoint" (("x" "Number") ("y" "Number")) "int" :native t
)
3492 (:method-set
"thickness" (("value" "Number")) "void" :native t
)
3493 (:method-get
"htmlText" () "String" :native t
)
3494 (:method
"getLineMetrics" (("lineIndex" "int")) "flash.text::TextLineMetrics" :native t
)
3495 (:method
"getTextFormat" (&optional
(("beginIndex" "int") -
1) (("endIndex" "int") -
1)) "flash.text::TextFormat" :native t
)
3496 (:method-set
"type" (("value" "String")) "void" :native t
)
3497 (:method
"getLineIndexOfChar" (("charIndex" "int")) "int" :native t
)
3498 (:method-get
"bottomScrollV" () "int" :native t
)
3499 (:method-set
"restrict" (("value" "String")) "void" :native t
)
3503 (:class
"flash.xml::XMLParser" :extends
"Object" :public t
:final t
3505 (:constructor
"XMLParser" () "*")
3506 (:method
"getNext" (("tag" "internal::flash.xml::XMLTag")) "int" :native t
)
3507 (:method
"startParse" (("source" "String") ("ignoreWhite" "Boolean")) "void" :native t
)
3511 (:class
"adobe.utils::XMLUI" :extends
"Object" :public t
:final t
3513 (:method
"accept" () "void" :native t
:static t
:final t
)
3514 (:method
"cancel" () "void" :native t
:static t
:final t
)
3515 (:method
"getProperty" (("name" "String")) "String" :native t
:static t
:final t
)
3516 (:method
"setProperty" (("name" "String") ("value" "String")) "void" :native t
:static t
:final t
)
3517 (:constructor
"XMLUI" () "*")
3521 (:class
"flash.ui::Mouse" :extends
"Object" :public t
:final t
3523 (:method
"hide" () "void" :native t
:static t
:final t
)
3524 (:method-set
"cursor" (("value" "String")) "void" :native t
:static t
:final t
)
3525 (:method
"show" () "void" :native t
:static t
:final t
)
3526 (:method-get
"cursor" () "String" :native t
:static t
:final t
)
3527 (:constructor
"Mouse" () "*")
3531 (:class
"flash.events::ActivityEvent" :extends
"flash.events::Event" :public t
3533 (:constant
:name
"ACTIVITY" :type
"String" :value
"activity" :static t
)
3534 (:constructor
"ActivityEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("activating" "Boolean") nil
#|| false||
# )) "*")
3535 (:method-get
"activating" () "Boolean" )
3536 (:variable
:name
"m_activating" :namespace-type
:private
:type
"Boolean" )
3537 (:method-set
"activating" (("value" "Boolean")) "void" )
3538 (:method
"toString" () "String" :override t
)
3539 (:method
"clone" () "flash.events::Event" :override t
)
3543 (:method
"MMEndCommand" (("endStatus" "Boolean") ("notifyString" "String")) "void" :native t
:uri
"adobe.utils" )
3544 (:method
"MMExecute" (("name" "String")) "String" :native t
:uri
"adobe.utils" )
3546 (:class
"flash.system::IME" :extends
"flash.events::EventDispatcher" :public t
:final t
3548 (:method
"setCompositionString" (("composition" "String")) "void" :native t
:static t
:final t
)
3549 (:method-get
"enabled" () "Boolean" :native t
:static t
:final t
)
3550 (:method-set
"conversionMode" (("mode" "String")) "void" :native t
:static t
:final t
)
3551 (:method-set
"constructOK" (("construct" "Boolean")) "void" :native t
:static t
:final t
)
3552 (:method
"doConversion" () "void" :native t
:static t
:final t
)
3553 (:method-get
"conversionMode" () "String" :native t
:static t
:final t
)
3554 (:method-set
"enabled" (("enabled" "Boolean")) "void" :native t
:static t
:final t
)
3555 (:constructor
"IME" () "*")
3559 (:class
"flash.net::ObjectEncoding" :extends
"Object" :public t
:final t
3561 (:constant
:name
"DEFAULT" :type
"uint" :value
3 :static t
)
3562 (:constant
:name
"AMF0" :type
"uint" :value
0 :static t
)
3563 (:method-get
"dynamicPropertyWriter" () "flash.net::IDynamicPropertyWriter" :native t
:static t
:final t
)
3564 (:constant
:name
"AMF3" :type
"uint" :value
3 :static t
)
3565 (:method-set
"dynamicPropertyWriter" (("object" "flash.net::IDynamicPropertyWriter")) "void" :native t
:static t
:final t
)
3566 (:constructor
"ObjectEncoding" () "*")
3570 (:class
"flash.text.engine::RenderingMode" :extends
"Object" :public t
:final t
3572 (:constant
:name
"CFF" :type
"String" :value
"cff" :static t
)
3573 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
3574 (:constructor
"RenderingMode" () "*")
3578 (:class
"flash.printing::PrintJobOptions" :extends
"Object" :public t
3580 (:constructor
"PrintJobOptions" (&optional
(("printAsBitmap" "Boolean") nil
#|| false||
# )) "*")
3581 (:variable
:name
"printAsBitmap" :type
"Boolean" :value nil
#|| false||
# )
3585 (:class
"flash.ui::MouseCursor" :extends
"Object" :public t
:final t
3587 (:constant
:name
"BUTTON" :type
"String" :value
"button" :static t
)
3588 (:constant
:name
"HAND" :type
"String" :value
"hand" :static t
)
3589 (:constant
:name
"IBEAM" :type
"String" :value
"ibeam" :static t
)
3590 (:constant
:name
"ARROW" :type
"String" :value
"arrow" :static t
)
3591 (:constant
:name
"AUTO" :type
"String" :value
"auto" :static t
)
3592 (:constructor
"MouseCursor" () "*")
3596 (:class
"flash.text.engine::TextLineCreationResult" :extends
"Object" :public t
:final t
3598 (:constant
:name
"EMERGENCY" :type
"String" :value
"emergency" :static t
)
3599 (:constant
:name
"SUCCESS" :type
"String" :value
"success" :static t
)
3600 (:constant
:name
"COMPLETE" :type
"String" :value
"complete" :static t
)
3601 (:constant
:name
"INSUFFICIENT_WIDTH" :type
"String" :value
"insufficientWidth" :static t
)
3602 (:constructor
"TextLineCreationResult" () "*")
3606 (:class
"flash.events::DataEvent" :extends
"flash.events::TextEvent" :public t
3608 (:constant
:name
"DATA" :type
"String" :value
"data" :static t
)
3609 (:constant
:name
"UPLOAD_COMPLETE_DATA" :type
"String" :value
"uploadCompleteData" :static t
)
3610 (:constructor
"DataEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("data" "String") "")) "*")
3611 (:method-get
"data" () "String" )
3612 (:method
"toString" () "String" :override t
)
3613 (:method
"clone" () "flash.events::Event" :override t
)
3614 (:method-set
"data" (("value" "String")) "void" )
3618 (:class
"flash.display::StageQuality" :extends
"Object" :public t
:final t
3620 (:constant
:name
"BEST" :type
"String" :value
"best" :static t
)
3621 (:constant
:name
"LOW" :type
"String" :value
"low" :static t
)
3622 (:constant
:name
"MEDIUM" :type
"String" :value
"medium" :static t
)
3623 (:constant
:name
"HIGH" :type
"String" :value
"high" :static t
)
3624 (:constructor
"StageQuality" () "*")
3628 (:class
"flash.net::XMLSocket" :extends
"flash.events::EventDispatcher" :public t
3630 (:constructor
"XMLSocket" (&optional
("host" "String") (("port" "int") 0)) "void")
3631 (:method-get
"timeout" () "int" )
3632 (:method-set
"timeout" (("value" "int")) "void" )
3633 (:variable
:name
"_rcvBuffer" :namespace-type
:private
:type
"flash.utils::ByteArray" )
3634 (:method
"send" ("object") "void" )
3635 (:method-get
"connected" () "Boolean" )
3636 (:method
"connect" (("host" "String") ("port" "int")) "void" )
3637 (:variable
:name
"_internalSocket" :namespace-type
:private
:type
"flash.net::Socket" )
3638 (:method
"scanAndSendEvent" (("e" "flash.events::ProgressEvent")) "void" :namespace-type
:private
)
3639 (:variable
:name
"_bytesInPacket" :namespace-type
:private
:type
"uint" )
3640 (:method
"reflectEvent" (("e" "flash.events::Event")) "void" :namespace-type
:private
)
3641 (:method
"close" () "void" )
3645 (:class
"flash.text.engine::TextBlock" :extends
"Object" :public t
:final t
3647 (:constructor
"TextBlock" (&optional
("content" "flash.text.engine::ContentElement") ("tabStops" "__AS3__.vec::Vector.<flash.text.engine::TabStop>") ("textJustifier" "flash.text.engine::TextJustifier") (("lineRotation" "String") "rotate0") (("baselineZero" "String") "roman") (("bidiLevel" "int") 0) (("applyNonLinearFontScaling" "Boolean") t
#|| true||
# ) ("baselineFontDescription" "flash.text.engine::FontDescription") (("baselineFontSize" "Number") 12)) "*")
3648 (:method-get
"textJustifier" () "flash.text.engine::TextJustifier" )
3649 (:method
"getTextLineAtCharIndex" (("charIndex" "int")) "flash.text.engine::TextLine" :native t
)
3650 (:method-get
"firstLine" () "flash.text.engine::TextLine" :native t
)
3651 (:method-set
"textJustifier" (("value" "flash.text.engine::TextJustifier")) "void" )
3652 (:method-get
"content" () "flash.text.engine::ContentElement" :native t
)
3653 (:method
"getTextJustifier" () "flash.text.engine::TextJustifier" :namespace-type
:private
:native t
)
3654 (:method
"findPreviousAtomBoundary" (("beforeCharIndex" "int")) "int" :native t
)
3655 (:method-get
"baselineZero" () "String" :native t
)
3656 (:method
"findNextAtomBoundary" (("afterCharIndex" "int")) "int" :native t
)
3657 (:method
"findNextWordBoundary" (("afterCharIndex" "int")) "int" :native t
)
3658 (:method-set
"baselineFontDescription" (("value" "flash.text.engine::FontDescription")) "void" :native t
)
3659 (:method-get
"lineRotation" () "String" :native t
)
3660 (:method
"findPreviousWordBoundary" (("beforeCharIndex" "int")) "int" :native t
)
3661 (:method-get
"applyNonLinearFontScaling" () "Boolean" :native t
)
3662 (:variable
:name
"userData" :type
"null" )
3663 (:method-get
"bidiLevel" () "int" :native t
)
3664 (:method
"getTabStops" () "__AS3__.vec::Vector.<flash.text.engine::TabStop>" :namespace-type
:private
:native t
)
3665 (:method-set
"baselineZero" (("value" "String")) "void" :native t
)
3666 (:method-get
"baselineFontSize" () "Number" :native t
)
3667 (:method
"createTextLine" (&optional
("previousLine" "flash.text.engine::TextLine") (("width" "Number") 1000000) (("lineOffset" "Number") 0) (("fitSomething" "Boolean") nil
#|| false||
# )) "flash.text.engine::TextLine" )
3668 (:method
"setTabStops" (("value" "__AS3__.vec::Vector.<flash.text.engine::TabStop>")) "void" :namespace-type
:private
:native t
)
3669 (:method-get
"tabStops" () "__AS3__.vec::Vector.<flash.text.engine::TabStop>" )
3670 (:method-set
"lineRotation" (("value" "String")) "void" :native t
)
3671 (:method-set
"applyNonLinearFontScaling" (("value" "Boolean")) "void" :native t
)
3672 (:method-get
"lastLine" () "flash.text.engine::TextLine" :native t
)
3673 (:method-get
"baselineFontDescription" () "flash.text.engine::FontDescription" :native t
)
3674 (:method-set
"bidiLevel" (("value" "int")) "void" :native t
)
3675 (:method-set
"baselineFontSize" (("value" "Number")) "void" :native t
)
3676 (:method-set
"content" (("value" "flash.text.engine::ContentElement")) "void" :native t
)
3677 (:method
"dump" () "String" :native t
)
3678 (:method
"DoCreateTextLine" (("previousLine" "flash.text.engine::TextLine") ("width" "Number") &optional
(("lineOffset" "Number") 0) (("fitSomething" "Boolean") nil
#|| false||
# )) "flash.text.engine::TextLine" :namespace-type
:private
:native t
)
3679 (:method-set
"tabStops" (("value" "__AS3__.vec::Vector.<flash.text.engine::TabStop>")) "void" )
3680 (:method-get
"firstInvalidLine" () "flash.text.engine::TextLine" :native t
)
3681 (:method-get
"textLineCreationResult" () "String" :native t
)
3682 (:method
"setTextJustifier" (("value" "flash.text.engine::TextJustifier")) "void" :namespace-type
:private
:native t
)
3683 (:method
"releaseLines" (("firstLine" "flash.text.engine::TextLine") ("lastLine" "flash.text.engine::TextLine")) "void" :native t
)
3687 (:class
"flash.accessibility::AccessibilityProperties" :extends
"Object" :public t
3689 (:constructor
"AccessibilityProperties" () "*")
3690 (:variable
:name
"shortcut" :type
"String" )
3691 (:variable
:name
"name" :type
"String" )
3692 (:variable
:name
"silent" :type
"Boolean" )
3693 (:variable
:name
"description" :type
"String" )
3694 (:variable
:name
"forceSimple" :type
"Boolean" )
3695 (:variable
:name
"noAutoLabeling" :type
"Boolean" )
3699 (:class
"flash.text.engine::FontPosture" :extends
"Object" :public t
:final t
3701 (:constant
:name
"ITALIC" :type
"String" :value
"italic" :static t
)
3702 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
3703 (:constructor
"FontPosture" () "*")
3707 (:class
"flash.display::GraphicsShaderFill" :extends
"Object" :implements
("GraphicsShaderFill.as$195::IGraphicsData" ) :public t
:final t
3709 (:constructor
"GraphicsShaderFill" (&optional
("shader" "flash.display::Shader") ("matrix" "flash.geom::Matrix")) "*")
3710 (:variable
:name
"matrix" :type
"flash.geom::Matrix" )
3711 (:variable
:name
"shader" :type
"flash.display::Shader" )
3715 (:class
"flash.net::URLLoader" :extends
"flash.events::EventDispatcher" :public t
3717 (:constructor
"URLLoader" (&optional
("request" "flash.net::URLRequest")) "*")
3718 (:variable
:name
"stream" :namespace-type
:private
:type
"flash.net::URLStream" )
3719 (:variable
:name
"dataFormat" :type
"String" :value
"text" )
3720 (:method
"load" (("request" "flash.net::URLRequest")) "void" )
3721 (:variable
:name
"data" :type
"null" )
3722 (:method
"onProgress" (("event" "flash.events::ProgressEvent")) "void" :namespace-type
:private
)
3723 (:variable
:name
"bytesLoaded" :type
"uint" :value
0 )
3724 (:method
"close" () "void" )
3725 (:variable
:name
"bytesTotal" :type
"uint" :value
0 )
3726 (:method
"redirectEvent" (("event" "flash.events::Event")) "void" :namespace-type
:private
)
3727 (:method
"onComplete" (("event" "flash.events::Event")) "void" :namespace-type
:private
)
3731 (:class
"flash.text.engine::GroupElement" :extends
"flash.text.engine::ContentElement" :public t
:final t
3733 (:constructor
"GroupElement" (&optional
("elements" "__AS3__.vec::Vector.<flash.text.engine::ContentElement>") ("elementFormat" "flash.text.engine::ElementFormat") ("eventMirror" "flash.events::EventDispatcher") (("textRotation" "String") "rotate0")) "*")
3734 (:method
"getElementAt" (("index" "int")) "flash.text.engine::ContentElement" :native t
)
3735 (:method
"getElementAtCharIndex" (("charIndex" "int")) "flash.text.engine::ContentElement" :native t
)
3736 (:method-get
"elementCount" () "int" :native t
)
3737 (:method
"getElementIndex" (("element" "flash.text.engine::ContentElement")) "int" )
3738 (:method
"splitTextElement" (("elementIndex" "int") ("splitIndex" "int")) "flash.text.engine::TextElement" :native t
)
3739 (:method
"groupElements" (("beginIndex" "int") ("endIndex" "int")) "flash.text.engine::GroupElement" :native t
)
3740 (:method
"setElements" (("value" "__AS3__.vec::Vector.<flash.text.engine::ContentElement>")) "void" :native t
)
3741 (:method
"replaceElements" (("beginIndex" "int") ("endIndex" "int") ("newElements" "__AS3__.vec::Vector.<flash.text.engine::ContentElement>")) "__AS3__.vec::Vector.<flash.text.engine::ContentElement>" :native t
)
3742 (:method
"mergeTextElements" (("beginIndex" "int") ("endIndex" "int")) "flash.text.engine::TextElement" :native t
)
3743 (:method
"ungroupElements" (("groupIndex" "int")) "void" :native t
)
3747 (:class
"flash.net::NetConnection" :extends
"flash.events::EventDispatcher" :public t
3749 (:constant
:name
"kAddHeader" :namespace-type
:private
:type
"uint" :value
3 :static t
)
3750 (:constant
:name
"kGetProtocol" :namespace-type
:private
:type
"uint" :value
6 :static t
)
3751 (:constant
:name
"kGetFarID" :namespace-type
:private
:type
"uint" :value
8 :static t
)
3752 (:constant
:name
"kCall" :namespace-type
:private
:type
"uint" :value
2 :static t
)
3753 (:constant
:name
"kGetConnectedProxyType" :namespace-type
:private
:type
"uint" :value
4 :static t
)
3754 (:constant
:name
"kGetNearNonce" :namespace-type
:private
:type
"uint" :value
9 :static t
)
3755 (:method-set
"defaultObjectEncoding" (("version" "uint")) "void" :native t
:static t
:final t
)
3756 (:constant
:name
"kGetNearID" :namespace-type
:private
:type
"uint" :value
7 :static t
)
3757 (:constant
:name
"kGetFarNonce" :namespace-type
:private
:type
"uint" :value
10 :static t
)
3758 (:constant
:name
"kGetUsingTLS" :namespace-type
:private
:type
"uint" :value
5 :static t
)
3759 (:method-get
"defaultObjectEncoding" () "uint" :native t
:static t
:final t
)
3760 (:constant
:name
"kClose" :namespace-type
:private
:type
"uint" :value
1 :static t
)
3761 (:constant
:name
"kConnect" :namespace-type
:private
:type
"uint" :value
0 :static t
)
3762 (:constructor
"NetConnection" () "*")
3763 (:method-get
"unconnectedPeerStreams" () "Array" :native t
)
3764 (:method-get
"nearID" () "String" :native t
)
3765 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
3766 (:method-set
"maxPeerConnections" (("maxPeers" "uint")) "void" :native t
)
3767 (:method-get
"protocol" () "String" :native t
)
3768 (:method-get
"proxyType" () "String" :native t
)
3769 (:method-get
"connected" () "Boolean" :native t
)
3770 (:method
"connect" (&rest
("command" "String")) "void" :native t
)
3771 (:method-get
"client" () "Object" :native t
)
3772 (:method-get
"uri" () "String" :native t
)
3773 (:method
"invokeWithArgsArray" (("index" "uint") ("args" "Array")) "*" :namespace-type
:private
:native t
)
3774 (:method
"addHeader" (("operation" "String") &optional
(("mustUnderstand" "Boolean") nil
#|| false||
# ) ("param" "Object")) "void" )
3775 (:method-get
"maxPeerConnections" () "uint" :native t
)
3776 (:method-set
"proxyType" (("ptype" "String")) "void" :native t
)
3777 (:method
"invoke" (&rest
("index" "uint")) "*" :namespace-type
:private
:native t
)
3778 (:method-get
"objectEncoding" () "uint" :native t
)
3779 (:method-get
"nearNonce" () "String" :native t
)
3780 (:method-set
"client" (("object" "Object")) "void" :native t
)
3781 (:method-get
"usingTLS" () "Boolean" :native t
)
3782 (:method
"close" () "void" )
3783 (:method-get
"farID" () "String" :native t
)
3784 (:method-get
"farNonce" () "String" :native t
)
3785 (:method
"call" (("command" "String") &rest
("responder" "flash.net::Responder")) "void" )
3786 (:method-get
"connectedProxyType" () "String" :native t
)
3790 (:class
"flash.display::DisplayObjectContainer" :extends
"flash.display::InteractiveObject" :public t
3792 (:constructor
"DisplayObjectContainer" () "*")
3793 (:method-get
"mouseChildren" () "Boolean" :native t
)
3794 (:method-get
"numChildren" () "int" :native t
)
3795 (:method
"contains" (("child" "flash.display::DisplayObject")) "Boolean" :native t
)
3796 (:method
"swapChildrenAt" (("index1" "int") ("index2" "int")) "void" :native t
)
3797 (:method
"getChildByName" (("name" "String")) "flash.display::DisplayObject" :native t
)
3798 (:method
"removeChildAt" (("index" "int")) "flash.display::DisplayObject" :native t
)
3799 (:method
"getChildIndex" (("child" "flash.display::DisplayObject")) "int" :native t
)
3800 (:method
"addChildAt" (("child" "flash.display::DisplayObject") ("index" "int")) "flash.display::DisplayObject" :native t
)
3801 (:method-set
"tabChildren" (("enable" "Boolean")) "void" :native t
)
3802 (:method-get
"textSnapshot" () "flash.text::TextSnapshot" :native t
)
3803 (:method
"swapChildren" (("child1" "flash.display::DisplayObject") ("child2" "flash.display::DisplayObject")) "void" :native t
)
3804 (:method-get
"tabChildren" () "Boolean" :native t
)
3805 (:method
"getObjectsUnderPoint" (("point" "flash.geom::Point")) "Array" :native t
)
3806 (:method-set
"mouseChildren" (("enable" "Boolean")) "void" :native t
)
3807 (:method
"removeChild" (("child" "flash.display::DisplayObject")) "flash.display::DisplayObject" :native t
)
3808 (:method
"getChildAt" (("index" "int")) "flash.display::DisplayObject" :native t
)
3809 (:method
"addChild" (("child" "flash.display::DisplayObject")) "flash.display::DisplayObject" :native t
)
3810 (:method
"areInaccessibleObjectsUnderPoint" (("point" "flash.geom::Point")) "Boolean" :native t
)
3811 (:method
"setChildIndex" (("child" "flash.display::DisplayObject") ("index" "int")) "void" :native t
)
3815 (:class
"flash.display::Sprite" :extends
"flash.display::DisplayObjectContainer" :public t
3817 (:constructor
"Sprite" () "*")
3818 (:method-get
"dropTarget" () "flash.display::DisplayObject" :native t
)
3819 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
)
3820 (:method
"constructChildren" () "void" :namespace-type
:private
:native t
)
3821 (:method-get
"hitArea" () "flash.display::Sprite" :native t
)
3822 (:method-set
"buttonMode" (("value" "Boolean")) "void" :native t
)
3823 (:method-get
"graphics" () "flash.display::Graphics" :native t
)
3824 (:method-get
"useHandCursor" () "Boolean" :native t
)
3825 (:method-set
"hitArea" (("value" "flash.display::Sprite")) "void" :native t
)
3826 (:method-get
"buttonMode" () "Boolean" :native t
)
3827 (:method
"stopDrag" () "void" :native t
)
3828 (:method-set
"useHandCursor" (("value" "Boolean")) "void" :native t
)
3829 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
)
3830 (:method
"startDrag" (&optional
(("lockCenter" "Boolean") nil
#|| false||
# ) ("bounds" "flash.geom::Rectangle")) "void" :native t
)
3834 (:class
"flash.display::MovieClip" :extends
"flash.display::Sprite" :public t
:dynamic t
3836 (:constructor
"MovieClip" () "*")
3837 (:method-get
"currentFrameLabel" () "String" :native t
)
3838 (:method
"prevFrame" () "void" :native t
)
3839 (:method
"stop" () "void" :native t
)
3840 (:method-get
"scenes" () "Array" :native t
)
3841 (:method
"gotoAndPlay" (("frame" "Object") &optional
("scene" "String")) "void" :native t
)
3842 (:method-set
"enabled" (("value" "Boolean")) "void" :native t
)
3843 (:method-get
"totalFrames" () "int" :native t
)
3844 (:method-get
"framesLoaded" () "int" :native t
)
3845 (:method-get
"enabled" () "Boolean" :native t
)
3846 (:method
"nextScene" () "void" :native t
)
3847 (:method-get
"currentFrame" () "int" :native t
)
3848 (:method-get
"currentScene" () "flash.display::Scene" :native t
)
3849 (:method
"gotoAndStop" (("frame" "Object") &optional
("scene" "String")) "void" :native t
)
3850 (:method
"addFrameScript" () "void" :native t
)
3851 (:method-set
"trackAsMenu" (("value" "Boolean")) "void" :native t
)
3852 (:method
"prevScene" () "void" :native t
)
3853 (:method
"nextFrame" () "void" :native t
)
3854 (:method
"play" () "void" :native t
)
3855 (:method-get
"trackAsMenu" () "Boolean" :native t
)
3856 (:method-get
"currentLabel" () "String" :native t
)
3857 (:method-get
"currentLabels" () "Array" )
3861 (:class
"flash.events::NetStatusEvent" :extends
"flash.events::Event" :public t
3863 (:constant
:name
"NET_STATUS" :type
"String" :value
"netStatus" :static t
)
3864 (:constructor
"NetStatusEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("info" "Object")) "*")
3865 (:variable
:name
"m_info" :namespace-type
:private
:type
"Object" )
3866 (:method-set
"info" (("value" "Object")) "void" )
3867 (:method
"toString" () "String" :override t
)
3868 (:method
"clone" () "flash.events::Event" :override t
)
3869 (:method-get
"info" () "Object" )
3873 (:class
"flash.text::GridFitType" :extends
"Object" :public t
:final t
3875 (:constant
:name
"SUBPIXEL" :type
"String" :value
"subpixel" :static t
)
3876 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
3877 (:constant
:name
"PIXEL" :type
"String" :value
"pixel" :static t
)
3878 (:constructor
"GridFitType" () "*")
3882 (:class
"flash.display::CapsStyle" :extends
"Object" :public t
:final t
3884 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
3885 (:constant
:name
"SQUARE" :type
"String" :value
"square" :static t
)
3886 (:constant
:name
"ROUND" :type
"String" :value
"round" :static t
)
3887 (:constructor
"CapsStyle" () "*")
3891 (:class
"flash.net::FileFilter" :extends
"Object" :public t
:final t
3893 (:constructor
"FileFilter" (("description" "String") ("extension" "String") &optional
("macType" "String")) "*")
3894 (:method-set
"macType" (("value" "String")) "void" :native t
)
3895 (:method-set
"description" (("value" "String")) "void" :native t
)
3896 (:method-get
"macType" () "String" :native t
)
3897 (:method-get
"description" () "String" :native t
)
3898 (:method-set
"extension" (("value" "String")) "void" :native t
)
3899 (:method-get
"extension" () "String" :native t
)
3903 (:class
"flash.text.engine::FontLookup" :extends
"Object" :public t
:final t
3905 (:constant
:name
"EMBEDDED_CFF" :type
"String" :value
"embeddedCFF" :static t
)
3906 (:constant
:name
"DEVICE" :type
"String" :value
"device" :static t
)
3907 (:constructor
"FontLookup" () "*")
3911 (:class
"flash.net::URLRequestHeader" :extends
"Object" :public t
:final t
3913 (:constructor
"URLRequestHeader" (&optional
(("name" "String") "") (("value" "String") "")) "*")
3914 (:variable
:name
"value" :type
"String" )
3915 (:variable
:name
"name" :type
"String" )
3919 (:class
"flash.text::TextDisplayMode" :extends
"Object" :public t
:final t
3921 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
3922 (:constant
:name
"CRT" :type
"String" :value
"crt" :static t
)
3923 (:constant
:name
"LCD" :type
"String" :value
"lcd" :static t
)
3924 (:constructor
"TextDisplayMode" () "*")
3928 (:class
"flash.text::CSMSettings" :extends
"Object" :public t
:final t
3930 (:constructor
"CSMSettings" (("fontSize" "Number") ("insideCutoff" "Number") ("outsideCutoff" "Number")) "*")
3931 (:variable
:name
"fontSize" :type
"Number" )
3932 (:variable
:name
"outsideCutoff" :type
"Number" )
3933 (:variable
:name
"insideCutoff" :type
"Number" )
3937 (:class
"flash.utils::Endian" :extends
"Object" :public t
:final t
3939 (:constant
:name
"BIG_ENDIAN" :type
"String" :value
"bigEndian" :static t
)
3940 (:constant
:name
"LITTLE_ENDIAN" :type
"String" :value
"littleEndian" :static t
)
3941 (:constructor
"Endian" () "*")
3945 (:class
"flash.text::FontType" :extends
"Object" :public t
:final t
3947 (:constant
:name
"DEVICE" :type
"String" :value
"device" :static t
)
3948 (:constant
:name
"EMBEDDED" :type
"String" :value
"embedded" :static t
)
3949 (:constant
:name
"EMBEDDED_CFF" :type
"String" :value
"embeddedCFF" :static t
)
3950 (:constructor
"FontType" () "*")
3954 (:class
"flash.display::SimpleButton" :extends
"flash.display::InteractiveObject" :public t
3956 (:constructor
"SimpleButton" (&optional
("upState" "flash.display::DisplayObject") ("overState" "flash.display::DisplayObject") ("downState" "flash.display::DisplayObject") ("hitTestState" "flash.display::DisplayObject")) "*")
3957 (:method-get
"enabled" () "Boolean" :native t
)
3958 (:method-set
"enabled" (("value" "Boolean")) "void" :native t
)
3959 (:method-get
"hitTestState" () "flash.display::DisplayObject" :native t
)
3960 (:method-set
"hitTestState" (("value" "flash.display::DisplayObject")) "void" :native t
)
3961 (:method
"_updateButton" () "void" :namespace-type
:private
:native t
)
3962 (:method-set
"upState" (("value" "flash.display::DisplayObject")) "void" :native t
)
3963 (:method-get
"downState" () "flash.display::DisplayObject" :native t
)
3964 (:method-set
"soundTransform" (("sndTransform" "flash.media::SoundTransform")) "void" :native t
)
3965 (:method-get
"soundTransform" () "flash.media::SoundTransform" :native t
)
3966 (:method-get
"upState" () "flash.display::DisplayObject" :native t
)
3967 (:method-set
"useHandCursor" (("value" "Boolean")) "void" :native t
)
3968 (:method-set
"overState" (("value" "flash.display::DisplayObject")) "void" :native t
)
3969 (:method-get
"useHandCursor" () "Boolean" :native t
)
3970 (:method-get
"trackAsMenu" () "Boolean" :native t
)
3971 (:method-get
"overState" () "flash.display::DisplayObject" :native t
)
3972 (:method-set
"downState" (("value" "flash.display::DisplayObject")) "void" :native t
)
3973 (:method-set
"trackAsMenu" (("value" "Boolean")) "void" :native t
)
3977 (:class
"flash.utils::Proxy" :extends
"Object" :public t
3979 (:constructor
"Proxy" () "*")
3980 (:method
"deleteProperty" ("name") "Boolean" :namespace-type
:public
)
3981 (:method
"isAttribute" ("name") "Boolean" :namespace-type
:public
:native t
)
3982 (:method
"callProperty" (&rest
"name") "*" :namespace-type
:public
)
3983 (:method
"nextNameIndex" (("index" "int")) "int" :namespace-type
:public
)
3984 (:method
"nextName" (("index" "int")) "String" :namespace-type
:public
)
3985 (:method
"getDescendants" ("name") "*" :namespace-type
:public
)
3986 (:method
"getProperty" ("name") "*" :namespace-type
:public
)
3987 (:method
"nextValue" (("index" "int")) "*" :namespace-type
:public
)
3988 (:method
"setProperty" ("name" "value") "void" :namespace-type
:public
)
3989 (:method
"hasProperty" ("name") "Boolean" :namespace-type
:public
)
3992 (:constant
:name
"flash_proxy" :type
"null" :value
"public::http://www.adobe.com/2006/actionscript/flash/proxy" )
3994 (:class
"flash.system::SecurityPanel" :extends
"Object" :public t
:final t
3996 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
3997 (:constant
:name
"CAMERA" :type
"String" :value
"camera" :static t
)
3998 (:constant
:name
"LOCAL_STORAGE" :type
"String" :value
"localStorage" :static t
)
3999 (:constant
:name
"PRIVACY" :type
"String" :value
"privacy" :static t
)
4000 (:constant
:name
"MICROPHONE" :type
"String" :value
"microphone" :static t
)
4001 (:constant
:name
"SETTINGS_MANAGER" :type
"String" :value
"settingsManager" :static t
)
4002 (:constant
:name
"DISPLAY" :type
"String" :value
"display" :static t
)
4003 (:constructor
"SecurityPanel" () "*")
4007 (:class
"flash.filters::GlowFilter" :extends
"flash.filters::BitmapFilter" :public t
:final t
4009 (:constructor
"GlowFilter" (&optional
(("color" "uint") 16711680) (("alpha" "Number") 1) (("blurX" "Number") 6) (("blurY" "Number") 6) (("strength" "Number") 2) (("quality" "int") 1) (("inner" "Boolean") nil
#|| false||
# ) (("knockout" "Boolean") nil
#|| false||
# )) "*")
4010 (:method-get
"strength" () "Number" :native t
)
4011 (:method-set
"blurX" (("value" "Number")) "void" :native t
)
4012 (:method-get
"color" () "uint" :native t
)
4013 (:method-set
"blurY" (("value" "Number")) "void" :native t
)
4014 (:method-set
"quality" (("value" "int")) "void" :native t
)
4015 (:method-set
"color" (("value" "uint")) "void" :native t
)
4016 (:method-set
"strength" (("value" "Number")) "void" :native t
)
4017 (:method-set
"inner" (("value" "Boolean")) "void" :native t
)
4018 (:method-get
"blurX" () "Number" :native t
)
4019 (:method-get
"blurY" () "Number" :native t
)
4020 (:method-set
"knockout" (("value" "Boolean")) "void" :native t
)
4021 (:method-get
"inner" () "Boolean" :native t
)
4022 (:method-get
"knockout" () "Boolean" :native t
)
4023 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
4024 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
4025 (:method-get
"alpha" () "Number" :native t
)
4026 (:method-get
"quality" () "int" :native t
)
4030 (:method
"enterDebugger" () "void" :native t
:uri
"flash.debugger" )
4032 (:class
"flash.net::URLVariables" :extends
"Object" :public t
:dynamic t
4034 (:constructor
"URLVariables" (&optional
("source" "String")) "*")
4035 (:method
"_unescape" (("value" "String")) "String" :namespace-type
:private
)
4036 (:method
"toString" () "String" )
4037 (:method
"decode" (("source" "String")) "void" )
4041 (:class
"flash.events::FullScreenEvent" :extends
"flash.events::ActivityEvent" :public t
4043 (:constant
:name
"FULL_SCREEN" :type
"String" :value
"fullScreen" :static t
)
4044 (:constructor
"FullScreenEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("fullScreen" "Boolean") nil
#|| false||
# )) "*")
4045 (:variable
:name
"m_fullScreen" :namespace-type
:private
:type
"Boolean" )
4046 (:method-get
"fullScreen" () "Boolean" )
4047 (:method
"toString" () "String" :override t
)
4048 (:method
"clone" () "flash.events::Event" :override t
)
4052 (:class
"flash.net::NetStreamPlayTransitions" :extends
"Object" :public t
4054 (:constant
:name
"SWAP" :type
"null" :value
"swap" :static t
)
4055 (:constant
:name
"SWITCH" :type
"null" :value
"switch" :static t
)
4056 (:constant
:name
"STOP" :type
"null" :value
"stop" :static t
)
4057 (:constant
:name
"APPEND" :type
"null" :value
"append" :static t
)
4058 (:constant
:name
"RESET" :type
"null" :value
"reset" :static t
)
4059 (:constructor
"NetStreamPlayTransitions" () "*")
4063 (:class
"flash.text.engine::DigitCase" :extends
"Object" :public t
:final t
4065 (:constant
:name
"LINING" :type
"String" :value
"lining" :static t
)
4066 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
4067 (:constant
:name
"OLD_STYLE" :type
"String" :value
"oldStyle" :static t
)
4068 (:constructor
"DigitCase" () "*")
4072 (:class
"flash.media::SoundLoaderContext" :extends
"Object" :public t
4074 (:constructor
"SoundLoaderContext" (&optional
(("bufferTime" "Number") 1000) (("checkPolicyFile" "Boolean") nil
#|| false||
# )) "*")
4075 (:variable
:name
"bufferTime" :type
"Number" :value
1000 )
4076 (:variable
:name
"checkPolicyFile" :type
"Boolean" :value nil
#|| false||
# )
4080 (:class
"flash.net::FileReferenceList" :extends
"flash.events::EventDispatcher" :public t
4082 (:constructor
"FileReferenceList" () "*")
4083 (:method
"browse" (&optional
("typeFilter" "Array")) "Boolean" :native t
)
4084 (:method-get
"fileList" () "Array" :native t
)
4088 (:class
"flash.events::ShaderEvent" :extends
"flash.events::Event" :public t
4090 (:constant
:name
"COMPLETE" :type
"String" :value
"complete" :static t
)
4091 (:constructor
"ShaderEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("bitmap" "flash.display::BitmapData") ("array" "flash.utils::ByteArray") ("vector" "__AS3__.vec::Vector.<Number>")) "*")
4092 (:method-set
"byteArray" (("bArray" "flash.utils::ByteArray")) "*" )
4093 (:method-get
"vector" () "__AS3__.vec::Vector.<Number>" )
4094 (:method-set
"vector" (("v" "__AS3__.vec::Vector.<Number>")) "*" )
4095 (:variable
:name
"m_bitmapData" :namespace-type
:private
:type
"flash.display::BitmapData" )
4096 (:method
"toString" () "String" :override t
)
4097 (:method-get
"byteArray" () "flash.utils::ByteArray" )
4098 (:method-set
"bitmapData" (("bmpData" "flash.display::BitmapData")) "*" )
4099 (:variable
:name
"m_vector" :namespace-type
:private
:type
"__AS3__.vec::Vector.<Number>" )
4100 (:method-get
"bitmapData" () "flash.display::BitmapData" )
4101 (:method
"clone" () "flash.events::Event" :override t
)
4102 (:variable
:name
"m_byteArray" :namespace-type
:private
:type
"flash.utils::ByteArray" )
4106 (:class
"flash.text.engine::TextLineMirrorRegion" :extends
"Object" :public t
:final t
4108 (:constructor
"TextLineMirrorRegion" () "*")
4109 (:method-get
"textLine" () "flash.text.engine::TextLine" :native t
)
4110 (:method-get
"bounds" () "flash.geom::Rectangle" :native t
)
4111 (:method-get
"nextRegion" () "flash.text.engine::TextLineMirrorRegion" :native t
)
4112 (:method-get
"previousRegion" () "flash.text.engine::TextLineMirrorRegion" :native t
)
4113 (:method-get
"element" () "flash.text.engine::ContentElement" :native t
)
4114 (:method-get
"mirror" () "flash.events::EventDispatcher" :native t
)
4118 (:class
"flash.filters::BitmapFilterQuality" :extends
"Object" :public t
:final t
4120 (:constant
:name
"LOW" :type
"int" :value
1 :static t
)
4121 (:constant
:name
"MEDIUM" :type
"int" :value
2 :static t
)
4122 (:constant
:name
"HIGH" :type
"int" :value
3 :static t
)
4123 (:constructor
"BitmapFilterQuality" () "*")
4127 (:class
"flash.text::TextFormat" :extends
"Object" :public t
4129 (:constructor
"TextFormat" (&optional
("font" "String") ("size" "Object") ("color" "Object") ("bold" "Object") ("italic" "Object") ("underline" "Object") ("url" "String") ("target" "String") ("align" "String") ("leftMargin" "Object") ("rightMargin" "Object") ("indent" "Object") ("leading" "Object")) "*")
4130 (:method-get
"size" () "Object" :native t
)
4131 (:method-get
"bullet" () "Object" :native t
)
4132 (:method-set
"bullet" (("value" "Object")) "void" :native t
)
4133 (:method-get
"align" () "String" :native t
)
4134 (:method-set
"color" (("value" "Object")) "void" :native t
)
4135 (:method-get
"display" () "String" :native t
)
4136 (:method-set
"bold" (("value" "Object")) "void" :native t
)
4137 (:method-set
"display" (("value" "String")) "void" :native t
)
4138 (:method-get
"bold" () "Object" :native t
)
4139 (:method-get
"leading" () "Object" :native t
)
4140 (:method-get
"font" () "String" :native t
)
4141 (:method-set
"align" (("value" "String")) "void" :native t
)
4142 (:method-set
"leading" (("value" "Object")) "void" :native t
)
4143 (:method-set
"rightMargin" (("value" "Object")) "void" :native t
)
4144 (:method-get
"leftMargin" () "Object" :native t
)
4145 (:method-set
"indent" (("value" "Object")) "void" :native t
)
4146 (:method-get
"blockIndent" () "Object" :native t
)
4147 (:method-set
"size" (("value" "Object")) "void" :native t
)
4148 (:method-get
"kerning" () "Object" :native t
)
4149 (:method-get
"tabStops" () "Array" :native t
)
4150 (:method-set
"font" (("value" "String")) "void" :native t
)
4151 (:method-set
"kerning" (("value" "Object")) "void" :native t
)
4152 (:method-set
"italic" (("value" "Object")) "void" :native t
)
4153 (:method-set
"target" (("value" "String")) "void" :native t
)
4154 (:method-get
"color" () "Object" :native t
)
4155 (:method-get
"underline" () "Object" :native t
)
4156 (:method-set
"url" (("value" "String")) "void" :native t
)
4157 (:method-set
"underline" (("value" "Object")) "void" :native t
)
4158 (:method-get
"target" () "String" :native t
)
4159 (:method-set
"leftMargin" (("value" "Object")) "void" :native t
)
4160 (:method-get
"indent" () "Object" :native t
)
4161 (:method-get
"url" () "String" :native t
)
4162 (:method-get
"italic" () "Object" :native t
)
4163 (:method-get
"rightMargin" () "Object" :native t
)
4164 (:method-set
"blockIndent" (("value" "Object")) "void" :native t
)
4165 (:method-set
"tabStops" (("value" "Array")) "void" :native t
)
4166 (:method-set
"letterSpacing" (("value" "Object")) "void" :native t
)
4167 (:method-get
"letterSpacing" () "Object" :native t
)
4171 (:class
"flash.display::Graphics" :extends
"Object" :public t
:final t
4173 (:constructor
"Graphics" () "*")
4174 (:method
"drawTriangles" (("vertices" "__AS3__.vec::Vector.<Number>") &optional
("indices" "__AS3__.vec::Vector.<int>") ("uvtData" "__AS3__.vec::Vector.<Number>") (("culling" "String") "none")) "void" :native t
)
4175 (:method
"drawRect" (("x" "Number") ("y" "Number") ("width" "Number") ("height" "Number")) "void" :native t
)
4176 (:method
"drawPath" (("commands" "__AS3__.vec::Vector.<int>") ("data" "__AS3__.vec::Vector.<Number>") &optional
(("winding" "String") "evenOdd")) "void" :native t
)
4177 (:method
"curveTo" (("controlX" "Number") ("controlY" "Number") ("anchorX" "Number") ("anchorY" "Number")) "void" :native t
)
4178 (:method
"beginFill" (("color" "uint") &optional
(("alpha" "Number") 1)) "void" :native t
)
4179 (:method
"clear" () "void" :native t
)
4180 (:method
"lineTo" (("x" "Number") ("y" "Number")) "void" :native t
)
4181 (:method
"beginShaderFill" (("shader" "flash.display::Shader") &optional
("matrix" "flash.geom::Matrix")) "void" :native t
)
4182 (:method
"lineGradientStyle" (("type" "String") ("colors" "Array") ("alphas" "Array") ("ratios" "Array") &optional
("matrix" "flash.geom::Matrix") (("spreadMethod" "String") "pad") (("interpolationMethod" "String") "rgb") (("focalPointRatio" "Number") 0)) "void" :native t
)
4183 (:method
"beginBitmapFill" (("bitmap" "flash.display::BitmapData") &optional
("matrix" "flash.geom::Matrix") (("repeat" "Boolean") t
#|| true||
# ) (("smooth" "Boolean") nil
#|| false||
# )) "void" :native t
)
4184 (:method
"beginGradientFill" (("type" "String") ("colors" "Array") ("alphas" "Array") ("ratios" "Array") &optional
("matrix" "flash.geom::Matrix") (("spreadMethod" "String") "pad") (("interpolationMethod" "String") "rgb") (("focalPointRatio" "Number") 0)) "void" :native t
)
4185 (:method
"lineStyle" (&optional
("thickness" "Number") (("color" "uint") 0) (("alpha" "Number") 1) (("pixelHinting" "Boolean") nil
#|| false||
# ) (("scaleMode" "String") "normal") ("caps" "String") ("joints" "String") (("miterLimit" "Number") 3)) "void" :native t
)
4186 (:method
"beginStrokeObject" (("istroke" "flash.display::IGraphicsStroke")) "void" :namespace-type
:private
)
4187 (:method
"drawRoundRectComplex" (("x" "Number") ("y" "Number") ("width" "Number") ("height" "Number") ("topLeftRadius" "Number") ("topRightRadius" "Number") ("bottomLeftRadius" "Number") ("bottomRightRadius" "Number")) "void" :native t
)
4188 (:method
"drawPathObject" (("path" "flash.display::IGraphicsPath")) "void" :namespace-type
:private
)
4189 (:method
"beginFillObject" (("fill" "flash.display::IGraphicsFill")) "void" :namespace-type
:private
)
4190 (:method
"moveTo" (("x" "Number") ("y" "Number")) "void" :native t
)
4191 (:method
"drawRoundRect" (("x" "Number") ("y" "Number") ("width" "Number") ("height" "Number") ("ellipseWidth" "Number") &optional
("ellipseHeight" "Number")) "void" :native t
)
4192 (:method
"drawCircle" (("x" "Number") ("y" "Number") ("radius" "Number")) "void" )
4193 (:method
"lineBitmapStyle" (("bitmap" "flash.display::BitmapData") &optional
("matrix" "flash.geom::Matrix") (("repeat" "Boolean") t
#|| true||
# ) (("smooth" "Boolean") nil
#|| false||
# )) "void" :native t
)
4194 (:method
"lineShaderStyle" (("shader" "flash.display::Shader") &optional
("matrix" "flash.geom::Matrix")) "void" :native t
)
4195 (:method
"drawGraphicsData" (("graphicsData" "__AS3__.vec::Vector.<flash.display::IGraphicsData>")) "void" )
4196 (:method
"drawEllipse" (("x" "Number") ("y" "Number") ("width" "Number") ("height" "Number")) "void" )
4197 (:method
"endFill" () "void" :native t
)
4198 (:method
"copyFrom" (("sourceGraphics" "flash.display::Graphics")) "void" :native t
)
4202 (:class
"flash.events::TimerEvent" :extends
"flash.events::Event" :public t
4204 (:constant
:name
"TIMER_COMPLETE" :type
"String" :value
"timerComplete" :static t
)
4205 (:constant
:name
"TIMER" :type
"String" :value
"timer" :static t
)
4206 (:constructor
"TimerEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# )) "*")
4207 (:method
"toString" () "String" :override t
)
4208 (:method
"clone" () "flash.events::Event" :override t
)
4209 (:method
"updateAfterEvent" () "void" :native t
)
4213 (:class
"flash.utils::ObjectOutput" :extends
"Object" :implements
("IDataOutput") :public t
4215 (:constructor
"ObjectOutput" () "*")
4216 (:method
"writeMultiByte" (("value" "String") ("charSet" "String")) "void" :native t
)
4217 (:method
"writeUTFBytes" (("value" "String")) "void" :native t
)
4218 (:method
"writeObject" ("object") "void" :native t
)
4219 (:method
"writeBoolean" (("value" "Boolean")) "void" :native t
)
4220 (:method
"writeBytes" (("bytes" "flash.utils::ByteArray") &optional
(("offset" "uint") 0) (("length" "uint") 0)) "void" :native t
)
4221 (:method
"writeByte" (("value" "int")) "void" :native t
)
4222 (:method
"writeUTF" (("value" "String")) "void" :native t
)
4223 (:method
"writeDouble" (("value" "Number")) "void" :native t
)
4224 (:method
"writeUnsignedInt" (("value" "uint")) "void" :native t
)
4225 (:method
"writeShort" (("value" "int")) "void" :native t
)
4226 (:method
"writeInt" (("value" "int")) "void" :native t
)
4227 (:method-get
"endian" () "String" :native t
)
4228 (:method-set
"objectEncoding" (("version" "uint")) "void" :native t
)
4229 (:method-get
"objectEncoding" () "uint" :native t
)
4230 (:method-set
"endian" (("type" "String")) "void" :native t
)
4231 (:method
"writeFloat" (("value" "Number")) "void" :native t
)
4235 (:interface
"flash.utils::IExternalizable" :public t
4237 (:constructor
"IExternalizable" () "*")
4238 (:method
"readExternal" (("input" "flash.utils::IDataInput")) "void" :namespace-type
:public
)
4239 (:method
"writeExternal" (("output" "flash.utils::IDataOutput")) "void" :namespace-type
:public
)
4243 (:class
"flash.media::Sound" :extends
"flash.events::EventDispatcher" :public t
4245 (:constructor
"Sound" (&optional
("stream" "flash.net::URLRequest") ("context" "flash.media::SoundLoaderContext")) "*")
4246 (:method
"extract" (("target" "flash.utils::ByteArray") ("length" "Number") &optional
(("startPosition" "Number") -
1)) "Number" :native t
)
4247 (:method
"_load" (("stream" "flash.net::URLRequest") ("checkPolicyFile" "Boolean") ("bufferTime" "Number")) "void" :namespace-type
:private
:native t
)
4248 (:method
"load" (("stream" "flash.net::URLRequest") &optional
("context" "flash.media::SoundLoaderContext")) "void" )
4249 (:method
"close" () "void" :native t
)
4250 (:method
"_buildLoaderContext" (("context" "flash.media::SoundLoaderContext")) "flash.media::SoundLoaderContext" :namespace-type
:private
)
4251 (:method-get
"url" () "String" :native t
)
4252 (:method-get
"bytesLoaded" () "uint" :native t
)
4253 (:method
"play" (&optional
(("startTime" "Number") 0) (("loops" "int") 0) ("sndTransform" "flash.media::SoundTransform")) "flash.media::SoundChannel" :native t
)
4254 (:method-get
"length" () "Number" :native t
)
4255 (:method-get
"id3" () "flash.media::ID3Info" :native t
)
4256 (:method-get
"bytesTotal" () "int" :native t
)
4257 (:method-get
"isBuffering" () "Boolean" :native t
)
4261 (:class
"flash.text::StyleSheet" :extends
"flash.events::EventDispatcher" :public t
:dynamic t
4263 (:constructor
"StyleSheet" () "*")
4264 (:method
"_update" () "void" :namespace-type
:private
:native t
)
4265 (:method-get
"_styles" () "Object" :namespace-type
:private
:native t
)
4266 (:method-set
"_styles" (("styles" "Object")) "void" :namespace-type
:private
:native t
)
4267 (:variable
:name
"_css" :namespace-type
:private
:type
"Object" )
4268 (:method
"_parseCSSFontFamily" (("fontFamily" "String")) "String" :namespace-type
:private
:native t
)
4269 (:method
"transform" (("formatObject" "Object")) "flash.text::TextFormat" )
4270 (:method
"clear" () "void" )
4271 (:method
"_parseCSSInternal" (("cssText" "String")) "Object" :namespace-type
:private
:native t
)
4272 (:method
"setStyle" (("styleName" "String") ("styleObject" "Object")) "void" )
4273 (:method
"parseCSS" (("CSSText" "String")) "void" )
4274 (:method
"_copy" (("o" "Object")) "Object" :namespace-type
:private
)
4275 (:method
"_parseColor" (("color" "String")) "uint" :namespace-type
:private
:native t
)
4276 (:method-get
"styleNames" () "Array" )
4277 (:method
"doTransform" (("n" "String")) "void" :namespace-type
:private
)
4278 (:method
"getStyle" (("styleName" "String")) "Object" )
4282 (:class
"flash.text.engine::LineJustification" :extends
"Object" :public t
:final t
4284 (:constant
:name
"ALL_BUT_LAST" :type
"String" :value
"allButLast" :static t
)
4285 (:constant
:name
"UNJUSTIFIED" :type
"String" :value
"unjustified" :static t
)
4286 (:constant
:name
"ALL_INCLUDING_LAST" :type
"String" :value
"allIncludingLast" :static t
)
4287 (:constructor
"LineJustification" () "*")
4291 (:class
"flash.text.engine::TextLineValidity" :extends
"Object" :public t
:final t
4293 (:constant
:name
"STATIC" :type
"String" :value
"static" :static t
)
4294 (:constant
:name
"INVALID" :type
"String" :value
"invalid" :static t
)
4295 (:constant
:name
"VALID" :type
"String" :value
"valid" :static t
)
4296 (:constant
:name
"POSSIBLY_INVALID" :type
"String" :value
"possiblyInvalid" :static t
)
4297 (:constructor
"TextLineValidity" () "*")
4301 (:class
"flash.display::Loader" :extends
"flash.display::DisplayObjectContainer" :public t
4303 (:constructor
"Loader" () "*")
4304 (:method-get
"contentLoaderInfo" () "flash.display::LoaderInfo" :native t
)
4305 (:method
"_load" (("request" "flash.net::URLRequest") ("checkPolicyFile" "Boolean") ("applicationDomain" "flash.system::ApplicationDomain") ("securityDomain" "flash.system::SecurityDomain") ("deblockingFilter" "Number")) "void" :namespace-type
:private
:native t
)
4306 (:method
"load" (("request" "flash.net::URLRequest") &optional
("context" "flash.system::LoaderContext")) "void" )
4307 (:method
"removeChild" (("child" "flash.display::DisplayObject")) "flash.display::DisplayObject" :override t
)
4308 (:method
"_getJPEGLoaderContextdeblockingfilter" (("context" "Object")) "Number" :namespace-type
:private
:native t
)
4309 (:method
"loadBytes" (("bytes" "flash.utils::ByteArray") &optional
("context" "flash.system::LoaderContext")) "void" )
4310 (:method
"_buildLoaderContext" (("context" "flash.system::LoaderContext")) "flash.system::LoaderContext" :namespace-type
:private
)
4311 (:method
"addChildAt" (("child" "flash.display::DisplayObject") ("index" "int")) "flash.display::DisplayObject" :override t
)
4312 (:method
"setChildIndex" (("child" "flash.display::DisplayObject") ("index" "int")) "void" :override t
)
4313 (:method
"removeChildAt" (("index" "int")) "flash.display::DisplayObject" :override t
)
4314 (:method
"_loadBytes" (("bytes" "flash.utils::ByteArray") ("checkPolicyFile" "Boolean") ("applicationDomain" "flash.system::ApplicationDomain") ("securityDomain" "flash.system::SecurityDomain") ("deblockingFilter" "Number")) "void" :namespace-type
:private
:native t
)
4315 (:method
"close" () "void" :native t
)
4316 (:method-get
"content" () "flash.display::DisplayObject" :native t
)
4317 (:method
"unloadAndStop" (&optional
(("gc" "Boolean") t
#|| true||
# )) "void" )
4318 (:method
"addChild" (("child" "flash.display::DisplayObject")) "flash.display::DisplayObject" :override t
)
4319 (:method
"_unload" (("halt" "Boolean") ("gc" "Boolean")) "void" :namespace-type
:private
:native t
)
4320 (:method
"unload" () "void" )
4324 (:class
"flash.display::BlendMode" :extends
"Object" :public t
:final t
4326 (:constant
:name
"ADD" :type
"String" :value
"add" :static t
)
4327 (:constant
:name
"ERASE" :type
"String" :value
"erase" :static t
)
4328 (:constant
:name
"ALPHA" :type
"String" :value
"alpha" :static t
)
4329 (:constant
:name
"SUBTRACT" :type
"String" :value
"subtract" :static t
)
4330 (:constant
:name
"INVERT" :type
"String" :value
"invert" :static t
)
4331 (:constant
:name
"LIGHTEN" :type
"String" :value
"lighten" :static t
)
4332 (:constant
:name
"MULTIPLY" :type
"String" :value
"multiply" :static t
)
4333 (:constant
:name
"SHADER" :type
"String" :value
"shader" :static t
)
4334 (:constant
:name
"DARKEN" :type
"String" :value
"darken" :static t
)
4335 (:constant
:name
"NORMAL" :type
"String" :value
"normal" :static t
)
4336 (:constant
:name
"HARDLIGHT" :type
"String" :value
"hardlight" :static t
)
4337 (:constant
:name
"SCREEN" :type
"String" :value
"screen" :static t
)
4338 (:constant
:name
"OVERLAY" :type
"String" :value
"overlay" :static t
)
4339 (:constant
:name
"LAYER" :type
"String" :value
"layer" :static t
)
4340 (:constant
:name
"DIFFERENCE" :type
"String" :value
"difference" :static t
)
4341 (:constructor
"BlendMode" () "*")
4345 (:class
"flash.geom::Point" :extends
"Object" :public t
4347 (:method
"interpolate" (("pt1" "flash.geom::Point") ("pt2" "flash.geom::Point") ("f" "Number")) "flash.geom::Point" :static t
:final t
)
4348 (:method
"distance" (("pt1" "flash.geom::Point") ("pt2" "flash.geom::Point")) "Number" :static t
:final t
)
4349 (:method
"polar" (("len" "Number") ("angle" "Number")) "flash.geom::Point" :static t
:final t
)
4350 (:constructor
"Point" (&optional
(("x" "Number") 0) (("y" "Number") 0)) "*")
4351 (:method
"add" (("v" "flash.geom::Point")) "flash.geom::Point" )
4352 (:method-get
"length" () "Number" )
4353 (:method
"toString" () "String" )
4354 (:method
"normalize" (("thickness" "Number")) "void" )
4355 (:method
"subtract" (("v" "flash.geom::Point")) "flash.geom::Point" )
4356 (:variable
:name
"x" :type
"Number" )
4357 (:variable
:name
"y" :type
"Number" )
4358 (:method
"offset" (("dx" "Number") ("dy" "Number")) "void" )
4359 (:method
"clone" () "flash.geom::Point" )
4360 (:method
"equals" (("toCompare" "flash.geom::Point")) "Boolean" )
4364 (:class
"flash.system::LoaderContext" :extends
"Object" :public t
4366 (:constructor
"LoaderContext" (&optional
(("checkPolicyFile" "Boolean") nil
#|| false||
# ) ("applicationDomain" "flash.system::ApplicationDomain") ("securityDomain" "flash.system::SecurityDomain")) "*")
4367 (:variable
:name
"applicationDomain" :type
"flash.system::ApplicationDomain" :value
:null
#|| null||
# )
4368 (:variable
:name
"checkPolicyFile" :type
"Boolean" :value nil
#|| false||
# )
4369 (:variable
:name
"securityDomain" :type
"flash.system::SecurityDomain" :value
:null
#|| null||
# )
4373 (:class
"flash.system::JPEGLoaderContext" :extends
"flash.system::LoaderContext" :public t
4375 (:constructor
"JPEGLoaderContext" (&optional
(("deblockingFilter" "Number") 0) (("checkPolicyFile" "Boolean") nil
#|| false||
# ) ("applicationDomain" "flash.system::ApplicationDomain") ("securityDomain" "flash.system::SecurityDomain")) "*")
4376 (:variable
:name
"deblockingFilter" :type
"Number" :value
0 )
4380 (:class
"flash.events::MouseEvent" :extends
"flash.events::Event" :public t
4382 (:constant
:name
"MOUSE_WHEEL" :type
"String" :value
"mouseWheel" :static t
)
4383 (:constant
:name
"MOUSE_MOVE" :type
"String" :value
"mouseMove" :static t
)
4384 (:constant
:name
"ROLL_OUT" :type
"String" :value
"rollOut" :static t
)
4385 (:constant
:name
"MOUSE_OVER" :type
"String" :value
"mouseOver" :static t
)
4386 (:constant
:name
"CLICK" :type
"String" :value
"click" :static t
)
4387 (:constant
:name
"MOUSE_OUT" :type
"String" :value
"mouseOut" :static t
)
4388 (:constant
:name
"MOUSE_UP" :type
"String" :value
"mouseUp" :static t
)
4389 (:constant
:name
"DOUBLE_CLICK" :type
"String" :value
"doubleClick" :static t
)
4390 (:constant
:name
"MOUSE_DOWN" :type
"String" :value
"mouseDown" :static t
)
4391 (:constant
:name
"ROLL_OVER" :type
"String" :value
"rollOver" :static t
)
4392 (:constructor
"MouseEvent" (("type" "String") &optional
(("bubbles" "Boolean") t
#|| true||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) ("localX" "Number") ("localY" "Number") ("relatedObject" "flash.display::InteractiveObject") (("ctrlKey" "Boolean") nil
#|| false||
# ) (("altKey" "Boolean") nil
#|| false||
# ) (("shiftKey" "Boolean") nil
#|| false||
# ) (("buttonDown" "Boolean") nil
#|| false||
# ) (("delta" "int") 0)) "*")
4393 (:method-get
"isRelatedObjectInaccessible" () "Boolean" )
4394 (:method-get
"buttonDown" () "Boolean" )
4395 (:method-set
"isRelatedObjectInaccessible" (("value" "Boolean")) "void" )
4396 (:variable
:name
"m_buttonDown" :namespace-type
:private
:type
"Boolean" )
4397 (:method
"updateAfterEvent" () "void" :native t
)
4398 (:variable
:name
"m_altKey" :namespace-type
:private
:type
"Boolean" )
4399 (:method-get
"relatedObject" () "flash.display::InteractiveObject" )
4400 (:method-get
"localX" () "Number" :native t
)
4401 (:method-get
"localY" () "Number" :native t
)
4402 (:variable
:name
"m_shiftKey" :namespace-type
:private
:type
"Boolean" )
4403 (:method
"getStageY" () "Number" :namespace-type
:private
:native t
)
4404 (:method-set
"relatedObject" (("value" "flash.display::InteractiveObject")) "void" )
4405 (:method
"getStageX" () "Number" :namespace-type
:private
:native t
)
4406 (:method-set
"localX" (("value" "Number")) "void" :native t
)
4407 (:method-get
"stageY" () "Number" )
4408 (:method-set
"localY" (("value" "Number")) "void" :native t
)
4409 (:method
"clone" () "flash.events::Event" :override t
)
4410 (:method-get
"stageX" () "Number" )
4411 (:variable
:name
"m_ctrlKey" :namespace-type
:private
:type
"Boolean" )
4412 (:variable
:name
"m_delta" :namespace-type
:private
:type
"int" )
4413 (:method-set
"ctrlKey" (("value" "Boolean")) "void" )
4414 (:variable
:name
"m_isRelatedObjectInaccessible" :namespace-type
:private
:type
"Boolean" )
4415 (:method
"toString" () "String" :override t
)
4416 (:method-set
"buttonDown" (("value" "Boolean")) "void" )
4417 (:method-get
"ctrlKey" () "Boolean" )
4418 (:method-get
"altKey" () "Boolean" )
4419 (:method-set
"delta" (("value" "int")) "void" )
4420 (:variable
:name
"m_relatedObject" :namespace-type
:private
:type
"flash.display::InteractiveObject" )
4421 (:method-set
"shiftKey" (("value" "Boolean")) "void" )
4422 (:method-set
"altKey" (("value" "Boolean")) "void" )
4423 (:method-get
"shiftKey" () "Boolean" )
4424 (:method-get
"delta" () "int" )
4428 (:class
"flash.text::Font" :extends
"Object" :public t
4430 (:method
"enumerateFonts" (&optional
(("enumerateDeviceFonts" "Boolean") nil
#|| false||
# )) "Array" :native t
:static t
:final t
)
4431 (:method
"registerFont" (("font" "Class")) "void" :native t
:static t
:final t
)
4432 (:constructor
"Font" () "*")
4433 (:method-get
"fontType" () "String" :native t
)
4434 (:method-get
"fontStyle" () "String" :native t
)
4435 (:method-get
"fontName" () "String" :native t
)
4436 (:method
"hasGlyphs" (("str" "String")) "Boolean" :native t
)
4440 (:class
"flash.text.engine::TextBaseline" :extends
"Object" :public t
:final t
4442 (:constant
:name
"DESCENT" :type
"String" :value
"descent" :static t
)
4443 (:constant
:name
"IDEOGRAPHIC_BOTTOM" :type
"String" :value
"ideographicBottom" :static t
)
4444 (:constant
:name
"USE_DOMINANT_BASELINE" :type
"String" :value
"useDominantBaseline" :static t
)
4445 (:constant
:name
"IDEOGRAPHIC_CENTER" :type
"String" :value
"ideographicCenter" :static t
)
4446 (:constant
:name
"IDEOGRAPHIC_TOP" :type
"String" :value
"ideographicTop" :static t
)
4447 (:constant
:name
"ASCENT" :type
"String" :value
"ascent" :static t
)
4448 (:constant
:name
"ROMAN" :type
"String" :value
"roman" :static t
)
4449 (:constructor
"TextBaseline" () "*")
4453 (:class
"flash.display::Stage" :extends
"flash.display::DisplayObjectContainer" :public t
4455 (:constructor
"Stage" () "*")
4456 (:method-set
"tabIndex" (("value" "int")) "void" :override t
)
4457 (:method-set
"stageFocusRect" (("on" "Boolean")) "void" :native t
)
4458 (:method-get
"align" () "String" :native t
)
4459 (:method
"willTrigger" (("type" "String")) "Boolean" :override t
)
4460 (:method-set
"mouseChildren" (("value" "Boolean")) "void" :override t
)
4461 (:method
"isFocusInaccessible" () "Boolean" :native t
)
4462 (:method-set
"stageHeight" (("value" "int")) "void" :native t
)
4463 (:method
"hasEventListener" (("type" "String")) "Boolean" :override t
)
4464 (:method-get
"scaleMode" () "String" :native t
)
4465 (:method
"addChildAt" (("child" "flash.display::DisplayObject") ("index" "int")) "flash.display::DisplayObject" :override t
)
4466 (:method-get
"showDefaultContextMenu" () "Boolean" :native t
)
4467 (:method-set
"width" (("value" "Number")) "void" :override t
)
4468 (:method-set
"showDefaultContextMenu" (("value" "Boolean")) "void" :native t
)
4469 (:method-set
"name" (("value" "String")) "void" :override t
)
4470 (:method
"setChildIndex" (("child" "flash.display::DisplayObject") ("index" "int")) "void" :override t
)
4471 (:method-set
"align" (("value" "String")) "void" :native t
)
4472 (:method-set
"scaleMode" (("value" "String")) "void" :native t
)
4473 (:method-set
"scaleX" (("value" "Number")) "void" :override t
)
4474 (:method
"swapChildrenAt" (("index1" "int") ("index2" "int")) "void" :native t
:override t
)
4475 (:method-set
"scaleY" (("value" "Number")) "void" :override t
)
4476 (:method-set
"scaleZ" (("value" "Number")) "void" :override t
)
4477 (:method-get
"colorCorrection" () "String" :native t
)
4478 (:method-set
"scrollRect" (("value" "flash.geom::Rectangle")) "void" :override t
)
4479 (:method-get
"numChildren" () "int" :override t
)
4480 (:method-get
"height" () "Number" :override t
)
4481 (:method-set
"blendMode" (("value" "String")) "void" :override t
)
4482 (:method-get
"textSnapshot" () "flash.text::TextSnapshot" :override t
)
4483 (:method-set
"scale9Grid" (("value" "flash.geom::Rectangle")) "void" :override t
)
4484 (:method-get
"fullScreenWidth" () "uint" :native t
)
4485 (:method-set
"focus" (("newFocus" "flash.display::InteractiveObject")) "void" :native t
)
4486 (:method-set
"fullScreenSourceRect" (("value" "flash.geom::Rectangle")) "void" :native t
)
4487 (:method-set
"rotationY" (("value" "Number")) "void" :override t
)
4488 (:method-set
"quality" (("value" "String")) "void" :native t
)
4489 (:method-set
"rotationZ" (("value" "Number")) "void" :override t
)
4490 (:method-set
"rotationX" (("value" "Number")) "void" :override t
)
4491 (:method-set
"alpha" (("value" "Number")) "void" :override t
)
4492 (:method-set
"focusRect" (("value" "Object")) "void" :override t
)
4493 (:method-set
"accessibilityImplementation" (("value" "flash.accessibility::AccessibilityImplementation")) "void" :override t
)
4494 (:method-set
"colorCorrection" (("value" "String")) "void" :native t
)
4495 (:method-get
"tabChildren" () "Boolean" :override t
)
4496 (:method-get
"mouseChildren" () "Boolean" :override t
)
4497 (:method-get
"stageHeight" () "int" :native t
)
4498 (:method-set
"cacheAsBitmap" (("value" "Boolean")) "void" :override t
)
4499 (:method-set
"mouseEnabled" (("value" "Boolean")) "void" :override t
)
4500 (:method-set
"accessibilityProperties" (("value" "flash.accessibility::AccessibilityProperties")) "void" :override t
)
4501 (:method
"invalidate" () "void" :native t
)
4502 (:method
"removeChildAt" (("index" "int")) "flash.display::DisplayObject" :native t
:override t
)
4503 (:method
"addEventListener" (("type" "String") ("listener" "Function") &optional
(("useCapture" "Boolean") nil
#|| false||
# ) (("priority" "int") 0) (("useWeakReference" "Boolean") nil
#|| false||
# )) "void" :override t
)
4504 (:method-set
"height" (("value" "Number")) "void" :override t
)
4505 (:method
"dispatchEvent" (("event" "flash.events::Event")) "Boolean" :override t
)
4506 (:method-set
"stageWidth" (("value" "int")) "void" :native t
)
4507 (:method-get
"width" () "Number" :override t
)
4508 (:method
"requireOwnerPermissions" () "void" :namespace-type
:private
:native t
)
4509 (:method-get
"focus" () "flash.display::InteractiveObject" :native t
)
4510 (:method-set
"frameRate" (("value" "Number")) "void" :native t
)
4511 (:method-set
"contextMenu" (("value" "flash.ui::ContextMenu")) "void" :override t
)
4512 (:method-set
"opaqueBackground" (("value" "Object")) "void" :override t
)
4513 (:method-set
"mask" (("value" "flash.display::DisplayObject")) "void" :override t
)
4514 (:method-get
"fullScreenSourceRect" () "flash.geom::Rectangle" :native t
)
4515 (:method-get
"fullScreenHeight" () "uint" :native t
)
4516 (:method-set
"visible" (("value" "Boolean")) "void" :override t
)
4517 (:method-set
"displayState" (("value" "String")) "void" :native t
)
4518 (:method-set
"transform" (("value" "flash.geom::Transform")) "void" :override t
)
4519 (:method-get
"stageWidth" () "int" :native t
)
4520 (:method-get
"frameRate" () "Number" :native t
)
4521 (:method-get
"colorCorrectionSupport" () "String" :native t
)
4522 (:method-get
"displayState" () "String" :native t
)
4523 (:method-set
"x" (("value" "Number")) "void" :override t
)
4524 (:method-set
"y" (("value" "Number")) "void" :override t
)
4525 (:method-set
"z" (("value" "Number")) "void" :override t
)
4526 (:method-set
"filters" (("value" "Array")) "void" :override t
)
4527 (:method-set
"tabChildren" (("value" "Boolean")) "void" :override t
)
4528 (:method-set
"tabEnabled" (("value" "Boolean")) "void" :override t
)
4529 (:method
"addChild" (("child" "flash.display::DisplayObject")) "flash.display::DisplayObject" :override t
)
4530 (:method-set
"rotation" (("value" "Number")) "void" :override t
)
4531 (:method-get
"stageFocusRect" () "Boolean" :native t
)
4532 (:method-get
"quality" () "String" :native t
)
4536 (:class
"flash.display::GraphicsSolidFill" :extends
"Object" :implements
("GraphicsSolidFill.as$196::IGraphicsData" ) :public t
:final t
4538 (:constructor
"GraphicsSolidFill" (&optional
(("color" "uint") 0) (("alpha" "Number") 1)) "*")
4539 (:variable
:name
"color" :type
"uint" :value
0 )
4540 (:variable
:name
"alpha" :type
"Number" :value
1 )
4544 (:class
"flash.geom::Transform" :extends
"Object" :public t
4546 (:constructor
"Transform" (("displayObject" "flash.display::DisplayObject")) "*")
4547 (:method-get
"matrix" () "flash.geom::Matrix" :native t
)
4548 (:method-set
"matrix" (("value" "flash.geom::Matrix")) "void" :native t
)
4549 (:method-set
"matrix3D" (("m" "flash.geom::Matrix3D")) "*" :native t
)
4550 (:method-get
"colorTransform" () "flash.geom::ColorTransform" :native t
)
4551 (:method-get
"perspectiveProjection" () "flash.geom::PerspectiveProjection" :native t
)
4552 (:method-get
"concatenatedMatrix" () "flash.geom::Matrix" :native t
)
4553 (:method-get
"matrix3D" () "flash.geom::Matrix3D" :native t
)
4554 (:method
"getRelativeMatrix3D" (("relativeTo" "flash.display::DisplayObject")) "flash.geom::Matrix3D" :native t
)
4555 (:method-set
"perspectiveProjection" (("pm" "flash.geom::PerspectiveProjection")) "void" :native t
)
4556 (:method-get
"concatenatedColorTransform" () "flash.geom::ColorTransform" :native t
)
4557 (:method-set
"colorTransform" (("value" "flash.geom::ColorTransform")) "void" :native t
)
4558 (:method-get
"pixelBounds" () "flash.geom::Rectangle" :native t
)
4562 (:class
"flash.ui::ContextMenuClipboardItems" :extends
"Object" :public t
:final t
4564 (:constructor
"ContextMenuClipboardItems" () "*")
4565 (:variable
:name
"cut" :type
"Boolean" :value nil
#|| false||
# )
4566 (:variable
:name
"paste" :type
"Boolean" :value nil
#|| false||
# )
4567 (:variable
:name
"copy" :type
"Boolean" :value nil
#|| false||
# )
4568 (:variable
:name
"selectAll" :type
"Boolean" :value t
#|| true||
# )
4569 (:variable
:name
"clear" :type
"Boolean" :value nil
#|| false||
# )
4570 (:method
"clone" () "flash.ui::ContextMenuClipboardItems" )
4574 (:class
"flash.system::Security" :extends
"Object" :public t
:final t
4576 (:method
"showSettings" (&optional
(("panel" "String") "default")) "void" :native t
:static t
:final t
)
4577 (:method-get
"sandboxType" () "String" :native t
:static t
:final t
)
4578 (:method-get
"exactSettings" () "Boolean" :native t
:static t
:final t
)
4579 (:constant
:name
"LOCAL_TRUSTED" :type
"String" :value
"localTrusted" :static t
)
4580 (:method-set
"exactSettings" (("value" "Boolean")) "void" :native t
:static t
:final t
)
4581 (:constant
:name
"REMOTE" :type
"String" :value
"remote" :static t
)
4582 (:constant
:name
"LOCAL_WITH_FILE" :type
"String" :value
"localWithFile" :static t
)
4583 (:method
"allowDomain" () "void" :native t
:static t
:final t
)
4584 (:method
"allowInsecureDomain" () "void" :native t
:static t
:final t
)
4585 (:method
"loadPolicyFile" (("url" "String")) "void" :native t
:static t
:final t
)
4586 (:method-set
"disableAVM1Loading" (("value" "Boolean")) "void" :native t
:static t
:final t
)
4587 (:constant
:name
"LOCAL_WITH_NETWORK" :type
"String" :value
"localWithNetwork" :static t
)
4588 (:method-get
"disableAVM1Loading" () "Boolean" :native t
:static t
:final t
)
4589 (:constructor
"Security" () "*")
4593 (:class
"flash.events::KeyboardEvent" :extends
"flash.events::Event" :public t
4595 (:constant
:name
"KEY_DOWN" :type
"String" :value
"keyDown" :static t
)
4596 (:constant
:name
"KEY_UP" :type
"String" :value
"keyUp" :static t
)
4597 (:constructor
"KeyboardEvent" (("type" "String") &optional
(("bubbles" "Boolean") t
#|| true||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("charCode" "uint") 0) (("keyCode" "uint") 0) (("keyLocation" "uint") 0) (("ctrlKey" "Boolean") nil
#|| false||
# ) (("altKey" "Boolean") nil
#|| false||
# ) (("shiftKey" "Boolean") nil
#|| false||
# )) "*")
4598 (:method-set
"shiftKey" (("value" "Boolean")) "void" )
4599 (:method-get
"keyLocation" () "uint" )
4600 (:method-set
"charCode" (("value" "uint")) "void" )
4601 (:method
"updateAfterEvent" () "void" :native t
)
4602 (:variable
:name
"m_altKey" :namespace-type
:private
:type
"Boolean" )
4603 (:method-get
"keyCode" () "uint" )
4604 (:variable
:name
"m_shiftKey" :namespace-type
:private
:type
"Boolean" )
4605 (:method-set
"keyCode" (("value" "uint")) "void" )
4606 (:variable
:name
"m_keyCode" :namespace-type
:private
:type
"uint" )
4607 (:method
"clone" () "flash.events::Event" :override t
)
4608 (:variable
:name
"m_keyLocation" :namespace-type
:private
:type
"uint" )
4609 (:method-get
"charCode" () "uint" )
4610 (:method-set
"ctrlKey" (("value" "Boolean")) "void" )
4611 (:variable
:name
"m_ctrlKey" :namespace-type
:private
:type
"Boolean" )
4612 (:method
"toString" () "String" :override t
)
4613 (:method-set
"keyLocation" (("value" "uint")) "void" )
4614 (:method-set
"altKey" (("value" "Boolean")) "void" )
4615 (:method-get
"ctrlKey" () "Boolean" )
4616 (:variable
:name
"m_charCode" :namespace-type
:private
:type
"uint" )
4617 (:method-get
"altKey" () "Boolean" )
4618 (:method-get
"shiftKey" () "Boolean" )
4622 (:class
"flash.display::SpreadMethod" :extends
"Object" :public t
:final t
4624 (:constant
:name
"PAD" :type
"String" :value
"pad" :static t
)
4625 (:constant
:name
"REPEAT" :type
"String" :value
"repeat" :static t
)
4626 (:constant
:name
"REFLECT" :type
"String" :value
"reflect" :static t
)
4627 (:constructor
"SpreadMethod" () "*")
4631 (:class
"flash.display::ShaderInput" :extends
"Object" :public t
:final t
:dynamic t
4633 (:constructor
"ShaderInput" () "*")
4634 (:method-get
"channels" () "int" :native t
)
4635 (:method-get
"index" () "int" :native t
)
4636 (:method-set
"input" (("input" "Object")) "void" :native t
)
4637 (:method-get
"width" () "int" :native t
)
4638 (:method-get
"height" () "int" :native t
)
4639 (:method-get
"input" () "Object" :native t
)
4640 (:method-set
"width" (("value" "int")) "void" :native t
)
4641 (:method-set
"height" (("value" "int")) "void" :native t
)
4645 (:class
"flash.display::ShaderParameterType" :extends
"Object" :public t
:final t
4647 (:constant
:name
"INT2" :type
"String" :value
"int2" :static t
)
4648 (:constant
:name
"INT3" :type
"String" :value
"int3" :static t
)
4649 (:constant
:name
"INT4" :type
"String" :value
"int4" :static t
)
4650 (:constant
:name
"BOOL2" :type
"String" :value
"bool2" :static t
)
4651 (:constant
:name
"BOOL3" :type
"String" :value
"bool3" :static t
)
4652 (:constant
:name
"BOOL4" :type
"String" :value
"bool4" :static t
)
4653 (:constant
:name
"INT" :type
"String" :value
"int" :static t
)
4654 (:constant
:name
"BOOL" :type
"String" :value
"bool" :static t
)
4655 (:constant
:name
"MATRIX2X2" :type
"String" :value
"matrix2x2" :static t
)
4656 (:constant
:name
"MATRIX3X3" :type
"String" :value
"matrix3x3" :static t
)
4657 (:constant
:name
"MATRIX4X4" :type
"String" :value
"matrix4x4" :static t
)
4658 (:constant
:name
"FLOAT2" :type
"String" :value
"float2" :static t
)
4659 (:constant
:name
"FLOAT3" :type
"String" :value
"float3" :static t
)
4660 (:constant
:name
"FLOAT" :type
"String" :value
"float" :static t
)
4661 (:constant
:name
"FLOAT4" :type
"String" :value
"float4" :static t
)
4662 (:constructor
"ShaderParameterType" () "*")
4666 (:class
"flash.events::EventPhase" :extends
"Object" :public t
:final t
4668 (:constant
:name
"BUBBLING_PHASE" :type
"uint" :value
3 :static t
)
4669 (:constant
:name
"AT_TARGET" :type
"uint" :value
2 :static t
)
4670 (:constant
:name
"CAPTURING_PHASE" :type
"uint" :value
1 :static t
)
4671 (:constructor
"EventPhase" () "*")
4675 (:class
"flash.text.engine::TextLine" :extends
"flash.display::DisplayObjectContainer" :public t
:final t
4677 (:constant
:name
"MAX_LINE_WIDTH" :type
"int" :value
1000000 :static t
)
4678 (:constructor
"TextLine" () "*")
4679 (:method-get
"mirrorRegions" () "__AS3__.vec::Vector.<flash.text.engine::TextLineMirrorRegion>" :native t
)
4680 (:method-get
"descent" () "Number" :native t
)
4681 (:method
"getAtomGraphic" (("atomIndex" "int")) "flash.display::DisplayObject" :native t
)
4682 (:method
"getBaselinePosition" (("baseline" "String")) "Number" :native t
)
4683 (:method-get
"nextLine" () "flash.text.engine::TextLine" :native t
)
4684 (:method
"getMirrorRegion" (("mirror" "flash.events::EventDispatcher")) "flash.text.engine::TextLineMirrorRegion" )
4685 (:method-get
"previousLine" () "flash.text.engine::TextLine" :native t
)
4686 (:method
"dump" () "String" :native t
)
4687 (:method
"doGetAtomIndexAtPoint" (("x" "Number") ("y" "Number")) "int" :namespace-type
:private
:native t
)
4688 (:method
"getAtomBidiLevel" (("atomIndex" "int")) "int" :native t
)
4689 (:method
"getAtomIndexAtPoint" (("stageX" "Number") ("stageY" "Number")) "int" )
4690 (:method-get
"unjustifiedTextWidth" () "Number" :native t
)
4691 (:variable
:name
"userData" :type
"null" )
4692 (:method-set
"tabEnabled" (("enabled" "Boolean")) "void" :override t
)
4693 (:method-get
"textWidth" () "Number" :native t
)
4694 (:method-get
"ascent" () "Number" :native t
)
4695 (:method-set
"contextMenu" (("cm" "flash.ui::ContextMenu")) "void" :override t
)
4696 (:method
"getAtomIndexAtCharIndex" (("charIndex" "int")) "int" )
4697 (:method-get
"textBlock" () "flash.text.engine::TextBlock" :native t
)
4698 (:method
"getAtomWordBoundaryOnLeft" (("atomIndex" "int")) "Boolean" :native t
)
4699 (:method
"getAtomTextBlockBeginIndex" (("atomIndex" "int")) "int" :native t
)
4700 (:method
"getAtomBounds" (("atomIndex" "int")) "flash.geom::Rectangle" :native t
)
4701 (:method-set
"validity" (("value" "String")) "void" :native t
)
4702 (:method-set
"tabChildren" (("enable" "Boolean")) "void" :override t
)
4703 (:method-get
"textBlockBeginIndex" () "int" :native t
)
4704 (:method-get
"hasGraphicElement" () "Boolean" :native t
)
4705 (:method
"getAtomTextBlockEndIndex" (("atomIndex" "int")) "int" :native t
)
4706 (:method-get
"validity" () "String" :native t
)
4707 (:method-get
"textHeight" () "Number" :native t
)
4708 (:method-get
"specifiedWidth" () "Number" :native t
)
4709 (:method-set
"focusRect" (("focusRect" "Object")) "void" :override t
)
4710 (:method
"getAtomTextRotation" (("atomIndex" "int")) "String" :native t
)
4711 (:method-set
"tabIndex" (("index" "int")) "void" :override t
)
4712 (:method-get
"rawTextLength" () "int" :native t
)
4713 (:method
"getAtomCenter" (("atomIndex" "int")) "Number" :native t
)
4714 (:method-get
"atomCount" () "int" :native t
)
4715 (:method
"flushAtomData" () "void" :native t
)
4719 (:class
"flash.display::PixelSnapping" :extends
"Object" :public t
:final t
4721 (:constant
:name
"ALWAYS" :type
"String" :value
"always" :static t
)
4722 (:constant
:name
"NEVER" :type
"String" :value
"never" :static t
)
4723 (:constant
:name
"AUTO" :type
"String" :value
"auto" :static t
)
4724 (:constructor
"PixelSnapping" () "*")
4728 (:class
"flash.text::TextLineMetrics" :extends
"Object" :public t
4730 (:constructor
"TextLineMetrics" (("x" "Number") ("width" "Number") ("height" "Number") ("ascent" "Number") ("descent" "Number") ("leading" "Number")) "*")
4731 (:variable
:name
"ascent" :type
"Number" )
4732 (:variable
:name
"width" :type
"Number" )
4733 (:variable
:name
"height" :type
"Number" )
4734 (:variable
:name
"leading" :type
"Number" )
4735 (:variable
:name
"x" :type
"Number" )
4736 (:variable
:name
"descent" :type
"Number" )
4740 (:class
"flash.net::FileReference" :extends
"flash.events::EventDispatcher" :public t
4742 (:constructor
"FileReference" () "*")
4743 (:method
"upload" (("request" "flash.net::URLRequest") &optional
(("uploadDataFieldName" "String") "Filedata") (("testUpload" "Boolean") nil
#|| false||
# )) "void" :native t
)
4744 (:method
"_load" (("dest" "flash.utils::ByteArray")) "void" :namespace-type
:private
:native t
)
4745 (:method
"load" () "void" )
4746 (:method-get
"size" () "uint" :native t
)
4747 (:method-get
"type" () "String" :native t
)
4748 (:method
"browse" (&optional
("typeFilter" "Array")) "Boolean" :native t
)
4749 (:method-get
"name" () "String" :native t
)
4750 (:method-get
"creator" () "String" :native t
)
4751 (:method-get
"creationDate" () "Date" :native t
)
4752 (:method
"download" (("request" "flash.net::URLRequest") &optional
("defaultFileName" "String")) "void" :native t
)
4753 (:method-get
"modificationDate" () "Date" :native t
)
4754 (:method-get
"data" () "flash.utils::ByteArray" :native t
)
4755 (:method
"cancel" () "void" :native t
)
4756 (:method
"_save" (("data" "flash.utils::ByteArray") ("defaultFileName" "String")) "void" :namespace-type
:private
:native t
)
4757 (:method
"save" ("data" &optional
("defaultFileName" "String")) "void" )
4761 (:class
"flash.display::StageScaleMode" :extends
"Object" :public t
:final t
4763 (:constant
:name
"EXACT_FIT" :type
"String" :value
"exactFit" :static t
)
4764 (:constant
:name
"NO_BORDER" :type
"String" :value
"noBorder" :static t
)
4765 (:constant
:name
"NO_SCALE" :type
"String" :value
"noScale" :static t
)
4766 (:constant
:name
"SHOW_ALL" :type
"String" :value
"showAll" :static t
)
4767 (:constructor
"StageScaleMode" () "*")
4771 (:class
"flash.net::SharedObjectFlushStatus" :extends
"Object" :public t
:final t
4773 (:constant
:name
"FLUSHED" :type
"String" :value
"flushed" :static t
)
4774 (:constant
:name
"PENDING" :type
"String" :value
"pending" :static t
)
4775 (:constructor
"SharedObjectFlushStatus" () "*")
4779 (:class
"flash.text::TextFieldAutoSize" :extends
"Object" :public t
:final t
4781 (:constant
:name
"CENTER" :type
"String" :value
"center" :static t
)
4782 (:constant
:name
"LEFT" :type
"String" :value
"left" :static t
)
4783 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
4784 (:constant
:name
"RIGHT" :type
"String" :value
"right" :static t
)
4785 (:constructor
"TextFieldAutoSize" () "*")
4789 (:class
"flash.printing::PrintJobOrientation" :extends
"Object" :public t
:final t
4791 (:constant
:name
"LANDSCAPE" :type
"String" :value
"landscape" :static t
)
4792 (:constant
:name
"PORTRAIT" :type
"String" :value
"portrait" :static t
)
4793 (:constructor
"PrintJobOrientation" () "*")
4797 (:class
"flash.events::HTTPStatusEvent" :extends
"flash.events::Event" :public t
4799 (:constant
:name
"HTTP_STATUS" :type
"String" :value
"httpStatus" :static t
)
4800 (:constructor
"HTTPStatusEvent" (("type" "String") &optional
(("bubbles" "Boolean") nil
#|| false||
# ) (("cancelable" "Boolean") nil
#|| false||
# ) (("status" "int") 0)) "*")
4801 (:method-get
"status" () "int" )
4802 (:variable
:name
"m_status" :namespace-type
:private
:type
"int" )
4803 (:method
"toString" () "String" :override t
)
4804 (:method
"clone" () "flash.events::Event" :override t
)
4808 (:class
"flash.filters::ConvolutionFilter" :extends
"flash.filters::BitmapFilter" :public t
4810 (:constructor
"ConvolutionFilter" (&optional
(("matrixX" "Number") 0) (("matrixY" "Number") 0) ("matrix" "Array") (("divisor" "Number") 1) (("bias" "Number") 0) (("preserveAlpha" "Boolean") t
#|| true||
# ) (("clamp" "Boolean") t
#|| true||
# ) (("color" "uint") 0) (("alpha" "Number") 0)) "*")
4811 (:method-get
"matrix" () "Array" :native t
)
4812 (:method-set
"matrix" (("value" "Array")) "void" :native t
)
4813 (:method-get
"color" () "uint" :native t
)
4814 (:method-set
"preserveAlpha" (("value" "Boolean")) "void" :native t
)
4815 (:method-get
"alpha" () "Number" :native t
)
4816 (:method-set
"color" (("value" "uint")) "void" :native t
)
4817 (:method-set
"bias" (("value" "Number")) "void" :native t
)
4818 (:method-set
"alpha" (("value" "Number")) "void" :native t
)
4819 (:method-set
"matrixX" (("value" "Number")) "void" :native t
)
4820 (:method-set
"matrixY" (("value" "Number")) "void" :native t
)
4821 (:method-get
"preserveAlpha" () "Boolean" :native t
)
4822 (:method-set
"clamp" (("value" "Boolean")) "void" :native t
)
4823 (:method-get
"matrixX" () "Number" :native t
)
4824 (:method-get
"matrixY" () "Number" :native t
)
4825 (:method-get
"bias" () "Number" :native t
)
4826 (:method-get
"clamp" () "Boolean" :native t
)
4827 (:method-set
"divisor" (("value" "Number")) "void" :native t
)
4828 (:method
"clone" () "flash.filters::BitmapFilter" :override t
)
4829 (:method-get
"divisor" () "Number" :native t
)
4833 (:class
"flash.ui::KeyLocation" :extends
"Object" :public t
:final t
4835 (:constant
:name
"NUM_PAD" :type
"uint" :value
3 :static t
)
4836 (:constant
:name
"LEFT" :type
"uint" :value
1 :static t
)
4837 (:constant
:name
"RIGHT" :type
"uint" :value
2 :static t
)
4838 (:constant
:name
"STANDARD" :type
"uint" :value
0 :static t
)
4839 (:constructor
"KeyLocation" () "*")
4843 (:class
"flash.accessibility::Accessibility" :extends
"Object" :public t
:final t
4845 (:method
"sendEvent" (("source" "flash.display::DisplayObject") ("childID" "uint") ("eventType" "uint") &optional
(("nonHTML" "Boolean") nil
#|| false||
# )) "void" :native t
:static t
:final t
)
4846 (:method
"updateProperties" () "void" :native t
:static t
:final t
)
4847 (:method-get
"active" () "Boolean" :native t
:static t
:final t
)
4848 (:constructor
"Accessibility" () "*")
4852 (:class
"flash.geom::PerspectiveProjection" :extends
"Object" :public t
4854 (:constructor
"PerspectiveProjection" () "*")
4855 (:method-get
"projectionCenter" () "flash.geom::Point" :native t
)
4856 (:method
"toMatrix3D" () "flash.geom::Matrix3D" :native t
)
4857 (:method-get
"fieldOfView" () "Number" :native t
)
4858 (:method-set
"projectionCenter" (("p" "flash.geom::Point")) "*" :native t
)
4859 (:method-get
"focalLength" () "Number" :native t
)
4860 (:method-set
"fieldOfView" (("fieldOfViewAngleInDegrees" "Number")) "void" :native t
)
4861 (:method-set
"focalLength" (("value" "Number")) "void" :native t
)
4865 (:class
"flash.display::ActionScriptVersion" :extends
"Object" :public t
:final t
4867 (:constant
:name
"ACTIONSCRIPT2" :type
"uint" :value
2 :static t
)
4868 (:constant
:name
"ACTIONSCRIPT3" :type
"uint" :value
3 :static t
)
4869 (:constructor
"ActionScriptVersion" () "*")
4873 (:class
"flash.net::NetStreamPlayOptions" :extends
"flash.events::EventDispatcher" :public t
:dynamic t
4875 (:constructor
"NetStreamPlayOptions" () "*")
4876 (:variable
:name
"oldStreamName" :type
"String" )
4877 (:variable
:name
"len" :type
"Number" )
4878 (:variable
:name
"start" :type
"Number" )
4879 (:variable
:name
"streamName" :type
"String" )
4880 (:variable
:name
"transition" :type
"String" )
4884 (:class
"flash.media::SoundCodec" :extends
"Object" :public t
:final t
4886 (:constant
:name
"SPEEX" :type
"String" :value
"Speex" :static t
)
4887 (:constant
:name
"NELLYMOSER" :type
"String" :value
"NellyMoser" :static t
)
4888 (:constructor
"SoundCodec" () "*")
4892 (:class
"flash.display::TriangleCulling" :extends
"Object" :public t
:final t
4894 (:constant
:name
"NEGATIVE" :type
"String" :value
"negative" :static t
)
4895 (:constant
:name
"NONE" :type
"String" :value
"none" :static t
)
4896 (:constant
:name
"POSITIVE" :type
"String" :value
"positive" :static t
)
4897 (:constructor
"TriangleCulling" () "*")
4901 (:class
"flash.text.engine::DigitWidth" :extends
"Object" :public t
:final t
4903 (:constant
:name
"DEFAULT" :type
"String" :value
"default" :static t
)
4904 (:constant
:name
"PROPORTIONAL" :type
"String" :value
"proportional" :static t
)
4905 (:constant
:name
"TABULAR" :type
"String" :value
"tabular" :static t
)
4906 (:constructor
"DigitWidth" () "*")
4910 (:class
"authoring::authObject" :extends
"Object" :public t
4912 (:method-set
"offScreenSurfaceRenderingEnabled" (("value" "Boolean")) "void" :native t
:static t
:final t
)
4913 (:method-get
"offScreenSurfaceRenderingEnabled" () "Boolean" :native t
:static t
:final t
)
4914 (:constructor
"authObject" (("key" "uint")) "*")
4915 (:method
"FrameOffset" () "int" :native t
)
4916 (:method
"CacheAsBitmap" () "Boolean" :native t
)
4917 (:method
"EndPosition" () "int" :native t
)
4918 (:method
"IsSelected" () "Boolean" :native t
)
4919 (:method-get
"Key" () "uint" :native t
)
4920 (:method
"IsVisible" (("inThumbnailPreview" "Boolean")) "Boolean" :native t
)
4921 (:method
"StartPosition" () "int" :native t
)
4922 (:method
"HasShapeSelection" () "Boolean" :native t
)
4923 (:method
"MotionPath" () "authoring::authObject" :native t
)
4924 (:method
"Bounds" (("flags" "uint") &optional
(("minFrame" "int") -
16000) (("maxFrame" "int") 16000)) "flash.geom::Rectangle" :native t
)
4925 (:method
"ThreeDTranslationHandlePoints" () "Array" :native t
)
4926 (:method
"ColorXForm" () "flash.geom::ColorTransform" :native t
)
4927 (:method-get
"Type" () "uint" :native t
)
4928 (:method
"CenterPoint" () "flash.geom::Point" :native t
)
4929 (:method-get
"SwfKey" () "uint" :native t
)
4930 (:method
"IsFloater" () "Boolean" :native t
)
4931 (:method
"OutlineColor" () "uint" :native t
)
4932 (:method
"Filters" () "Array" :native t
)
4933 (:method
"BlendingMode" () "String" :native t
)
4934 (:method
"OutlineMode" () "Boolean" :native t
)
4935 (:method
"FrameType" () "uint" :native t
)
4936 (:method
"Locked" () "Boolean" :native t
)
4937 (:method-get
"FirstChild" () "authoring::authObject" :native t
)
4938 (:method
"ThreeDMatrix" () "flash.geom::Matrix3D" :native t
)
4939 (:method-get
"NextSibling" () "authoring::authObject" :native t
)
4940 (:method
"SymbolBehavior" () "int" :native t
)
4941 (:method
"Scale9Grid" () "flash.geom::Rectangle" :native t
)
4942 (:method
"LivePreviewSize" () "flash.geom::Point" :native t
)
4943 (:method
"RegistrationPoint" () "flash.geom::Point" :native t
)
4944 (:method
"HasEmptyPath" () "Boolean" :native t
)
4945 (:method
"FrameForFrameNumber" (("frameNum" "int")) "authoring::authObject" :native t
)
4946 (:method
"SymbolMode" () "int" :native t
)
4947 (:method
"IsPrimitive" () "Boolean" :native t
)
4948 (:method
"ObjMatrix" () "flash.geom::Matrix" :native t
)