redo ffi generation, add constants, more setf hacks
[swf2/david.git] / lib / player-ffi-defs.lisp
blob95cd396c6f17d08e8d190f97e0207d8d8844f791
1 ;;; --generated file, do not edit--
3 (in-package :avm2-compiler)
4 (clrhash (functions *player-symbol-table*))
5 (clrhash (variables *player-symbol-table*))
6 (clrhash (properties *player-symbol-table*))
7 (clrhash (constants *player-symbol-table*))
8 (clrhash (class-methods *player-symbol-table*))
9 (clrhash (class-static-methods *player-symbol-table*))
10 (clrhash (classes *player-symbol-table*))
12 (let ((*symbol-table* *player-symbol-table*))
13 (swf-ffi-defconstant %flash:+as3+ "AS3" "null")
14 (swf-ffi-defconstant %flash:+infinity+ "Infinity" "Number")
15 (swf-ffi-defconstant %flash:+undefined+ "undefined" "null")
16 (swf-ffi-defconstant %flash:+nan+ "NaN" "Number")
17 (swf-ffi-defconstant %flash:+flash-proxy+ "flash_proxy" "null")
20 (let ((*symbol-table* *player-symbol-table*))
21 (swf-ffi-defun-lex %flash:dont-enum-prototype "_dontEnumPrototype"
22 (("proto" "Object")) "void" :class %flash:object))
24 (let ((*symbol-table* *player-symbol-table*))
25 (swf-ffi-defun-lex %flash:set-property-is-enumerable "_setPropertyIsEnumerable"
26 ("o" ("V" "String") ("enumerable" "Boolean")) "void" :class %flash:object))
28 (let ((*symbol-table* *player-symbol-table*))
29 (swf-ffi-defun-lex %flash:object "Object"
30 NIL "*" :class %flash:object))
32 (let ((*symbol-table* *player-symbol-table*))
33 (swf-ffi-defun-lex %flash:class "Class"
34 NIL "*" :class %flash:class))
36 (let ((*symbol-table* *player-symbol-table*))
37 (swf-ffi-defun-lex %flash:function "Function"
38 NIL "*" :class %flash:function))
40 (let ((*symbol-table* *player-symbol-table*))
41 (swf-ffi-defun-lex %flash:namespace "Namespace"
42 (&OPTIONAL "prefix" "uri") "*" :class %flash:namespace))
44 (let ((*symbol-table* *player-symbol-table*))
45 (swf-ffi-defun-lex %flash:boolean "Boolean"
46 (&OPTIONAL "value") "*" :class %flash:boolean))
48 (let ((*symbol-table* *player-symbol-table*))
49 (swf-ffi-defun-lex %flash:number "Number"
50 (&OPTIONAL ("value" 0)) "*" :class %flash:number))
52 (let ((*symbol-table* *player-symbol-table*))
53 (swf-ffi-defun-lex %flash:int "int"
54 (&OPTIONAL ("value" 0)) "*" :class %flash:int))
56 (let ((*symbol-table* *player-symbol-table*))
57 (swf-ffi-defun-lex %flash:uint "uint"
58 (&OPTIONAL ("value" 0)) "*" :class %flash:uint))
60 (let ((*symbol-table* *player-symbol-table*))
61 (swf-ffi-defun-lex %flash:from-char-code "fromCharCode"
62 NIL "String" :class %flash:string))
64 (let ((*symbol-table* *player-symbol-table*))
65 (swf-ffi-defun-lex %flash:string "String"
66 (&OPTIONAL ("value" "")) "*" :class %flash:string))
68 (let ((*symbol-table* *player-symbol-table*))
69 (swf-ffi-defun-lex %flash:array "Array"
70 NIL "*" :class %flash:array))
72 (let ((*symbol-table* *player-symbol-table*))
73 (swf-ffi-defun-lex %__AS3__.vec:vector "Vector"
74 NIL "*" :class %__AS3__.vec:vector))
76 (let ((*symbol-table* *player-symbol-table*))
77 (swf-ffi-defun-lex %__AS3__.vec:vector$object "Vector$object"
78 (&OPTIONAL (("length" "uint") 0) (("fixed" "Boolean") NIL)) "*" :class %__AS3__.vec:vector$object))
80 (let ((*symbol-table* *player-symbol-table*))
81 (swf-ffi-defun-lex %__AS3__.vec:vector$int "Vector$int"
82 (&OPTIONAL (("length" "uint") 0) (("fixed" "Boolean") NIL)) "*" :class %__AS3__.vec:vector$int))
84 (let ((*symbol-table* *player-symbol-table*))
85 (swf-ffi-defun-lex %__AS3__.vec:vector$uint "Vector$uint"
86 (&OPTIONAL (("length" "uint") 0) (("fixed" "Boolean") NIL)) "*" :class %__AS3__.vec:vector$uint))
88 (let ((*symbol-table* *player-symbol-table*))
89 (swf-ffi-defun-lex %__AS3__.vec:vector$double "Vector$double"
90 (&OPTIONAL (("length" "uint") 0) (("fixed" "Boolean") NIL)) "*" :class %__AS3__.vec:vector$double))
92 (let ((*symbol-table* *player-symbol-table*))
93 (swf-ffi-defun-lex %builtin.as$0:method-closure "MethodClosure"
94 NIL "*" :class %builtin.as$0:method-closure))
96 (let ((*symbol-table* *player-symbol-table*))
97 (swf-ffi-defun-find-prop-strict %flash:escape "escape"
98 (&OPTIONAL (("s" "String") "undefined")) "String"))
100 (let ((*symbol-table* *player-symbol-table*))
101 (swf-ffi-defun-find-prop-strict %flash:encode-uri "encodeURI"
102 (&OPTIONAL (("uri" "String") "undefined")) "String"))
104 (let ((*symbol-table* *player-symbol-table*))
105 (swf-ffi-defun-find-prop-strict %flash:decode-uri "decodeURI"
106 (&OPTIONAL (("uri" "String") "undefined")) "String"))
108 (let ((*symbol-table* *player-symbol-table*))
109 (swf-ffi-defun-find-prop-strict %flash:encode-uri-component "encodeURIComponent"
110 (&OPTIONAL (("uri" "String") "undefined")) "String"))
112 (let ((*symbol-table* *player-symbol-table*))
113 (swf-ffi-defun-find-prop-strict %flash:parse-int "parseInt"
114 (&OPTIONAL (("s" "String") "NaN") (("radix" "int") 0)) "Number"))
116 (let ((*symbol-table* *player-symbol-table*))
117 (swf-ffi-defun-find-prop-strict %flash:unescape "unescape"
118 (&OPTIONAL (("s" "String") "undefined")) "String"))
120 (let ((*symbol-table* *player-symbol-table*))
121 (swf-ffi-defun-find-prop-strict %flash:parse-float "parseFloat"
122 (&OPTIONAL (("str" "String") "NaN")) "Number"))
124 (let ((*symbol-table* *player-symbol-table*))
125 (swf-ffi-defun-find-prop-strict %flash:is-nan "isNaN"
126 (&OPTIONAL ("n" "Number")) "Boolean"))
128 (let ((*symbol-table* *player-symbol-table*))
129 (swf-ffi-defun-find-prop-strict %flash:is-finite "isFinite"
130 (&OPTIONAL ("n" "Number")) "Boolean"))
132 (let ((*symbol-table* *player-symbol-table*))
133 (swf-ffi-defun-find-prop-strict %flash:decode-uri-component "decodeURIComponent"
134 (&OPTIONAL (("uri" "String") "undefined")) "String"))
136 (let ((*symbol-table* *player-symbol-table*))
137 (swf-ffi-defun-lex %flash.system:ime "ime"
138 NIL "flash.system::IME" :class %flash.system:system))
140 (let ((*symbol-table* *player-symbol-table*))
141 (swf-ffi-defun-lex %flash.system:use-code-page "useCodePage"
142 NIL "Boolean" :class %flash.system:system))
144 (let ((*symbol-table* *player-symbol-table*))
145 (swf-ffi-defun-lex %flash.system:total-memory "totalMemory"
146 NIL "uint" :class %flash.system:system))
148 (let ((*symbol-table* *player-symbol-table*))
149 (swf-ffi-defun-lex %flash.system:use-code-page "useCodePage"
150 (("value" "Boolean")) "void" :class %flash.system:system))
152 (let ((*symbol-table* *player-symbol-table*))
153 (swf-ffi-defun-lex %flash.system:vm-version "vmVersion"
154 NIL "String" :class %flash.system:system))
156 (let ((*symbol-table* *player-symbol-table*))
157 (swf-ffi-defun-lex %flash.system:resume "resume"
158 NIL "void" :class %flash.system:system))
160 (let ((*symbol-table* *player-symbol-table*))
161 (swf-ffi-defun-lex %flash.system:set-clipboard "setClipboard"
162 (("string" "String")) "void" :class %flash.system:system))
164 (let ((*symbol-table* *player-symbol-table*))
165 (swf-ffi-defun-lex %flash.system:pause "pause"
166 NIL "void" :class %flash.system:system))
168 (let ((*symbol-table* *player-symbol-table*))
169 (swf-ffi-defun-lex %flash.system:gc "gc"
170 NIL "void" :class %flash.system:system))
172 (let ((*symbol-table* *player-symbol-table*))
173 (swf-ffi-defun-lex %flash.system:exit "exit"
174 (("code" "uint")) "void" :class %flash.system:system))
176 (let ((*symbol-table* *player-symbol-table*))
177 (swf-ffi-defun-lex %flash.system:system "System"
178 NIL "*" :class %flash.system:system))
180 (let ((*symbol-table* *player-symbol-table*))
181 (swf-ffi-defun-lex %flash.sampler:stack-frame "StackFrame"
182 NIL "*" :class %flash.sampler:stack-frame))
184 (let ((*symbol-table* *player-symbol-table*))
185 (swf-ffi-defun-lex %flash.sampler:sample "Sample"
186 NIL "*" :class %flash.sampler:sample))
188 (let ((*symbol-table* *player-symbol-table*))
189 (swf-ffi-defun-lex %flash.sampler:new-object-sample "NewObjectSample"
190 NIL "*" :class %flash.sampler:new-object-sample))
192 (let ((*symbol-table* *player-symbol-table*))
193 (swf-ffi-defun-lex %flash.sampler:delete-object-sample "DeleteObjectSample"
194 NIL "*" :class %flash.sampler:delete-object-sample))
196 (let ((*symbol-table* *player-symbol-table*))
197 (swf-ffi-defun-find-prop-strict %flash.sampler:pause-sampling "flash.sampler:pauseSampling"
198 NIL "void"))
200 (let ((*symbol-table* *player-symbol-table*))
201 (swf-ffi-defun-find-prop-strict %flash.sampler:stop-sampling "flash.sampler:stopSampling"
202 NIL "void"))
204 (let ((*symbol-table* *player-symbol-table*))
205 (swf-ffi-defun-find-prop-strict %flash.sampler:get-member-names "flash.sampler:getMemberNames"
206 (("o" "Object") &OPTIONAL (("instanceNames" "Boolean") NIL)) "Object"))
208 (let ((*symbol-table* *player-symbol-table*))
209 (swf-ffi-defun-find-prop-strict %flash.sampler:get-getter-invocation-count "flash.sampler:getGetterInvocationCount"
210 (("obj" "Object") ("qname" "QName")) "Number"))
212 (let ((*symbol-table* *player-symbol-table*))
213 (swf-ffi-defun-find-prop-strict %flash.sampler:get-invocation-count "flash.sampler:getInvocationCount"
214 (("obj" "Object") ("qname" "QName")) "Number"))
216 (let ((*symbol-table* *player-symbol-table*))
217 (swf-ffi-defun-find-prop-strict %flash.sampler:get-setter-invocation-count "flash.sampler:getSetterInvocationCount"
218 (("obj" "Object") ("qname" "QName")) "Number"))
220 (let ((*symbol-table* *player-symbol-table*))
221 (swf-ffi-defun-find-prop-strict %flash.sampler:is-getter-setter "flash.sampler:isGetterSetter"
222 (("obj" "Object") ("qname" "QName")) "Boolean"))
224 (let ((*symbol-table* *player-symbol-table*))
225 (swf-ffi-defun-find-prop-strict %flash.sampler:get-samples "flash.sampler:getSamples"
226 NIL "Object"))
228 (let ((*symbol-table* *player-symbol-table*))
229 (swf-ffi-defun-find-prop-strict %flash.sampler:get-sample-count "flash.sampler:getSampleCount"
230 NIL "Number"))
232 (let ((*symbol-table* *player-symbol-table*))
233 (swf-ffi-defun-find-prop-strict %flash.sampler:start-sampling "flash.sampler:startSampling"
234 NIL "void"))
236 (let ((*symbol-table* *player-symbol-table*))
237 (swf-ffi-defun-find-prop-strict %flash.sampler:get-size "flash.sampler:getSize"
238 ("o") "Number"))
240 (let ((*symbol-table* *player-symbol-table*))
241 (swf-ffi-defun-find-prop-strict %flash.sampler:clear-samples "flash.sampler:clearSamples"
242 NIL "void"))
244 (let ((*symbol-table* *player-symbol-table*))
245 (swf-ffi-defun-lex %flash.events:event "Event"
246 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
247 (("cancelable" "Boolean") NIL)) "*" :class %flash.events:event))
249 (let ((*symbol-table* *player-symbol-table*))
250 (swf-ffi-defun-lex %flash.events:text-event "TextEvent"
251 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
252 (("cancelable" "Boolean") NIL) (("text" "String") "")) "*" :class %flash.events:text-event))
254 (let ((*symbol-table* *player-symbol-table*))
255 (swf-ffi-defun-lex %flash.events:error-event "ErrorEvent"
256 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
257 (("cancelable" "Boolean") NIL) (("text" "String") "")) "*" :class %flash.events:error-event))
259 (let ((*symbol-table* *player-symbol-table*))
260 (swf-ffi-defun-lex %flash.events:async-error-event "AsyncErrorEvent"
261 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
262 (("cancelable" "Boolean") NIL) (("text" "String") "") ("error" "Error")) "*" :class %flash.events:async-error-event))
264 (let ((*symbol-table* *player-symbol-table*))
265 (swf-ffi-defun-lex %flash.utils:i-data-output "IDataOutput"
266 NIL "*" :class %flash.utils:i-data-output))
268 (let ((*symbol-table* *player-symbol-table*))
269 (swf-ffi-defun-lex %flash.utils:i-data-input "IDataInput"
270 NIL "*" :class %flash.utils:i-data-input))
272 (let ((*symbol-table* *player-symbol-table*))
273 (swf-ffi-defun-lex %flash.utils:default-object-encoding "defaultObjectEncoding"
274 NIL "uint" :class %flash.utils:byte-array))
276 (let ((*symbol-table* *player-symbol-table*))
277 (swf-ffi-defun-lex %flash.utils:default-object-encoding "defaultObjectEncoding"
278 (("version" "uint")) "void" :class %flash.utils:byte-array))
280 (let ((*symbol-table* *player-symbol-table*))
281 (swf-ffi-defun-lex %flash.utils:byte-array "ByteArray"
282 NIL "*" :class %flash.utils:byte-array))
284 (let ((*symbol-table* *player-symbol-table*))
285 (swf-ffi-defun-lex %flash:throw-error "throwError"
286 (("type" "Class") &REST ("index" "uint")) "*" :class %flash:error))
288 (let ((*symbol-table* *player-symbol-table*))
289 (swf-ffi-defun-lex %flash:get-error-message "getErrorMessage"
290 (("index" "int")) "String" :class %flash:error))
292 (let ((*symbol-table* *player-symbol-table*))
293 (swf-ffi-defun-lex %flash:error "Error"
294 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:error))
296 (let ((*symbol-table* *player-symbol-table*))
297 (swf-ffi-defun-lex %flash:definition-error "DefinitionError"
298 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:definition-error))
300 (let ((*symbol-table* *player-symbol-table*))
301 (swf-ffi-defun-lex %flash:eval-error "EvalError"
302 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:eval-error))
304 (let ((*symbol-table* *player-symbol-table*))
305 (swf-ffi-defun-lex %flash:range-error "RangeError"
306 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:range-error))
308 (let ((*symbol-table* *player-symbol-table*))
309 (swf-ffi-defun-lex %flash:reference-error "ReferenceError"
310 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:reference-error))
312 (let ((*symbol-table* *player-symbol-table*))
313 (swf-ffi-defun-lex %flash:security-error "SecurityError"
314 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:security-error))
316 (let ((*symbol-table* *player-symbol-table*))
317 (swf-ffi-defun-lex %flash:syntax-error "SyntaxError"
318 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:syntax-error))
320 (let ((*symbol-table* *player-symbol-table*))
321 (swf-ffi-defun-lex %flash:type-error "TypeError"
322 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:type-error))
324 (let ((*symbol-table* *player-symbol-table*))
325 (swf-ffi-defun-lex %flash:uri-error "URIError"
326 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:uri-error))
328 (let ((*symbol-table* *player-symbol-table*))
329 (swf-ffi-defun-lex %flash:verify-error "VerifyError"
330 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:verify-error))
332 (let ((*symbol-table* *player-symbol-table*))
333 (swf-ffi-defun-lex %flash:uninitialized-error "UninitializedError"
334 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:uninitialized-error))
336 (let ((*symbol-table* *player-symbol-table*))
337 (swf-ffi-defun-lex %flash:argument-error "ArgumentError"
338 (&OPTIONAL ("message" "") ("id" 0)) "*" :class %flash:argument-error))
340 (let ((*symbol-table* *player-symbol-table*))
341 (swf-ffi-defun-lex %flash.display:shader-precision "ShaderPrecision"
342 NIL "*" :class %flash.display:shader-precision))
344 (let ((*symbol-table* *player-symbol-table*))
345 (swf-ffi-defun-lex %flash:abs "abs"
346 (("x" "Number")) "Number" :class %flash:math))
348 (let ((*symbol-table* *player-symbol-table*))
349 (swf-ffi-defun-lex %flash:random "random"
350 NIL "Number" :class %flash:math))
352 (let ((*symbol-table* *player-symbol-table*))
353 (swf-ffi-defun-lex %flash:acos "acos"
354 (("x" "Number")) "Number" :class %flash:math))
356 (let ((*symbol-table* *player-symbol-table*))
357 (swf-ffi-defun-lex %flash:cos "cos"
358 (("x" "Number")) "Number" :class %flash:math))
360 (let ((*symbol-table* *player-symbol-table*))
361 (swf-ffi-defun-lex %flash:ceil "ceil"
362 (("x" "Number")) "Number" :class %flash:math))
364 (let ((*symbol-table* *player-symbol-table*))
365 (swf-ffi-defun-lex %flash:round "round"
366 (("x" "Number")) "Number" :class %flash:math))
368 (let ((*symbol-table* *player-symbol-table*))
369 (swf-ffi-defun-lex %flash:asin "asin"
370 (("x" "Number")) "Number" :class %flash:math))
372 (let ((*symbol-table* *player-symbol-table*))
373 (swf-ffi-defun-lex %flash:sin "sin"
374 (("x" "Number")) "Number" :class %flash:math))
376 (let ((*symbol-table* *player-symbol-table*))
377 (swf-ffi-defun-lex %flash:atan2 "atan2"
378 (("x" "Number") ("y" "Number")) "Number" :class %flash:math))
380 (let ((*symbol-table* *player-symbol-table*))
381 (swf-ffi-defun-lex %flash:floor "floor"
382 (("x" "Number")) "Number" :class %flash:math))
384 (let ((*symbol-table* *player-symbol-table*))
385 (swf-ffi-defun-lex %flash:log "log"
386 (("x" "Number")) "Number" :class %flash:math))
388 (let ((*symbol-table* *player-symbol-table*))
389 (swf-ffi-defun-lex %flash:exp "exp"
390 (("x" "Number")) "Number" :class %flash:math))
392 (let ((*symbol-table* *player-symbol-table*))
393 (swf-ffi-defun-lex %flash:pow "pow"
394 (("x" "Number") ("y" "Number")) "Number" :class %flash:math))
396 (let ((*symbol-table* *player-symbol-table*))
397 (swf-ffi-defun-lex %flash:atan "atan"
398 (("x" "Number")) "Number" :class %flash:math))
400 (let ((*symbol-table* *player-symbol-table*))
401 (swf-ffi-defun-lex %flash:tan "tan"
402 (("x" "Number")) "Number" :class %flash:math))
404 (let ((*symbol-table* *player-symbol-table*))
405 (swf-ffi-defun-lex %flash:min "min"
406 (("x" "Number") &REST ("y" "Number")) "Number" :class %flash:math))
408 (let ((*symbol-table* *player-symbol-table*))
409 (swf-ffi-defun-lex %flash:max "max"
410 (("x" "Number") &REST ("y" "Number")) "Number" :class %flash:math))
412 (let ((*symbol-table* *player-symbol-table*))
413 (swf-ffi-defun-lex %flash:sqrt "sqrt"
414 (("x" "Number")) "Number" :class %flash:math))
416 (let ((*symbol-table* *player-symbol-table*))
417 (swf-ffi-defun-lex %flash:math "Math"
418 NIL "*" :class %flash:math))
420 (let ((*symbol-table* *player-symbol-table*))
421 (swf-ffi-defun-lex %flash:reg-exp "RegExp"
422 (&OPTIONAL "pattern" "options") "*" :class %flash:reg-exp))
424 (let ((*symbol-table* *player-symbol-table*))
425 (swf-ffi-defun-lex %flash.events:i-event-dispatcher "IEventDispatcher"
426 NIL "*" :class %flash.events:i-event-dispatcher))
428 (let ((*symbol-table* *player-symbol-table*))
429 (swf-ffi-defun-lex %flash.events:weak-method-closure "WeakMethodClosure"
430 NIL "*" :class %flash.events:weak-method-closure))
432 (let ((*symbol-table* *player-symbol-table*))
433 (swf-ffi-defun-lex %flash.events:weak-function-closure "WeakFunctionClosure"
434 NIL "*" :class %flash.events:weak-function-closure))
436 (let ((*symbol-table* *player-symbol-table*))
437 (swf-ffi-defun-lex %flash.events:event-dispatcher "EventDispatcher"
438 (&OPTIONAL ("target" "flash.events::IEventDispatcher")) "*" :class %flash.events:event-dispatcher))
440 (let ((*symbol-table* *player-symbol-table*))
441 (swf-ffi-defun-lex %flash.ui:context-menu-item "ContextMenuItem"
442 (("caption" "String") &OPTIONAL (("separatorBefore" "Boolean") NIL)
443 (("enabled" "Boolean") T) (("visible" "Boolean") T)) "*" :class %flash.ui:context-menu-item))
445 (let ((*symbol-table* *player-symbol-table*))
446 (swf-ffi-defun-lex %flash.system:current-domain "currentDomain"
447 NIL "flash.system::ApplicationDomain" :class %flash.system:application-domain))
449 (let ((*symbol-table* *player-symbol-table*))
450 (swf-ffi-defun-lex %flash.system:min-domain-memory-length "MIN_DOMAIN_MEMORY_LENGTH"
451 NIL "uint" :class %flash.system:application-domain))
453 (let ((*symbol-table* *player-symbol-table*))
454 (swf-ffi-defun-lex %flash.system:application-domain "ApplicationDomain"
455 (&OPTIONAL ("parentDomain" "flash.system::ApplicationDomain")) "*" :class %flash.system:application-domain))
457 (let ((*symbol-table* *player-symbol-table*))
458 (swf-ffi-defun-lex %flash.text.engine:content-element "ContentElement"
459 (&OPTIONAL ("elementFormat" "flash.text.engine::ElementFormat")
460 ("eventMirror" "flash.events::EventDispatcher")
461 (("textRotation" "String") "rotate0")) "*" :class %flash.text.engine:content-element))
463 (let ((*symbol-table* *player-symbol-table*))
464 (swf-ffi-defun-lex %flash.display:scene "Scene"
465 (("name" "String") ("labels" "Array") ("numFrames" "int")) "*" :class %flash.display:scene))
467 (let ((*symbol-table* *player-symbol-table*))
468 (swf-ffi-defun-lex %flash.printing:print-job "PrintJob"
469 NIL "*" :class %flash.printing:print-job))
471 (let ((*symbol-table* *player-symbol-table*))
472 (swf-ffi-defun-lex %flash.display:i-graphics-path "IGraphicsPath"
473 NIL "*" :class %flash.display:i-graphics-path))
475 (let ((*symbol-table* *player-symbol-table*))
476 (swf-ffi-defun-lex %flash.display:i-graphics-data "IGraphicsData"
477 NIL "*" :class %flash.display:i-graphics-data))
479 (let ((*symbol-table* *player-symbol-table*))
480 (swf-ffi-defun-lex %flash.display:graphics-path "GraphicsPath"
481 (&OPTIONAL ("commands" "__AS3__.vec::Vector.<int>")
482 ("data" "__AS3__.vec::Vector.<Number>") (("winding" "String") "evenOdd")) "*" :class %flash.display:graphics-path))
484 (let ((*symbol-table* *player-symbol-table*))
485 (swf-ffi-defun-lex %flash.geom:matrix "Matrix"
486 (&OPTIONAL (("a" "Number") 1) (("b" "Number") 0) (("c" "Number") 0)
487 (("d" "Number") 1) (("tx" "Number") 0) (("ty" "Number") 0)) "*" :class %flash.geom:matrix))
489 (let ((*symbol-table* *player-symbol-table*))
490 (swf-ffi-defun-lex %flash.text.engine:get-justifier-for-locale "getJustifierForLocale"
491 (("locale" "String")) "flash.text.engine::TextJustifier" :class %flash.text.engine:text-justifier))
493 (let ((*symbol-table* *player-symbol-table*))
494 (swf-ffi-defun-lex %flash.text.engine:text-justifier "TextJustifier"
495 (("locale" "String") ("lineJustification" "String")) "*" :class %flash.text.engine:text-justifier))
497 (let ((*symbol-table* *player-symbol-table*))
498 (swf-ffi-defun-lex %flash.text.engine:space-justifier "SpaceJustifier"
499 (&OPTIONAL (("locale" "String") "en")
500 (("lineJustification" "String") "unjustified")
501 (("letterSpacing" "Boolean") NIL)) "*" :class %flash.text.engine:space-justifier))
503 (let ((*symbol-table* *player-symbol-table*))
504 (swf-ffi-defun-lex %flash.display:i-bitmap-drawable "IBitmapDrawable"
505 NIL "*" :class %flash.display:i-bitmap-drawable))
507 (let ((*symbol-table* *player-symbol-table*))
508 (swf-ffi-defun-lex %flash.display:display-object "DisplayObject"
509 NIL "*" :class %flash.display:display-object))
511 (let ((*symbol-table* *player-symbol-table*))
512 (swf-ffi-defun-lex %flash.display:bitmap "Bitmap"
513 (&OPTIONAL ("bitmapData" "flash.display::BitmapData")
514 (("pixelSnapping" "String") "auto") (("smoothing" "Boolean") NIL)) "*" :class %flash.display:bitmap))
516 (let ((*symbol-table* *player-symbol-table*))
517 (swf-ffi-defun-lex %flash.xml:xml-node "XMLNode"
518 (("type" "uint") ("value" "String")) "*" :class %flash.xml:xml-node))
520 (let ((*symbol-table* *player-symbol-table*))
521 (swf-ffi-defun-lex %flash.xml:xml-document "XMLDocument"
522 (&OPTIONAL ("source" "String")) "*" :class %flash.xml:xml-document))
524 (let ((*symbol-table* *player-symbol-table*))
525 (swf-ffi-defun-lex %flash.text.engine:east-asian-justifier "EastAsianJustifier"
526 (&OPTIONAL (("locale" "String") "ja")
527 (("lineJustification" "String") "allButLast")
528 (("justificationStyle" "String") "pushInKinsoku")) "*" :class %flash.text.engine:east-asian-justifier))
530 (let ((*symbol-table* *player-symbol-table*))
531 (swf-ffi-defun-lex %flash.text:max-level "maxLevel"
532 (("value" "int")) "void" :class %flash.text:text-renderer))
534 (let ((*symbol-table* *player-symbol-table*))
535 (swf-ffi-defun-lex %flash.text:display-mode "displayMode"
536 NIL "String" :class %flash.text:text-renderer))
538 (let ((*symbol-table* *player-symbol-table*))
539 (swf-ffi-defun-lex %flash.text:set-advanced-anti-aliasing-table "setAdvancedAntiAliasingTable"
540 (("fontName" "String") ("fontStyle" "String") ("colorType" "String")
541 ("advancedAntiAliasingTable" "Array")) "void" :class %flash.text:text-renderer))
543 (let ((*symbol-table* *player-symbol-table*))
544 (swf-ffi-defun-lex %flash.text:max-level "maxLevel"
545 NIL "int" :class %flash.text:text-renderer))
547 (let ((*symbol-table* *player-symbol-table*))
548 (swf-ffi-defun-lex %flash.text:anti-alias-type "antiAliasType"
549 NIL "String" :class %flash.text:text-renderer))
551 (let ((*symbol-table* *player-symbol-table*))
552 (swf-ffi-defun-lex %flash.text:display-mode "displayMode"
553 (("value" "String")) "void" :class %flash.text:text-renderer))
555 (let ((*symbol-table* *player-symbol-table*))
556 (swf-ffi-defun-lex %flash.text:anti-alias-type "antiAliasType"
557 (("value" "String")) "void" :class %flash.text:text-renderer))
559 (let ((*symbol-table* *player-symbol-table*))
560 (swf-ffi-defun-lex %flash.text:text-renderer "TextRenderer"
561 NIL "*" :class %flash.text:text-renderer))
563 (let ((*symbol-table* *player-symbol-table*))
564 (swf-ffi-defun-lex %flash:settings "settings"
565 NIL "Object" :class %flash:xml))
567 (let ((*symbol-table* *player-symbol-table*))
568 (swf-ffi-defun-lex %flash:pretty-indent "prettyIndent"
569 (("newIndent" "int")) "*" :class %flash:xml))
571 (let ((*symbol-table* *player-symbol-table*))
572 (swf-ffi-defun-lex %flash:set-settings "setSettings"
573 (&OPTIONAL ("o" "Object")) "void" :class %flash:xml))
575 (let ((*symbol-table* *player-symbol-table*))
576 (swf-ffi-defun-lex %flash:ignore-comments "ignoreComments"
577 NIL "Boolean" :class %flash:xml))
579 (let ((*symbol-table* *player-symbol-table*))
580 (swf-ffi-defun-lex %flash:pretty-indent "prettyIndent"
581 NIL "int" :class %flash:xml))
583 (let ((*symbol-table* *player-symbol-table*))
584 (swf-ffi-defun-lex %flash:ignore-processing-instructions "ignoreProcessingInstructions"
585 NIL "Boolean" :class %flash:xml))
587 (let ((*symbol-table* *player-symbol-table*))
588 (swf-ffi-defun-lex %flash:pretty-printing "prettyPrinting"
589 NIL "Boolean" :class %flash:xml))
591 (let ((*symbol-table* *player-symbol-table*))
592 (swf-ffi-defun-lex %flash:ignore-whitespace "ignoreWhitespace"
593 NIL "Boolean" :class %flash:xml))
595 (let ((*symbol-table* *player-symbol-table*))
596 (swf-ffi-defun-lex %flash:ignore-comments "ignoreComments"
597 (("newIgnore" "Boolean")) "*" :class %flash:xml))
599 (let ((*symbol-table* *player-symbol-table*))
600 (swf-ffi-defun-lex %flash:ignore-processing-instructions "ignoreProcessingInstructions"
601 (("newIgnore" "Boolean")) "*" :class %flash:xml))
603 (let ((*symbol-table* *player-symbol-table*))
604 (swf-ffi-defun-lex %flash:pretty-printing "prettyPrinting"
605 (("newPretty" "Boolean")) "*" :class %flash:xml))
607 (let ((*symbol-table* *player-symbol-table*))
608 (swf-ffi-defun-lex %flash:default-settings "defaultSettings"
609 NIL "Object" :class %flash:xml))
611 (let ((*symbol-table* *player-symbol-table*))
612 (swf-ffi-defun-lex %flash:ignore-whitespace "ignoreWhitespace"
613 (("newIgnore" "Boolean")) "*" :class %flash:xml))
615 (let ((*symbol-table* *player-symbol-table*))
616 (swf-ffi-defun-lex %flash:xml "XML"
617 (&OPTIONAL "value") "*" :class %flash:xml))
619 (let ((*symbol-table* *player-symbol-table*))
620 (swf-ffi-defun-lex %flash:xml-list "XMLList"
621 (&OPTIONAL "value") "*" :class %flash:xml-list))
623 (let ((*symbol-table* *player-symbol-table*))
624 (swf-ffi-defun-lex %flash:q-name "QName"
625 (&OPTIONAL "namespace" "name") "*" :class %flash:q-name))
627 (let ((*symbol-table* *player-symbol-table*))
628 (swf-ffi-defun-find-prop-strict %flash:is-xml-name "isXMLName"
629 (&OPTIONAL "str") "Boolean"))
631 (let ((*symbol-table* *player-symbol-table*))
632 (swf-ffi-defun-lex %flash.display:stage-align "StageAlign"
633 NIL "*" :class %flash.display:stage-align))
635 (let ((*symbol-table* *player-symbol-table*))
636 (swf-ffi-defun-find-prop-strict %flash.profiler:show-redraw-regions "flash.profiler:showRedrawRegions"
637 (("on" "Boolean") &OPTIONAL (("color" "uint") 16711680)) "void"))
639 (let ((*symbol-table* *player-symbol-table*))
640 (swf-ffi-defun-find-prop-strict %flash.profiler:profile "flash.profiler:profile"
641 (("on" "Boolean")) "void"))
643 (let ((*symbol-table* *player-symbol-table*))
644 (swf-ffi-defun-lex %flash.display:color-correction-support "ColorCorrectionSupport"
645 NIL "*" :class %flash.display:color-correction-support))
647 (let ((*symbol-table* *player-symbol-table*))
648 (swf-ffi-defun-lex %flash.errors:illegal-operation-error "IllegalOperationError"
649 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:illegal-operation-error))
651 (let ((*symbol-table* *player-symbol-table*))
652 (swf-ffi-defun-lex %flash.errors:io-error "IOError"
653 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:io-error))
655 (let ((*symbol-table* *player-symbol-table*))
656 (swf-ffi-defun-lex %flash.errors:memory-error "MemoryError"
657 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:memory-error))
659 (let ((*symbol-table* *player-symbol-table*))
660 (swf-ffi-defun-lex %flash.errors:stack-overflow-error "StackOverflowError"
661 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:stack-overflow-error))
663 (let ((*symbol-table* *player-symbol-table*))
664 (swf-ffi-defun-lex %flash.errors:script-timeout-error "ScriptTimeoutError"
665 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:script-timeout-error))
667 (let ((*symbol-table* *player-symbol-table*))
668 (swf-ffi-defun-lex %flash.errors:invalid-swf-error "InvalidSWFError"
669 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:invalid-swf-error))
671 (let ((*symbol-table* *player-symbol-table*))
672 (swf-ffi-defun-lex %flash.errors:eof-error "EOFError"
673 (&OPTIONAL (("message" "String") "") (("id" "int") 0)) "*" :class %flash.errors:eof-error))
675 (let ((*symbol-table* *player-symbol-table*))
676 (swf-ffi-defun-lex %flash.display:line-scale-mode "LineScaleMode"
677 NIL "*" :class %flash.display:line-scale-mode))
679 (let ((*symbol-table* *player-symbol-table*))
680 (swf-ffi-defun-lex %flash.text:font-style "FontStyle"
681 NIL "*" :class %flash.text:font-style))
683 (let ((*symbol-table* *player-symbol-table*))
684 (swf-ffi-defun-lex %flash.geom:point-towards "pointTowards"
685 (("percent" "Number") ("mat" "flash.geom::Matrix3D")
686 ("pos" "flash.geom::Vector3D") &OPTIONAL ("at" "flash.geom::Vector3D")
687 ("up" "flash.geom::Vector3D")) "flash.geom::Matrix3D" :class %flash.geom:utils3d))
689 (let ((*symbol-table* *player-symbol-table*))
690 (swf-ffi-defun-lex %flash.geom:project-vector "projectVector"
691 (("m" "flash.geom::Matrix3D") ("v" "flash.geom::Vector3D")) "flash.geom::Vector3D" :class %flash.geom:utils3d))
693 (let ((*symbol-table* *player-symbol-table*))
694 (swf-ffi-defun-lex %flash.geom:project-vectors "projectVectors"
695 (("m" "flash.geom::Matrix3D") ("verts" "__AS3__.vec::Vector.<Number>")
696 ("projectedVerts" "__AS3__.vec::Vector.<Number>")
697 ("uvts" "__AS3__.vec::Vector.<Number>")) "void" :class %flash.geom:utils3d))
699 (let ((*symbol-table* *player-symbol-table*))
700 (swf-ffi-defun-lex %flash.geom:utils3d "Utils3D"
701 NIL "*" :class %flash.geom:utils3d))
703 (let ((*symbol-table* *player-symbol-table*))
704 (swf-ffi-defun-lex %flash.text.engine:typographic-case "TypographicCase"
705 NIL "*" :class %flash.text.engine:typographic-case))
707 (let ((*symbol-table* *player-symbol-table*))
708 (swf-ffi-defun-lex %flash.text.engine:tab-alignment "TabAlignment"
709 NIL "*" :class %flash.text.engine:tab-alignment))
711 (let ((*symbol-table* *player-symbol-table*))
712 (swf-ffi-defun-lex %flash.system:ime-conversion-mode "IMEConversionMode"
713 NIL "*" :class %flash.system:ime-conversion-mode))
715 (let ((*symbol-table* *player-symbol-table*))
716 (swf-ffi-defun-find-prop-strict %flash.net:navigate-to-url "flash.net:navigateToURL"
717 (("request" "flash.net::URLRequest") &OPTIONAL ("window" "String")) "void"))
719 (let ((*symbol-table* *player-symbol-table*))
720 (swf-ffi-defun-find-prop-strict %flash.net:get-class-by-alias "flash.net:getClassByAlias"
721 (("aliasName" "String")) "Class"))
723 (let ((*symbol-table* *player-symbol-table*))
724 (swf-ffi-defun-find-prop-strict %flash.net:register-class-alias "flash.net:registerClassAlias"
725 (("aliasName" "String") ("classObject" "Class")) "void"))
727 (let ((*symbol-table* *player-symbol-table*))
728 (swf-ffi-defun-find-prop-strict %flash.net:send-to-url "flash.net:sendToURL"
729 (("request" "flash.net::URLRequest")) "void"))
731 (let ((*symbol-table* *player-symbol-table*))
732 (swf-ffi-defun-lex %flash.system:fscommand "_fscommand"
733 (("command" "String") ("args" "String")) "void" :class %flash.system:fscommand))
735 (let ((*symbol-table* *player-symbol-table*))
736 (swf-ffi-defun-lex %flash.system:fscommand "FSCommand"
737 NIL "*" :class %flash.system:fscommand))
739 (let ((*symbol-table* *player-symbol-table*))
740 (swf-ffi-defun-find-prop-strict %flash.system:fscommand "flash.system:fscommand"
741 (("command" "String") &OPTIONAL (("args" "String") "")) "void"))
743 (let ((*symbol-table* *player-symbol-table*))
744 (swf-ffi-defun-lex %flash.text.engine:tab-stop "TabStop"
745 (&OPTIONAL (("alignment" "String") "start") (("position" "Number") 0)
746 (("decimalAlignmentToken" "String") "")) "*" :class %flash.text.engine:tab-stop))
748 (let ((*symbol-table* *player-symbol-table*))
749 (swf-ffi-defun-lex %flash.display:i-graphics-fill "IGraphicsFill"
750 NIL "*" :class %flash.display:i-graphics-fill))
752 (let ((*symbol-table* *player-symbol-table*))
753 (swf-ffi-defun-lex %flash.display:graphics-gradient-fill "GraphicsGradientFill"
754 (&OPTIONAL (("type" "String") "linear") ("colors" "Array")
755 ("alphas" "Array") ("ratios" "Array") "matrix" ("spreadMethod" "pad")
756 (("interpolationMethod" "String") "rgb") (("focalPointRatio" "Number") 0)) "*" :class %flash.display:graphics-gradient-fill))
758 (let ((*symbol-table* *player-symbol-table*))
759 (swf-ffi-defun-lex %flash.text.engine:is-font-compatible "isFontCompatible"
760 (("fontName" "String") ("fontWeight" "String") ("fontPosture" "String")) "Boolean" :class %flash.text.engine:font-description))
762 (let ((*symbol-table* *player-symbol-table*))
763 (swf-ffi-defun-lex %flash.text.engine:font-description "FontDescription"
764 (&OPTIONAL (("fontName" "String") "_serif")
765 (("fontWeight" "String") "normal") (("fontPosture" "String") "normal")
766 (("fontLookup" "String") "device") (("renderingMode" "String") "cff")
767 (("cffHinting" "String") "horizontalStem")) "*" :class %flash.text.engine:font-description))
769 (let ((*symbol-table* *player-symbol-table*))
770 (swf-ffi-defun-lex %flash.net:net-stream "NetStream"
771 (("connection" "flash.net::NetConnection") &OPTIONAL
772 (("peerID" "String") "connectToFMS")) "*" :class %flash.net:net-stream))
774 (let ((*symbol-table* *player-symbol-table*))
775 (swf-ffi-defun-lex %flash.xml:xml-node-type "XMLNodeType"
776 NIL "*" :class %flash.xml:xml-node-type))
778 (let ((*symbol-table* *player-symbol-table*))
779 (swf-ffi-defun-lex %flash.events:ime-event "IMEEvent"
780 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
781 (("cancelable" "Boolean") NIL) (("text" "String") "")) "*" :class %flash.events:ime-event))
783 (let ((*symbol-table* *player-symbol-table*))
784 (swf-ffi-defun-lex %flash.filters:bitmap-filter "BitmapFilter"
785 NIL "*" :class %flash.filters:bitmap-filter))
787 (let ((*symbol-table* *player-symbol-table*))
788 (swf-ffi-defun-lex %flash.filters:drop-shadow-filter "DropShadowFilter"
789 (&OPTIONAL (("distance" "Number") 4) (("angle" "Number") 45)
790 (("color" "uint") 0) (("alpha" "Number") 1) (("blurX" "Number") 4)
791 (("blurY" "Number") 4) (("strength" "Number") 1) (("quality" "int") 1)
792 (("inner" "Boolean") NIL) (("knockout" "Boolean") NIL)
793 (("hideObject" "Boolean") NIL)) "*" :class %flash.filters:drop-shadow-filter))
795 (let ((*symbol-table* *player-symbol-table*))
796 (swf-ffi-defun-lex %flash.utils:timer "Timer"
797 (("delay" "Number") &OPTIONAL (("repeatCount" "int") 0)) "*" :class %flash.utils:timer))
799 (let ((*symbol-table* *player-symbol-table*))
800 (swf-ffi-defun-lex %flash.utils:set-interval-timer "SetIntervalTimer"
801 (("closure" "Function") ("delay" "Number") ("repeats" "Boolean")
802 ("rest" "Array")) "*" :class %flash.utils:set-interval-timer))
804 (let ((*symbol-table* *player-symbol-table*))
805 (swf-ffi-defun-find-prop-strict %flash.utils:set-timeout "flash.utils:setTimeout"
806 (("closure" "Function") &REST ("delay" "Number")) "uint"))
808 (let ((*symbol-table* *player-symbol-table*))
809 (swf-ffi-defun-find-prop-strict %flash.utils:set-interval "flash.utils:setInterval"
810 (("closure" "Function") &REST ("delay" "Number")) "uint"))
812 (let ((*symbol-table* *player-symbol-table*))
813 (swf-ffi-defun-find-prop-strict %flash.utils:clear-timeout "flash.utils:clearTimeout"
814 (("id" "uint")) "void"))
816 (let ((*symbol-table* *player-symbol-table*))
817 (swf-ffi-defun-find-prop-strict %flash.utils:clear-interval "flash.utils:clearInterval"
818 (("id" "uint")) "void"))
820 (let ((*symbol-table* *player-symbol-table*))
821 (swf-ffi-defun-lex %flash.ui:caps-lock "capsLock"
822 NIL "Boolean" :class %flash.ui:keyboard))
824 (let ((*symbol-table* *player-symbol-table*))
825 (swf-ffi-defun-lex %flash.ui:is-accessible "isAccessible"
826 NIL "Boolean" :class %flash.ui:keyboard))
828 (let ((*symbol-table* *player-symbol-table*))
829 (swf-ffi-defun-lex %flash.ui:num-lock "numLock"
830 NIL "Boolean" :class %flash.ui:keyboard))
832 (let ((*symbol-table* *player-symbol-table*))
833 (swf-ffi-defun-lex %flash.ui:keyboard "Keyboard"
834 NIL "*" :class %flash.ui:keyboard))
836 (let ((*symbol-table* *player-symbol-table*))
837 (swf-ffi-defun-lex %flash.media:sound-transform "soundTransform"
838 (("sndTransform" "flash.media::SoundTransform")) "void" :class %flash.media:sound-mixer))
840 (let ((*symbol-table* *player-symbol-table*))
841 (swf-ffi-defun-lex %flash.media:are-sounds-inaccessible "areSoundsInaccessible"
842 NIL "Boolean" :class %flash.media:sound-mixer))
844 (let ((*symbol-table* *player-symbol-table*))
845 (swf-ffi-defun-lex %flash.media:buffer-time "bufferTime"
846 NIL "int" :class %flash.media:sound-mixer))
848 (let ((*symbol-table* *player-symbol-table*))
849 (swf-ffi-defun-lex %flash.media:compute-spectrum "computeSpectrum"
850 (("outputArray" "flash.utils::ByteArray") &OPTIONAL
851 (("FFTMode" "Boolean") NIL) (("stretchFactor" "int") 0)) "void" :class %flash.media:sound-mixer))
853 (let ((*symbol-table* *player-symbol-table*))
854 (swf-ffi-defun-lex %flash.media:buffer-time "bufferTime"
855 (("bufferTime" "int")) "void" :class %flash.media:sound-mixer))
857 (let ((*symbol-table* *player-symbol-table*))
858 (swf-ffi-defun-lex %flash.media:sound-transform "soundTransform"
859 NIL "flash.media::SoundTransform" :class %flash.media:sound-mixer))
861 (let ((*symbol-table* *player-symbol-table*))
862 (swf-ffi-defun-lex %flash.media:stop-all "stopAll"
863 NIL "void" :class %flash.media:sound-mixer))
865 (let ((*symbol-table* *player-symbol-table*))
866 (swf-ffi-defun-lex %flash.media:sound-mixer "SoundMixer"
867 NIL "*" :class %flash.media:sound-mixer))
869 (let ((*symbol-table* *player-symbol-table*))
870 (swf-ffi-defun-lex %flash.display:shader-data "ShaderData"
871 (("byteCode" "flash.utils::ByteArray")) "*" :class %flash.display:shader-data))
873 (let ((*symbol-table* *player-symbol-table*))
874 (swf-ffi-defun-lex %flash.display:bitmap-data "BitmapData"
875 (("width" "int") ("height" "int") &OPTIONAL (("transparent" "Boolean") T)
876 (("fillColor" "uint") 4294967295)) "*" :class %flash.display:bitmap-data))
878 (let ((*symbol-table* *player-symbol-table*))
879 (swf-ffi-defun-lex %flash.text:text-field-type "TextFieldType"
880 NIL "*" :class %flash.text:text-field-type))
882 (let ((*symbol-table* *player-symbol-table*))
883 (swf-ffi-defun-lex %flash.display:graphics-end-fill "GraphicsEndFill"
884 NIL "*" :class %flash.display:graphics-end-fill))
886 (let ((*symbol-table* *player-symbol-table*))
887 (swf-ffi-defun-lex %flash.events:net-filter-event "NetFilterEvent"
888 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
889 (("cancelable" "Boolean") NIL) ("header" "flash.utils::ByteArray")
890 ("data" "flash.utils::ByteArray")) "*" :class %flash.events:net-filter-event))
892 (let ((*symbol-table* *player-symbol-table*))
893 (swf-ffi-defun-lex %flash.display:graphics-triangle-path "GraphicsTrianglePath"
894 (&OPTIONAL ("vertices" "__AS3__.vec::Vector.<Number>")
895 ("indices" "__AS3__.vec::Vector.<int>")
896 ("uvtData" "__AS3__.vec::Vector.<Number>") (("culling" "String") "none")) "*" :class %flash.display:graphics-triangle-path))
898 (let ((*symbol-table* *player-symbol-table*))
899 (swf-ffi-defun-lex %flash.display:gradient-type "GradientType"
900 NIL "*" :class %flash.display:gradient-type))
902 (let ((*symbol-table* *player-symbol-table*))
903 (swf-ffi-defun-lex %flash.net:url-request-method "URLRequestMethod"
904 NIL "*" :class %flash.net:url-request-method))
906 (let ((*symbol-table* *player-symbol-table*))
907 (swf-ffi-defun-lex %flash.utils:object-input "ObjectInput"
908 NIL "*" :class %flash.utils:object-input))
910 (let ((*symbol-table* *player-symbol-table*))
911 (swf-ffi-defun-lex %flash.accessibility:accessibility-implementation "AccessibilityImplementation"
912 NIL "*" :class %flash.accessibility:accessibility-implementation))
914 (let ((*symbol-table* *player-symbol-table*))
915 (swf-ffi-defun-lex %flash.media:names "names"
916 NIL "Array" :class %flash.media:camera))
918 (let ((*symbol-table* *player-symbol-table*))
919 (swf-ffi-defun-lex %flash.media:get-camera "getCamera"
920 (&OPTIONAL ("name" "String")) "flash.media::Camera" :class %flash.media:camera))
922 (let ((*symbol-table* *player-symbol-table*))
923 (swf-ffi-defun-lex %flash.media:camera "Camera"
924 NIL "*" :class %flash.media:camera))
926 (let ((*symbol-table* *player-symbol-table*))
927 (swf-ffi-defun-lex %flash.text.engine:font-metrics "FontMetrics"
928 (("emBox" "flash.geom::Rectangle") ("strikethroughOffset" "Number")
929 ("strikethroughThickness" "Number") ("underlineOffset" "Number")
930 ("underlineThickness" "Number") ("subscriptOffset" "Number")
931 ("subscriptScale" "Number") ("superscriptOffset" "Number")
932 ("superscriptScale" "Number")) "*" :class %flash.text.engine:font-metrics))
934 (let ((*symbol-table* *player-symbol-table*))
935 (swf-ffi-defun-lex %flash.display:avm1movie "AVM1Movie"
936 NIL "*" :class %flash.display:avm1movie))
938 (let ((*symbol-table* *player-symbol-table*))
939 (swf-ffi-defun-lex %flash.filters:displacement-map-filter-mode "DisplacementMapFilterMode"
940 NIL "*" :class %flash.filters:displacement-map-filter-mode))
942 (let ((*symbol-table* *player-symbol-table*))
943 (swf-ffi-defun-lex %flash.filters:gradient-glow-filter "GradientGlowFilter"
944 (&OPTIONAL (("distance" "Number") 4) (("angle" "Number") 45)
945 ("colors" "Array") ("alphas" "Array") ("ratios" "Array")
946 (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1)
947 (("quality" "int") 1) (("type" "String") "inner")
948 (("knockout" "Boolean") NIL)) "*" :class %flash.filters:gradient-glow-filter))
950 (let ((*symbol-table* *player-symbol-table*))
951 (swf-ffi-defun-find-prop-strict %flash.utils:get-qualified-superclass-name "flash.utils:getQualifiedSuperclassName"
952 ("value") "String"))
954 (let ((*symbol-table* *player-symbol-table*))
955 (swf-ffi-defun-find-prop-strict %flash.utils:get-timer "flash.utils:getTimer"
956 NIL "int"))
958 (let ((*symbol-table* *player-symbol-table*))
959 (swf-ffi-defun-find-prop-strict %flash.utils:describe-type "flash.utils:describeType"
960 ("value") "XML"))
962 (let ((*symbol-table* *player-symbol-table*))
963 (swf-ffi-defun-find-prop-strict %flash.utils:get-definition-by-name "flash.utils:getDefinitionByName"
964 (("name" "String")) "Object"))
966 (let ((*symbol-table* *player-symbol-table*))
967 (swf-ffi-defun-find-prop-strict %flash.utils:unescape-multi-byte "flash.utils:unescapeMultiByte"
968 (("value" "String")) "String"))
970 (let ((*symbol-table* *player-symbol-table*))
971 (swf-ffi-defun-find-prop-strict %flash:trace "trace"
972 NIL "void"))
974 (let ((*symbol-table* *player-symbol-table*))
975 (swf-ffi-defun-find-prop-strict %flash.utils:get-qualified-class-name "flash.utils:getQualifiedClassName"
976 ("value") "String"))
978 (let ((*symbol-table* *player-symbol-table*))
979 (swf-ffi-defun-find-prop-strict %flash.utils:escape-multi-byte "flash.utils:escapeMultiByte"
980 (("value" "String")) "String"))
982 (let ((*symbol-table* *player-symbol-table*))
983 (swf-ffi-defun-lex %flash.display:joint-style "JointStyle"
984 NIL "*" :class %flash.display:joint-style))
986 (let ((*symbol-table* *player-symbol-table*))
987 (swf-ffi-defun-lex %flash.net:local-connection "LocalConnection"
988 NIL "*" :class %flash.net:local-connection))
990 (let ((*symbol-table* *player-symbol-table*))
991 (swf-ffi-defun-lex %flash.text.engine:font-weight "FontWeight"
992 NIL "*" :class %flash.text.engine:font-weight))
994 (let ((*symbol-table* *player-symbol-table*))
995 (swf-ffi-defun-lex %flash.net:url-request "URLRequest"
996 (&OPTIONAL ("url" "String")) "*" :class %flash.net:url-request))
998 (let ((*symbol-table* *player-symbol-table*))
999 (swf-ffi-defun-lex %flash.display:i-graphics-stroke "IGraphicsStroke"
1000 NIL "*" :class %flash.display:i-graphics-stroke))
1002 (let ((*symbol-table* *player-symbol-table*))
1003 (swf-ffi-defun-lex %flash.display:graphics-stroke "GraphicsStroke"
1004 (&OPTIONAL (("thickness" "Number") NAN) (("pixelHinting" "Boolean") NIL)
1005 (("scaleMode" "String") "normal") (("caps" "String") "none")
1006 (("joints" "String") "round") (("miterLimit" "Number") 3)
1007 ("fill" "flash.display::IGraphicsFill")) "*" :class %flash.display:graphics-stroke))
1009 (let ((*symbol-table* *player-symbol-table*))
1010 (swf-ffi-defun-lex %flash.xml:xml-tag "XMLTag"
1011 NIL "*" :class %flash.xml:xml-tag))
1013 (let ((*symbol-table* *player-symbol-table*))
1014 (swf-ffi-defun-lex %flash.events:io-error-event "IOErrorEvent"
1015 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1016 (("cancelable" "Boolean") NIL) (("text" "String") "")) "*" :class %flash.events:io-error-event))
1018 (let ((*symbol-table* *player-symbol-table*))
1019 (swf-ffi-defun-lex %flash.text.engine:graphic-element "GraphicElement"
1020 (&OPTIONAL ("graphic" "flash.display::DisplayObject")
1021 (("elementWidth" "Number") 15) (("elementHeight" "Number") 15)
1022 ("elementFormat" "flash.text.engine::ElementFormat")
1023 ("eventMirror" "flash.events::EventDispatcher")
1024 (("textRotation" "String") "rotate0")) "*" :class %flash.text.engine:graphic-element))
1026 (let ((*symbol-table* *player-symbol-table*))
1027 (swf-ffi-defun-lex %flash.desktop:clipboard-formats "ClipboardFormats"
1028 NIL "*" :class %flash.desktop:clipboard-formats))
1030 (let ((*symbol-table* *player-symbol-table*))
1031 (swf-ffi-defun-lex %flash.desktop:clipboard-transfer-mode "ClipboardTransferMode"
1032 NIL "*" :class %flash.desktop:clipboard-transfer-mode))
1034 (let ((*symbol-table* *player-symbol-table*))
1035 (swf-ffi-defun-lex %flash.desktop:general-clipboard "generalClipboard"
1036 NIL "flash.desktop::Clipboard" :class %flash.desktop:clipboard))
1038 (let ((*symbol-table* *player-symbol-table*))
1039 (swf-ffi-defun-lex %flash.desktop:clipboard "Clipboard"
1040 NIL "*" :class %flash.desktop:clipboard))
1042 (let ((*symbol-table* *player-symbol-table*))
1043 (swf-ffi-defun-lex %flash.text.engine:break-opportunity "BreakOpportunity"
1044 NIL "*" :class %flash.text.engine:break-opportunity))
1046 (let ((*symbol-table* *player-symbol-table*))
1047 (swf-ffi-defun-lex %flash.filters:gradient-bevel-filter "GradientBevelFilter"
1048 (&OPTIONAL (("distance" "Number") 4) (("angle" "Number") 45)
1049 ("colors" "Array") ("alphas" "Array") ("ratios" "Array")
1050 (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1)
1051 (("quality" "int") 1) (("type" "String") "inner")
1052 (("knockout" "Boolean") NIL)) "*" :class %flash.filters:gradient-bevel-filter))
1054 (let ((*symbol-table* *player-symbol-table*))
1055 (swf-ffi-defun-lex %flash.display:graphics-path-command "GraphicsPathCommand"
1056 NIL "*" :class %flash.display:graphics-path-command))
1058 (let ((*symbol-table* *player-symbol-table*))
1059 (swf-ffi-defun-lex %flash.events:focus-event "FocusEvent"
1060 (("type" "String") &OPTIONAL (("bubbles" "Boolean") T)
1061 (("cancelable" "Boolean") NIL)
1062 ("relatedObject" "flash.display::InteractiveObject")
1063 (("shiftKey" "Boolean") NIL) (("keyCode" "uint") 0)) "*" :class %flash.events:focus-event))
1065 (let ((*symbol-table* *player-symbol-table*))
1066 (swf-ffi-defun-lex %flash.geom:interpolate "interpolate"
1067 (("thisMat" "flash.geom::Matrix3D") ("toMat" "flash.geom::Matrix3D")
1068 ("percent" "Number")) "flash.geom::Matrix3D" :class %flash.geom:matrix3d))
1070 (let ((*symbol-table* *player-symbol-table*))
1071 (swf-ffi-defun-lex %flash.geom:matrix3d "Matrix3D"
1072 (&OPTIONAL ("v" "__AS3__.vec::Vector.<Number>")) "*" :class %flash.geom:matrix3d))
1074 (let ((*symbol-table* *player-symbol-table*))
1075 (swf-ffi-defun-lex %flash.text.engine:text-rotation "TextRotation"
1076 NIL "*" :class %flash.text.engine:text-rotation))
1078 (let ((*symbol-table* *player-symbol-table*))
1079 (swf-ffi-defun-lex %flash.events:sample-data-event "SampleDataEvent"
1080 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1081 (("cancelable" "Boolean") NIL) (("theposition" "Number") 0)
1082 ("thedata" "flash.utils::ByteArray")) "*" :class %flash.events:sample-data-event))
1084 (let ((*symbol-table* *player-symbol-table*))
1085 (swf-ffi-defun-lex %flash.display:bitmap-data-channel "BitmapDataChannel"
1086 NIL "*" :class %flash.display:bitmap-data-channel))
1088 (let ((*symbol-table* *player-symbol-table*))
1089 (swf-ffi-defun-lex %flash.geom:distance "distance"
1090 (("pt1" "flash.geom::Vector3D") ("pt2" "flash.geom::Vector3D")) "Number" :class %flash.geom:vector3d))
1092 (let ((*symbol-table* *player-symbol-table*))
1093 (swf-ffi-defun-lex %flash.geom:angle-between "angleBetween"
1094 (("a" "flash.geom::Vector3D") ("b" "flash.geom::Vector3D")) "Number" :class %flash.geom:vector3d))
1096 (let ((*symbol-table* *player-symbol-table*))
1097 (swf-ffi-defun-lex %flash.geom:vector3d "Vector3D"
1098 (&OPTIONAL (("x" "Number") 0) (("y" "Number") 0) (("z" "Number") 0)
1099 (("w" "Number") 0)) "*" :class %flash.geom:vector3d))
1101 (let ((*symbol-table* *player-symbol-table*))
1102 (swf-ffi-defun-lex %flash.display:interactive-object "InteractiveObject"
1103 NIL "*" :class %flash.display:interactive-object))
1105 (let ((*symbol-table* *player-symbol-table*))
1106 (swf-ffi-defun-lex %flash.ui:context-menu "ContextMenu"
1107 NIL "*" :class %flash.ui:context-menu))
1109 (let ((*symbol-table* *player-symbol-table*))
1110 (swf-ffi-defun-lex %flash.text.engine:kerning "Kerning"
1111 NIL "*" :class %flash.text.engine:kerning))
1113 (let ((*symbol-table* *player-symbol-table*))
1114 (swf-ffi-defun-lex %flash.display:get-loader-info-by-definition "getLoaderInfoByDefinition"
1115 (("object" "Object")) "flash.display::LoaderInfo" :class %flash.display:loader-info))
1117 (let ((*symbol-table* *player-symbol-table*))
1118 (swf-ffi-defun-lex %flash.display:loader-info "LoaderInfo"
1119 NIL "*" :class %flash.display:loader-info))
1121 (let ((*symbol-table* *player-symbol-table*))
1122 (swf-ffi-defun-lex %flash.display:shape "Shape"
1123 NIL "*" :class %flash.display:shape))
1125 (let ((*symbol-table* *player-symbol-table*))
1126 (swf-ffi-defun-lex %flash.events:sync-event "SyncEvent"
1127 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1128 (("cancelable" "Boolean") NIL) ("changeList" "Array")) "*" :class %flash.events:sync-event))
1130 (let ((*symbol-table* *player-symbol-table*))
1131 (swf-ffi-defun-lex %flash.filters:bevel-filter "BevelFilter"
1132 (&OPTIONAL (("distance" "Number") 4) (("angle" "Number") 45)
1133 (("highlightColor" "uint") 16777215) (("highlightAlpha" "Number") 1)
1134 (("shadowColor" "uint") 0) (("shadowAlpha" "Number") 1)
1135 (("blurX" "Number") 4) (("blurY" "Number") 4) (("strength" "Number") 1)
1136 (("quality" "int") 1) (("type" "String") "inner")
1137 (("knockout" "Boolean") NIL)) "*" :class %flash.filters:bevel-filter))
1139 (let ((*symbol-table* *player-symbol-table*))
1140 (swf-ffi-defun-lex %flash.filters:shader-filter "ShaderFilter"
1141 (&OPTIONAL ("shader" "flash.display::Shader")) "*" :class %flash.filters:shader-filter))
1143 (let ((*symbol-table* *player-symbol-table*))
1144 (swf-ffi-defun-lex %flash.geom:rectangle "Rectangle"
1145 (&OPTIONAL (("x" "Number") 0) (("y" "Number") 0) (("width" "Number") 0)
1146 (("height" "Number") 0)) "*" :class %flash.geom:rectangle))
1148 (let ((*symbol-table* *player-symbol-table*))
1149 (swf-ffi-defun-lex %flash.display:swf-version "SWFVersion"
1150 NIL "*" :class %flash.display:swf-version))
1152 (let ((*symbol-table* *player-symbol-table*))
1153 (swf-ffi-defun-lex %flash.net:responder "Responder"
1154 (("result" "Function") &OPTIONAL ("status" "Function")) "*" :class %flash.net:responder))
1156 (let ((*symbol-table* *player-symbol-table*))
1157 (swf-ffi-defun-lex %flash.system:has-tls "hasTLS"
1158 NIL "Boolean" :class %flash.system:capabilities))
1160 (let ((*symbol-table* *player-symbol-table*))
1161 (swf-ffi-defun-lex %flash.system:has-screen-broadcast "hasScreenBroadcast"
1162 NIL "Boolean" :class %flash.system:capabilities))
1164 (let ((*symbol-table* *player-symbol-table*))
1165 (swf-ffi-defun-lex %flash.system:has-ime "hasIME"
1166 NIL "Boolean" :class %flash.system:capabilities))
1168 (let ((*symbol-table* *player-symbol-table*))
1169 (swf-ffi-defun-lex %flash.system:max-level-id-c "maxLevelIDC"
1170 NIL "String" :class %flash.system:capabilities))
1172 (let ((*symbol-table* *player-symbol-table*))
1173 (swf-ffi-defun-lex %flash.system:has-streaming-audio "hasStreamingAudio"
1174 NIL "Boolean" :class %flash.system:capabilities))
1176 (let ((*symbol-table* *player-symbol-table*))
1177 (swf-ffi-defun-lex %flash.system:has-printing "hasPrinting"
1178 NIL "Boolean" :class %flash.system:capabilities))
1180 (let ((*symbol-table* *player-symbol-table*))
1181 (swf-ffi-defun-lex %flash.system:screen-dpi "screenDPI"
1182 NIL "Number" :class %flash.system:capabilities))
1184 (let ((*symbol-table* *player-symbol-table*))
1185 (swf-ffi-defun-lex %flash.system:has-accessibility "hasAccessibility"
1186 NIL "Boolean" :class %flash.system:capabilities))
1188 (let ((*symbol-table* *player-symbol-table*))
1189 (swf-ffi-defun-lex %flash.system:has-mp3 "hasMP3"
1190 NIL "Boolean" :class %flash.system:capabilities))
1192 (let ((*symbol-table* *player-symbol-table*))
1193 (swf-ffi-defun-lex %flash.system:has-embedded-video "hasEmbeddedVideo"
1194 NIL "Boolean" :class %flash.system:capabilities))
1196 (let ((*symbol-table* *player-symbol-table*))
1197 (swf-ffi-defun-lex %flash.system:manufacturer "manufacturer"
1198 NIL "String" :class %flash.system:capabilities))
1200 (let ((*symbol-table* *player-symbol-table*))
1201 (swf-ffi-defun-lex %flash.system:has-video-encoder "hasVideoEncoder"
1202 NIL "Boolean" :class %flash.system:capabilities))
1204 (let ((*symbol-table* *player-symbol-table*))
1205 (swf-ffi-defun-lex %flash.system:has-audio "hasAudio"
1206 NIL "Boolean" :class %flash.system:capabilities))
1208 (let ((*symbol-table* *player-symbol-table*))
1209 (swf-ffi-defun-lex %flash.system:screen-color "screenColor"
1210 NIL "String" :class %flash.system:capabilities))
1212 (let ((*symbol-table* *player-symbol-table*))
1213 (swf-ffi-defun-lex %flash.system:language "language"
1214 NIL "String" :class %flash.system:capabilities))
1216 (let ((*symbol-table* *player-symbol-table*))
1217 (swf-ffi-defun-lex %flash.system:has-audio-encoder "hasAudioEncoder"
1218 NIL "Boolean" :class %flash.system:capabilities))
1220 (let ((*symbol-table* *player-symbol-table*))
1221 (swf-ffi-defun-lex %flash.system:has-screen-playback "hasScreenPlayback"
1222 NIL "Boolean" :class %flash.system:capabilities))
1224 (let ((*symbol-table* *player-symbol-table*))
1225 (swf-ffi-defun-lex %flash.system:internal "_internal"
1226 NIL "uint" :class %flash.system:capabilities))
1228 (let ((*symbol-table* *player-symbol-table*))
1229 (swf-ffi-defun-lex %flash.system:os "os"
1230 NIL "String" :class %flash.system:capabilities))
1232 (let ((*symbol-table* *player-symbol-table*))
1233 (swf-ffi-defun-lex %flash.system:version "version"
1234 NIL "String" :class %flash.system:capabilities))
1236 (let ((*symbol-table* *player-symbol-table*))
1237 (swf-ffi-defun-lex %flash.system:screen-resolution-y "screenResolutionY"
1238 NIL "Number" :class %flash.system:capabilities))
1240 (let ((*symbol-table* *player-symbol-table*))
1241 (swf-ffi-defun-lex %flash.system:av-hardware-disable "avHardwareDisable"
1242 NIL "Boolean" :class %flash.system:capabilities))
1244 (let ((*symbol-table* *player-symbol-table*))
1245 (swf-ffi-defun-lex %flash.system:pixel-aspect-ratio "pixelAspectRatio"
1246 NIL "Number" :class %flash.system:capabilities))
1248 (let ((*symbol-table* *player-symbol-table*))
1249 (swf-ffi-defun-lex %flash.system:screen-resolution-x "screenResolutionX"
1250 NIL "Number" :class %flash.system:capabilities))
1252 (let ((*symbol-table* *player-symbol-table*))
1253 (swf-ffi-defun-lex %flash.system:is-debugger "isDebugger"
1254 NIL "Boolean" :class %flash.system:capabilities))
1256 (let ((*symbol-table* *player-symbol-table*))
1257 (swf-ffi-defun-lex %flash.system:has-streaming-video "hasStreamingVideo"
1258 NIL "Boolean" :class %flash.system:capabilities))
1260 (let ((*symbol-table* *player-symbol-table*))
1261 (swf-ffi-defun-lex %flash.system:server-string "serverString"
1262 NIL "String" :class %flash.system:capabilities))
1264 (let ((*symbol-table* *player-symbol-table*))
1265 (swf-ffi-defun-lex %flash.system:local-file-read-disable "localFileReadDisable"
1266 NIL "Boolean" :class %flash.system:capabilities))
1268 (let ((*symbol-table* *player-symbol-table*))
1269 (swf-ffi-defun-lex %flash.system:player-type "playerType"
1270 NIL "String" :class %flash.system:capabilities))
1272 (let ((*symbol-table* *player-symbol-table*))
1273 (swf-ffi-defun-lex %flash.system:is-embedded-in-acrobat "isEmbeddedInAcrobat"
1274 NIL "Boolean" :class %flash.system:capabilities))
1276 (let ((*symbol-table* *player-symbol-table*))
1277 (swf-ffi-defun-lex %flash.system:capabilities "Capabilities"
1278 NIL "*" :class %flash.system:capabilities))
1280 (let ((*symbol-table* *player-symbol-table*))
1281 (swf-ffi-defun-lex %flash.net:net-stream-info "NetStreamInfo"
1282 (("curBPS" "Number") ("byteCount" "Number") ("maxBPS" "Number")
1283 ("audioBPS" "Number") ("audioByteCount" "Number") ("videoBPS" "Number")
1284 ("videoByteCount" "Number") ("dataBPS" "Number")
1285 ("dataByteCount" "Number") ("playbackBPS" "Number")
1286 ("droppedFrames" "Number") ("audioBufferByteLength" "Number")
1287 ("videoBufferByteLength" "Number") ("dataBufferByteLength" "Number")
1288 ("audioBufferLength" "Number") ("videoBufferLength" "Number")
1289 ("dataBufferLength" "Number") ("srtt" "Number") ("audioLossRate" "Number")) "*" :class %flash.net:net-stream-info))
1291 (let ((*symbol-table* *player-symbol-table*))
1292 (swf-ffi-defun-lex %flash.text.engine:text-element "TextElement"
1293 (&OPTIONAL ("text" "String")
1294 ("elementFormat" "flash.text.engine::ElementFormat")
1295 ("eventMirror" "flash.events::EventDispatcher")
1296 (("textRotation" "String") "rotate0")) "*" :class %flash.text.engine:text-element))
1298 (let ((*symbol-table* *player-symbol-table*))
1299 (swf-ffi-defun-lex %flash.net:i-dynamic-property-output "IDynamicPropertyOutput"
1300 NIL "*" :class %flash.net:i-dynamic-property-output))
1302 (let ((*symbol-table* *player-symbol-table*))
1303 (swf-ffi-defun-lex %flash.text.engine:justification-style "JustificationStyle"
1304 NIL "*" :class %flash.text.engine:justification-style))
1306 (let ((*symbol-table* *player-symbol-table*))
1307 (swf-ffi-defun-lex %flash.display:stage-display-state "StageDisplayState"
1308 NIL "*" :class %flash.display:stage-display-state))
1310 (let ((*symbol-table* *player-symbol-table*))
1311 (swf-ffi-defun-lex %adobe.utils:product-manager "ProductManager"
1312 (("name" "String")) "*" :class %adobe.utils:product-manager))
1314 (let ((*symbol-table* *player-symbol-table*))
1315 (swf-ffi-defun-lex %flash.display:frame-label "FrameLabel"
1316 (("name" "String") ("frame" "int")) "*" :class %flash.display:frame-label))
1318 (let ((*symbol-table* *player-symbol-table*))
1319 (swf-ffi-defun-lex %flash.text.engine:element-format "ElementFormat"
1320 (&OPTIONAL ("fontDescription" "flash.text.engine::FontDescription")
1321 (("fontSize" "Number") 12) (("color" "uint") 0) (("alpha" "Number") 1)
1322 (("textRotation" "String") "auto") (("dominantBaseline" "String") "roman")
1323 (("alignmentBaseline" "String") "useDominantBaseline")
1324 (("baselineShift" "Number") 0) (("kerning" "String") "on")
1325 (("trackingRight" "Number") 0) (("trackingLeft" "Number") 0)
1326 (("locale" "String") "en") (("breakOpportunity" "String") "auto")
1327 (("digitCase" "String") "default") (("digitWidth" "String") "default")
1328 (("ligatureLevel" "String") "common")
1329 (("typographicCase" "String") "default")) "*" :class %flash.text.engine:element-format))
1331 (let ((*symbol-table* *player-symbol-table*))
1332 (swf-ffi-defun-lex %flash.display:shader-parameter "ShaderParameter"
1333 NIL "*" :class %flash.display:shader-parameter))
1335 (let ((*symbol-table* *player-symbol-table*))
1336 (swf-ffi-defun-lex %flash.display:shader-job "ShaderJob"
1337 (&OPTIONAL ("shader" "flash.display::Shader") ("target" "Object")
1338 (("width" "int") 0) (("height" "int") 0)) "*" :class %flash.display:shader-job))
1340 (let ((*symbol-table* *player-symbol-table*))
1341 (swf-ffi-defun-lex %flash.display:color-correction "ColorCorrection"
1342 NIL "*" :class %flash.display:color-correction))
1344 (let ((*symbol-table* *player-symbol-table*))
1345 (swf-ffi-defun-lex %flash.text:text-format-align "TextFormatAlign"
1346 NIL "*" :class %flash.text:text-format-align))
1348 (let ((*symbol-table* *player-symbol-table*))
1349 (swf-ffi-defun-lex %flash.utils:dictionary "Dictionary"
1350 (&OPTIONAL (("weakKeys" "Boolean") NIL)) "*" :class %flash.utils:dictionary))
1352 (let ((*symbol-table* *player-symbol-table*))
1353 (swf-ffi-defun-lex %flash.net:default-object-encoding "defaultObjectEncoding"
1354 (("version" "uint")) "void" :class %flash.net:shared-object))
1356 (let ((*symbol-table* *player-symbol-table*))
1357 (swf-ffi-defun-lex %flash.net:get-disk-usage "getDiskUsage"
1358 (("url" "String")) "int" :class %flash.net:shared-object))
1360 (let ((*symbol-table* *player-symbol-table*))
1361 (swf-ffi-defun-lex %flash.net:default-object-encoding "defaultObjectEncoding"
1362 NIL "uint" :class %flash.net:shared-object))
1364 (let ((*symbol-table* *player-symbol-table*))
1365 (swf-ffi-defun-lex %flash.net:get-local "getLocal"
1366 (("name" "String") &OPTIONAL ("localPath" "String")
1367 (("secure" "Boolean") NIL)) "flash.net::SharedObject" :class %flash.net:shared-object))
1369 (let ((*symbol-table* *player-symbol-table*))
1370 (swf-ffi-defun-lex %flash.net:delete-all "deleteAll"
1371 (("url" "String")) "int" :class %flash.net:shared-object))
1373 (let ((*symbol-table* *player-symbol-table*))
1374 (swf-ffi-defun-lex %flash.net:get-remote "getRemote"
1375 (("name" "String") &OPTIONAL ("remotePath" "String")
1376 (("persistence" "Object") NIL) (("secure" "Boolean") NIL)) "flash.net::SharedObject" :class %flash.net:shared-object))
1378 (let ((*symbol-table* *player-symbol-table*))
1379 (swf-ffi-defun-lex %flash.net:shared-object "SharedObject"
1380 NIL "*" :class %flash.net:shared-object))
1382 (let ((*symbol-table* *player-symbol-table*))
1383 (swf-ffi-defun-lex %flash.net:socket "Socket"
1384 (&OPTIONAL ("host" "String") (("port" "int") 0)) "*" :class %flash.net:socket))
1386 (let ((*symbol-table* *player-symbol-table*))
1387 (swf-ffi-defun-lex %flash.filters:color-matrix-filter "ColorMatrixFilter"
1388 (&OPTIONAL ("matrix" "Array")) "*" :class %flash.filters:color-matrix-filter))
1390 (let ((*symbol-table* *player-symbol-table*))
1391 (swf-ffi-defun-lex %flash.filters:bitmap-filter-type "BitmapFilterType"
1392 NIL "*" :class %flash.filters:bitmap-filter-type))
1394 (let ((*symbol-table* *player-symbol-table*))
1395 (swf-ffi-defun-lex %flash.text:text-color-type "TextColorType"
1396 NIL "*" :class %flash.text:text-color-type))
1398 (let ((*symbol-table* *player-symbol-table*))
1399 (swf-ffi-defun-lex %flash.filters:displacement-map-filter "DisplacementMapFilter"
1400 (&OPTIONAL ("mapBitmap" "flash.display::BitmapData")
1401 ("mapPoint" "flash.geom::Point") (("componentX" "uint") 0)
1402 (("componentY" "uint") 0) (("scaleX" "Number") 0) (("scaleY" "Number") 0)
1403 (("mode" "String") "wrap") (("color" "uint") 0) (("alpha" "Number") 0)) "*" :class %flash.filters:displacement-map-filter))
1405 (let ((*symbol-table* *player-symbol-table*))
1406 (swf-ffi-defun-lex %flash.display:graphics-path-winding "GraphicsPathWinding"
1407 NIL "*" :class %flash.display:graphics-path-winding))
1409 (let ((*symbol-table* *player-symbol-table*))
1410 (swf-ffi-defun-lex %flash.net:i-dynamic-property-writer "IDynamicPropertyWriter"
1411 NIL "*" :class %flash.net:i-dynamic-property-writer))
1413 (let ((*symbol-table* *player-symbol-table*))
1414 (swf-ffi-defun-lex %flash.external:add-callback "addCallback"
1415 (("functionName" "String") ("closure" "Function")) "void" :class %flash.external:external-interface))
1417 (let ((*symbol-table* *player-symbol-table*))
1418 (swf-ffi-defun-lex %flash.external:available "available"
1419 NIL "Boolean" :class %flash.external:external-interface))
1421 (let ((*symbol-table* *player-symbol-table*))
1422 (swf-ffi-defun-lex %flash.external:object-id "objectID"
1423 NIL "String" :class %flash.external:external-interface))
1425 (let ((*symbol-table* *player-symbol-table*))
1426 (swf-ffi-defun-lex %flash.external:call "call"
1427 (&REST ("functionName" "String")) "*" :class %flash.external:external-interface))
1429 (let ((*symbol-table* *player-symbol-table*))
1430 (swf-ffi-defun-lex %flash.external:external-interface "ExternalInterface"
1431 NIL "*" :class %flash.external:external-interface))
1433 (let ((*symbol-table* *player-symbol-table*))
1434 (swf-ffi-defun-lex %flash.text:text-run "TextRun"
1435 (("beginIndex" "int") ("endIndex" "int")
1436 ("textFormat" "flash.text::TextFormat")) "*" :class %flash.text:text-run))
1438 (let ((*symbol-table* *player-symbol-table*))
1439 (swf-ffi-defun-lex %flash.display:shader "Shader"
1440 (&OPTIONAL ("code" "flash.utils::ByteArray")) "*" :class %flash.display:shader))
1442 (let ((*symbol-table* *player-symbol-table*))
1443 (swf-ffi-defun-lex %flash.media:video "Video"
1444 (&OPTIONAL (("width" "int") 320) (("height" "int") 240)) "*" :class %flash.media:video))
1446 (let ((*symbol-table* *player-symbol-table*))
1447 (swf-ffi-defun-lex %flash.text:text-format-display "TextFormatDisplay"
1448 NIL "*" :class %flash.text:text-format-display))
1450 (let ((*symbol-table* *player-symbol-table*))
1451 (swf-ffi-defun-lex %flash.media:id3info "ID3Info"
1452 NIL "*" :class %flash.media:id3info))
1454 (let ((*symbol-table* *player-symbol-table*))
1455 (swf-ffi-defun-lex %flash.media:sound-transform "SoundTransform"
1456 (&OPTIONAL (("vol" "Number") 1) (("panning" "Number") 0)) "*" :class %flash.media:sound-transform))
1458 (let ((*symbol-table* *player-symbol-table*))
1459 (swf-ffi-defun-lex %flash.trace:get-listener "getListener"
1460 NIL "Function" :class %flash.trace:trace))
1462 (let ((*symbol-table* *player-symbol-table*))
1463 (swf-ffi-defun-lex %flash.trace:get-level "getLevel"
1464 (&OPTIONAL (("target" "int") 2)) "int" :class %flash.trace:trace))
1466 (let ((*symbol-table* *player-symbol-table*))
1467 (swf-ffi-defun-lex %flash.trace:set-level "setLevel"
1468 (("l" "int") &OPTIONAL (("target" "int") 2)) "*" :class %flash.trace:trace))
1470 (let ((*symbol-table* *player-symbol-table*))
1471 (swf-ffi-defun-lex %flash.trace:set-listener "setListener"
1472 (("f" "Function")) "*" :class %flash.trace:trace))
1474 (let ((*symbol-table* *player-symbol-table*))
1475 (swf-ffi-defun-lex %flash.trace:trace "Trace"
1476 NIL "*" :class %flash.trace:trace))
1478 (let ((*symbol-table* *player-symbol-table*))
1479 (swf-ffi-defun-lex %flash.text:text-snapshot "TextSnapshot"
1480 NIL "*" :class %flash.text:text-snapshot))
1482 (let ((*symbol-table* *player-symbol-table*))
1483 (swf-ffi-defun-lex %flash.display:interpolation-method "InterpolationMethod"
1484 NIL "*" :class %flash.display:interpolation-method))
1486 (let ((*symbol-table* *player-symbol-table*))
1487 (swf-ffi-defun-lex %flash.ui:context-menu-built-in-items "ContextMenuBuiltInItems"
1488 NIL "*" :class %flash.ui:context-menu-built-in-items))
1490 (let ((*symbol-table* *player-symbol-table*))
1491 (swf-ffi-defun-lex %flash.text:text-extent "TextExtent"
1492 (("width" "Number") ("height" "Number") ("textFieldWidth" "Number")
1493 ("textFieldHeight" "Number") ("ascent" "Number") ("descent" "Number")) "*" :class %flash.text:text-extent))
1495 (let ((*symbol-table* *player-symbol-table*))
1496 (swf-ffi-defun-lex %flash.text.engine:cff-hinting "CFFHinting"
1497 NIL "*" :class %flash.text.engine:cff-hinting))
1499 (let ((*symbol-table* *player-symbol-table*))
1500 (swf-ffi-defun-lex %flash.system:current-domain "currentDomain"
1501 NIL "flash.system::SecurityDomain" :class %flash.system:security-domain))
1503 (let ((*symbol-table* *player-symbol-table*))
1504 (swf-ffi-defun-lex %flash.system:security-domain "SecurityDomain"
1505 NIL "*" :class %flash.system:security-domain))
1507 (let ((*symbol-table* *player-symbol-table*))
1508 (swf-ffi-defun-lex %flash:utc "UTC"
1509 ("year" &OPTIONAL ("month" 1) ("date" 0) ("hours" 0) ("minutes" 0)
1510 ("seconds" 0) &REST "ms") "Number" :class %flash:date))
1512 (let ((*symbol-table* *player-symbol-table*))
1513 (swf-ffi-defun-lex %flash:parse "parse"
1514 ("s") "Number" :class %flash:date))
1516 (let ((*symbol-table* *player-symbol-table*))
1517 (swf-ffi-defun-lex %flash:date "Date"
1518 (&OPTIONAL "year" "month" "date" "hours" "minutes" "seconds" "ms") "*" :class %flash:date))
1520 (let ((*symbol-table* *player-symbol-table*))
1521 (swf-ffi-defun-lex %flash.net:dynamic-property-output "DynamicPropertyOutput"
1522 NIL "*" :class %flash.net:dynamic-property-output))
1524 (let ((*symbol-table* *player-symbol-table*))
1525 (swf-ffi-defun-lex %flash.filters:blur-filter "BlurFilter"
1526 (&OPTIONAL (("blurX" "Number") 4) (("blurY" "Number") 4)
1527 (("quality" "int") 1)) "*" :class %flash.filters:blur-filter))
1529 (let ((*symbol-table* *player-symbol-table*))
1530 (swf-ffi-defun-lex %flash.display:graphics-bitmap-fill "GraphicsBitmapFill"
1531 (&OPTIONAL ("bitmapData" "flash.display::BitmapData")
1532 ("matrix" "flash.geom::Matrix") (("repeat" "Boolean") T)
1533 (("smooth" "Boolean") NIL)) "*" :class %flash.display:graphics-bitmap-fill))
1535 (let ((*symbol-table* *player-symbol-table*))
1536 (swf-ffi-defun-lex %flash.events:status-event "StatusEvent"
1537 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1538 (("cancelable" "Boolean") NIL) (("code" "String") "")
1539 (("level" "String") "")) "*" :class %flash.events:status-event))
1541 (let ((*symbol-table* *player-symbol-table*))
1542 (swf-ffi-defun-lex %flash.geom:orientation3d "Orientation3D"
1543 NIL "*" :class %flash.geom:orientation3d))
1545 (let ((*symbol-table* *player-symbol-table*))
1546 (swf-ffi-defun-lex %flash.geom:color-transform "ColorTransform"
1547 (&OPTIONAL (("redMultiplier" "Number") 1) (("greenMultiplier" "Number") 1)
1548 (("blueMultiplier" "Number") 1) (("alphaMultiplier" "Number") 1)
1549 (("redOffset" "Number") 0) (("greenOffset" "Number") 0)
1550 (("blueOffset" "Number") 0) (("alphaOffset" "Number") 0)) "*" :class %flash.geom:color-transform))
1552 (let ((*symbol-table* *player-symbol-table*))
1553 (swf-ffi-defun-lex %flash.text:static-text "StaticText"
1554 NIL "*" :class %flash.text:static-text))
1556 (let ((*symbol-table* *player-symbol-table*))
1557 (swf-ffi-defun-lex %adobe.utils:install-actions "installActions"
1558 (("name" "String") ("data" "String")) "void" :class %adobe.utils:custom-actions))
1560 (let ((*symbol-table* *player-symbol-table*))
1561 (swf-ffi-defun-lex %adobe.utils:uninstall-actions "uninstallActions"
1562 (("name" "String")) "void" :class %adobe.utils:custom-actions))
1564 (let ((*symbol-table* *player-symbol-table*))
1565 (swf-ffi-defun-lex %adobe.utils:actions-list "actionsList"
1566 NIL "Array" :class %adobe.utils:custom-actions))
1568 (let ((*symbol-table* *player-symbol-table*))
1569 (swf-ffi-defun-lex %adobe.utils:get-actions "getActions"
1570 (("name" "String")) "String" :class %adobe.utils:custom-actions))
1572 (let ((*symbol-table* *player-symbol-table*))
1573 (swf-ffi-defun-lex %adobe.utils:custom-actions "CustomActions"
1574 NIL "*" :class %adobe.utils:custom-actions))
1576 (let ((*symbol-table* *player-symbol-table*))
1577 (swf-ffi-defun-lex %flash.net:url-stream "URLStream"
1578 NIL "*" :class %flash.net:url-stream))
1580 (let ((*symbol-table* *player-symbol-table*))
1581 (swf-ffi-defun-lex %flash.events:security-error-event "SecurityErrorEvent"
1582 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1583 (("cancelable" "Boolean") NIL) (("text" "String") "")) "*" :class %flash.events:security-error-event))
1585 (let ((*symbol-table* *player-symbol-table*))
1586 (swf-ffi-defun-lex %flash.text.engine:ligature-level "LigatureLevel"
1587 NIL "*" :class %flash.text.engine:ligature-level))
1589 (let ((*symbol-table* *player-symbol-table*))
1590 (swf-ffi-defun-lex %flash.display:morph-shape "MorphShape"
1591 NIL "*" :class %flash.display:morph-shape))
1593 (let ((*symbol-table* *player-symbol-table*))
1594 (swf-ffi-defun-lex %flash.text:anti-alias-type "AntiAliasType"
1595 NIL "*" :class %flash.text:anti-alias-type))
1597 (let ((*symbol-table* *player-symbol-table*))
1598 (swf-ffi-defun-lex %flash.media:get-microphone "getMicrophone"
1599 (&OPTIONAL (("index" "int") -1)) "flash.media::Microphone" :class %flash.media:microphone))
1601 (let ((*symbol-table* *player-symbol-table*))
1602 (swf-ffi-defun-lex %flash.media:names "names"
1603 NIL "Array" :class %flash.media:microphone))
1605 (let ((*symbol-table* *player-symbol-table*))
1606 (swf-ffi-defun-lex %flash.media:microphone "Microphone"
1607 NIL "*" :class %flash.media:microphone))
1609 (let ((*symbol-table* *player-symbol-table*))
1610 (swf-ffi-defun-lex %flash.net:url-loader-data-format "URLLoaderDataFormat"
1611 NIL "*" :class %flash.net:url-loader-data-format))
1613 (let ((*symbol-table* *player-symbol-table*))
1614 (swf-ffi-defun-lex %flash.media:sound-channel "SoundChannel"
1615 NIL "*" :class %flash.media:sound-channel))
1617 (let ((*symbol-table* *player-symbol-table*))
1618 (swf-ffi-defun-lex %flash.events:progress-event "ProgressEvent"
1619 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1620 (("cancelable" "Boolean") NIL) (("bytesLoaded" "uint") 0)
1621 (("bytesTotal" "uint") 0)) "*" :class %flash.events:progress-event))
1623 (let ((*symbol-table* *player-symbol-table*))
1624 (swf-ffi-defun-lex %flash.events:context-menu-event "ContextMenuEvent"
1625 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1626 (("cancelable" "Boolean") NIL)
1627 ("mouseTarget" "flash.display::InteractiveObject")
1628 ("contextMenuOwner" "flash.display::InteractiveObject")) "*" :class %flash.events:context-menu-event))
1630 (let ((*symbol-table* *player-symbol-table*))
1631 (swf-ffi-defun-lex %flash.text:is-font-compatible "isFontCompatible"
1632 (("fontName" "String") ("fontStyle" "String")) "Boolean" :class %flash.text:text-field))
1634 (let ((*symbol-table* *player-symbol-table*))
1635 (swf-ffi-defun-lex %flash.text:text-field "TextField"
1636 NIL "*" :class %flash.text:text-field))
1638 (let ((*symbol-table* *player-symbol-table*))
1639 (swf-ffi-defun-lex %flash.xml:xml-parser "XMLParser"
1640 NIL "*" :class %flash.xml:xml-parser))
1642 (let ((*symbol-table* *player-symbol-table*))
1643 (swf-ffi-defun-lex %adobe.utils:accept "accept"
1644 NIL "void" :class %adobe.utils:xml-ui))
1646 (let ((*symbol-table* *player-symbol-table*))
1647 (swf-ffi-defun-lex %adobe.utils:cancel "cancel"
1648 NIL "void" :class %adobe.utils:xml-ui))
1650 (let ((*symbol-table* *player-symbol-table*))
1651 (swf-ffi-defun-lex %adobe.utils:get-property "getProperty"
1652 (("name" "String")) "String" :class %adobe.utils:xml-ui))
1654 (let ((*symbol-table* *player-symbol-table*))
1655 (swf-ffi-defun-lex %adobe.utils:set-property "setProperty"
1656 (("name" "String") ("value" "String")) "void" :class %adobe.utils:xml-ui))
1658 (let ((*symbol-table* *player-symbol-table*))
1659 (swf-ffi-defun-lex %adobe.utils:xml-ui "XMLUI"
1660 NIL "*" :class %adobe.utils:xml-ui))
1662 (let ((*symbol-table* *player-symbol-table*))
1663 (swf-ffi-defun-lex %flash.ui:hide "hide"
1664 NIL "void" :class %flash.ui:mouse))
1666 (let ((*symbol-table* *player-symbol-table*))
1667 (swf-ffi-defun-lex %flash.ui:cursor "cursor"
1668 (("value" "String")) "void" :class %flash.ui:mouse))
1670 (let ((*symbol-table* *player-symbol-table*))
1671 (swf-ffi-defun-lex %flash.ui:show "show"
1672 NIL "void" :class %flash.ui:mouse))
1674 (let ((*symbol-table* *player-symbol-table*))
1675 (swf-ffi-defun-lex %flash.ui:cursor "cursor"
1676 NIL "String" :class %flash.ui:mouse))
1678 (let ((*symbol-table* *player-symbol-table*))
1679 (swf-ffi-defun-lex %flash.ui:mouse "Mouse"
1680 NIL "*" :class %flash.ui:mouse))
1682 (let ((*symbol-table* *player-symbol-table*))
1683 (swf-ffi-defun-lex %flash.events:activity-event "ActivityEvent"
1684 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1685 (("cancelable" "Boolean") NIL) (("activating" "Boolean") NIL)) "*" :class %flash.events:activity-event))
1687 (let ((*symbol-table* *player-symbol-table*))
1688 (swf-ffi-defun-find-prop-strict %adobe.utils:mmend-command "adobe.utils:MMEndCommand"
1689 (("endStatus" "Boolean") ("notifyString" "String")) "void"))
1691 (let ((*symbol-table* *player-symbol-table*))
1692 (swf-ffi-defun-find-prop-strict %adobe.utils:mmexecute "adobe.utils:MMExecute"
1693 (("name" "String")) "String"))
1695 (let ((*symbol-table* *player-symbol-table*))
1696 (swf-ffi-defun-lex %flash.system:set-composition-string "setCompositionString"
1697 (("composition" "String")) "void" :class %flash.system:ime))
1699 (let ((*symbol-table* *player-symbol-table*))
1700 (swf-ffi-defun-lex %flash.system:enabled "enabled"
1701 NIL "Boolean" :class %flash.system:ime))
1703 (let ((*symbol-table* *player-symbol-table*))
1704 (swf-ffi-defun-lex %flash.system:conversion-mode "conversionMode"
1705 (("mode" "String")) "void" :class %flash.system:ime))
1707 (let ((*symbol-table* *player-symbol-table*))
1708 (swf-ffi-defun-lex %flash.system:construct-ok "constructOK"
1709 (("construct" "Boolean")) "void" :class %flash.system:ime))
1711 (let ((*symbol-table* *player-symbol-table*))
1712 (swf-ffi-defun-lex %flash.system:do-conversion "doConversion"
1713 NIL "void" :class %flash.system:ime))
1715 (let ((*symbol-table* *player-symbol-table*))
1716 (swf-ffi-defun-lex %flash.system:conversion-mode "conversionMode"
1717 NIL "String" :class %flash.system:ime))
1719 (let ((*symbol-table* *player-symbol-table*))
1720 (swf-ffi-defun-lex %flash.system:enabled "enabled"
1721 (("enabled" "Boolean")) "void" :class %flash.system:ime))
1723 (let ((*symbol-table* *player-symbol-table*))
1724 (swf-ffi-defun-lex %flash.system:ime "IME"
1725 NIL "*" :class %flash.system:ime))
1727 (let ((*symbol-table* *player-symbol-table*))
1728 (swf-ffi-defun-lex %flash.net:dynamic-property-writer "dynamicPropertyWriter"
1729 NIL "flash.net::IDynamicPropertyWriter" :class %flash.net:object-encoding))
1731 (let ((*symbol-table* *player-symbol-table*))
1732 (swf-ffi-defun-lex %flash.net:dynamic-property-writer "dynamicPropertyWriter"
1733 (("object" "flash.net::IDynamicPropertyWriter")) "void" :class %flash.net:object-encoding))
1735 (let ((*symbol-table* *player-symbol-table*))
1736 (swf-ffi-defun-lex %flash.net:object-encoding "ObjectEncoding"
1737 NIL "*" :class %flash.net:object-encoding))
1739 (let ((*symbol-table* *player-symbol-table*))
1740 (swf-ffi-defun-lex %flash.text.engine:rendering-mode "RenderingMode"
1741 NIL "*" :class %flash.text.engine:rendering-mode))
1743 (let ((*symbol-table* *player-symbol-table*))
1744 (swf-ffi-defun-lex %flash.printing:print-job-options "PrintJobOptions"
1745 (&OPTIONAL (("printAsBitmap" "Boolean") NIL)) "*" :class %flash.printing:print-job-options))
1747 (let ((*symbol-table* *player-symbol-table*))
1748 (swf-ffi-defun-lex %flash.ui:mouse-cursor "MouseCursor"
1749 NIL "*" :class %flash.ui:mouse-cursor))
1751 (let ((*symbol-table* *player-symbol-table*))
1752 (swf-ffi-defun-lex %flash.text.engine:text-line-creation-result "TextLineCreationResult"
1753 NIL "*" :class %flash.text.engine:text-line-creation-result))
1755 (let ((*symbol-table* *player-symbol-table*))
1756 (swf-ffi-defun-lex %flash.events:data-event "DataEvent"
1757 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1758 (("cancelable" "Boolean") NIL) (("data" "String") "")) "*" :class %flash.events:data-event))
1760 (let ((*symbol-table* *player-symbol-table*))
1761 (swf-ffi-defun-lex %flash.display:stage-quality "StageQuality"
1762 NIL "*" :class %flash.display:stage-quality))
1764 (let ((*symbol-table* *player-symbol-table*))
1765 (swf-ffi-defun-lex %flash.net:xml-socket "XMLSocket"
1766 (&OPTIONAL ("host" "String") (("port" "int") 0)) "void" :class %flash.net:xml-socket))
1768 (let ((*symbol-table* *player-symbol-table*))
1769 (swf-ffi-defun-lex %flash.text.engine:text-block "TextBlock"
1770 (&OPTIONAL ("content" "flash.text.engine::ContentElement")
1771 ("tabStops" "__AS3__.vec::Vector.<flash.text.engine::TabStop>")
1772 ("textJustifier" "flash.text.engine::TextJustifier")
1773 (("lineRotation" "String") "rotate0") (("baselineZero" "String") "roman")
1774 (("bidiLevel" "int") 0) (("applyNonLinearFontScaling" "Boolean") T)
1775 ("baselineFontDescription" "flash.text.engine::FontDescription")
1776 (("baselineFontSize" "Number") 12)) "*" :class %flash.text.engine:text-block))
1778 (let ((*symbol-table* *player-symbol-table*))
1779 (swf-ffi-defun-lex %flash.accessibility:accessibility-properties "AccessibilityProperties"
1780 NIL "*" :class %flash.accessibility:accessibility-properties))
1782 (let ((*symbol-table* *player-symbol-table*))
1783 (swf-ffi-defun-lex %flash.text.engine:font-posture "FontPosture"
1784 NIL "*" :class %flash.text.engine:font-posture))
1786 (let ((*symbol-table* *player-symbol-table*))
1787 (swf-ffi-defun-lex %flash.display:graphics-shader-fill "GraphicsShaderFill"
1788 (&OPTIONAL ("shader" "flash.display::Shader")
1789 ("matrix" "flash.geom::Matrix")) "*" :class %flash.display:graphics-shader-fill))
1791 (let ((*symbol-table* *player-symbol-table*))
1792 (swf-ffi-defun-lex %flash.net:url-loader "URLLoader"
1793 (&OPTIONAL ("request" "flash.net::URLRequest")) "*" :class %flash.net:url-loader))
1795 (let ((*symbol-table* *player-symbol-table*))
1796 (swf-ffi-defun-lex %flash.text.engine:group-element "GroupElement"
1797 (&OPTIONAL
1798 ("elements" "__AS3__.vec::Vector.<flash.text.engine::ContentElement>")
1799 ("elementFormat" "flash.text.engine::ElementFormat")
1800 ("eventMirror" "flash.events::EventDispatcher")
1801 (("textRotation" "String") "rotate0")) "*" :class %flash.text.engine:group-element))
1803 (let ((*symbol-table* *player-symbol-table*))
1804 (swf-ffi-defun-lex %flash.net:default-object-encoding "defaultObjectEncoding"
1805 (("version" "uint")) "void" :class %flash.net:net-connection))
1807 (let ((*symbol-table* *player-symbol-table*))
1808 (swf-ffi-defun-lex %flash.net:default-object-encoding "defaultObjectEncoding"
1809 NIL "uint" :class %flash.net:net-connection))
1811 (let ((*symbol-table* *player-symbol-table*))
1812 (swf-ffi-defun-lex %flash.net:net-connection "NetConnection"
1813 NIL "*" :class %flash.net:net-connection))
1815 (let ((*symbol-table* *player-symbol-table*))
1816 (swf-ffi-defun-lex %flash.display:display-object-container "DisplayObjectContainer"
1817 NIL "*" :class %flash.display:display-object-container))
1819 (let ((*symbol-table* *player-symbol-table*))
1820 (swf-ffi-defun-lex %flash.display:sprite "Sprite"
1821 NIL "*" :class %flash.display:sprite))
1823 (let ((*symbol-table* *player-symbol-table*))
1824 (swf-ffi-defun-lex %flash.display:movie-clip "MovieClip"
1825 NIL "*" :class %flash.display:movie-clip))
1827 (let ((*symbol-table* *player-symbol-table*))
1828 (swf-ffi-defun-lex %flash.events:net-status-event "NetStatusEvent"
1829 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1830 (("cancelable" "Boolean") NIL) ("info" "Object")) "*" :class %flash.events:net-status-event))
1832 (let ((*symbol-table* *player-symbol-table*))
1833 (swf-ffi-defun-lex %flash.text:grid-fit-type "GridFitType"
1834 NIL "*" :class %flash.text:grid-fit-type))
1836 (let ((*symbol-table* *player-symbol-table*))
1837 (swf-ffi-defun-lex %flash.display:caps-style "CapsStyle"
1838 NIL "*" :class %flash.display:caps-style))
1840 (let ((*symbol-table* *player-symbol-table*))
1841 (swf-ffi-defun-lex %flash.net:file-filter "FileFilter"
1842 (("description" "String") ("extension" "String") &OPTIONAL
1843 ("macType" "String")) "*" :class %flash.net:file-filter))
1845 (let ((*symbol-table* *player-symbol-table*))
1846 (swf-ffi-defun-lex %flash.text.engine:font-lookup "FontLookup"
1847 NIL "*" :class %flash.text.engine:font-lookup))
1849 (let ((*symbol-table* *player-symbol-table*))
1850 (swf-ffi-defun-lex %flash.net:url-request-header "URLRequestHeader"
1851 (&OPTIONAL (("name" "String") "") (("value" "String") "")) "*" :class %flash.net:url-request-header))
1853 (let ((*symbol-table* *player-symbol-table*))
1854 (swf-ffi-defun-lex %flash.text:text-display-mode "TextDisplayMode"
1855 NIL "*" :class %flash.text:text-display-mode))
1857 (let ((*symbol-table* *player-symbol-table*))
1858 (swf-ffi-defun-lex %flash.text:csm-settings "CSMSettings"
1859 (("fontSize" "Number") ("insideCutoff" "Number") ("outsideCutoff" "Number")) "*" :class %flash.text:csm-settings))
1861 (let ((*symbol-table* *player-symbol-table*))
1862 (swf-ffi-defun-lex %flash.utils:endian "Endian"
1863 NIL "*" :class %flash.utils:endian))
1865 (let ((*symbol-table* *player-symbol-table*))
1866 (swf-ffi-defun-lex %flash.text:font-type "FontType"
1867 NIL "*" :class %flash.text:font-type))
1869 (let ((*symbol-table* *player-symbol-table*))
1870 (swf-ffi-defun-lex %flash.display:simple-button "SimpleButton"
1871 (&OPTIONAL ("upState" "flash.display::DisplayObject")
1872 ("overState" "flash.display::DisplayObject")
1873 ("downState" "flash.display::DisplayObject")
1874 ("hitTestState" "flash.display::DisplayObject")) "*" :class %flash.display:simple-button))
1876 (let ((*symbol-table* *player-symbol-table*))
1877 (swf-ffi-defun-lex %flash.utils:proxy "Proxy"
1878 NIL "*" :class %flash.utils:proxy))
1880 (let ((*symbol-table* *player-symbol-table*))
1881 (swf-ffi-defun-lex %flash.system:security-panel "SecurityPanel"
1882 NIL "*" :class %flash.system:security-panel))
1884 (let ((*symbol-table* *player-symbol-table*))
1885 (swf-ffi-defun-lex %flash.filters:glow-filter "GlowFilter"
1886 (&OPTIONAL (("color" "uint") 16711680) (("alpha" "Number") 1)
1887 (("blurX" "Number") 6) (("blurY" "Number") 6) (("strength" "Number") 2)
1888 (("quality" "int") 1) (("inner" "Boolean") NIL)
1889 (("knockout" "Boolean") NIL)) "*" :class %flash.filters:glow-filter))
1891 (let ((*symbol-table* *player-symbol-table*))
1892 (swf-ffi-defun-find-prop-strict %flash.debugger:enter-debugger "flash.debugger:enterDebugger"
1893 NIL "void"))
1895 (let ((*symbol-table* *player-symbol-table*))
1896 (swf-ffi-defun-lex %flash.net:url-variables "URLVariables"
1897 (&OPTIONAL ("source" "String")) "*" :class %flash.net:url-variables))
1899 (let ((*symbol-table* *player-symbol-table*))
1900 (swf-ffi-defun-lex %flash.events:full-screen-event "FullScreenEvent"
1901 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1902 (("cancelable" "Boolean") NIL) (("fullScreen" "Boolean") NIL)) "*" :class %flash.events:full-screen-event))
1904 (let ((*symbol-table* *player-symbol-table*))
1905 (swf-ffi-defun-lex %flash.net:net-stream-play-transitions "NetStreamPlayTransitions"
1906 NIL "*" :class %flash.net:net-stream-play-transitions))
1908 (let ((*symbol-table* *player-symbol-table*))
1909 (swf-ffi-defun-lex %flash.text.engine:digit-case "DigitCase"
1910 NIL "*" :class %flash.text.engine:digit-case))
1912 (let ((*symbol-table* *player-symbol-table*))
1913 (swf-ffi-defun-lex %flash.media:sound-loader-context "SoundLoaderContext"
1914 (&OPTIONAL (("bufferTime" "Number") 1000)
1915 (("checkPolicyFile" "Boolean") NIL)) "*" :class %flash.media:sound-loader-context))
1917 (let ((*symbol-table* *player-symbol-table*))
1918 (swf-ffi-defun-lex %flash.net:file-reference-list "FileReferenceList"
1919 NIL "*" :class %flash.net:file-reference-list))
1921 (let ((*symbol-table* *player-symbol-table*))
1922 (swf-ffi-defun-lex %flash.events:shader-event "ShaderEvent"
1923 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1924 (("cancelable" "Boolean") NIL) ("bitmap" "flash.display::BitmapData")
1925 ("array" "flash.utils::ByteArray")
1926 ("vector" "__AS3__.vec::Vector.<Number>")) "*" :class %flash.events:shader-event))
1928 (let ((*symbol-table* *player-symbol-table*))
1929 (swf-ffi-defun-lex %flash.text.engine:text-line-mirror-region "TextLineMirrorRegion"
1930 NIL "*" :class %flash.text.engine:text-line-mirror-region))
1932 (let ((*symbol-table* *player-symbol-table*))
1933 (swf-ffi-defun-lex %flash.filters:bitmap-filter-quality "BitmapFilterQuality"
1934 NIL "*" :class %flash.filters:bitmap-filter-quality))
1936 (let ((*symbol-table* *player-symbol-table*))
1937 (swf-ffi-defun-lex %flash.text:text-format "TextFormat"
1938 (&OPTIONAL ("font" "String") ("size" "Object") ("color" "Object")
1939 ("bold" "Object") ("italic" "Object") ("underline" "Object")
1940 ("url" "String") ("target" "String") ("align" "String")
1941 ("leftMargin" "Object") ("rightMargin" "Object") ("indent" "Object")
1942 ("leading" "Object")) "*" :class %flash.text:text-format))
1944 (let ((*symbol-table* *player-symbol-table*))
1945 (swf-ffi-defun-lex %flash.display:graphics "Graphics"
1946 NIL "*" :class %flash.display:graphics))
1948 (let ((*symbol-table* *player-symbol-table*))
1949 (swf-ffi-defun-lex %flash.events:timer-event "TimerEvent"
1950 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
1951 (("cancelable" "Boolean") NIL)) "*" :class %flash.events:timer-event))
1953 (let ((*symbol-table* *player-symbol-table*))
1954 (swf-ffi-defun-lex %flash.utils:object-output "ObjectOutput"
1955 NIL "*" :class %flash.utils:object-output))
1957 (let ((*symbol-table* *player-symbol-table*))
1958 (swf-ffi-defun-lex %flash.utils:i-externalizable "IExternalizable"
1959 NIL "*" :class %flash.utils:i-externalizable))
1961 (let ((*symbol-table* *player-symbol-table*))
1962 (swf-ffi-defun-lex %flash.media:sound "Sound"
1963 (&OPTIONAL ("stream" "flash.net::URLRequest")
1964 ("context" "flash.media::SoundLoaderContext")) "*" :class %flash.media:sound))
1966 (let ((*symbol-table* *player-symbol-table*))
1967 (swf-ffi-defun-lex %flash.text:style-sheet "StyleSheet"
1968 NIL "*" :class %flash.text:style-sheet))
1970 (let ((*symbol-table* *player-symbol-table*))
1971 (swf-ffi-defun-lex %flash.text.engine:line-justification "LineJustification"
1972 NIL "*" :class %flash.text.engine:line-justification))
1974 (let ((*symbol-table* *player-symbol-table*))
1975 (swf-ffi-defun-lex %flash.text.engine:text-line-validity "TextLineValidity"
1976 NIL "*" :class %flash.text.engine:text-line-validity))
1978 (let ((*symbol-table* *player-symbol-table*))
1979 (swf-ffi-defun-lex %flash.display:loader "Loader"
1980 NIL "*" :class %flash.display:loader))
1982 (let ((*symbol-table* *player-symbol-table*))
1983 (swf-ffi-defun-lex %flash.display:blend-mode "BlendMode"
1984 NIL "*" :class %flash.display:blend-mode))
1986 (let ((*symbol-table* *player-symbol-table*))
1987 (swf-ffi-defun-lex %flash.geom:interpolate "interpolate"
1988 (("pt1" "flash.geom::Point") ("pt2" "flash.geom::Point") ("f" "Number")) "flash.geom::Point" :class %flash.geom:point))
1990 (let ((*symbol-table* *player-symbol-table*))
1991 (swf-ffi-defun-lex %flash.geom:distance "distance"
1992 (("pt1" "flash.geom::Point") ("pt2" "flash.geom::Point")) "Number" :class %flash.geom:point))
1994 (let ((*symbol-table* *player-symbol-table*))
1995 (swf-ffi-defun-lex %flash.geom:polar "polar"
1996 (("len" "Number") ("angle" "Number")) "flash.geom::Point" :class %flash.geom:point))
1998 (let ((*symbol-table* *player-symbol-table*))
1999 (swf-ffi-defun-lex %flash.geom:point "Point"
2000 (&OPTIONAL (("x" "Number") 0) (("y" "Number") 0)) "*" :class %flash.geom:point))
2002 (let ((*symbol-table* *player-symbol-table*))
2003 (swf-ffi-defun-lex %flash.system:loader-context "LoaderContext"
2004 (&OPTIONAL (("checkPolicyFile" "Boolean") NIL)
2005 ("applicationDomain" "flash.system::ApplicationDomain")
2006 ("securityDomain" "flash.system::SecurityDomain")) "*" :class %flash.system:loader-context))
2008 (let ((*symbol-table* *player-symbol-table*))
2009 (swf-ffi-defun-lex %flash.system:jpeg-loader-context "JPEGLoaderContext"
2010 (&OPTIONAL (("deblockingFilter" "Number") 0)
2011 (("checkPolicyFile" "Boolean") NIL)
2012 ("applicationDomain" "flash.system::ApplicationDomain")
2013 ("securityDomain" "flash.system::SecurityDomain")) "*" :class %flash.system:jpeg-loader-context))
2015 (let ((*symbol-table* *player-symbol-table*))
2016 (swf-ffi-defun-lex %flash.events:mouse-event "MouseEvent"
2017 (("type" "String") &OPTIONAL (("bubbles" "Boolean") T)
2018 (("cancelable" "Boolean") NIL) ("localX" "Number") ("localY" "Number")
2019 ("relatedObject" "flash.display::InteractiveObject")
2020 (("ctrlKey" "Boolean") NIL) (("altKey" "Boolean") NIL)
2021 (("shiftKey" "Boolean") NIL) (("buttonDown" "Boolean") NIL)
2022 (("delta" "int") 0)) "*" :class %flash.events:mouse-event))
2024 (let ((*symbol-table* *player-symbol-table*))
2025 (swf-ffi-defun-lex %flash.text:enumerate-fonts "enumerateFonts"
2026 (&OPTIONAL (("enumerateDeviceFonts" "Boolean") NIL)) "Array" :class %flash.text:font))
2028 (let ((*symbol-table* *player-symbol-table*))
2029 (swf-ffi-defun-lex %flash.text:register-font "registerFont"
2030 (("font" "Class")) "void" :class %flash.text:font))
2032 (let ((*symbol-table* *player-symbol-table*))
2033 (swf-ffi-defun-lex %flash.text:font "Font"
2034 NIL "*" :class %flash.text:font))
2036 (let ((*symbol-table* *player-symbol-table*))
2037 (swf-ffi-defun-lex %flash.text.engine:text-baseline "TextBaseline"
2038 NIL "*" :class %flash.text.engine:text-baseline))
2040 (let ((*symbol-table* *player-symbol-table*))
2041 (swf-ffi-defun-lex %flash.display:stage "Stage"
2042 NIL "*" :class %flash.display:stage))
2044 (let ((*symbol-table* *player-symbol-table*))
2045 (swf-ffi-defun-lex %flash.display:graphics-solid-fill "GraphicsSolidFill"
2046 (&OPTIONAL (("color" "uint") 0) (("alpha" "Number") 1)) "*" :class %flash.display:graphics-solid-fill))
2048 (let ((*symbol-table* *player-symbol-table*))
2049 (swf-ffi-defun-lex %flash.geom:transform "Transform"
2050 (("displayObject" "flash.display::DisplayObject")) "*" :class %flash.geom:transform))
2052 (let ((*symbol-table* *player-symbol-table*))
2053 (swf-ffi-defun-lex %flash.ui:context-menu-clipboard-items "ContextMenuClipboardItems"
2054 NIL "*" :class %flash.ui:context-menu-clipboard-items))
2056 (let ((*symbol-table* *player-symbol-table*))
2057 (swf-ffi-defun-lex %flash.system:show-settings "showSettings"
2058 (&OPTIONAL (("panel" "String") "default")) "void" :class %flash.system:security))
2060 (let ((*symbol-table* *player-symbol-table*))
2061 (swf-ffi-defun-lex %flash.system:sandbox-type "sandboxType"
2062 NIL "String" :class %flash.system:security))
2064 (let ((*symbol-table* *player-symbol-table*))
2065 (swf-ffi-defun-lex %flash.system:exact-settings "exactSettings"
2066 NIL "Boolean" :class %flash.system:security))
2068 (let ((*symbol-table* *player-symbol-table*))
2069 (swf-ffi-defun-lex %flash.system:exact-settings "exactSettings"
2070 (("value" "Boolean")) "void" :class %flash.system:security))
2072 (let ((*symbol-table* *player-symbol-table*))
2073 (swf-ffi-defun-lex %flash.system:allow-domain "allowDomain"
2074 NIL "void" :class %flash.system:security))
2076 (let ((*symbol-table* *player-symbol-table*))
2077 (swf-ffi-defun-lex %flash.system:allow-insecure-domain "allowInsecureDomain"
2078 NIL "void" :class %flash.system:security))
2080 (let ((*symbol-table* *player-symbol-table*))
2081 (swf-ffi-defun-lex %flash.system:load-policy-file "loadPolicyFile"
2082 (("url" "String")) "void" :class %flash.system:security))
2084 (let ((*symbol-table* *player-symbol-table*))
2085 (swf-ffi-defun-lex %flash.system:disable-avm1loading "disableAVM1Loading"
2086 (("value" "Boolean")) "void" :class %flash.system:security))
2088 (let ((*symbol-table* *player-symbol-table*))
2089 (swf-ffi-defun-lex %flash.system:disable-avm1loading "disableAVM1Loading"
2090 NIL "Boolean" :class %flash.system:security))
2092 (let ((*symbol-table* *player-symbol-table*))
2093 (swf-ffi-defun-lex %flash.system:security "Security"
2094 NIL "*" :class %flash.system:security))
2096 (let ((*symbol-table* *player-symbol-table*))
2097 (swf-ffi-defun-lex %flash.events:keyboard-event "KeyboardEvent"
2098 (("type" "String") &OPTIONAL (("bubbles" "Boolean") T)
2099 (("cancelable" "Boolean") NIL) (("charCode" "uint") 0)
2100 (("keyCode" "uint") 0) (("keyLocation" "uint") 0)
2101 (("ctrlKey" "Boolean") NIL) (("altKey" "Boolean") NIL)
2102 (("shiftKey" "Boolean") NIL)) "*" :class %flash.events:keyboard-event))
2104 (let ((*symbol-table* *player-symbol-table*))
2105 (swf-ffi-defun-lex %flash.display:spread-method "SpreadMethod"
2106 NIL "*" :class %flash.display:spread-method))
2108 (let ((*symbol-table* *player-symbol-table*))
2109 (swf-ffi-defun-lex %flash.display:shader-input "ShaderInput"
2110 NIL "*" :class %flash.display:shader-input))
2112 (let ((*symbol-table* *player-symbol-table*))
2113 (swf-ffi-defun-lex %flash.display:shader-parameter-type "ShaderParameterType"
2114 NIL "*" :class %flash.display:shader-parameter-type))
2116 (let ((*symbol-table* *player-symbol-table*))
2117 (swf-ffi-defun-lex %flash.events:event-phase "EventPhase"
2118 NIL "*" :class %flash.events:event-phase))
2120 (let ((*symbol-table* *player-symbol-table*))
2121 (swf-ffi-defun-lex %flash.text.engine:text-line "TextLine"
2122 NIL "*" :class %flash.text.engine:text-line))
2124 (let ((*symbol-table* *player-symbol-table*))
2125 (swf-ffi-defun-lex %flash.display:pixel-snapping "PixelSnapping"
2126 NIL "*" :class %flash.display:pixel-snapping))
2128 (let ((*symbol-table* *player-symbol-table*))
2129 (swf-ffi-defun-lex %flash.text:text-line-metrics "TextLineMetrics"
2130 (("x" "Number") ("width" "Number") ("height" "Number") ("ascent" "Number")
2131 ("descent" "Number") ("leading" "Number")) "*" :class %flash.text:text-line-metrics))
2133 (let ((*symbol-table* *player-symbol-table*))
2134 (swf-ffi-defun-lex %flash.net:file-reference "FileReference"
2135 NIL "*" :class %flash.net:file-reference))
2137 (let ((*symbol-table* *player-symbol-table*))
2138 (swf-ffi-defun-lex %flash.display:stage-scale-mode "StageScaleMode"
2139 NIL "*" :class %flash.display:stage-scale-mode))
2141 (let ((*symbol-table* *player-symbol-table*))
2142 (swf-ffi-defun-lex %flash.net:shared-object-flush-status "SharedObjectFlushStatus"
2143 NIL "*" :class %flash.net:shared-object-flush-status))
2145 (let ((*symbol-table* *player-symbol-table*))
2146 (swf-ffi-defun-lex %flash.text:text-field-auto-size "TextFieldAutoSize"
2147 NIL "*" :class %flash.text:text-field-auto-size))
2149 (let ((*symbol-table* *player-symbol-table*))
2150 (swf-ffi-defun-lex %flash.printing:print-job-orientation "PrintJobOrientation"
2151 NIL "*" :class %flash.printing:print-job-orientation))
2153 (let ((*symbol-table* *player-symbol-table*))
2154 (swf-ffi-defun-lex %flash.events:http-status-event "HTTPStatusEvent"
2155 (("type" "String") &OPTIONAL (("bubbles" "Boolean") NIL)
2156 (("cancelable" "Boolean") NIL) (("status" "int") 0)) "*" :class %flash.events:http-status-event))
2158 (let ((*symbol-table* *player-symbol-table*))
2159 (swf-ffi-defun-lex %flash.filters:convolution-filter "ConvolutionFilter"
2160 (&OPTIONAL (("matrixX" "Number") 0) (("matrixY" "Number") 0)
2161 ("matrix" "Array") (("divisor" "Number") 1) (("bias" "Number") 0)
2162 (("preserveAlpha" "Boolean") T) (("clamp" "Boolean") T)
2163 (("color" "uint") 0) (("alpha" "Number") 0)) "*" :class %flash.filters:convolution-filter))
2165 (let ((*symbol-table* *player-symbol-table*))
2166 (swf-ffi-defun-lex %flash.ui:key-location "KeyLocation"
2167 NIL "*" :class %flash.ui:key-location))
2169 (let ((*symbol-table* *player-symbol-table*))
2170 (swf-ffi-defun-lex %flash.accessibility:send-event "sendEvent"
2171 (("source" "flash.display::DisplayObject") ("childID" "uint")
2172 ("eventType" "uint") &OPTIONAL (("nonHTML" "Boolean") NIL)) "void" :class %flash.accessibility:accessibility))
2174 (let ((*symbol-table* *player-symbol-table*))
2175 (swf-ffi-defun-lex %flash.accessibility:update-properties "updateProperties"
2176 NIL "void" :class %flash.accessibility:accessibility))
2178 (let ((*symbol-table* *player-symbol-table*))
2179 (swf-ffi-defun-lex %flash.accessibility:active "active"
2180 NIL "Boolean" :class %flash.accessibility:accessibility))
2182 (let ((*symbol-table* *player-symbol-table*))
2183 (swf-ffi-defun-lex %flash.accessibility:accessibility "Accessibility"
2184 NIL "*" :class %flash.accessibility:accessibility))
2186 (let ((*symbol-table* *player-symbol-table*))
2187 (swf-ffi-defun-lex %flash.geom:perspective-projection "PerspectiveProjection"
2188 NIL "*" :class %flash.geom:perspective-projection))
2190 (let ((*symbol-table* *player-symbol-table*))
2191 (swf-ffi-defun-lex %flash.display:action-script-version "ActionScriptVersion"
2192 NIL "*" :class %flash.display:action-script-version))
2194 (let ((*symbol-table* *player-symbol-table*))
2195 (swf-ffi-defun-lex %flash.net:net-stream-play-options "NetStreamPlayOptions"
2196 NIL "*" :class %flash.net:net-stream-play-options))
2198 (let ((*symbol-table* *player-symbol-table*))
2199 (swf-ffi-defun-lex %flash.media:sound-codec "SoundCodec"
2200 NIL "*" :class %flash.media:sound-codec))
2202 (let ((*symbol-table* *player-symbol-table*))
2203 (swf-ffi-defun-lex %flash.display:triangle-culling "TriangleCulling"
2204 NIL "*" :class %flash.display:triangle-culling))
2206 (let ((*symbol-table* *player-symbol-table*))
2207 (swf-ffi-defun-lex %flash.text.engine:digit-width "DigitWidth"
2208 NIL "*" :class %flash.text.engine:digit-width))
2210 (let ((*symbol-table* *player-symbol-table*))
2211 (swf-ffi-defun-lex %authoring:off-screen-surface-rendering-enabled "offScreenSurfaceRenderingEnabled"
2212 (("value" "Boolean")) "void" :class %authoring:auth-object))
2214 (let ((*symbol-table* *player-symbol-table*))
2215 (swf-ffi-defun-lex %authoring:off-screen-surface-rendering-enabled "offScreenSurfaceRenderingEnabled"
2216 NIL "Boolean" :class %authoring:auth-object))
2218 (let ((*symbol-table* *player-symbol-table*))
2219 (swf-ffi-defun-lex %authoring:auth-object "authObject"
2220 (("key" "uint")) "*" :class %authoring:auth-object))
2222 (let ((*symbol-table* *player-symbol-table*))
2223 (declare-swf-class %flash:object ()
2224 :swf-name "Object"
2225 :constants
2226 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2227 :properties
2229 :methods
2230 ((%flash:is-prototype-of :swf-name "isPrototypeOf" :return-type "Boolean"
2231 :args (&OPTIONAL "V"))
2232 (%flash:property-is-enumerable :swf-name "propertyIsEnumerable" :return-type "Boolean"
2233 :args (&OPTIONAL "V"))
2234 (%flash:has-own-property :swf-name "hasOwnProperty" :return-type "Boolean"
2235 :args (&OPTIONAL "V")))))
2236 (let ((*symbol-table* *player-symbol-table*))
2237 (declare-swf-class %flash:class (%flash:object)
2238 :swf-name "Class"
2239 :constants
2240 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2241 :properties
2242 ((%flash:prototype :swf-name "prototype" :type "*" :static NIL))
2243 :methods
2244 ()))
2245 (let ((*symbol-table* *player-symbol-table*))
2246 (declare-swf-class %flash:function (%flash:object)
2247 :swf-name "Function"
2248 :constants
2249 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2250 :properties
2251 ((%flash:length :swf-name "length" :type "int" :static NIL)
2252 (%flash:prototype :swf-name "prototype" :type "*" :static NIL)
2253 (%flash:prototype :swf-name "prototype" :type "*" :static NIL))
2254 :methods
2255 ((%flash:apply :swf-name "apply" :return-type "*"
2256 :args (&OPTIONAL "thisArg" "argArray"))
2257 (%flash:call :swf-name "call" :return-type "*"
2258 :args (&REST "thisArg")))))
2259 (let ((*symbol-table* *player-symbol-table*))
2260 (declare-swf-class %flash:namespace (%flash:object)
2261 :swf-name "Namespace"
2262 :constants
2263 ((%flash:+length+ :swf-name "length" :type "null" :value 2))
2264 :properties
2265 ((%flash:uri :swf-name "uri" :type "String" :static NIL)
2266 (%flash:prefix :swf-name "prefix" :type "*" :static NIL))
2267 :methods
2268 ((%flash:to-string :swf-name "toString" :return-type "String"
2269 :args NIL)
2270 (%flash:value-of :swf-name "valueOf" :return-type "String"
2271 :args NIL))))
2272 (let ((*symbol-table* *player-symbol-table*))
2273 (declare-swf-class %flash:boolean (%flash:object)
2274 :swf-name "Boolean"
2275 :constants
2276 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2277 :properties
2279 :methods
2280 ((%flash:to-string :swf-name "toString" :return-type "String"
2281 :args NIL)
2282 (%flash:value-of :swf-name "valueOf" :return-type "Boolean"
2283 :args NIL))))
2284 (let ((*symbol-table* *player-symbol-table*))
2285 (declare-swf-class %flash:number (%flash:object)
2286 :swf-name "Number"
2287 :constants
2288 ((%flash:+nan+ :swf-name "NaN" :type "Number" :value NAN)
2289 (%flash:+max-value+ :swf-name "MAX_VALUE" :type "Number" :value 1.79769313486231d308)
2290 (%flash:+negative-infinity+ :swf-name "NEGATIVE_INFINITY" :type "Number" :value -INFINITY)
2291 (%flash:+positive-infinity+ :swf-name "POSITIVE_INFINITY" :type "Number" :value INFINITY)
2292 (%flash:+length+ :swf-name "length" :type "int" :value 1)
2293 (%flash:+min-value+ :swf-name "MIN_VALUE" :type "Number" :value 4.9406564584124654d-324))
2294 :properties
2296 :methods
2297 ((%flash:to-string :swf-name "toString" :return-type "String"
2298 :args (&OPTIONAL ("radix" 10)))
2299 (%flash:to-exponential :swf-name "toExponential" :return-type "String"
2300 :args (&OPTIONAL ("p" 0)))
2301 (%flash:to-fixed :swf-name "toFixed" :return-type "String"
2302 :args (&OPTIONAL ("p" 0)))
2303 (%flash:value-of :swf-name "valueOf" :return-type "Number"
2304 :args NIL)
2305 (%flash:to-precision :swf-name "toPrecision" :return-type "String"
2306 :args (&OPTIONAL ("p" 0))))))
2307 (let ((*symbol-table* *player-symbol-table*))
2308 (declare-swf-class %flash:int (%flash:object)
2309 :swf-name "int"
2310 :constants
2311 ((%flash:+max-value+ :swf-name "MAX_VALUE" :type "int" :value 2147483647)
2312 (%flash:+length+ :swf-name "length" :type "int" :value 1)
2313 (%flash:+min-value+ :swf-name "MIN_VALUE" :type "int" :value -2147483648))
2314 :properties
2316 :methods
2317 ((%flash:to-string :swf-name "toString" :return-type "String"
2318 :args (&OPTIONAL ("radix" 10)))
2319 (%flash:to-exponential :swf-name "toExponential" :return-type "String"
2320 :args (&OPTIONAL ("p" 0)))
2321 (%flash:to-fixed :swf-name "toFixed" :return-type "String"
2322 :args (&OPTIONAL ("p" 0)))
2323 (%flash:value-of :swf-name "valueOf" :return-type "int"
2324 :args NIL)
2325 (%flash:to-precision :swf-name "toPrecision" :return-type "String"
2326 :args (&OPTIONAL ("p" 0))))))
2327 (let ((*symbol-table* *player-symbol-table*))
2328 (declare-swf-class %flash:uint (%flash:object)
2329 :swf-name "uint"
2330 :constants
2331 ((%flash:+max-value+ :swf-name "MAX_VALUE" :type "uint" :value 4294967295)
2332 (%flash:+length+ :swf-name "length" :type "int" :value 1)
2333 (%flash:+min-value+ :swf-name "MIN_VALUE" :type "uint" :value 0))
2334 :properties
2336 :methods
2337 ((%flash:to-string :swf-name "toString" :return-type "String"
2338 :args (&OPTIONAL ("radix" 10)))
2339 (%flash:to-exponential :swf-name "toExponential" :return-type "String"
2340 :args (&OPTIONAL ("p" 0)))
2341 (%flash:to-fixed :swf-name "toFixed" :return-type "String"
2342 :args (&OPTIONAL ("p" 0)))
2343 (%flash:value-of :swf-name "valueOf" :return-type "uint"
2344 :args NIL)
2345 (%flash:to-precision :swf-name "toPrecision" :return-type "String"
2346 :args (&OPTIONAL ("p" 0))))))
2347 (let ((*symbol-table* *player-symbol-table*))
2348 (declare-swf-class %flash:string (%flash:object)
2349 :swf-name "String"
2350 :constants
2351 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2352 :properties
2353 ((%flash:length :swf-name "length" :type "int" :static NIL))
2354 :methods
2355 ((%flash:to-locale-upper-case :swf-name "toLocaleUpperCase" :return-type "String"
2356 :args NIL)
2357 (%flash:to-upper-case :swf-name "toUpperCase" :return-type "String"
2358 :args NIL)
2359 (%flash:char-code-at :swf-name "charCodeAt" :return-type "Number"
2360 :args (&OPTIONAL (("i" "Number") 0)))
2361 (%flash:replace :swf-name "replace" :return-type "String"
2362 :args (&OPTIONAL "p" "repl"))
2363 (%flash:substr :swf-name "substr" :return-type "String"
2364 :args (&OPTIONAL (("start" "Number") 0) (("len" "Number") 2147483647)))
2365 (%flash:value-of :swf-name "valueOf" :return-type "String"
2366 :args NIL)
2367 (%flash:to-string :swf-name "toString" :return-type "String"
2368 :args NIL)
2369 (%flash:locale-compare :swf-name "localeCompare" :return-type "int"
2370 :args (&OPTIONAL ("other" "String")))
2371 (%flash:char-at :swf-name "charAt" :return-type "String"
2372 :args (&OPTIONAL (("i" "Number") 0)))
2373 (%flash:search :swf-name "search" :return-type "int"
2374 :args (&OPTIONAL "p"))
2375 (%flash:to-locale-lower-case :swf-name "toLocaleLowerCase" :return-type "String"
2376 :args NIL)
2377 (%flash:concat :swf-name "concat" :return-type "String"
2378 :args NIL)
2379 (%flash:split :swf-name "split" :return-type "Array"
2380 :args (&OPTIONAL "delim" ("limit" 4294967295)))
2381 (%flash:to-lower-case :swf-name "toLowerCase" :return-type "String"
2382 :args NIL)
2383 (%flash:last-index-of :swf-name "lastIndexOf" :return-type "int"
2384 :args (&OPTIONAL (("s" "String") "undefined")
2385 (("i" "Number") 2147483647)))
2386 (%flash:slice :swf-name "slice" :return-type "String"
2387 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2388 (%flash:substring :swf-name "substring" :return-type "String"
2389 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2390 (%flash:index-of :swf-name "indexOf" :return-type "int"
2391 :args (&OPTIONAL (("s" "String") "undefined") (("i" "Number") 0)))
2392 (%flash:match :swf-name "match" :return-type "Array"
2393 :args (&OPTIONAL "p")))))
2394 (let ((*symbol-table* *player-symbol-table*))
2395 (declare-swf-class %flash:array (%flash:object)
2396 :swf-name "Array"
2397 :constants
2398 ((%flash:+descending+ :swf-name "DESCENDING" :type "uint" :value 2)
2399 (%flash:+return-indexed-array+ :swf-name "RETURNINDEXEDARRAY" :type "uint" :value 8)
2400 (%flash:+unique-sort+ :swf-name "UNIQUESORT" :type "uint" :value 4)
2401 (%flash:+numeric+ :swf-name "NUMERIC" :type "uint" :value 16)
2402 (%flash:+length+ :swf-name "length" :type "int" :value 1)
2403 (%flash:+case-insensitive+ :swf-name "CASEINSENSITIVE" :type "uint" :value 1))
2404 :properties
2405 ((%flash:length :swf-name "length" :type "*" :static NIL)
2406 (%flash:length :swf-name "length" :type "uint" :static NIL))
2407 :methods
2408 ((%flash:sort :swf-name "sort" :return-type "*"
2409 :args NIL)
2410 (%flash:sort-on :swf-name "sortOn" :return-type "*"
2411 :args (&OPTIONAL ("names" 0) &REST "options"))
2412 (%flash:splice :swf-name "splice" :return-type "*"
2413 :args NIL)
2414 (%flash:every :swf-name "every" :return-type "Boolean"
2415 :args (("callback" "Function") &OPTIONAL "thisObject"))
2416 (%flash:push :swf-name "push" :return-type "uint"
2417 :args NIL)
2418 (%flash:for-each :swf-name "forEach" :return-type "void"
2419 :args (("callback" "Function") &OPTIONAL "thisObject"))
2420 (%flash:filter :swf-name "filter" :return-type "Array"
2421 :args (("callback" "Function") &OPTIONAL "thisObject"))
2422 (%flash:some :swf-name "some" :return-type "Boolean"
2423 :args (("callback" "Function") &OPTIONAL "thisObject"))
2424 (%flash:concat :swf-name "concat" :return-type "Array"
2425 :args NIL)
2426 (%flash:slice :swf-name "slice" :return-type "Array"
2427 :args (&OPTIONAL ("A" 0) ("B" 4294967295)))
2428 (%flash:pop :swf-name "pop" :return-type "*"
2429 :args NIL)
2430 (%flash:index-of :swf-name "indexOf" :return-type "int"
2431 :args ("searchElement" &OPTIONAL ("fromIndex" 0)))
2432 (%flash:last-index-of :swf-name "lastIndexOf" :return-type "int"
2433 :args ("searchElement" &OPTIONAL ("fromIndex" 2147483647)))
2434 (%flash:join :swf-name "join" :return-type "String"
2435 :args (&OPTIONAL "sep"))
2436 (%flash:unshift :swf-name "unshift" :return-type "uint"
2437 :args NIL)
2438 (%flash:shift :swf-name "shift" :return-type "*"
2439 :args NIL)
2440 (%flash:map :swf-name "map" :return-type "Array"
2441 :args (("callback" "Function") &OPTIONAL "thisObject"))
2442 (%flash:reverse :swf-name "reverse" :return-type "Array"
2443 :args NIL))))
2444 (let ((*symbol-table* *player-symbol-table*))
2445 (declare-swf-class %__AS3__.vec:vector (%flash:object)
2446 :swf-name "__AS3__.vec::Vector"
2447 :constants
2449 :properties
2451 :methods
2452 ()))
2453 (let ((*symbol-table* *player-symbol-table*))
2454 (declare-swf-class %__AS3__.vec:vector$object (%flash:object)
2455 :swf-name "__AS3__.vec::Vector$object"
2456 :constants
2458 :properties
2459 ((%__AS3__.vec:fixed :swf-name "fixed" :type "*" :static NIL)
2460 (%__AS3__.vec:length :swf-name "length" :type "uint" :static NIL)
2461 (%__AS3__.vec:fixed :swf-name "fixed" :type "Boolean" :static NIL)
2462 (%__AS3__.vec:length :swf-name "length" :type "*" :static NIL))
2463 :methods
2464 ((%__AS3__.vec:filter :swf-name "filter" :return-type "internal::__AS3__.vec::Vector$object"
2465 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2466 (%__AS3__.vec:splice :swf-name "splice" :return-type "internal::__AS3__.vec::Vector$object"
2467 :args (("start" "Number") &REST ("deleteCount" "Number")))
2468 (%__AS3__.vec:some :swf-name "some" :return-type "Boolean"
2469 :args ("checker" &OPTIONAL ("thisObj" "Object")))
2470 (%__AS3__.vec:for-each :swf-name "forEach" :return-type "void"
2471 :args (("eacher" "Function") &OPTIONAL ("thisObj" "Object")))
2472 (%__AS3__.vec:to-locale-string :swf-name "toLocaleString" :return-type "String"
2473 :args NIL)
2474 (%__AS3__.vec:to-string :swf-name "toString" :return-type "String"
2475 :args NIL)
2476 (%__AS3__.vec:last-index-of :swf-name "lastIndexOf" :return-type "Number"
2477 :args (("value" "Object") &OPTIONAL (("from" "Number") 2147483647)))
2478 (%__AS3__.vec:join :swf-name "join" :return-type "String"
2479 :args (&OPTIONAL (("separator" "String") ",")))
2480 (%__AS3__.vec:shift :swf-name "shift" :return-type "*"
2481 :args NIL)
2482 (%__AS3__.vec:sort :swf-name "sort" :return-type "internal::__AS3__.vec::Vector$object"
2483 :args ("comparefn"))
2484 (%__AS3__.vec:map :swf-name "map" :return-type "*"
2485 :args (("mapper" "Function") &OPTIONAL ("thisObj" "Object")))
2486 (%__AS3__.vec:every :swf-name "every" :return-type "Boolean"
2487 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2488 (%__AS3__.vec:push :swf-name "push" :return-type "uint"
2489 :args NIL)
2490 (%__AS3__.vec:concat :swf-name "concat" :return-type "internal::__AS3__.vec::Vector$object"
2491 :args NIL)
2492 (%__AS3__.vec:slice :swf-name "slice" :return-type "internal::__AS3__.vec::Vector$object"
2493 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2494 (%__AS3__.vec:pop :swf-name "pop" :return-type "*"
2495 :args NIL)
2496 (%__AS3__.vec:index-of :swf-name "indexOf" :return-type "Number"
2497 :args (("value" "Object") &OPTIONAL (("from" "Number") 0)))
2498 (%__AS3__.vec:unshift :swf-name "unshift" :return-type "uint"
2499 :args NIL)
2500 (%__AS3__.vec:reverse :swf-name "reverse" :return-type "internal::__AS3__.vec::Vector$object"
2501 :args NIL))))
2502 (let ((*symbol-table* *player-symbol-table*))
2503 (declare-swf-class %__AS3__.vec:vector$int (%flash:object)
2504 :swf-name "__AS3__.vec::Vector$int"
2505 :constants
2507 :properties
2508 ((%__AS3__.vec:fixed :swf-name "fixed" :type "Boolean" :static NIL)
2509 (%__AS3__.vec:fixed :swf-name "fixed" :type "*" :static NIL)
2510 (%__AS3__.vec:length :swf-name "length" :type "uint" :static NIL)
2511 (%__AS3__.vec:length :swf-name "length" :type "*" :static NIL))
2512 :methods
2513 ((%__AS3__.vec:splice :swf-name "splice" :return-type "internal::__AS3__.vec::Vector$int"
2514 :args (("start" "Number") &REST ("deleteCount" "Number")))
2515 (%__AS3__.vec:filter :swf-name "filter" :return-type "internal::__AS3__.vec::Vector$int"
2516 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2517 (%__AS3__.vec:join :swf-name "join" :return-type "String"
2518 :args (&OPTIONAL (("separator" "String") ",")))
2519 (%__AS3__.vec:to-locale-string :swf-name "toLocaleString" :return-type "String"
2520 :args NIL)
2521 (%__AS3__.vec:to-string :swf-name "toString" :return-type "String"
2522 :args NIL)
2523 (%__AS3__.vec:last-index-of :swf-name "lastIndexOf" :return-type "Number"
2524 :args (("value" "int") &OPTIONAL (("from" "Number") 2147483647)))
2525 (%__AS3__.vec:for-each :swf-name "forEach" :return-type "void"
2526 :args (("eacher" "Function") &OPTIONAL ("thisObj" "Object")))
2527 (%__AS3__.vec:sort :swf-name "sort" :return-type "internal::__AS3__.vec::Vector$int"
2528 :args ("comparefn"))
2529 (%__AS3__.vec:map :swf-name "map" :return-type "*"
2530 :args (("mapper" "Function") &OPTIONAL ("thisObj" "Object")))
2531 (%__AS3__.vec:every :swf-name "every" :return-type "Boolean"
2532 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2533 (%__AS3__.vec:push :swf-name "push" :return-type "uint"
2534 :args NIL)
2535 (%__AS3__.vec:some :swf-name "some" :return-type "Boolean"
2536 :args ("checker" &OPTIONAL ("thisObj" "Object")))
2537 (%__AS3__.vec:concat :swf-name "concat" :return-type "internal::__AS3__.vec::Vector$int"
2538 :args NIL)
2539 (%__AS3__.vec:slice :swf-name "slice" :return-type "internal::__AS3__.vec::Vector$int"
2540 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2541 (%__AS3__.vec:pop :swf-name "pop" :return-type "int"
2542 :args NIL)
2543 (%__AS3__.vec:index-of :swf-name "indexOf" :return-type "Number"
2544 :args (("value" "int") &OPTIONAL (("from" "Number") 0)))
2545 (%__AS3__.vec:unshift :swf-name "unshift" :return-type "uint"
2546 :args NIL)
2547 (%__AS3__.vec:reverse :swf-name "reverse" :return-type "internal::__AS3__.vec::Vector$int"
2548 :args NIL)
2549 (%__AS3__.vec:shift :swf-name "shift" :return-type "int"
2550 :args NIL))))
2551 (let ((*symbol-table* *player-symbol-table*))
2552 (declare-swf-class %__AS3__.vec:vector$uint (%flash:object)
2553 :swf-name "__AS3__.vec::Vector$uint"
2554 :constants
2556 :properties
2557 ((%__AS3__.vec:fixed :swf-name "fixed" :type "Boolean" :static NIL)
2558 (%__AS3__.vec:fixed :swf-name "fixed" :type "*" :static NIL)
2559 (%__AS3__.vec:length :swf-name "length" :type "uint" :static NIL)
2560 (%__AS3__.vec:length :swf-name "length" :type "*" :static NIL))
2561 :methods
2562 ((%__AS3__.vec:splice :swf-name "splice" :return-type "internal::__AS3__.vec::Vector$uint"
2563 :args (("start" "Number") &REST ("deleteCount" "Number")))
2564 (%__AS3__.vec:filter :swf-name "filter" :return-type "internal::__AS3__.vec::Vector$uint"
2565 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2566 (%__AS3__.vec:join :swf-name "join" :return-type "String"
2567 :args (&OPTIONAL (("separator" "String") ",")))
2568 (%__AS3__.vec:to-locale-string :swf-name "toLocaleString" :return-type "String"
2569 :args NIL)
2570 (%__AS3__.vec:to-string :swf-name "toString" :return-type "String"
2571 :args NIL)
2572 (%__AS3__.vec:last-index-of :swf-name "lastIndexOf" :return-type "Number"
2573 :args (("value" "uint") &OPTIONAL (("from" "Number") 2147483647)))
2574 (%__AS3__.vec:for-each :swf-name "forEach" :return-type "void"
2575 :args (("eacher" "Function") &OPTIONAL ("thisObj" "Object")))
2576 (%__AS3__.vec:sort :swf-name "sort" :return-type "internal::__AS3__.vec::Vector$uint"
2577 :args ("comparefn"))
2578 (%__AS3__.vec:map :swf-name "map" :return-type "*"
2579 :args (("mapper" "Function") &OPTIONAL ("thisObj" "Object")))
2580 (%__AS3__.vec:every :swf-name "every" :return-type "Boolean"
2581 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2582 (%__AS3__.vec:push :swf-name "push" :return-type "uint"
2583 :args NIL)
2584 (%__AS3__.vec:some :swf-name "some" :return-type "Boolean"
2585 :args ("checker" &OPTIONAL ("thisObj" "Object")))
2586 (%__AS3__.vec:concat :swf-name "concat" :return-type "internal::__AS3__.vec::Vector$uint"
2587 :args NIL)
2588 (%__AS3__.vec:slice :swf-name "slice" :return-type "internal::__AS3__.vec::Vector$uint"
2589 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2590 (%__AS3__.vec:pop :swf-name "pop" :return-type "uint"
2591 :args NIL)
2592 (%__AS3__.vec:index-of :swf-name "indexOf" :return-type "Number"
2593 :args (("value" "uint") &OPTIONAL (("from" "Number") 0)))
2594 (%__AS3__.vec:unshift :swf-name "unshift" :return-type "uint"
2595 :args NIL)
2596 (%__AS3__.vec:reverse :swf-name "reverse" :return-type "internal::__AS3__.vec::Vector$uint"
2597 :args NIL)
2598 (%__AS3__.vec:shift :swf-name "shift" :return-type "uint"
2599 :args NIL))))
2600 (let ((*symbol-table* *player-symbol-table*))
2601 (declare-swf-class %__AS3__.vec:vector$double (%flash:object)
2602 :swf-name "__AS3__.vec::Vector$double"
2603 :constants
2605 :properties
2606 ((%__AS3__.vec:fixed :swf-name "fixed" :type "Boolean" :static NIL)
2607 (%__AS3__.vec:fixed :swf-name "fixed" :type "*" :static NIL)
2608 (%__AS3__.vec:length :swf-name "length" :type "uint" :static NIL)
2609 (%__AS3__.vec:length :swf-name "length" :type "*" :static NIL))
2610 :methods
2611 ((%__AS3__.vec:splice :swf-name "splice" :return-type "internal::__AS3__.vec::Vector$double"
2612 :args (("start" "Number") &REST ("deleteCount" "Number")))
2613 (%__AS3__.vec:filter :swf-name "filter" :return-type "internal::__AS3__.vec::Vector$double"
2614 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2615 (%__AS3__.vec:join :swf-name "join" :return-type "String"
2616 :args (&OPTIONAL (("separator" "String") ",")))
2617 (%__AS3__.vec:to-locale-string :swf-name "toLocaleString" :return-type "String"
2618 :args NIL)
2619 (%__AS3__.vec:to-string :swf-name "toString" :return-type "String"
2620 :args NIL)
2621 (%__AS3__.vec:last-index-of :swf-name "lastIndexOf" :return-type "Number"
2622 :args (("value" "Number") &OPTIONAL (("from" "Number") 2147483647)))
2623 (%__AS3__.vec:for-each :swf-name "forEach" :return-type "void"
2624 :args (("eacher" "Function") &OPTIONAL ("thisObj" "Object")))
2625 (%__AS3__.vec:sort :swf-name "sort" :return-type "internal::__AS3__.vec::Vector$double"
2626 :args ("comparefn"))
2627 (%__AS3__.vec:map :swf-name "map" :return-type "*"
2628 :args (("mapper" "Function") &OPTIONAL ("thisObj" "Object")))
2629 (%__AS3__.vec:every :swf-name "every" :return-type "Boolean"
2630 :args (("checker" "Function") &OPTIONAL ("thisObj" "Object")))
2631 (%__AS3__.vec:push :swf-name "push" :return-type "uint"
2632 :args NIL)
2633 (%__AS3__.vec:some :swf-name "some" :return-type "Boolean"
2634 :args ("checker" &OPTIONAL ("thisObj" "Object")))
2635 (%__AS3__.vec:concat :swf-name "concat" :return-type "internal::__AS3__.vec::Vector$double"
2636 :args NIL)
2637 (%__AS3__.vec:slice :swf-name "slice" :return-type "internal::__AS3__.vec::Vector$double"
2638 :args (&OPTIONAL (("start" "Number") 0) (("end" "Number") 2147483647)))
2639 (%__AS3__.vec:pop :swf-name "pop" :return-type "Number"
2640 :args NIL)
2641 (%__AS3__.vec:index-of :swf-name "indexOf" :return-type "Number"
2642 :args (("value" "Number") &OPTIONAL (("from" "Number") 0)))
2643 (%__AS3__.vec:unshift :swf-name "unshift" :return-type "uint"
2644 :args NIL)
2645 (%__AS3__.vec:reverse :swf-name "reverse" :return-type "internal::__AS3__.vec::Vector$double"
2646 :args NIL)
2647 (%__AS3__.vec:shift :swf-name "shift" :return-type "Number"
2648 :args NIL))))
2649 (let ((*symbol-table* *player-symbol-table*))
2650 (declare-swf-class %builtin.as$0:method-closure (%flash:function)
2651 :swf-name "builtin.as$0::MethodClosure"
2652 :constants
2654 :properties
2655 ((%builtin.as$0:length :swf-name "length" :type "int" :static NIL)
2656 (%builtin.as$0:prototype :swf-name "prototype" :type "*" :static NIL)
2657 (%builtin.as$0:prototype :swf-name "prototype" :type "*" :static NIL))
2658 :methods
2659 ()))
2660 (let ((*symbol-table* *player-symbol-table*))
2661 (declare-swf-class %flash.system:system (%flash:object)
2662 :swf-name "flash.system::System"
2663 :constants
2665 :properties
2667 :methods
2668 ()))
2669 (let ((*symbol-table* *player-symbol-table*))
2670 (declare-swf-class %flash.sampler:stack-frame (%flash:object)
2671 :swf-name "flash.sampler::StackFrame"
2672 :constants
2673 ((%flash.sampler:+file+ :swf-name "file" :type "String" :value NIL)
2674 (%flash.sampler:+name+ :swf-name "name" :type "String" :value NIL)
2675 (%flash.sampler:+line+ :swf-name "line" :type "uint" :value NIL))
2676 :properties
2678 :methods
2679 ((%flash.sampler:to-string :swf-name "toString" :return-type "String"
2680 :args NIL))))
2681 (let ((*symbol-table* *player-symbol-table*))
2682 (declare-swf-class %flash.sampler:sample (%flash:object)
2683 :swf-name "flash.sampler::Sample"
2684 :constants
2685 ((%flash.sampler:+time+ :swf-name "time" :type "Number" :value NIL)
2686 (%flash.sampler:+stack+ :swf-name "stack" :type "Array" :value NIL))
2687 :properties
2689 :methods
2690 ()))
2691 (let ((*symbol-table* *player-symbol-table*))
2692 (declare-swf-class %flash.sampler:new-object-sample (%flash.sampler:sample)
2693 :swf-name "flash.sampler::NewObjectSample"
2694 :constants
2695 ((%flash.sampler:+id+ :swf-name "id" :type "Number" :value NIL)
2696 (%flash.sampler:+type+ :swf-name "type" :type "Class" :value NIL))
2697 :properties
2698 ((%flash.sampler:object :swf-name "object" :type "*" :static NIL))
2699 :methods
2700 ()))
2701 (let ((*symbol-table* *player-symbol-table*))
2702 (declare-swf-class %flash.sampler:delete-object-sample (%flash.sampler:sample)
2703 :swf-name "flash.sampler::DeleteObjectSample"
2704 :constants
2705 ((%flash.sampler:+id+ :swf-name "id" :type "Number" :value NIL)
2706 (%flash.sampler:+size+ :swf-name "size" :type "Number" :value NIL))
2707 :properties
2709 :methods
2710 ()))
2711 (let ((*symbol-table* *player-symbol-table*))
2712 (declare-swf-class %flash.events:event (%flash:object)
2713 :swf-name "flash.events::Event"
2714 :constants
2715 ((%flash.events:+select+ :swf-name "SELECT" :type "String" :value "select")
2716 (%flash.events:+activate+ :swf-name "ACTIVATE" :type "String" :value "activate")
2717 (%flash.events:+id3+ :swf-name "ID3" :type "String" :value "id3")
2718 (%flash.events:+copy+ :swf-name "COPY" :type "String" :value "copy")
2719 (%flash.events:+deactivate+ :swf-name "DEACTIVATE" :type "String" :value "deactivate")
2720 (%flash.events:+paste+ :swf-name "PASTE" :type "String" :value "paste")
2721 (%flash.events:+tab-index-change+ :swf-name "TAB_INDEX_CHANGE" :type "String" :value "tabIndexChange")
2722 (%flash.events:+exit-frame+ :swf-name "EXIT_FRAME" :type "String" :value "exitFrame")
2723 (%flash.events:+removed-from-stage+ :swf-name "REMOVED_FROM_STAGE" :type "String" :value "removedFromStage")
2724 (%flash.events:+added+ :swf-name "ADDED" :type "String" :value "added")
2725 (%flash.events:+mouse-leave+ :swf-name "MOUSE_LEAVE" :type "String" :value "mouseLeave")
2726 (%flash.events:+close+ :swf-name "CLOSE" :type "String" :value "close")
2727 (%flash.events:+open+ :swf-name "OPEN" :type "String" :value "open")
2728 (%flash.events:+scroll+ :swf-name "SCROLL" :type "String" :value "scroll")
2729 (%flash.events:+connect+ :swf-name "CONNECT" :type "String" :value "connect")
2730 (%flash.events:+removed+ :swf-name "REMOVED" :type "String" :value "removed")
2731 (%flash.events:+select-all+ :swf-name "SELECT_ALL" :type "String" :value "selectAll")
2732 (%flash.events:+fullscreen+ :swf-name "FULLSCREEN" :type "String" :value "fullScreen")
2733 (%flash.events:+complete+ :swf-name "COMPLETE" :type "String" :value "complete")
2734 (%flash.events:+resize+ :swf-name "RESIZE" :type "String" :value "resize")
2735 (%flash.events:+change+ :swf-name "CHANGE" :type "String" :value "change")
2736 (%flash.events:+clear+ :swf-name "CLEAR" :type "String" :value "clear")
2737 (%flash.events:+cut+ :swf-name "CUT" :type "String" :value "cut")
2738 (%flash.events:+tab-children-change+ :swf-name "TAB_CHILDREN_CHANGE" :type "String" :value "tabChildrenChange")
2739 (%flash.events:+frame-constructed+ :swf-name "FRAME_CONSTRUCTED" :type "String" :value "frameConstructed")
2740 (%flash.events:+added-to-stage+ :swf-name "ADDED_TO_STAGE" :type "String" :value "addedToStage")
2741 (%flash.events:+tab-enabled-change+ :swf-name "TAB_ENABLED_CHANGE" :type "String" :value "tabEnabledChange")
2742 (%flash.events:+render+ :swf-name "RENDER" :type "String" :value "render")
2743 (%flash.events:+init+ :swf-name "INIT" :type "String" :value "init")
2744 (%flash.events:+unload+ :swf-name "UNLOAD" :type "String" :value "unload")
2745 (%flash.events:+sound-complete+ :swf-name "SOUND_COMPLETE" :type "String" :value "soundComplete")
2746 (%flash.events:+enter-frame+ :swf-name "ENTER_FRAME" :type "String" :value "enterFrame")
2747 (%flash.events:+cancel+ :swf-name "CANCEL" :type "String" :value "cancel"))
2748 :properties
2749 ((%flash.events:type :swf-name "type" :type "String" :static NIL)
2750 (%flash.events:current-target :swf-name "currentTarget" :type "Object" :static NIL)
2751 (%flash.events:cancelable :swf-name "cancelable" :type "Boolean" :static NIL)
2752 (%flash.events:target :swf-name "target" :type "Object" :static NIL)
2753 (%flash.events:bubbles :swf-name "bubbles" :type "Boolean" :static NIL)
2754 (%flash.events:event-phase :swf-name "eventPhase" :type "uint" :static NIL))
2755 :methods
2756 ((%flash.events:stop-immediate-propagation :swf-name "stopImmediatePropagation" :return-type "void"
2757 :args NIL)
2758 (%flash.events:to-string :swf-name "toString" :return-type "String"
2759 :args NIL)
2760 (%flash.events:stop-propagation :swf-name "stopPropagation" :return-type "void"
2761 :args NIL)
2762 (%flash.events:prevent-default :swf-name "preventDefault" :return-type "void"
2763 :args NIL)
2764 (%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
2765 :args NIL)
2766 (%flash.events:format-to-string :swf-name "formatToString" :return-type "String"
2767 :args (&REST ("className" "String")))
2768 (%flash.events:is-default-prevented :swf-name "isDefaultPrevented" :return-type "Boolean"
2769 :args NIL))))
2770 (let ((*symbol-table* *player-symbol-table*))
2771 (declare-swf-class %flash.events:text-event (%flash.events:event)
2772 :swf-name "flash.events::TextEvent"
2773 :constants
2774 ((%flash.events:+link+ :swf-name "LINK" :type "String" :value "link")
2775 (%flash.events:+text-input+ :swf-name "TEXT_INPUT" :type "String" :value "textInput"))
2776 :properties
2777 ((%flash.events:text :swf-name "text" :type "void" :static NIL)
2778 (%flash.events:text :swf-name "text" :type "String" :static NIL))
2779 :methods
2780 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
2781 :args NIL)
2782 (%flash.events:to-string :swf-name "toString" :return-type "String"
2783 :args NIL))))
2784 (let ((*symbol-table* *player-symbol-table*))
2785 (declare-swf-class %flash.events:error-event (%flash.events:text-event)
2786 :swf-name "flash.events::ErrorEvent"
2787 :constants
2788 ((%flash.events:+error+ :swf-name "ERROR" :type "String" :value "error"))
2789 :properties
2791 :methods
2792 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
2793 :args NIL)
2794 (%flash.events:to-string :swf-name "toString" :return-type "String"
2795 :args NIL))))
2796 (let ((*symbol-table* *player-symbol-table*))
2797 (declare-swf-class %flash.events:async-error-event (%flash.events:error-event)
2798 :swf-name "flash.events::AsyncErrorEvent"
2799 :constants
2800 ((%flash.events:+async-error+ :swf-name "ASYNC_ERROR" :type "String" :value "asyncError"))
2801 :properties
2802 ((%flash.events:error :swf-name "error" :type "Error" :value NIL :static NIL))
2803 :methods
2804 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
2805 :args NIL)
2806 (%flash.events:to-string :swf-name "toString" :return-type "String"
2807 :args NIL))))
2808 (let ((*symbol-table* *player-symbol-table*))
2809 (declare-swf-class %flash.utils:i-data-output ()
2810 :swf-name "flash.utils::IDataOutput"
2811 :constants
2813 :properties
2814 ((%flash.utils:endian :swf-name "endian" :type "void" :static NIL)
2815 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
2816 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
2817 (%flash.utils:endian :swf-name "endian" :type "String" :static NIL))
2818 :methods
2819 ((%flash.utils:write-object :swf-name "writeObject" :return-type "void"
2820 :args ("object"))
2821 (%flash.utils:write-float :swf-name "writeFloat" :return-type "void"
2822 :args (("value" "Number")))
2823 (%flash.utils:write-unsigned-int :swf-name "writeUnsignedInt" :return-type "void"
2824 :args (("value" "uint")))
2825 (%flash.utils:write-double :swf-name "writeDouble" :return-type "void"
2826 :args (("value" "Number")))
2827 (%flash.utils:write-int :swf-name "writeInt" :return-type "void"
2828 :args (("value" "int")))
2829 (%flash.utils:write-bytes :swf-name "writeBytes" :return-type "void"
2830 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
2831 (("offset" "uint") 0) (("length" "uint") 0)))
2832 (%flash.utils:write-boolean :swf-name "writeBoolean" :return-type "void"
2833 :args (("value" "Boolean")))
2834 (%flash.utils:write-utf :swf-name "writeUTF" :return-type "void"
2835 :args (("value" "String")))
2836 (%flash.utils:write-byte :swf-name "writeByte" :return-type "void"
2837 :args (("value" "int")))
2838 (%flash.utils:write-short :swf-name "writeShort" :return-type "void"
2839 :args (("value" "int")))
2840 (%flash.utils:write-utf-bytes :swf-name "writeUTFBytes" :return-type "void"
2841 :args (("value" "String")))
2842 (%flash.utils:write-multi-byte :swf-name "writeMultiByte" :return-type "void"
2843 :args (("value" "String") ("charSet" "String"))))))
2844 (let ((*symbol-table* *player-symbol-table*))
2845 (declare-swf-class %flash.utils:i-data-input ()
2846 :swf-name "flash.utils::IDataInput"
2847 :constants
2849 :properties
2850 ((%flash.utils:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
2851 (%flash.utils:endian :swf-name "endian" :type "String" :static NIL)
2852 (%flash.utils:endian :swf-name "endian" :type "void" :static NIL)
2853 (%flash.utils:bytes-available :swf-name "bytesAvailable" :type "uint" :static NIL)
2854 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL))
2855 :methods
2856 ((%flash.utils:read-byte :swf-name "readByte" :return-type "int"
2857 :args NIL)
2858 (%flash.utils:read-object :swf-name "readObject" :return-type "*"
2859 :args NIL)
2860 (%flash.utils:read-utf-bytes :swf-name "readUTFBytes" :return-type "String"
2861 :args (("length" "uint")))
2862 (%flash.utils:read-int :swf-name "readInt" :return-type "int"
2863 :args NIL)
2864 (%flash.utils:read-utf :swf-name "readUTF" :return-type "String"
2865 :args NIL)
2866 (%flash.utils:read-bytes :swf-name "readBytes" :return-type "void"
2867 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
2868 (("offset" "uint") 0) (("length" "uint") 0)))
2869 (%flash.utils:read-unsigned-byte :swf-name "readUnsignedByte" :return-type "uint"
2870 :args NIL)
2871 (%flash.utils:read-boolean :swf-name "readBoolean" :return-type "Boolean"
2872 :args NIL)
2873 (%flash.utils:read-unsigned-short :swf-name "readUnsignedShort" :return-type "uint"
2874 :args NIL)
2875 (%flash.utils:read-float :swf-name "readFloat" :return-type "Number"
2876 :args NIL)
2877 (%flash.utils:read-multi-byte :swf-name "readMultiByte" :return-type "String"
2878 :args (("length" "uint") ("charSet" "String")))
2879 (%flash.utils:read-double :swf-name "readDouble" :return-type "Number"
2880 :args NIL)
2881 (%flash.utils:read-short :swf-name "readShort" :return-type "int"
2882 :args NIL)
2883 (%flash.utils:read-unsigned-int :swf-name "readUnsignedInt" :return-type "uint"
2884 :args NIL))))
2885 (let ((*symbol-table* *player-symbol-table*))
2886 (declare-swf-class %flash.utils:byte-array (%flash:object)
2887 :swf-name "flash.utils::ByteArray"
2888 :constants
2890 :properties
2891 ((%flash.utils:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
2892 (%flash.utils:length :swf-name "length" :type "void" :static NIL)
2893 (%flash.utils:length :swf-name "length" :type "uint" :static NIL)
2894 (%flash.utils:position :swf-name "position" :type "void" :static NIL)
2895 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
2896 (%flash.utils:endian :swf-name "endian" :type "void" :static NIL)
2897 (%flash.utils:position :swf-name "position" :type "uint" :static NIL)
2898 (%flash.utils:bytes-available :swf-name "bytesAvailable" :type "uint" :static NIL)
2899 (%flash.utils:endian :swf-name "endian" :type "String" :static NIL))
2900 :methods
2901 ((%flash.utils:write-object :swf-name "writeObject" :return-type "void"
2902 :args ("object"))
2903 (%flash.utils:read-bytes :swf-name "readBytes" :return-type "void"
2904 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
2905 (("offset" "uint") 0) (("length" "uint") 0)))
2906 (%flash.utils:uncompress :swf-name "uncompress" :return-type "void"
2907 :args NIL)
2908 (%flash.utils:read-multi-byte :swf-name "readMultiByte" :return-type "String"
2909 :args (("length" "uint") ("charSet" "String")))
2910 (%flash.utils:read-int :swf-name "readInt" :return-type "int"
2911 :args NIL)
2912 (%flash.utils:read-float :swf-name "readFloat" :return-type "Number"
2913 :args NIL)
2914 (%flash.utils:to-string :swf-name "toString" :return-type "String"
2915 :args NIL)
2916 (%flash.utils:compress :swf-name "compress" :return-type "void"
2917 :args NIL)
2918 (%flash.utils:write-short :swf-name "writeShort" :return-type "void"
2919 :args (("value" "int")))
2920 (%flash.utils:write-unsigned-int :swf-name "writeUnsignedInt" :return-type "void"
2921 :args (("value" "uint")))
2922 (%flash.utils:read-unsigned-byte :swf-name "readUnsignedByte" :return-type "uint"
2923 :args NIL)
2924 (%flash.utils:write-boolean :swf-name "writeBoolean" :return-type "void"
2925 :args (("value" "Boolean")))
2926 (%flash.utils:write-utf :swf-name "writeUTF" :return-type "void"
2927 :args (("value" "String")))
2928 (%flash.utils:clear :swf-name "clear" :return-type "void"
2929 :args NIL)
2930 (%flash.utils:write-bytes :swf-name "writeBytes" :return-type "void"
2931 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
2932 (("offset" "uint") 0) (("length" "uint") 0)))
2933 (%flash.utils:read-byte :swf-name "readByte" :return-type "int"
2934 :args NIL)
2935 (%flash.utils:read-unsigned-int :swf-name "readUnsignedInt" :return-type "uint"
2936 :args NIL)
2937 (%flash.utils:write-multi-byte :swf-name "writeMultiByte" :return-type "void"
2938 :args (("value" "String") ("charSet" "String")))
2939 (%flash.utils:write-float :swf-name "writeFloat" :return-type "void"
2940 :args (("value" "Number")))
2941 (%flash.utils:read-utf-bytes :swf-name "readUTFBytes" :return-type "String"
2942 :args (("length" "uint")))
2943 (%flash.utils:read-utf :swf-name "readUTF" :return-type "String"
2944 :args NIL)
2945 (%flash.utils:inflate :swf-name "inflate" :return-type "void"
2946 :args NIL)
2947 (%flash.utils:read-boolean :swf-name "readBoolean" :return-type "Boolean"
2948 :args NIL)
2949 (%flash.utils:deflate :swf-name "deflate" :return-type "void"
2950 :args NIL)
2951 (%flash.utils:read-object :swf-name "readObject" :return-type "*"
2952 :args NIL)
2953 (%flash.utils:write-int :swf-name "writeInt" :return-type "void"
2954 :args (("value" "int")))
2955 (%flash.utils:read-double :swf-name "readDouble" :return-type "Number"
2956 :args NIL)
2957 (%flash.utils:read-unsigned-short :swf-name "readUnsignedShort" :return-type "uint"
2958 :args NIL)
2959 (%flash.utils:write-double :swf-name "writeDouble" :return-type "void"
2960 :args (("value" "Number")))
2961 (%flash.utils:write-byte :swf-name "writeByte" :return-type "void"
2962 :args (("value" "int")))
2963 (%flash.utils:read-short :swf-name "readShort" :return-type "int"
2964 :args NIL)
2965 (%flash.utils:write-utf-bytes :swf-name "writeUTFBytes" :return-type "void"
2966 :args (("value" "String"))))))
2967 (let ((*symbol-table* *player-symbol-table*))
2968 (declare-swf-class %flash:error (%flash:object)
2969 :swf-name "Error"
2970 :constants
2971 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2972 :properties
2973 ((%flash:name :swf-name "name" :type "null" :value NIL :static NIL)
2974 (%flash:message :swf-name "message" :type "null" :value NIL :static NIL)
2975 (%flash:error-id :swf-name "errorID" :type "int" :static NIL))
2976 :methods
2977 ((%flash:get-stack-trace :swf-name "getStackTrace" :return-type "String"
2978 :args NIL))))
2979 (let ((*symbol-table* *player-symbol-table*))
2980 (declare-swf-class %flash:definition-error (%flash:error)
2981 :swf-name "DefinitionError"
2982 :constants
2983 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2984 :properties
2986 :methods
2987 ()))
2988 (let ((*symbol-table* *player-symbol-table*))
2989 (declare-swf-class %flash:eval-error (%flash:error)
2990 :swf-name "EvalError"
2991 :constants
2992 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
2993 :properties
2995 :methods
2996 ()))
2997 (let ((*symbol-table* *player-symbol-table*))
2998 (declare-swf-class %flash:range-error (%flash:error)
2999 :swf-name "RangeError"
3000 :constants
3001 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3002 :properties
3004 :methods
3005 ()))
3006 (let ((*symbol-table* *player-symbol-table*))
3007 (declare-swf-class %flash:reference-error (%flash:error)
3008 :swf-name "ReferenceError"
3009 :constants
3010 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3011 :properties
3013 :methods
3014 ()))
3015 (let ((*symbol-table* *player-symbol-table*))
3016 (declare-swf-class %flash:security-error (%flash:error)
3017 :swf-name "SecurityError"
3018 :constants
3019 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3020 :properties
3022 :methods
3023 ()))
3024 (let ((*symbol-table* *player-symbol-table*))
3025 (declare-swf-class %flash:syntax-error (%flash:error)
3026 :swf-name "SyntaxError"
3027 :constants
3028 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3029 :properties
3031 :methods
3032 ()))
3033 (let ((*symbol-table* *player-symbol-table*))
3034 (declare-swf-class %flash:type-error (%flash:error)
3035 :swf-name "TypeError"
3036 :constants
3037 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3038 :properties
3040 :methods
3041 ()))
3042 (let ((*symbol-table* *player-symbol-table*))
3043 (declare-swf-class %flash:uri-error (%flash:error)
3044 :swf-name "URIError"
3045 :constants
3046 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3047 :properties
3049 :methods
3050 ()))
3051 (let ((*symbol-table* *player-symbol-table*))
3052 (declare-swf-class %flash:verify-error (%flash:error)
3053 :swf-name "VerifyError"
3054 :constants
3055 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3056 :properties
3058 :methods
3059 ()))
3060 (let ((*symbol-table* *player-symbol-table*))
3061 (declare-swf-class %flash:uninitialized-error (%flash:error)
3062 :swf-name "UninitializedError"
3063 :constants
3064 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3065 :properties
3067 :methods
3068 ()))
3069 (let ((*symbol-table* *player-symbol-table*))
3070 (declare-swf-class %flash:argument-error (%flash:error)
3071 :swf-name "ArgumentError"
3072 :constants
3073 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3074 :properties
3076 :methods
3077 ()))
3078 (let ((*symbol-table* *player-symbol-table*))
3079 (declare-swf-class %flash.display:shader-precision (%flash:object)
3080 :swf-name "flash.display::ShaderPrecision"
3081 :constants
3082 ((%flash.display:+full+ :swf-name "FULL" :type "String" :value "full")
3083 (%flash.display:+fast+ :swf-name "FAST" :type "String" :value "fast"))
3084 :properties
3086 :methods
3087 ()))
3088 (let ((*symbol-table* *player-symbol-table*))
3089 (declare-swf-class %flash:math (%flash:object)
3090 :swf-name "Math"
3091 :constants
3092 ((%flash:+pi+ :swf-name "PI" :type "Number" :value 3.141592653589793d0)
3093 (%flash:+log2e+ :swf-name "LOG2E" :type "Number" :value 1.4426950408889634d0)
3094 (%flash:+ln2+ :swf-name "LN2" :type "Number" :value 0.6931471805599453d0)
3095 (%flash:+log10e+ :swf-name "LOG10E" :type "Number" :value 0.4342944819032518d0)
3096 (%flash:+ln10+ :swf-name "LN10" :type "Number" :value 2.302585092994046d0)
3097 (%flash:+sqrt2+ :swf-name "SQRT2" :type "Number" :value 1.4142135623730951d0)
3098 (%flash:+sqrt-1/2+ :swf-name "SQRT1_2" :type "Number" :value 0.7071067811865476d0)
3099 (%flash:+e+ :swf-name "E" :type "Number" :value 2.718281828459045d0))
3100 :properties
3102 :methods
3103 ()))
3104 (let ((*symbol-table* *player-symbol-table*))
3105 (declare-swf-class %flash:reg-exp (%flash:object)
3106 :swf-name "RegExp"
3107 :constants
3108 ((%flash:+length+ :swf-name "length" :type "int" :value 1))
3109 :properties
3110 ((%flash:dotall :swf-name "dotall" :type "Boolean" :static NIL)
3111 (%flash:multiline :swf-name "multiline" :type "Boolean" :static NIL)
3112 (%flash:last-index :swf-name "lastIndex" :type "int" :static NIL)
3113 (%flash:source :swf-name "source" :type "String" :static NIL)
3114 (%flash:extended :swf-name "extended" :type "Boolean" :static NIL)
3115 (%flash:last-index :swf-name "lastIndex" :type "*" :static NIL)
3116 (%flash:global :swf-name "global" :type "Boolean" :static NIL)
3117 (%flash:ignore-case :swf-name "ignoreCase" :type "Boolean" :static NIL))
3118 :methods
3119 ((%flash:test :swf-name "test" :return-type "Boolean"
3120 :args (&OPTIONAL (("s" "String") "")))
3121 (%flash:exec :swf-name "exec" :return-type "*"
3122 :args (&OPTIONAL (("s" "String") ""))))))
3123 (let ((*symbol-table* *player-symbol-table*))
3124 (declare-swf-class %flash.events:i-event-dispatcher ()
3125 :swf-name "flash.events::IEventDispatcher"
3126 :constants
3128 :properties
3130 :methods
3131 ((%flash.events:add-event-listener :swf-name "addEventListener" :return-type "void"
3132 :args (("type" "String") ("listener" "Function") &OPTIONAL
3133 (("useCapture" "Boolean") NIL) (("priority" "int") 0)
3134 (("useWeakReference" "Boolean") NIL)))
3135 (%flash.events:remove-event-listener :swf-name "removeEventListener" :return-type "void"
3136 :args (("type" "String") ("listener" "Function") &OPTIONAL
3137 (("useCapture" "Boolean") NIL)))
3138 (%flash.events:will-trigger :swf-name "willTrigger" :return-type "Boolean"
3139 :args (("type" "String")))
3140 (%flash.events:has-event-listener :swf-name "hasEventListener" :return-type "Boolean"
3141 :args (("type" "String")))
3142 (%flash.events:dispatch-event :swf-name "dispatchEvent" :return-type "Boolean"
3143 :args (("event" "flash.events::Event"))))))
3144 (let ((*symbol-table* *player-symbol-table*))
3145 (declare-swf-class %flash.events:weak-method-closure (%flash:object)
3146 :swf-name "flash.events::WeakMethodClosure"
3147 :constants
3149 :properties
3151 :methods
3152 ()))
3153 (let ((*symbol-table* *player-symbol-table*))
3154 (declare-swf-class %flash.events:weak-function-closure (%flash:object)
3155 :swf-name "flash.events::WeakFunctionClosure"
3156 :constants
3158 :properties
3160 :methods
3161 ()))
3162 (let ((*symbol-table* *player-symbol-table*))
3163 (declare-swf-class %flash.events:event-dispatcher (%flash:object)
3164 :swf-name "flash.events::EventDispatcher"
3165 :constants
3167 :properties
3169 :methods
3170 ((%flash.events:add-event-listener :swf-name "addEventListener" :return-type "void"
3171 :args (("type" "String") ("listener" "Function") &OPTIONAL
3172 (("useCapture" "Boolean") NIL) (("priority" "int") 0)
3173 (("useWeakReference" "Boolean") NIL)))
3174 (%flash.events:has-event-listener :swf-name "hasEventListener" :return-type "Boolean"
3175 :args (("type" "String")))
3176 (%flash.events:to-string :swf-name "toString" :return-type "String"
3177 :args NIL)
3178 (%flash.events:remove-event-listener :swf-name "removeEventListener" :return-type "void"
3179 :args (("type" "String") ("listener" "Function") &OPTIONAL
3180 (("useCapture" "Boolean") NIL)))
3181 (%flash.events:will-trigger :swf-name "willTrigger" :return-type "Boolean"
3182 :args (("type" "String")))
3183 (%flash.events:dispatch-event :swf-name "dispatchEvent" :return-type "Boolean"
3184 :args (("event" "flash.events::Event"))))))
3185 (let ((*symbol-table* *player-symbol-table*))
3186 (declare-swf-class %flash.ui:context-menu-item (%flash.events:event-dispatcher)
3187 :swf-name "flash.ui::ContextMenuItem"
3188 :constants
3190 :properties
3191 ((%flash.ui:caption :swf-name "caption" :type "void" :static NIL)
3192 (%flash.ui:visible :swf-name "visible" :type "void" :static NIL)
3193 (%flash.ui:visible :swf-name "visible" :type "Boolean" :static NIL)
3194 (%flash.ui:separator-before :swf-name "separatorBefore" :type "void" :static NIL)
3195 (%flash.ui:caption :swf-name "caption" :type "String" :static NIL)
3196 (%flash.ui:separator-before :swf-name "separatorBefore" :type "Boolean" :static NIL)
3197 (%flash.ui:enabled :swf-name "enabled" :type "void" :static NIL)
3198 (%flash.ui:enabled :swf-name "enabled" :type "Boolean" :static NIL))
3199 :methods
3200 ((%flash.ui:clone :swf-name "clone" :return-type "flash.ui::ContextMenuItem"
3201 :args NIL))))
3202 (let ((*symbol-table* *player-symbol-table*))
3203 (declare-swf-class %flash.system:application-domain (%flash:object)
3204 :swf-name "flash.system::ApplicationDomain"
3205 :constants
3207 :properties
3208 ((%flash.system:parent-domain :swf-name "parentDomain" :type "flash.system::ApplicationDomain" :static NIL)
3209 (%flash.system:domain-memory :swf-name "domainMemory" :type "*" :static NIL)
3210 (%flash.system:domain-memory :swf-name "domainMemory" :type "flash.utils::ByteArray" :static NIL))
3211 :methods
3212 ((%flash.system:has-definition :swf-name "hasDefinition" :return-type "Boolean"
3213 :args (("name" "String")))
3214 (%flash.system:get-definition :swf-name "getDefinition" :return-type "Object"
3215 :args (("name" "String"))))))
3216 (let ((*symbol-table* *player-symbol-table*))
3217 (declare-swf-class %flash.text.engine:content-element (%flash:object)
3218 :swf-name "flash.text.engine::ContentElement"
3219 :constants
3220 ((%flash.text.engine:+graphic-element+ :swf-name "GRAPHIC_ELEMENT" :type "uint" :value 65007))
3221 :properties
3222 ((%flash.text.engine:group-element :swf-name "groupElement" :type "flash.text.engine::GroupElement" :static NIL)
3223 (%flash.text.engine:raw-text :swf-name "rawText" :type "String" :static NIL)
3224 (%flash.text.engine:event-mirror :swf-name "eventMirror" :type "flash.events::EventDispatcher" :static NIL)
3225 (%flash.text.engine:text-rotation :swf-name "textRotation" :type "void" :static NIL)
3226 (%flash.text.engine:user-data :swf-name "userData" :type "null" :value NIL :static NIL)
3227 (%flash.text.engine:element-format :swf-name "elementFormat" :type "flash.text.engine::ElementFormat" :static NIL)
3228 (%flash.text.engine:event-mirror :swf-name "eventMirror" :type "void" :static NIL)
3229 (%flash.text.engine:text :swf-name "text" :type "String" :static NIL)
3230 (%flash.text.engine:text-rotation :swf-name "textRotation" :type "String" :static NIL)
3231 (%flash.text.engine:text-block-begin-index :swf-name "textBlockBeginIndex" :type "int" :static NIL)
3232 (%flash.text.engine:element-format :swf-name "elementFormat" :type "void" :static NIL)
3233 (%flash.text.engine:text-block :swf-name "textBlock" :type "flash.text.engine::TextBlock" :static NIL))
3234 :methods
3235 ()))
3236 (let ((*symbol-table* *player-symbol-table*))
3237 (declare-swf-class %flash.display:scene (%flash:object)
3238 :swf-name "flash.display::Scene"
3239 :constants
3241 :properties
3242 ((%flash.display:labels :swf-name "labels" :type "Array" :static NIL)
3243 (%flash.display:name :swf-name "name" :type "String" :static NIL)
3244 (%flash.display:num-frames :swf-name "numFrames" :type "int" :static NIL))
3245 :methods
3246 ()))
3247 (let ((*symbol-table* *player-symbol-table*))
3248 (declare-swf-class %flash.printing:print-job (%flash.events:event-dispatcher)
3249 :swf-name "flash.printing::PrintJob"
3250 :constants
3252 :properties
3253 ((%flash.printing:paper-width :swf-name "paperWidth" :type "int" :static NIL)
3254 (%flash.printing:page-width :swf-name "pageWidth" :type "int" :static NIL)
3255 (%flash.printing:page-height :swf-name "pageHeight" :type "int" :static NIL)
3256 (%flash.printing:paper-height :swf-name "paperHeight" :type "int" :static NIL)
3257 (%flash.printing:orientation :swf-name "orientation" :type "String" :static NIL))
3258 :methods
3259 ((%flash.printing:send :swf-name "send" :return-type "void"
3260 :args NIL)
3261 (%flash.printing:add-page :swf-name "addPage" :return-type "void"
3262 :args (("sprite" "flash.display::Sprite") &OPTIONAL
3263 ("printArea" "flash.geom::Rectangle")
3264 ("options" "flash.printing::PrintJobOptions")
3265 (("frameNum" "int") 0)))
3266 (%flash.printing:start :swf-name "start" :return-type "Boolean"
3267 :args NIL))))
3268 (let ((*symbol-table* *player-symbol-table*))
3269 (declare-swf-class %flash.display:i-graphics-path ()
3270 :swf-name "flash.display::IGraphicsPath"
3271 :constants
3273 :properties
3275 :methods
3276 ()))
3277 (let ((*symbol-table* *player-symbol-table*))
3278 (declare-swf-class %flash.display:i-graphics-data ()
3279 :swf-name "flash.display::IGraphicsData"
3280 :constants
3282 :properties
3284 :methods
3285 ()))
3286 (let ((*symbol-table* *player-symbol-table*))
3287 (declare-swf-class %flash.display:graphics-path (%flash:object)
3288 :swf-name "flash.display::GraphicsPath"
3289 :constants
3291 :properties
3292 ((%flash.display:winding :swf-name "winding" :type "String" :static NIL)
3293 (%flash.display:data :swf-name "data" :type "__AS3__.vec::Vector.<Number>" :value NIL :static NIL)
3294 (%flash.display:commands :swf-name "commands" :type "__AS3__.vec::Vector.<int>" :value NIL :static NIL)
3295 (%flash.display:winding :swf-name "winding" :type "*" :static NIL))
3296 :methods
3297 ((%flash.display:wide-move-to :swf-name "wideMoveTo" :return-type "void"
3298 :args (("x" "Number") ("y" "Number")))
3299 (%flash.display:curve-to :swf-name "curveTo" :return-type "void"
3300 :args (("controlX" "Number") ("controlY" "Number") ("anchorX" "Number")
3301 ("anchorY" "Number")))
3302 (%flash.display:line-to :swf-name "lineTo" :return-type "void"
3303 :args (("x" "Number") ("y" "Number")))
3304 (%flash.display:move-to :swf-name "moveTo" :return-type "void"
3305 :args (("x" "Number") ("y" "Number")))
3306 (%flash.display:wide-line-to :swf-name "wideLineTo" :return-type "void"
3307 :args (("x" "Number") ("y" "Number"))))))
3308 (let ((*symbol-table* *player-symbol-table*))
3309 (declare-swf-class %flash.geom:matrix (%flash:object)
3310 :swf-name "flash.geom::Matrix"
3311 :constants
3313 :properties
3314 ((%flash.geom:tx :swf-name "tx" :type "Number" :value NIL :static NIL)
3315 (%flash.geom:d :swf-name "d" :type "Number" :value NIL :static NIL)
3316 (%flash.geom:b :swf-name "b" :type "Number" :value NIL :static NIL)
3317 (%flash.geom:ty :swf-name "ty" :type "Number" :value NIL :static NIL)
3318 (%flash.geom:c :swf-name "c" :type "Number" :value NIL :static NIL)
3319 (%flash.geom:a :swf-name "a" :type "Number" :value NIL :static NIL))
3320 :methods
3321 ((%flash.geom:create-gradient-box :swf-name "createGradientBox" :return-type "void"
3322 :args (("width" "Number") ("height" "Number") &OPTIONAL
3323 (("rotation" "Number") 0) (("tx" "Number") 0)
3324 (("ty" "Number") 0)))
3325 (%flash.geom:identity :swf-name "identity" :return-type "void"
3326 :args NIL)
3327 (%flash.geom:clone :swf-name "clone" :return-type "flash.geom::Matrix"
3328 :args NIL)
3329 (%flash.geom:delta-transform-point :swf-name "deltaTransformPoint" :return-type "flash.geom::Point"
3330 :args (("point" "flash.geom::Point")))
3331 (%flash.geom:rotate :swf-name "rotate" :return-type "void"
3332 :args (("angle" "Number")))
3333 (%flash.geom:transform-point :swf-name "transformPoint" :return-type "flash.geom::Point"
3334 :args (("point" "flash.geom::Point")))
3335 (%flash.geom:invert :swf-name "invert" :return-type "void"
3336 :args NIL)
3337 (%flash.geom:concat :swf-name "concat" :return-type "void"
3338 :args (("m" "flash.geom::Matrix")))
3339 (%flash.geom:scale :swf-name "scale" :return-type "void"
3340 :args (("sx" "Number") ("sy" "Number")))
3341 (%flash.geom:translate :swf-name "translate" :return-type "void"
3342 :args (("dx" "Number") ("dy" "Number")))
3343 (%flash.geom:to-string :swf-name "toString" :return-type "String"
3344 :args NIL)
3345 (%flash.geom:create-box :swf-name "createBox" :return-type "void"
3346 :args (("scaleX" "Number") ("scaleY" "Number") &OPTIONAL
3347 (("rotation" "Number") 0) (("tx" "Number") 0)
3348 (("ty" "Number") 0))))))
3349 (let ((*symbol-table* *player-symbol-table*))
3350 (declare-swf-class %flash.text.engine:text-justifier (%flash:object)
3351 :swf-name "flash.text.engine::TextJustifier"
3352 :constants
3354 :properties
3355 ((%flash.text.engine:line-justification :swf-name "lineJustification" :type "String" :static NIL)
3356 (%flash.text.engine:locale :swf-name "locale" :type "String" :static NIL)
3357 (%flash.text.engine:line-justification :swf-name "lineJustification" :type "void" :static NIL))
3358 :methods
3359 ((%flash.text.engine:clone :swf-name "clone" :return-type "flash.text.engine::TextJustifier"
3360 :args NIL))))
3361 (let ((*symbol-table* *player-symbol-table*))
3362 (declare-swf-class %flash.text.engine:space-justifier (%flash.text.engine:text-justifier)
3363 :swf-name "flash.text.engine::SpaceJustifier"
3364 :constants
3366 :properties
3367 ((%flash.text.engine:letter-spacing :swf-name "letterSpacing" :type "Boolean" :static NIL)
3368 (%flash.text.engine:letter-spacing :swf-name "letterSpacing" :type "void" :static NIL))
3369 :methods
3370 ((%flash.text.engine:clone :swf-name "clone" :return-type "flash.text.engine::TextJustifier"
3371 :args NIL))))
3372 (let ((*symbol-table* *player-symbol-table*))
3373 (declare-swf-class %flash.display:i-bitmap-drawable ()
3374 :swf-name "flash.display::IBitmapDrawable"
3375 :constants
3377 :properties
3379 :methods
3380 ()))
3381 (let ((*symbol-table* *player-symbol-table*))
3382 (declare-swf-class %flash.display:display-object (%flash.events:event-dispatcher)
3383 :swf-name "flash.display::DisplayObject"
3384 :constants
3386 :properties
3387 ((%flash.display:stage :swf-name "stage" :type "flash.display::Stage" :static NIL)
3388 (%flash.display:rotation :swf-name "rotation" :type "void" :static NIL)
3389 (%flash.display:filters :swf-name "filters" :type "Array" :static NIL)
3390 (%flash.display:z :swf-name "z" :type "Number" :static NIL)
3391 (%flash.display:y :swf-name "y" :type "Number" :static NIL)
3392 (%flash.display:x :swf-name "x" :type "Number" :static NIL)
3393 (%flash.display:filters :swf-name "filters" :type "void" :static NIL)
3394 (%flash.display:z :swf-name "z" :type "void" :static NIL)
3395 (%flash.display:transform :swf-name "transform" :type "flash.geom::Transform" :static NIL)
3396 (%flash.display:y :swf-name "y" :type "void" :static NIL)
3397 (%flash.display:x :swf-name "x" :type "void" :static NIL)
3398 (%flash.display:mask :swf-name "mask" :type "flash.display::DisplayObject" :static NIL)
3399 (%flash.display:opaque-background :swf-name "opaqueBackground" :type "void" :static NIL)
3400 (%flash.display:visible :swf-name "visible" :type "void" :static NIL)
3401 (%flash.display:root :swf-name "root" :type "flash.display::DisplayObject" :static NIL)
3402 (%flash.display:loader-info :swf-name "loaderInfo" :type "flash.display::LoaderInfo" :static NIL)
3403 (%flash.display:transform :swf-name "transform" :type "void" :static NIL)
3404 (%flash.display:alpha :swf-name "alpha" :type "Number" :static NIL)
3405 (%flash.display:mask :swf-name "mask" :type "void" :static NIL)
3406 (%flash.display:height :swf-name "height" :type "void" :static NIL)
3407 (%flash.display:mouse-y :swf-name "mouseY" :type "Number" :static NIL)
3408 (%flash.display:mouse-x :swf-name "mouseX" :type "Number" :static NIL)
3409 (%flash.display:scroll-rect :swf-name "scrollRect" :type "flash.geom::Rectangle" :static NIL)
3410 (%flash.display:scale-z :swf-name "scaleZ" :type "Number" :static NIL)
3411 (%flash.display:scale-y :swf-name "scaleY" :type "Number" :static NIL)
3412 (%flash.display:scale-x :swf-name "scaleX" :type "Number" :static NIL)
3413 (%flash.display:cache-as-bitmap :swf-name "cacheAsBitmap" :type "void" :static NIL)
3414 (%flash.display:width :swf-name "width" :type "Number" :static NIL)
3415 (%flash.display:accessibility-properties :swf-name "accessibilityProperties" :type "void" :static NIL)
3416 (%flash.display:alpha :swf-name "alpha" :type "void" :static NIL)
3417 (%flash.display:rotation-z :swf-name "rotationZ" :type "void" :static NIL)
3418 (%flash.display:rotation-y :swf-name "rotationY" :type "void" :static NIL)
3419 (%flash.display:rotation-x :swf-name "rotationX" :type "void" :static NIL)
3420 (%flash.display:cache-as-bitmap :swf-name "cacheAsBitmap" :type "Boolean" :static NIL)
3421 (%flash.display:parent :swf-name "parent" :type "flash.display::DisplayObjectContainer" :static NIL)
3422 (%flash.display:opaque-background :swf-name "opaqueBackground" :type "Object" :static NIL)
3423 (%flash.display:blend-shader :swf-name "blendShader" :type "void" :static NIL)
3424 (%flash.display:scale-9-grid :swf-name "scale9Grid" :type "void" :static NIL)
3425 (%flash.display:blend-mode :swf-name "blendMode" :type "void" :static NIL)
3426 (%flash.display:height :swf-name "height" :type "Number" :static NIL)
3427 (%flash.display:rotation-z :swf-name "rotationZ" :type "Number" :static NIL)
3428 (%flash.display:scroll-rect :swf-name "scrollRect" :type "void" :static NIL)
3429 (%flash.display:accessibility-properties :swf-name "accessibilityProperties" :type "flash.accessibility::AccessibilityProperties" :static NIL)
3430 (%flash.display:scale-z :swf-name "scaleZ" :type "void" :static NIL)
3431 (%flash.display:scale-y :swf-name "scaleY" :type "void" :static NIL)
3432 (%flash.display:scale-x :swf-name "scaleX" :type "void" :static NIL)
3433 (%flash.display:rotation-y :swf-name "rotationY" :type "Number" :static NIL)
3434 (%flash.display:rotation-x :swf-name "rotationX" :type "Number" :static NIL)
3435 (%flash.display:name :swf-name "name" :type "void" :static NIL)
3436 (%flash.display:scale-9-grid :swf-name "scale9Grid" :type "flash.geom::Rectangle" :static NIL)
3437 (%flash.display:blend-mode :swf-name "blendMode" :type "String" :static NIL)
3438 (%flash.display:width :swf-name "width" :type "void" :static NIL)
3439 (%flash.display:name :swf-name "name" :type "String" :static NIL)
3440 (%flash.display:rotation :swf-name "rotation" :type "Number" :static NIL)
3441 (%flash.display:visible :swf-name "visible" :type "Boolean" :static NIL))
3442 :methods
3443 ((%flash.display:hit-test-object :swf-name "hitTestObject" :return-type "Boolean"
3444 :args (("obj" "flash.display::DisplayObject")))
3445 (%flash.display:get-rect :swf-name "getRect" :return-type "flash.geom::Rectangle"
3446 :args (("targetCoordinateSpace" "flash.display::DisplayObject")))
3447 (%flash.display:hit-test-point :swf-name "hitTestPoint" :return-type "Boolean"
3448 :args (("x" "Number") ("y" "Number") &OPTIONAL
3449 (("shapeFlag" "Boolean") NIL)))
3450 (%flash.display:global-to-local3d :swf-name "globalToLocal3D" :return-type "flash.geom::Vector3D"
3451 :args (("point" "flash.geom::Point")))
3452 (%flash.display:local3d-to-global :swf-name "local3DToGlobal" :return-type "flash.geom::Point"
3453 :args (("point3d" "flash.geom::Vector3D")))
3454 (%flash.display:get-bounds :swf-name "getBounds" :return-type "flash.geom::Rectangle"
3455 :args (("targetCoordinateSpace" "flash.display::DisplayObject")))
3456 (%flash.display:global-to-local :swf-name "globalToLocal" :return-type "flash.geom::Point"
3457 :args (("point" "flash.geom::Point")))
3458 (%flash.display:local-to-global :swf-name "localToGlobal" :return-type "flash.geom::Point"
3459 :args (("point" "flash.geom::Point"))))))
3460 (let ((*symbol-table* *player-symbol-table*))
3461 (declare-swf-class %flash.display:bitmap (%flash.display:display-object)
3462 :swf-name "flash.display::Bitmap"
3463 :constants
3465 :properties
3466 ((%flash.display:smoothing :swf-name "smoothing" :type "Boolean" :static NIL)
3467 (%flash.display:bitmap-data :swf-name "bitmapData" :type "flash.display::BitmapData" :static NIL)
3468 (%flash.display:smoothing :swf-name "smoothing" :type "void" :static NIL)
3469 (%flash.display:pixel-snapping :swf-name "pixelSnapping" :type "void" :static NIL)
3470 (%flash.display:pixel-snapping :swf-name "pixelSnapping" :type "String" :static NIL)
3471 (%flash.display:bitmap-data :swf-name "bitmapData" :type "void" :static NIL))
3472 :methods
3473 ()))
3474 (let ((*symbol-table* *player-symbol-table*))
3475 (declare-swf-class %flash.xml:xml-node (%flash:object)
3476 :swf-name "flash.xml::XMLNode"
3477 :constants
3479 :properties
3480 ((%flash.xml:local-name :swf-name "localName" :type "String" :static NIL)
3481 (%flash.xml:child-nodes :swf-name "childNodes" :type "Array" :static NIL)
3482 (%flash.xml:attributes :swf-name "attributes" :type "void" :static NIL)
3483 (%flash.xml:node-name :swf-name "nodeName" :type "String" :value NIL :static NIL)
3484 (%flash.xml:last-child :swf-name "lastChild" :type "flash.xml::XMLNode" :value NIL :static NIL)
3485 (%flash.xml:node-type :swf-name "nodeType" :type "uint" :value NIL :static NIL)
3486 (%flash.xml:attributes :swf-name "attributes" :type "Object" :static NIL)
3487 (%flash.xml:node-value :swf-name "nodeValue" :type "String" :value NIL :static NIL)
3488 (%flash.xml:first-child :swf-name "firstChild" :type "flash.xml::XMLNode" :value NIL :static NIL)
3489 (%flash.xml:prefix :swf-name "prefix" :type "String" :static NIL)
3490 (%flash.xml:namespace-uri :swf-name "namespaceURI" :type "String" :static NIL)
3491 (%flash.xml:next-sibling :swf-name "nextSibling" :type "flash.xml::XMLNode" :value NIL :static NIL)
3492 (%flash.xml:parent-node :swf-name "parentNode" :type "flash.xml::XMLNode" :value NIL :static NIL)
3493 (%flash.xml:previous-sibling :swf-name "previousSibling" :type "flash.xml::XMLNode" :value NIL :static NIL))
3494 :methods
3495 ((%flash.xml:clone-node :swf-name "cloneNode" :return-type "flash.xml::XMLNode"
3496 :args (("deep" "Boolean")))
3497 (%flash.xml:remove-node :swf-name "removeNode" :return-type "void"
3498 :args NIL)
3499 (%flash.xml:to-string :swf-name "toString" :return-type "String"
3500 :args NIL)
3501 (%flash.xml:get-prefix-for-namespace :swf-name "getPrefixForNamespace" :return-type "String"
3502 :args (("ns" "String")))
3503 (%flash.xml:has-child-nodes :swf-name "hasChildNodes" :return-type "Boolean"
3504 :args NIL)
3505 (%flash.xml:get-namespace-for-prefix :swf-name "getNamespaceForPrefix" :return-type "String"
3506 :args (("prefix" "String")))
3507 (%flash.xml:insert-before :swf-name "insertBefore" :return-type "void"
3508 :args (("node" "flash.xml::XMLNode") ("before" "flash.xml::XMLNode")))
3509 (%flash.xml:append-child :swf-name "appendChild" :return-type "void"
3510 :args (("node" "flash.xml::XMLNode"))))))
3511 (let ((*symbol-table* *player-symbol-table*))
3512 (declare-swf-class %flash.xml:xml-document (%flash.xml:xml-node)
3513 :swf-name "flash.xml::XMLDocument"
3514 :constants
3516 :properties
3517 ((%flash.xml:doc-type-decl :swf-name "docTypeDecl" :type "Object" :value :NULL :static NIL)
3518 (%flash.xml:ignore-white :swf-name "ignoreWhite" :type "Boolean" :value NIL :static NIL)
3519 (%flash.xml:xml-decl :swf-name "xmlDecl" :type "Object" :value :NULL :static NIL)
3520 (%flash.xml:id-map :swf-name "idMap" :type "Object" :value NIL :static NIL))
3521 :methods
3522 ((%flash.xml:to-string :swf-name "toString" :return-type "String"
3523 :args NIL)
3524 (%flash.xml:create-text-node :swf-name "createTextNode" :return-type "flash.xml::XMLNode"
3525 :args (("text" "String")))
3526 (%flash.xml:parse-xml :swf-name "parseXML" :return-type "void"
3527 :args (("source" "String")))
3528 (%flash.xml:create-element :swf-name "createElement" :return-type "flash.xml::XMLNode"
3529 :args (("name" "String"))))))
3530 (let ((*symbol-table* *player-symbol-table*))
3531 (declare-swf-class %flash.text.engine:east-asian-justifier (%flash.text.engine:text-justifier)
3532 :swf-name "flash.text.engine::EastAsianJustifier"
3533 :constants
3535 :properties
3536 ((%flash.text.engine:justification-style :swf-name "justificationStyle" :type "String" :static NIL)
3537 (%flash.text.engine:justification-style :swf-name "justificationStyle" :type "void" :static NIL))
3538 :methods
3539 ((%flash.text.engine:clone :swf-name "clone" :return-type "flash.text.engine::TextJustifier"
3540 :args NIL))))
3541 (let ((*symbol-table* *player-symbol-table*))
3542 (declare-swf-class %flash.text:text-renderer (%flash:object)
3543 :swf-name "flash.text::TextRenderer"
3544 :constants
3546 :properties
3548 :methods
3549 ()))
3550 (let ((*symbol-table* *player-symbol-table*))
3551 (declare-swf-class %flash:xml (%flash:object)
3552 :swf-name "XML"
3553 :constants
3554 ((%flash:+length+ :swf-name "length" :type "null" :value 1))
3555 :properties
3557 :methods
3558 ((%flash:children :swf-name "children" :return-type "XMLList"
3559 :args NIL)
3560 (%flash:remove-namespace :swf-name "removeNamespace" :return-type "XML"
3561 :args ("ns"))
3562 (%flash:text :swf-name "text" :return-type "XMLList"
3563 :args NIL)
3564 (%flash:namespace-declarations :swf-name "namespaceDeclarations" :return-type "Array"
3565 :args NIL)
3566 (%flash:add-namespace :swf-name "addNamespace" :return-type "XML"
3567 :args ("ns"))
3568 (%flash:insert-child-after :swf-name "insertChildAfter" :return-type "*"
3569 :args ("child1" "child2"))
3570 (%flash:elements :swf-name "elements" :return-type "XMLList"
3571 :args (&OPTIONAL ("name" "*")))
3572 (%flash:node-kind :swf-name "nodeKind" :return-type "String"
3573 :args NIL)
3574 (%flash:copy :swf-name "copy" :return-type "XML"
3575 :args NIL)
3576 (%flash:comments :swf-name "comments" :return-type "XMLList"
3577 :args NIL)
3578 (%flash:notification :swf-name "notification" :return-type "Function"
3579 :args NIL)
3580 (%flash:set-name :swf-name "setName" :return-type "void"
3581 :args ("name"))
3582 (%flash:prepend-child :swf-name "prependChild" :return-type "XML"
3583 :args ("value"))
3584 (%flash:has-simple-content :swf-name "hasSimpleContent" :return-type "Boolean"
3585 :args NIL)
3586 (%flash:to-string :swf-name "toString" :return-type "String"
3587 :args NIL)
3588 (%flash:attribute :swf-name "attribute" :return-type "XMLList"
3589 :args ("arg"))
3590 (%flash:parent :swf-name "parent" :return-type "*"
3591 :args NIL)
3592 (%flash:value-of :swf-name "valueOf" :return-type "XML"
3593 :args NIL)
3594 (%flash:length :swf-name "length" :return-type "int"
3595 :args NIL)
3596 (%flash:descendants :swf-name "descendants" :return-type "XMLList"
3597 :args (&OPTIONAL ("name" "*")))
3598 (%flash:has-complex-content :swf-name "hasComplexContent" :return-type "Boolean"
3599 :args NIL)
3600 (%flash:append-child :swf-name "appendChild" :return-type "XML"
3601 :args ("child"))
3602 (%flash:contains :swf-name "contains" :return-type "Boolean"
3603 :args ("value"))
3604 (%flash:child-index :swf-name "childIndex" :return-type "int"
3605 :args NIL)
3606 (%flash:child :swf-name "child" :return-type "XMLList"
3607 :args ("propertyName"))
3608 (%flash:namespace :swf-name "namespace" :return-type "*"
3609 :args (&OPTIONAL "prefix"))
3610 (%flash:set-namespace :swf-name "setNamespace" :return-type "void"
3611 :args ("ns"))
3612 (%flash:processing-instructions :swf-name "processingInstructions" :return-type "XMLList"
3613 :args (&OPTIONAL ("name" "*")))
3614 (%flash:attributes :swf-name "attributes" :return-type "XMLList"
3615 :args NIL)
3616 (%flash:local-name :swf-name "localName" :return-type "Object"
3617 :args NIL)
3618 (%flash:set-local-name :swf-name "setLocalName" :return-type "void"
3619 :args ("name"))
3620 (%flash:in-scope-namespaces :swf-name "inScopeNamespaces" :return-type "Array"
3621 :args NIL)
3622 (%flash:normalize :swf-name "normalize" :return-type "XML"
3623 :args NIL)
3624 (%flash:name :swf-name "name" :return-type "Object"
3625 :args NIL)
3626 (%flash:set-children :swf-name "setChildren" :return-type "XML"
3627 :args ("value"))
3628 (%flash:property-is-enumerable :swf-name "propertyIsEnumerable" :return-type "Boolean"
3629 :args (&OPTIONAL "P"))
3630 (%flash:to-xml-string :swf-name "toXMLString" :return-type "String"
3631 :args NIL)
3632 (%flash:set-notification :swf-name "setNotification" :return-type "*"
3633 :args (("f" "Function")))
3634 (%flash:replace :swf-name "replace" :return-type "XML"
3635 :args ("propertyName" "value"))
3636 (%flash:insert-child-before :swf-name "insertChildBefore" :return-type "*"
3637 :args ("child1" "child2"))
3638 (%flash:has-own-property :swf-name "hasOwnProperty" :return-type "Boolean"
3639 :args (&OPTIONAL "P")))))
3640 (let ((*symbol-table* *player-symbol-table*))
3641 (declare-swf-class %flash:xml-list (%flash:object)
3642 :swf-name "XMLList"
3643 :constants
3644 ((%flash:+length+ :swf-name "length" :type "null" :value 1))
3645 :properties
3647 :methods
3648 ((%flash:children :swf-name "children" :return-type "XMLList"
3649 :args NIL)
3650 (%flash:remove-namespace :swf-name "removeNamespace" :return-type "XML"
3651 :args ("ns"))
3652 (%flash:comments :swf-name "comments" :return-type "XMLList"
3653 :args NIL)
3654 (%flash:add-namespace :swf-name "addNamespace" :return-type "XML"
3655 :args ("ns"))
3656 (%flash:insert-child-after :swf-name "insertChildAfter" :return-type "*"
3657 :args ("child1" "child2"))
3658 (%flash:elements :swf-name "elements" :return-type "XMLList"
3659 :args (&OPTIONAL ("name" "*")))
3660 (%flash:node-kind :swf-name "nodeKind" :return-type "String"
3661 :args NIL)
3662 (%flash:copy :swf-name "copy" :return-type "XMLList"
3663 :args NIL)
3664 (%flash:text :swf-name "text" :return-type "XMLList"
3665 :args NIL)
3666 (%flash:set-name :swf-name "setName" :return-type "void"
3667 :args ("name"))
3668 (%flash:prepend-child :swf-name "prependChild" :return-type "XML"
3669 :args ("value"))
3670 (%flash:has-simple-content :swf-name "hasSimpleContent" :return-type "Boolean"
3671 :args NIL)
3672 (%flash:to-string :swf-name "toString" :return-type "String"
3673 :args NIL)
3674 (%flash:child :swf-name "child" :return-type "XMLList"
3675 :args ("propertyName"))
3676 (%flash:parent :swf-name "parent" :return-type "*"
3677 :args NIL)
3678 (%flash:value-of :swf-name "valueOf" :return-type "XMLList"
3679 :args NIL)
3680 (%flash:length :swf-name "length" :return-type "int"
3681 :args NIL)
3682 (%flash:local-name :swf-name "localName" :return-type "Object"
3683 :args NIL)
3684 (%flash:has-complex-content :swf-name "hasComplexContent" :return-type "Boolean"
3685 :args NIL)
3686 (%flash:append-child :swf-name "appendChild" :return-type "XML"
3687 :args ("child"))
3688 (%flash:contains :swf-name "contains" :return-type "Boolean"
3689 :args ("value"))
3690 (%flash:child-index :swf-name "childIndex" :return-type "int"
3691 :args NIL)
3692 (%flash:attribute :swf-name "attribute" :return-type "XMLList"
3693 :args ("arg"))
3694 (%flash:namespace :swf-name "namespace" :return-type "*"
3695 :args (&OPTIONAL "prefix"))
3696 (%flash:set-local-name :swf-name "setLocalName" :return-type "void"
3697 :args ("name"))
3698 (%flash:set-namespace :swf-name "setNamespace" :return-type "void"
3699 :args ("ns"))
3700 (%flash:processing-instructions :swf-name "processingInstructions" :return-type "XMLList"
3701 :args (&OPTIONAL ("name" "*")))
3702 (%flash:attributes :swf-name "attributes" :return-type "XMLList"
3703 :args NIL)
3704 (%flash:descendants :swf-name "descendants" :return-type "XMLList"
3705 :args (&OPTIONAL ("name" "*")))
3706 (%flash:to-xml-string :swf-name "toXMLString" :return-type "String"
3707 :args NIL)
3708 (%flash:in-scope-namespaces :swf-name "inScopeNamespaces" :return-type "Array"
3709 :args NIL)
3710 (%flash:normalize :swf-name "normalize" :return-type "XMLList"
3711 :args NIL)
3712 (%flash:replace :swf-name "replace" :return-type "XML"
3713 :args ("propertyName" "value"))
3714 (%flash:name :swf-name "name" :return-type "Object"
3715 :args NIL)
3716 (%flash:set-children :swf-name "setChildren" :return-type "XML"
3717 :args ("value"))
3718 (%flash:property-is-enumerable :swf-name "propertyIsEnumerable" :return-type "Boolean"
3719 :args (&OPTIONAL "P"))
3720 (%flash:namespace-declarations :swf-name "namespaceDeclarations" :return-type "Array"
3721 :args NIL)
3722 (%flash:insert-child-before :swf-name "insertChildBefore" :return-type "*"
3723 :args ("child1" "child2"))
3724 (%flash:has-own-property :swf-name "hasOwnProperty" :return-type "Boolean"
3725 :args (&OPTIONAL "P")))))
3726 (let ((*symbol-table* *player-symbol-table*))
3727 (declare-swf-class %flash:q-name (%flash:object)
3728 :swf-name "QName"
3729 :constants
3730 ((%flash:+length+ :swf-name "length" :type "null" :value 2))
3731 :properties
3732 ((%flash:local-name :swf-name "localName" :type "String" :static NIL)
3733 (%flash:uri :swf-name "uri" :type "*" :static NIL))
3734 :methods
3735 ((%flash:to-string :swf-name "toString" :return-type "String"
3736 :args NIL)
3737 (%flash:value-of :swf-name "valueOf" :return-type "QName"
3738 :args NIL))))
3739 (let ((*symbol-table* *player-symbol-table*))
3740 (declare-swf-class %flash.display:stage-align (%flash:object)
3741 :swf-name "flash.display::StageAlign"
3742 :constants
3743 ((%flash.display:+right+ :swf-name "RIGHT" :type "String" :value "R")
3744 (%flash.display:+bottom-left+ :swf-name "BOTTOM_LEFT" :type "String" :value "BL")
3745 (%flash.display:+top+ :swf-name "TOP" :type "String" :value "T")
3746 (%flash.display:+top-right+ :swf-name "TOP_RIGHT" :type "String" :value "TR")
3747 (%flash.display:+top-left+ :swf-name "TOP_LEFT" :type "String" :value "TL")
3748 (%flash.display:+bottom+ :swf-name "BOTTOM" :type "String" :value "B")
3749 (%flash.display:+bottom-right+ :swf-name "BOTTOM_RIGHT" :type "String" :value "BR")
3750 (%flash.display:+left+ :swf-name "LEFT" :type "String" :value "L"))
3751 :properties
3753 :methods
3754 ()))
3755 (let ((*symbol-table* *player-symbol-table*))
3756 (declare-swf-class %flash.display:color-correction-support (%flash:object)
3757 :swf-name "flash.display::ColorCorrectionSupport"
3758 :constants
3759 ((%flash.display:+default-on+ :swf-name "DEFAULT_ON" :type "String" :value "defaultOn")
3760 (%flash.display:+unsupported+ :swf-name "UNSUPPORTED" :type "String" :value "unsupported")
3761 (%flash.display:+default-off+ :swf-name "DEFAULT_OFF" :type "String" :value "defaultOff"))
3762 :properties
3764 :methods
3765 ()))
3766 (let ((*symbol-table* *player-symbol-table*))
3767 (declare-swf-class %flash.errors:illegal-operation-error (%flash:error)
3768 :swf-name "flash.errors::IllegalOperationError"
3769 :constants
3771 :properties
3773 :methods
3774 ()))
3775 (let ((*symbol-table* *player-symbol-table*))
3776 (declare-swf-class %flash.errors:io-error (%flash:error)
3777 :swf-name "flash.errors::IOError"
3778 :constants
3780 :properties
3782 :methods
3783 ()))
3784 (let ((*symbol-table* *player-symbol-table*))
3785 (declare-swf-class %flash.errors:memory-error (%flash:error)
3786 :swf-name "flash.errors::MemoryError"
3787 :constants
3789 :properties
3791 :methods
3792 ()))
3793 (let ((*symbol-table* *player-symbol-table*))
3794 (declare-swf-class %flash.errors:stack-overflow-error (%flash:error)
3795 :swf-name "flash.errors::StackOverflowError"
3796 :constants
3798 :properties
3800 :methods
3801 ()))
3802 (let ((*symbol-table* *player-symbol-table*))
3803 (declare-swf-class %flash.errors:script-timeout-error (%flash:error)
3804 :swf-name "flash.errors::ScriptTimeoutError"
3805 :constants
3807 :properties
3809 :methods
3810 ()))
3811 (let ((*symbol-table* *player-symbol-table*))
3812 (declare-swf-class %flash.errors:invalid-swf-error (%flash:error)
3813 :swf-name "flash.errors::InvalidSWFError"
3814 :constants
3816 :properties
3818 :methods
3819 ()))
3820 (let ((*symbol-table* *player-symbol-table*))
3821 (declare-swf-class %flash.errors:eof-error (%flash.errors:io-error)
3822 :swf-name "flash.errors::EOFError"
3823 :constants
3825 :properties
3827 :methods
3828 ()))
3829 (let ((*symbol-table* *player-symbol-table*))
3830 (declare-swf-class %flash.display:line-scale-mode (%flash:object)
3831 :swf-name "flash.display::LineScaleMode"
3832 :constants
3833 ((%flash.display:+none+ :swf-name "NONE" :type "String" :value "none")
3834 (%flash.display:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
3835 (%flash.display:+vertical+ :swf-name "VERTICAL" :type "String" :value "vertical")
3836 (%flash.display:+horizontal+ :swf-name "HORIZONTAL" :type "String" :value "horizontal"))
3837 :properties
3839 :methods
3840 ()))
3841 (let ((*symbol-table* *player-symbol-table*))
3842 (declare-swf-class %flash.text:font-style (%flash:object)
3843 :swf-name "flash.text::FontStyle"
3844 :constants
3845 ((%flash.text:+regular+ :swf-name "REGULAR" :type "String" :value "regular")
3846 (%flash.text:+bold+ :swf-name "BOLD" :type "String" :value "bold")
3847 (%flash.text:+bold-italic+ :swf-name "BOLD_ITALIC" :type "String" :value "boldItalic")
3848 (%flash.text:+italic+ :swf-name "ITALIC" :type "String" :value "italic"))
3849 :properties
3851 :methods
3852 ()))
3853 (let ((*symbol-table* *player-symbol-table*))
3854 (declare-swf-class %flash.geom:utils3d (%flash:object)
3855 :swf-name "flash.geom::Utils3D"
3856 :constants
3858 :properties
3860 :methods
3861 ()))
3862 (let ((*symbol-table* *player-symbol-table*))
3863 (declare-swf-class %flash.text.engine:typographic-case (%flash:object)
3864 :swf-name "flash.text.engine::TypographicCase"
3865 :constants
3866 ((%flash.text.engine:+caps-and-small-caps+ :swf-name "CAPS_AND_SMALL_CAPS" :type "String" :value "capsAndSmallCaps")
3867 (%flash.text.engine:+small-caps+ :swf-name "SMALL_CAPS" :type "String" :value "smallCaps")
3868 (%flash.text.engine:+title+ :swf-name "TITLE" :type "String" :value "title")
3869 (%flash.text.engine:+uppercase+ :swf-name "UPPERCASE" :type "String" :value "uppercase")
3870 (%flash.text.engine:+default+ :swf-name "DEFAULT" :type "String" :value "default")
3871 (%flash.text.engine:+caps+ :swf-name "CAPS" :type "String" :value "caps")
3872 (%flash.text.engine:+lowercase+ :swf-name "LOWERCASE" :type "String" :value "lowercase"))
3873 :properties
3875 :methods
3876 ()))
3877 (let ((*symbol-table* *player-symbol-table*))
3878 (declare-swf-class %flash.text.engine:tab-alignment (%flash:object)
3879 :swf-name "flash.text.engine::TabAlignment"
3880 :constants
3881 ((%flash.text.engine:+end+ :swf-name "END" :type "String" :value "end")
3882 (%flash.text.engine:+center+ :swf-name "CENTER" :type "String" :value "center")
3883 (%flash.text.engine:+start+ :swf-name "START" :type "String" :value "start")
3884 (%flash.text.engine:+decimal+ :swf-name "DECIMAL" :type "String" :value "decimal"))
3885 :properties
3887 :methods
3888 ()))
3889 (let ((*symbol-table* *player-symbol-table*))
3890 (declare-swf-class %flash.system:ime-conversion-mode (%flash:object)
3891 :swf-name "flash.system::IMEConversionMode"
3892 :constants
3893 ((%flash.system:+alphanumeric-full+ :swf-name "ALPHANUMERIC_FULL" :type "String" :value "ALPHANUMERIC_FULL")
3894 (%flash.system:+japanese-katakana-half+ :swf-name "JAPANESE_KATAKANA_HALF" :type "String" :value "JAPANESE_KATAKANA_HALF")
3895 (%flash.system:+japanese-katakana-full+ :swf-name "JAPANESE_KATAKANA_FULL" :type "String" :value "JAPANESE_KATAKANA_FULL")
3896 (%flash.system:+chinese+ :swf-name "CHINESE" :type "String" :value "CHINESE")
3897 (%flash.system:+japanese-hiragana+ :swf-name "JAPANESE_HIRAGANA" :type "String" :value "JAPANESE_HIRAGANA")
3898 (%flash.system:+unknown+ :swf-name "UNKNOWN" :type "String" :value "UNKNOWN")
3899 (%flash.system:+korean+ :swf-name "KOREAN" :type "String" :value "KOREAN")
3900 (%flash.system:+alphanumeric-half+ :swf-name "ALPHANUMERIC_HALF" :type "String" :value "ALPHANUMERIC_HALF"))
3901 :properties
3903 :methods
3904 ()))
3905 (let ((*symbol-table* *player-symbol-table*))
3906 (declare-swf-class %flash.system:fscommand (%flash:object)
3907 :swf-name "flash.system::FSCommand"
3908 :constants
3910 :properties
3912 :methods
3913 ()))
3914 (let ((*symbol-table* *player-symbol-table*))
3915 (declare-swf-class %flash.text.engine:tab-stop (%flash:object)
3916 :swf-name "flash.text.engine::TabStop"
3917 :constants
3919 :properties
3920 ((%flash.text.engine:decimal-alignment-token :swf-name "decimalAlignmentToken" :type "void" :static NIL)
3921 (%flash.text.engine:position :swf-name "position" :type "Number" :static NIL)
3922 (%flash.text.engine:decimal-alignment-token :swf-name "decimalAlignmentToken" :type "String" :static NIL)
3923 (%flash.text.engine:alignment :swf-name "alignment" :type "void" :static NIL)
3924 (%flash.text.engine:alignment :swf-name "alignment" :type "String" :static NIL)
3925 (%flash.text.engine:position :swf-name "position" :type "void" :static NIL))
3926 :methods
3927 ()))
3928 (let ((*symbol-table* *player-symbol-table*))
3929 (declare-swf-class %flash.display:i-graphics-fill ()
3930 :swf-name "flash.display::IGraphicsFill"
3931 :constants
3933 :properties
3935 :methods
3936 ()))
3937 (let ((*symbol-table* *player-symbol-table*))
3938 (declare-swf-class %flash.display:graphics-gradient-fill (%flash:object)
3939 :swf-name "flash.display::GraphicsGradientFill"
3940 :constants
3942 :properties
3943 ((%flash.display:spread-method :swf-name "spreadMethod" :type "String" :static NIL)
3944 (%flash.display:type :swf-name "type" :type "String" :static NIL)
3945 (%flash.display:alphas :swf-name "alphas" :type "Array" :value NIL :static NIL)
3946 (%flash.display:type :swf-name "type" :type "*" :static NIL)
3947 (%flash.display:interpolation-method :swf-name "interpolationMethod" :type "*" :static NIL)
3948 (%flash.display:colors :swf-name "colors" :type "Array" :value NIL :static NIL)
3949 (%flash.display:spread-method :swf-name "spreadMethod" :type "*" :static NIL)
3950 (%flash.display:ratios :swf-name "ratios" :type "Array" :value NIL :static NIL)
3951 (%flash.display:focal-point-ratio :swf-name "focalPointRatio" :type "Number" :value NIL :static NIL)
3952 (%flash.display:interpolation-method :swf-name "interpolationMethod" :type "String" :static NIL)
3953 (%flash.display:matrix :swf-name "matrix" :type "flash.geom::Matrix" :value NIL :static NIL))
3954 :methods
3955 ()))
3956 (let ((*symbol-table* *player-symbol-table*))
3957 (declare-swf-class %flash.text.engine:font-description (%flash:object)
3958 :swf-name "flash.text.engine::FontDescription"
3959 :constants
3961 :properties
3962 ((%flash.text.engine:rendering-mode :swf-name "renderingMode" :type "void" :static NIL)
3963 (%flash.text.engine:locked :swf-name "locked" :type "void" :static NIL)
3964 (%flash.text.engine:font-name :swf-name "fontName" :type "String" :static NIL)
3965 (%flash.text.engine:font-posture :swf-name "fontPosture" :type "String" :static NIL)
3966 (%flash.text.engine:cff-hinting :swf-name "cffHinting" :type "String" :static NIL)
3967 (%flash.text.engine:font-name :swf-name "fontName" :type "void" :static NIL)
3968 (%flash.text.engine:font-posture :swf-name "fontPosture" :type "void" :static NIL)
3969 (%flash.text.engine:cff-hinting :swf-name "cffHinting" :type "void" :static NIL)
3970 (%flash.text.engine:rendering-mode :swf-name "renderingMode" :type "String" :static NIL)
3971 (%flash.text.engine:font-weight :swf-name "fontWeight" :type "void" :static NIL)
3972 (%flash.text.engine:locked :swf-name "locked" :type "Boolean" :static NIL)
3973 (%flash.text.engine:font-lookup :swf-name "fontLookup" :type "String" :static NIL)
3974 (%flash.text.engine:font-weight :swf-name "fontWeight" :type "String" :static NIL)
3975 (%flash.text.engine:font-lookup :swf-name "fontLookup" :type "void" :static NIL))
3976 :methods
3977 ((%flash.text.engine:clone :swf-name "clone" :return-type "flash.text.engine::FontDescription"
3978 :args NIL))))
3979 (let ((*symbol-table* *player-symbol-table*))
3980 (declare-swf-class %flash.net:net-stream (%flash.events:event-dispatcher)
3981 :swf-name "flash.net::NetStream"
3982 :constants
3983 ((%flash.net:+direct-connections+ :swf-name "DIRECT_CONNECTIONS" :type "String" :value "directConnections")
3984 (%flash.net:+connect-to-fms+ :swf-name "CONNECT_TO_FMS" :type "String" :value "connectToFMS"))
3985 :properties
3986 ((%flash.net:check-policy-file :swf-name "checkPolicyFile" :type "Boolean" :static NIL)
3987 (%flash.net:decoded-frames :swf-name "decodedFrames" :type "uint" :static NIL)
3988 (%flash.net:far-id :swf-name "farID" :type "String" :static NIL)
3989 (%flash.net:live-delay :swf-name "liveDelay" :type "Number" :static NIL)
3990 (%flash.net:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
3991 (%flash.net:current-fps :swf-name "currentFPS" :type "Number" :static NIL)
3992 (%flash.net:info :swf-name "info" :type "flash.net::NetStreamInfo" :static NIL)
3993 (%flash.net:buffer-time :swf-name "bufferTime" :type "Number" :static NIL)
3994 (%flash.net:check-policy-file :swf-name "checkPolicyFile" :type "void" :static NIL)
3995 (%flash.net:near-nonce :swf-name "nearNonce" :type "String" :static NIL)
3996 (%flash.net:audio-codec :swf-name "audioCodec" :type "uint" :static NIL)
3997 (%flash.net:far-nonce :swf-name "farNonce" :type "String" :static NIL)
3998 (%flash.net:sound-transform :swf-name "soundTransform" :type "flash.media::SoundTransform" :static NIL)
3999 (%flash.net:video-codec :swf-name "videoCodec" :type "uint" :static NIL)
4000 (%flash.net:buffer-time :swf-name "bufferTime" :type "void" :static NIL)
4001 (%flash.net:bytes-total :swf-name "bytesTotal" :type "uint" :static NIL)
4002 (%flash.net:client :swf-name "client" :type "void" :static NIL)
4003 (%flash.net:buffer-length :swf-name "bufferLength" :type "Number" :static NIL)
4004 (%flash.net:time :swf-name "time" :type "Number" :static NIL)
4005 (%flash.net:bytes-loaded :swf-name "bytesLoaded" :type "uint" :static NIL)
4006 (%flash.net:client :swf-name "client" :type "Object" :static NIL)
4007 (%flash.net:peer-streams :swf-name "peerStreams" :type "Array" :static NIL)
4008 (%flash.net:max-pause-buffer-time :swf-name "maxPauseBufferTime" :type "Number" :static NIL)
4009 (%flash.net:max-pause-buffer-time :swf-name "maxPauseBufferTime" :type "void" :static NIL)
4010 (%flash.net:sound-transform :swf-name "soundTransform" :type "void" :static NIL))
4011 :methods
4012 ((%flash.net:close :swf-name "close" :return-type "void"
4013 :args NIL)
4014 (%flash.net:play2 :swf-name "play2" :return-type "void"
4015 :args (("param" "flash.net::NetStreamPlayOptions")))
4016 (%flash.net:play :swf-name "play" :return-type "void"
4017 :args NIL)
4018 (%flash.net:pause :swf-name "pause" :return-type "void"
4019 :args NIL)
4020 (%flash.net:resume :swf-name "resume" :return-type "void"
4021 :args NIL)
4022 (%flash.net:receive-audio :swf-name "receiveAudio" :return-type "void"
4023 :args (("flag" "Boolean")))
4024 (%flash.net:receive-video-fps :swf-name "receiveVideoFPS" :return-type "void"
4025 :args (("FPS" "Number")))
4026 (%flash.net:on-peer-connect :swf-name "onPeerConnect" :return-type "Boolean"
4027 :args (("subscriber" "flash.net::NetStream")))
4028 (%flash.net:receive-video :swf-name "receiveVideo" :return-type "void"
4029 :args (("flag" "Boolean")))
4030 (%flash.net:attach-audio :swf-name "attachAudio" :return-type "void"
4031 :args (("microphone" "flash.media::Microphone")))
4032 (%flash.net:publish :swf-name "publish" :return-type "void"
4033 :args (&OPTIONAL ("name" "String") ("type" "String")))
4034 (%flash.net:attach-camera :swf-name "attachCamera" :return-type "void"
4035 :args (("theCamera" "flash.media::Camera") &OPTIONAL
4036 (("snapshotMilliseconds" "int") -1)))
4037 (%flash.net:send :swf-name "send" :return-type "void"
4038 :args (&REST ("handlerName" "String")))
4039 (%flash.net:seek :swf-name "seek" :return-type "void"
4040 :args (("offset" "Number")))
4041 (%flash.net:toggle-pause :swf-name "togglePause" :return-type "void"
4042 :args NIL))))
4043 (let ((*symbol-table* *player-symbol-table*))
4044 (declare-swf-class %flash.xml:xml-node-type (%flash:object)
4045 :swf-name "flash.xml::XMLNodeType"
4046 :constants
4047 ((%flash.xml:+processing-instruction-node+ :swf-name "PROCESSING_INSTRUCTION_NODE" :type "uint" :value 7)
4048 (%flash.xml:+text-node+ :swf-name "TEXT_NODE" :type "uint" :value 3)
4049 (%flash.xml:+cdata-node+ :swf-name "CDATA_NODE" :type "uint" :value 4)
4050 (%flash.xml:+xml-declaration+ :swf-name "XML_DECLARATION" :type "uint" :value 13)
4051 (%flash.xml:+comment-node+ :swf-name "COMMENT_NODE" :type "uint" :value 8)
4052 (%flash.xml:+element-node+ :swf-name "ELEMENT_NODE" :type "uint" :value 1)
4053 (%flash.xml:+document-type-node+ :swf-name "DOCUMENT_TYPE_NODE" :type "uint" :value 10))
4054 :properties
4056 :methods
4057 ()))
4058 (let ((*symbol-table* *player-symbol-table*))
4059 (declare-swf-class %flash.events:ime-event (%flash.events:text-event)
4060 :swf-name "flash.events::IMEEvent"
4061 :constants
4062 ((%flash.events:+ime-composition+ :swf-name "IME_COMPOSITION" :type "String" :value "imeComposition"))
4063 :properties
4065 :methods
4066 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
4067 :args NIL)
4068 (%flash.events:to-string :swf-name "toString" :return-type "String"
4069 :args NIL))))
4070 (let ((*symbol-table* *player-symbol-table*))
4071 (declare-swf-class %flash.filters:bitmap-filter (%flash:object)
4072 :swf-name "flash.filters::BitmapFilter"
4073 :constants
4075 :properties
4077 :methods
4078 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
4079 :args NIL))))
4080 (let ((*symbol-table* *player-symbol-table*))
4081 (declare-swf-class %flash.filters:drop-shadow-filter (%flash.filters:bitmap-filter)
4082 :swf-name "flash.filters::DropShadowFilter"
4083 :constants
4085 :properties
4086 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
4087 (%flash.filters:alpha :swf-name "alpha" :type "Number" :static NIL)
4088 (%flash.filters:alpha :swf-name "alpha" :type "void" :static NIL)
4089 (%flash.filters:knockout :swf-name "knockout" :type "Boolean" :static NIL)
4090 (%flash.filters:inner :swf-name "inner" :type "Boolean" :static NIL)
4091 (%flash.filters:distance :swf-name "distance" :type "Number" :static NIL)
4092 (%flash.filters:knockout :swf-name "knockout" :type "void" :static NIL)
4093 (%flash.filters:angle :swf-name "angle" :type "Number" :static NIL)
4094 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
4095 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL)
4096 (%flash.filters:strength :swf-name "strength" :type "void" :static NIL)
4097 (%flash.filters:color :swf-name "color" :type "void" :static NIL)
4098 (%flash.filters:inner :swf-name "inner" :type "void" :static NIL)
4099 (%flash.filters:distance :swf-name "distance" :type "void" :static NIL)
4100 (%flash.filters:hide-object :swf-name "hideObject" :type "void" :static NIL)
4101 (%flash.filters:strength :swf-name "strength" :type "Number" :static NIL)
4102 (%flash.filters:angle :swf-name "angle" :type "void" :static NIL)
4103 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
4104 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
4105 (%flash.filters:color :swf-name "color" :type "uint" :static NIL)
4106 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
4107 (%flash.filters:hide-object :swf-name "hideObject" :type "Boolean" :static NIL))
4108 :methods
4109 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
4110 :args NIL))))
4111 (let ((*symbol-table* *player-symbol-table*))
4112 (declare-swf-class %flash.utils:timer (%flash.events:event-dispatcher)
4113 :swf-name "flash.utils::Timer"
4114 :constants
4116 :properties
4117 ((%flash.utils:running :swf-name "running" :type "Boolean" :static NIL)
4118 (%flash.utils:current-count :swf-name "currentCount" :type "int" :static NIL)
4119 (%flash.utils:repeat-count :swf-name "repeatCount" :type "int" :static NIL)
4120 (%flash.utils:repeat-count :swf-name "repeatCount" :type "void" :static NIL)
4121 (%flash.utils:delay :swf-name "delay" :type "void" :static NIL)
4122 (%flash.utils:delay :swf-name "delay" :type "Number" :static NIL))
4123 :methods
4124 ((%flash.utils:stop :swf-name "stop" :return-type "void"
4125 :args NIL)
4126 (%flash.utils:start :swf-name "start" :return-type "void"
4127 :args NIL)
4128 (%flash.utils:reset :swf-name "reset" :return-type "void"
4129 :args NIL))))
4130 (let ((*symbol-table* *player-symbol-table*))
4131 (declare-swf-class %flash.utils:set-interval-timer (%flash.utils:timer)
4132 :swf-name "flash.utils::SetIntervalTimer"
4133 :constants
4135 :properties
4137 :methods
4138 ()))
4139 (let ((*symbol-table* *player-symbol-table*))
4140 (declare-swf-class %flash.ui:keyboard (%flash:object)
4141 :swf-name "flash.ui::Keyboard"
4142 :constants
4143 ((%flash.ui:+numpad-multiply+ :swf-name "NUMPAD_MULTIPLY" :type "uint" :value 106)
4144 (%flash.ui:+f11+ :swf-name "F11" :type "uint" :value 122)
4145 (%flash.ui:+numpad-subtract+ :swf-name "NUMPAD_SUBTRACT" :type "uint" :value 109)
4146 (%flash.ui:+shift+ :swf-name "SHIFT" :type "uint" :value 16)
4147 (%flash.ui:+f15+ :swf-name "F15" :type "uint" :value 126)
4148 (%flash.ui:+f14+ :swf-name "F14" :type "uint" :value 125)
4149 (%flash.ui:+f13+ :swf-name "F13" :type "uint" :value 124)
4150 (%flash.ui:+f12+ :swf-name "F12" :type "uint" :value 123)
4151 (%flash.ui:+home+ :swf-name "HOME" :type "uint" :value 36)
4152 (%flash.ui:+f10+ :swf-name "F10" :type "uint" :value 121)
4153 (%flash.ui:+page-up+ :swf-name "PAGE_UP" :type "uint" :value 33)
4154 (%flash.ui:+page-down+ :swf-name "PAGE_DOWN" :type "uint" :value 34)
4155 (%flash.ui:+backspace+ :swf-name "BACKSPACE" :type "uint" :value 8)
4156 (%flash.ui:+numpad-decimal+ :swf-name "NUMPAD_DECIMAL" :type "uint" :value 110)
4157 (%flash.ui:+numpad-enter+ :swf-name "NUMPAD_ENTER" :type "uint" :value 108)
4158 (%flash.ui:+numpad-0+ :swf-name "NUMPAD_0" :type "uint" :value 96)
4159 (%flash.ui:+numpad-6+ :swf-name "NUMPAD_6" :type "uint" :value 102)
4160 (%flash.ui:+caps-lock+ :swf-name "CAPS_LOCK" :type "uint" :value 20)
4161 (%flash.ui:+numpad-3+ :swf-name "NUMPAD_3" :type "uint" :value 99)
4162 (%flash.ui:+numpad-9+ :swf-name "NUMPAD_9" :type "uint" :value 105)
4163 (%flash.ui:+numpad-8+ :swf-name "NUMPAD_8" :type "uint" :value 104)
4164 (%flash.ui:+numpad-5+ :swf-name "NUMPAD_5" :type "uint" :value 101)
4165 (%flash.ui:+numpad-4+ :swf-name "NUMPAD_4" :type "uint" :value 100)
4166 (%flash.ui:+f8+ :swf-name "F8" :type "uint" :value 119)
4167 (%flash.ui:+numpad-2+ :swf-name "NUMPAD_2" :type "uint" :value 98)
4168 (%flash.ui:+numpad-1+ :swf-name "NUMPAD_1" :type "uint" :value 97)
4169 (%flash.ui:+control+ :swf-name "CONTROL" :type "uint" :value 17)
4170 (%flash.ui:+end+ :swf-name "END" :type "uint" :value 35)
4171 (%flash.ui:+numpad-divide+ :swf-name "NUMPAD_DIVIDE" :type "uint" :value 111)
4172 (%flash.ui:+insert+ :swf-name "INSERT" :type "uint" :value 45)
4173 (%flash.ui:+enter+ :swf-name "ENTER" :type "uint" :value 13)
4174 (%flash.ui:+f9+ :swf-name "F9" :type "uint" :value 120)
4175 (%flash.ui:+delete+ :swf-name "DELETE" :type "uint" :value 46)
4176 (%flash.ui:+f7+ :swf-name "F7" :type "uint" :value 118)
4177 (%flash.ui:+f6+ :swf-name "F6" :type "uint" :value 117)
4178 (%flash.ui:+f5+ :swf-name "F5" :type "uint" :value 116)
4179 (%flash.ui:+f4+ :swf-name "F4" :type "uint" :value 115)
4180 (%flash.ui:+f3+ :swf-name "F3" :type "uint" :value 114)
4181 (%flash.ui:+f2+ :swf-name "F2" :type "uint" :value 113)
4182 (%flash.ui:+f1+ :swf-name "F1" :type "uint" :value 112)
4183 (%flash.ui:+up+ :swf-name "UP" :type "uint" :value 38)
4184 (%flash.ui:+down+ :swf-name "DOWN" :type "uint" :value 40)
4185 (%flash.ui:+space+ :swf-name "SPACE" :type "uint" :value 32)
4186 (%flash.ui:+numpad-add+ :swf-name "NUMPAD_ADD" :type "uint" :value 107)
4187 (%flash.ui:+tab+ :swf-name "TAB" :type "uint" :value 9)
4188 (%flash.ui:+numpad-7+ :swf-name "NUMPAD_7" :type "uint" :value 103)
4189 (%flash.ui:+left+ :swf-name "LEFT" :type "uint" :value 37)
4190 (%flash.ui:+right+ :swf-name "RIGHT" :type "uint" :value 39)
4191 (%flash.ui:+escape+ :swf-name "ESCAPE" :type "uint" :value 27))
4192 :properties
4194 :methods
4195 ()))
4196 (let ((*symbol-table* *player-symbol-table*))
4197 (declare-swf-class %flash.media:sound-mixer (%flash:object)
4198 :swf-name "flash.media::SoundMixer"
4199 :constants
4201 :properties
4203 :methods
4204 ()))
4205 (let ((*symbol-table* *player-symbol-table*))
4206 (declare-swf-class %flash.display:shader-data (%flash:object)
4207 :swf-name "flash.display::ShaderData"
4208 :constants
4210 :properties
4212 :methods
4213 ()))
4214 (let ((*symbol-table* *player-symbol-table*))
4215 (declare-swf-class %flash.display:bitmap-data (%flash:object)
4216 :swf-name "flash.display::BitmapData"
4217 :constants
4219 :properties
4220 ((%flash.display:height :swf-name "height" :type "int" :static NIL)
4221 (%flash.display:rect :swf-name "rect" :type "flash.geom::Rectangle" :static NIL)
4222 (%flash.display:transparent :swf-name "transparent" :type "Boolean" :static NIL)
4223 (%flash.display:width :swf-name "width" :type "int" :static NIL))
4224 :methods
4225 ((%flash.display:histogram :swf-name "histogram" :return-type "__AS3__.vec::Vector.<__AS3__.vec::Vector.<Number>>"
4226 :args (&OPTIONAL ("hRect" "flash.geom::Rectangle")))
4227 (%flash.display:get-vector :swf-name "getVector" :return-type "__AS3__.vec::Vector.<uint>"
4228 :args (("rect" "flash.geom::Rectangle")))
4229 (%flash.display:merge :swf-name "merge" :return-type "void"
4230 :args (("sourceBitmapData" "flash.display::BitmapData")
4231 ("sourceRect" "flash.geom::Rectangle")
4232 ("destPoint" "flash.geom::Point") ("redMultiplier" "uint")
4233 ("greenMultiplier" "uint") ("blueMultiplier" "uint")
4234 ("alphaMultiplier" "uint")))
4235 (%flash.display:set-pixels :swf-name "setPixels" :return-type "void"
4236 :args (("rect" "flash.geom::Rectangle")
4237 ("inputByteArray" "flash.utils::ByteArray")))
4238 (%flash.display:lock :swf-name "lock" :return-type "void"
4239 :args NIL)
4240 (%flash.display:get-pixel32 :swf-name "getPixel32" :return-type "uint"
4241 :args (("x" "int") ("y" "int")))
4242 (%flash.display:threshold :swf-name "threshold" :return-type "uint"
4243 :args (("sourceBitmapData" "flash.display::BitmapData")
4244 ("sourceRect" "flash.geom::Rectangle")
4245 ("destPoint" "flash.geom::Point") ("operation" "String")
4246 ("threshold" "uint") &OPTIONAL (("color" "uint") 0)
4247 (("mask" "uint") 4294967295) (("copySource" "Boolean") NIL)))
4248 (%flash.display:get-pixels :swf-name "getPixels" :return-type "flash.utils::ByteArray"
4249 :args (("rect" "flash.geom::Rectangle")))
4250 (%flash.display:palette-map :swf-name "paletteMap" :return-type "void"
4251 :args (("sourceBitmapData" "flash.display::BitmapData")
4252 ("sourceRect" "flash.geom::Rectangle")
4253 ("destPoint" "flash.geom::Point") &OPTIONAL ("redArray" "Array")
4254 ("greenArray" "Array") ("blueArray" "Array")
4255 ("alphaArray" "Array")))
4256 (%flash.display:perlin-noise :swf-name "perlinNoise" :return-type "void"
4257 :args (("baseX" "Number") ("baseY" "Number") ("numOctaves" "uint")
4258 ("randomSeed" "int") ("stitch" "Boolean")
4259 ("fractalNoise" "Boolean") &OPTIONAL
4260 (("channelOptions" "uint") 7) (("grayScale" "Boolean") NIL)
4261 ("offsets" "Array")))
4262 (%flash.display:compare :swf-name "compare" :return-type "Object"
4263 :args (("otherBitmapData" "flash.display::BitmapData")))
4264 (%flash.display:set-pixel32 :swf-name "setPixel32" :return-type "void"
4265 :args (("x" "int") ("y" "int") ("color" "uint")))
4266 (%flash.display:flood-fill :swf-name "floodFill" :return-type "void"
4267 :args (("x" "int") ("y" "int") ("color" "uint")))
4268 (%flash.display:dispose :swf-name "dispose" :return-type "void"
4269 :args NIL)
4270 (%flash.display:clone :swf-name "clone" :return-type "flash.display::BitmapData"
4271 :args NIL)
4272 (%flash.display:noise :swf-name "noise" :return-type "void"
4273 :args (("randomSeed" "int") &OPTIONAL (("low" "uint") 0)
4274 (("high" "uint") 255) (("channelOptions" "uint") 7)
4275 (("grayScale" "Boolean") NIL)))
4276 (%flash.display:pixel-dissolve :swf-name "pixelDissolve" :return-type "int"
4277 :args (("sourceBitmapData" "flash.display::BitmapData")
4278 ("sourceRect" "flash.geom::Rectangle")
4279 ("destPoint" "flash.geom::Point") &OPTIONAL
4280 (("randomSeed" "int") 0) (("numPixels" "int") 0)
4281 (("fillColor" "uint") 0)))
4282 (%flash.display:get-color-bounds-rect :swf-name "getColorBoundsRect" :return-type "flash.geom::Rectangle"
4283 :args (("mask" "uint") ("color" "uint") &OPTIONAL
4284 (("findColor" "Boolean") T)))
4285 (%flash.display:scroll :swf-name "scroll" :return-type "void"
4286 :args (("x" "int") ("y" "int")))
4287 (%flash.display:unlock :swf-name "unlock" :return-type "void"
4288 :args (&OPTIONAL ("changeRect" "flash.geom::Rectangle")))
4289 (%flash.display:generate-filter-rect :swf-name "generateFilterRect" :return-type "flash.geom::Rectangle"
4290 :args (("sourceRect" "flash.geom::Rectangle")
4291 ("filter" "flash.filters::BitmapFilter")))
4292 (%flash.display:get-pixel :swf-name "getPixel" :return-type "uint"
4293 :args (("x" "int") ("y" "int")))
4294 (%flash.display:copy-channel :swf-name "copyChannel" :return-type "void"
4295 :args (("sourceBitmapData" "flash.display::BitmapData")
4296 ("sourceRect" "flash.geom::Rectangle")
4297 ("destPoint" "flash.geom::Point") ("sourceChannel" "uint")
4298 ("destChannel" "uint")))
4299 (%flash.display:set-vector :swf-name "setVector" :return-type "void"
4300 :args (("rect" "flash.geom::Rectangle")
4301 ("inputVector" "__AS3__.vec::Vector.<uint>")))
4302 (%flash.display:draw :swf-name "draw" :return-type "void"
4303 :args (("source" "flash.display::IBitmapDrawable") &OPTIONAL
4304 ("matrix" "flash.geom::Matrix")
4305 ("colorTransform" "flash.geom::ColorTransform")
4306 ("blendMode" "String") ("clipRect" "flash.geom::Rectangle")
4307 (("smoothing" "Boolean") NIL)))
4308 (%flash.display:color-transform :swf-name "colorTransform" :return-type "void"
4309 :args (("rect" "flash.geom::Rectangle")
4310 ("colorTransform" "flash.geom::ColorTransform")))
4311 (%flash.display:fill-rect :swf-name "fillRect" :return-type "void"
4312 :args (("rect" "flash.geom::Rectangle") ("color" "uint")))
4313 (%flash.display:apply-filter :swf-name "applyFilter" :return-type "void"
4314 :args (("sourceBitmapData" "flash.display::BitmapData")
4315 ("sourceRect" "flash.geom::Rectangle")
4316 ("destPoint" "flash.geom::Point")
4317 ("filter" "flash.filters::BitmapFilter")))
4318 (%flash.display:hit-test :swf-name "hitTest" :return-type "Boolean"
4319 :args (("firstPoint" "flash.geom::Point")
4320 ("firstAlphaThreshold" "uint") ("secondObject" "Object")
4321 &OPTIONAL ("secondBitmapDataPoint" "flash.geom::Point")
4322 (("secondAlphaThreshold" "uint") 1)))
4323 (%flash.display:set-pixel :swf-name "setPixel" :return-type "void"
4324 :args (("x" "int") ("y" "int") ("color" "uint")))
4325 (%flash.display:copy-pixels :swf-name "copyPixels" :return-type "void"
4326 :args (("sourceBitmapData" "flash.display::BitmapData")
4327 ("sourceRect" "flash.geom::Rectangle")
4328 ("destPoint" "flash.geom::Point") &OPTIONAL
4329 ("alphaBitmapData" "flash.display::BitmapData")
4330 ("alphaPoint" "flash.geom::Point")
4331 (("mergeAlpha" "Boolean") NIL))))))
4332 (let ((*symbol-table* *player-symbol-table*))
4333 (declare-swf-class %flash.text:text-field-type (%flash:object)
4334 :swf-name "flash.text::TextFieldType"
4335 :constants
4336 ((%flash.text:+dynamic+ :swf-name "DYNAMIC" :type "String" :value "dynamic")
4337 (%flash.text:+input+ :swf-name "INPUT" :type "String" :value "input"))
4338 :properties
4340 :methods
4341 ()))
4342 (let ((*symbol-table* *player-symbol-table*))
4343 (declare-swf-class %flash.display:graphics-end-fill (%flash:object)
4344 :swf-name "flash.display::GraphicsEndFill"
4345 :constants
4347 :properties
4349 :methods
4350 ()))
4351 (let ((*symbol-table* *player-symbol-table*))
4352 (declare-swf-class %flash.events:net-filter-event (%flash.events:event)
4353 :swf-name "flash.events::NetFilterEvent"
4354 :constants
4356 :properties
4357 ((%flash.events:header :swf-name "header" :type "flash.utils::ByteArray" :value NIL :static NIL)
4358 (%flash.events:data :swf-name "data" :type "flash.utils::ByteArray" :value NIL :static NIL))
4359 :methods
4360 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
4361 :args NIL)
4362 (%flash.events:to-string :swf-name "toString" :return-type "String"
4363 :args NIL))))
4364 (let ((*symbol-table* *player-symbol-table*))
4365 (declare-swf-class %flash.display:graphics-triangle-path (%flash:object)
4366 :swf-name "flash.display::GraphicsTrianglePath"
4367 :constants
4369 :properties
4370 ((%flash.display:culling :swf-name "culling" :type "void" :static NIL)
4371 (%flash.display:uvt-data :swf-name "uvtData" :type "__AS3__.vec::Vector.<Number>" :value NIL :static NIL)
4372 (%flash.display:vertices :swf-name "vertices" :type "__AS3__.vec::Vector.<Number>" :value NIL :static NIL)
4373 (%flash.display:indices :swf-name "indices" :type "__AS3__.vec::Vector.<int>" :value NIL :static NIL)
4374 (%flash.display:culling :swf-name "culling" :type "String" :static NIL))
4375 :methods
4376 ()))
4377 (let ((*symbol-table* *player-symbol-table*))
4378 (declare-swf-class %flash.display:gradient-type (%flash:object)
4379 :swf-name "flash.display::GradientType"
4380 :constants
4381 ((%flash.display:+radial+ :swf-name "RADIAL" :type "String" :value "radial")
4382 (%flash.display:+linear+ :swf-name "LINEAR" :type "String" :value "linear"))
4383 :properties
4385 :methods
4386 ()))
4387 (let ((*symbol-table* *player-symbol-table*))
4388 (declare-swf-class %flash.net:url-request-method (%flash:object)
4389 :swf-name "flash.net::URLRequestMethod"
4390 :constants
4391 ((%flash.net:+get+ :swf-name "GET" :type "String" :value "GET")
4392 (%flash.net:+post+ :swf-name "POST" :type "String" :value "POST"))
4393 :properties
4395 :methods
4396 ()))
4397 (let ((*symbol-table* *player-symbol-table*))
4398 (declare-swf-class %flash.utils:object-input (%flash:object)
4399 :swf-name "flash.utils::ObjectInput"
4400 :constants
4402 :properties
4403 ((%flash.utils:endian :swf-name "endian" :type "void" :static NIL)
4404 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
4405 (%flash.utils:bytes-available :swf-name "bytesAvailable" :type "uint" :static NIL)
4406 (%flash.utils:endian :swf-name "endian" :type "String" :static NIL)
4407 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL))
4408 :methods
4409 ((%flash.utils:read-bytes :swf-name "readBytes" :return-type "void"
4410 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
4411 (("offset" "uint") 0) (("length" "uint") 0)))
4412 (%flash.utils:read-utf-bytes :swf-name "readUTFBytes" :return-type "String"
4413 :args (("length" "uint")))
4414 (%flash.utils:read-int :swf-name "readInt" :return-type "int"
4415 :args NIL)
4416 (%flash.utils:read-utf :swf-name "readUTF" :return-type "String"
4417 :args NIL)
4418 (%flash.utils:read-float :swf-name "readFloat" :return-type "Number"
4419 :args NIL)
4420 (%flash.utils:read-multi-byte :swf-name "readMultiByte" :return-type "String"
4421 :args (("length" "uint") ("charSet" "String")))
4422 (%flash.utils:read-unsigned-short :swf-name "readUnsignedShort" :return-type "uint"
4423 :args NIL)
4424 (%flash.utils:read-object :swf-name "readObject" :return-type "*"
4425 :args NIL)
4426 (%flash.utils:read-unsigned-byte :swf-name "readUnsignedByte" :return-type "uint"
4427 :args NIL)
4428 (%flash.utils:read-boolean :swf-name "readBoolean" :return-type "Boolean"
4429 :args NIL)
4430 (%flash.utils:read-double :swf-name "readDouble" :return-type "Number"
4431 :args NIL)
4432 (%flash.utils:read-short :swf-name "readShort" :return-type "int"
4433 :args NIL)
4434 (%flash.utils:read-byte :swf-name "readByte" :return-type "int"
4435 :args NIL)
4436 (%flash.utils:read-unsigned-int :swf-name "readUnsignedInt" :return-type "uint"
4437 :args NIL))))
4438 (let ((*symbol-table* *player-symbol-table*))
4439 (declare-swf-class %flash.accessibility:accessibility-implementation (%flash:object)
4440 :swf-name "flash.accessibility::AccessibilityImplementation"
4441 :constants
4443 :properties
4444 ((%flash.accessibility:stub :swf-name "stub" :type "Boolean" :value NIL :static NIL)
4445 (%flash.accessibility:errno :swf-name "errno" :type "uint" :value NIL :static NIL))
4446 :methods
4447 ((%flash.accessibility:get-acc-default-action :swf-name "get_accDefaultAction" :return-type "String"
4448 :args (("childID" "uint")))
4449 (%flash.accessibility:acc-select :swf-name "accSelect" :return-type "void"
4450 :args (("operation" "uint") ("childID" "uint")))
4451 (%flash.accessibility:get-acc-state :swf-name "get_accState" :return-type "uint"
4452 :args (("childID" "uint")))
4453 (%flash.accessibility:get-child-id-array :swf-name "getChildIDArray" :return-type "Array"
4454 :args NIL)
4455 (%flash.accessibility:acc-location :swf-name "accLocation" :return-type "*"
4456 :args (("childID" "uint")))
4457 (%flash.accessibility:get-acc-role :swf-name "get_accRole" :return-type "uint"
4458 :args (("childID" "uint")))
4459 (%flash.accessibility:get-acc-selection :swf-name "get_accSelection" :return-type "Array"
4460 :args NIL)
4461 (%flash.accessibility:acc-do-default-action :swf-name "accDoDefaultAction" :return-type "void"
4462 :args (("childID" "uint")))
4463 (%flash.accessibility:get-acc-value :swf-name "get_accValue" :return-type "String"
4464 :args (("childID" "uint")))
4465 (%flash.accessibility:get-acc-focus :swf-name "get_accFocus" :return-type "uint"
4466 :args NIL)
4467 (%flash.accessibility:get-acc-name :swf-name "get_accName" :return-type "String"
4468 :args (("childID" "uint")))
4469 (%flash.accessibility:is-labeled-by :swf-name "isLabeledBy" :return-type "Boolean"
4470 :args (("labelBounds" "flash.geom::Rectangle"))))))
4471 (let ((*symbol-table* *player-symbol-table*))
4472 (declare-swf-class %flash.media:camera (%flash.events:event-dispatcher)
4473 :swf-name "flash.media::Camera"
4474 :constants
4476 :properties
4477 ((%flash.media:quality :swf-name "quality" :type "int" :static NIL)
4478 (%flash.media:motion-timeout :swf-name "motionTimeout" :type "int" :static NIL)
4479 (%flash.media:activity-level :swf-name "activityLevel" :type "Number" :static NIL)
4480 (%flash.media:key-frame-interval :swf-name "keyFrameInterval" :type "int" :static NIL)
4481 (%flash.media:index :swf-name "index" :type "int" :static NIL)
4482 (%flash.media:bandwidth :swf-name "bandwidth" :type "int" :static NIL)
4483 (%flash.media:current-fps :swf-name "currentFPS" :type "Number" :static NIL)
4484 (%flash.media:motion-level :swf-name "motionLevel" :type "int" :static NIL)
4485 (%flash.media:muted :swf-name "muted" :type "Boolean" :static NIL)
4486 (%flash.media:name :swf-name "name" :type "String" :static NIL)
4487 (%flash.media:fps :swf-name "fps" :type "Number" :static NIL)
4488 (%flash.media:height :swf-name "height" :type "int" :static NIL)
4489 (%flash.media:width :swf-name "width" :type "int" :static NIL)
4490 (%flash.media:loopback :swf-name "loopback" :type "Boolean" :static NIL))
4491 :methods
4492 ((%flash.media:set-quality :swf-name "setQuality" :return-type "void"
4493 :args (("bandwidth" "int") ("quality" "int")))
4494 (%flash.media:set-key-frame-interval :swf-name "setKeyFrameInterval" :return-type "void"
4495 :args (("keyFrameInterval" "int")))
4496 (%flash.media:set-cursor :swf-name "setCursor" :return-type "void"
4497 :args (("value" "Boolean")))
4498 (%flash.media:set-loopback :swf-name "setLoopback" :return-type "void"
4499 :args (&OPTIONAL (("compress" "Boolean") NIL)))
4500 (%flash.media:set-motion-level :swf-name "setMotionLevel" :return-type "void"
4501 :args (("motionLevel" "int") &OPTIONAL (("timeout" "int") 2000)))
4502 (%flash.media:set-mode :swf-name "setMode" :return-type "void"
4503 :args (("width" "int") ("height" "int") ("fps" "Number") &OPTIONAL
4504 (("favorArea" "Boolean") T))))))
4505 (let ((*symbol-table* *player-symbol-table*))
4506 (declare-swf-class %flash.text.engine:font-metrics (%flash:object)
4507 :swf-name "flash.text.engine::FontMetrics"
4508 :constants
4510 :properties
4511 ((%flash.text.engine:underline-offset :swf-name "underlineOffset" :type "Number" :value NIL :static NIL)
4512 (%flash.text.engine:subscript-offset :swf-name "subscriptOffset" :type "Number" :value NIL :static NIL)
4513 (%flash.text.engine:superscript-offset :swf-name "superscriptOffset" :type "Number" :value NIL :static NIL)
4514 (%flash.text.engine:subscript-scale :swf-name "subscriptScale" :type "Number" :value NIL :static NIL)
4515 (%flash.text.engine:underline-thickness :swf-name "underlineThickness" :type "Number" :value NIL :static NIL)
4516 (%flash.text.engine:strikethrough-offset :swf-name "strikethroughOffset" :type "Number" :value NIL :static NIL)
4517 (%flash.text.engine:superscript-scale :swf-name "superscriptScale" :type "Number" :value NIL :static NIL)
4518 (%flash.text.engine:em-box :swf-name "emBox" :type "flash.geom::Rectangle" :value NIL :static NIL)
4519 (%flash.text.engine:strikethrough-thickness :swf-name "strikethroughThickness" :type "Number" :value NIL :static NIL))
4520 :methods
4521 ()))
4522 (let ((*symbol-table* *player-symbol-table*))
4523 (declare-swf-class %flash.display:avm1movie (%flash.display:display-object)
4524 :swf-name "flash.display::AVM1Movie"
4525 :constants
4527 :properties
4529 :methods
4530 ((%flash.display:call :swf-name "call" :return-type "*"
4531 :args (&REST ("functionName" "String")))
4532 (%flash.display:add-callback :swf-name "addCallback" :return-type "void"
4533 :args (("functionName" "String") ("closure" "Function"))))))
4534 (let ((*symbol-table* *player-symbol-table*))
4535 (declare-swf-class %flash.filters:displacement-map-filter-mode (%flash:object)
4536 :swf-name "flash.filters::DisplacementMapFilterMode"
4537 :constants
4538 ((%flash.filters:+clamp+ :swf-name "CLAMP" :type "String" :value "clamp")
4539 (%flash.filters:+wrap+ :swf-name "WRAP" :type "String" :value "wrap")
4540 (%flash.filters:+ignore+ :swf-name "IGNORE" :type "String" :value "ignore")
4541 (%flash.filters:+color+ :swf-name "COLOR" :type "String" :value "color"))
4542 :properties
4544 :methods
4545 ()))
4546 (let ((*symbol-table* *player-symbol-table*))
4547 (declare-swf-class %flash.filters:gradient-glow-filter (%flash.filters:bitmap-filter)
4548 :swf-name "flash.filters::GradientGlowFilter"
4549 :constants
4551 :properties
4552 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
4553 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
4554 (%flash.filters:distance :swf-name "distance" :type "Number" :static NIL)
4555 (%flash.filters:type :swf-name "type" :type "void" :static NIL)
4556 (%flash.filters:knockout :swf-name "knockout" :type "Boolean" :static NIL)
4557 (%flash.filters:distance :swf-name "distance" :type "void" :static NIL)
4558 (%flash.filters:ratios :swf-name "ratios" :type "void" :static NIL)
4559 (%flash.filters:alphas :swf-name "alphas" :type "Array" :static NIL)
4560 (%flash.filters:knockout :swf-name "knockout" :type "void" :static NIL)
4561 (%flash.filters:angle :swf-name "angle" :type "Number" :static NIL)
4562 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
4563 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL)
4564 (%flash.filters:colors :swf-name "colors" :type "Array" :static NIL)
4565 (%flash.filters:alphas :swf-name "alphas" :type "void" :static NIL)
4566 (%flash.filters:strength :swf-name "strength" :type "void" :static NIL)
4567 (%flash.filters:ratios :swf-name "ratios" :type "Array" :static NIL)
4568 (%flash.filters:type :swf-name "type" :type "String" :static NIL)
4569 (%flash.filters:angle :swf-name "angle" :type "void" :static NIL)
4570 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
4571 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
4572 (%flash.filters:strength :swf-name "strength" :type "Number" :static NIL)
4573 (%flash.filters:colors :swf-name "colors" :type "void" :static NIL))
4574 :methods
4575 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
4576 :args NIL))))
4577 (let ((*symbol-table* *player-symbol-table*))
4578 (declare-swf-class %flash.display:joint-style (%flash:object)
4579 :swf-name "flash.display::JointStyle"
4580 :constants
4581 ((%flash.display:+round+ :swf-name "ROUND" :type "String" :value "round")
4582 (%flash.display:+bevel+ :swf-name "BEVEL" :type "String" :value "bevel")
4583 (%flash.display:+miter+ :swf-name "MITER" :type "String" :value "miter"))
4584 :properties
4586 :methods
4587 ()))
4588 (let ((*symbol-table* *player-symbol-table*))
4589 (declare-swf-class %flash.net:local-connection (%flash.events:event-dispatcher)
4590 :swf-name "flash.net::LocalConnection"
4591 :constants
4593 :properties
4594 ((%flash.net:client :swf-name "client" :type "Object" :static NIL)
4595 (%flash.net:client :swf-name "client" :type "void" :static NIL)
4596 (%flash.net:domain :swf-name "domain" :type "String" :static NIL))
4597 :methods
4598 ((%flash.net:send :swf-name "send" :return-type "void"
4599 :args (("connectionName" "String") &REST ("methodName" "String")))
4600 (%flash.net:allow-domain :swf-name "allowDomain" :return-type "void"
4601 :args NIL)
4602 (%flash.net:connect :swf-name "connect" :return-type "void"
4603 :args (("connectionName" "String")))
4604 (%flash.net:allow-insecure-domain :swf-name "allowInsecureDomain" :return-type "void"
4605 :args NIL)
4606 (%flash.net:close :swf-name "close" :return-type "void"
4607 :args NIL))))
4608 (let ((*symbol-table* *player-symbol-table*))
4609 (declare-swf-class %flash.text.engine:font-weight (%flash:object)
4610 :swf-name "flash.text.engine::FontWeight"
4611 :constants
4612 ((%flash.text.engine:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
4613 (%flash.text.engine:+bold+ :swf-name "BOLD" :type "String" :value "bold"))
4614 :properties
4616 :methods
4617 ()))
4618 (let ((*symbol-table* *player-symbol-table*))
4619 (declare-swf-class %flash.net:url-request (%flash:object)
4620 :swf-name "flash.net::URLRequest"
4621 :constants
4623 :properties
4624 ((%flash.net:url :swf-name "url" :type "void" :static NIL)
4625 (%flash.net:content-type :swf-name "contentType" :type "String" :static NIL)
4626 (%flash.net:request-headers :swf-name "requestHeaders" :type "Array" :static NIL)
4627 (%flash.net:data :swf-name "data" :type "void" :static NIL)
4628 (%flash.net:url :swf-name "url" :type "String" :static NIL)
4629 (%flash.net:request-headers :swf-name "requestHeaders" :type "void" :static NIL)
4630 (%flash.net:data :swf-name "data" :type "Object" :static NIL)
4631 (%flash.net:digest :swf-name "digest" :type "void" :static NIL)
4632 (%flash.net:content-type :swf-name "contentType" :type "void" :static NIL)
4633 (%flash.net:digest :swf-name "digest" :type "String" :static NIL)
4634 (%flash.net:method :swf-name "method" :type "void" :static NIL)
4635 (%flash.net:method :swf-name "method" :type "String" :static NIL))
4636 :methods
4637 ()))
4638 (let ((*symbol-table* *player-symbol-table*))
4639 (declare-swf-class %flash.display:i-graphics-stroke ()
4640 :swf-name "flash.display::IGraphicsStroke"
4641 :constants
4643 :properties
4645 :methods
4646 ()))
4647 (let ((*symbol-table* *player-symbol-table*))
4648 (declare-swf-class %flash.display:graphics-stroke (%flash:object)
4649 :swf-name "flash.display::GraphicsStroke"
4650 :constants
4652 :properties
4653 ((%flash.display:scale-mode :swf-name "scaleMode" :type "void" :static NIL)
4654 (%flash.display:miter-limit :swf-name "miterLimit" :type "Number" :value NIL :static NIL)
4655 (%flash.display:pixel-hinting :swf-name "pixelHinting" :type "Boolean" :value NIL :static NIL)
4656 (%flash.display:thickness :swf-name "thickness" :type "Number" :value NIL :static NIL)
4657 (%flash.display:joints :swf-name "joints" :type "*" :static NIL)
4658 (%flash.display:scale-mode :swf-name "scaleMode" :type "String" :static NIL)
4659 (%flash.display:joints :swf-name "joints" :type "String" :static NIL)
4660 (%flash.display:fill :swf-name "fill" :type "flash.display::IGraphicsFill" :value NIL :static NIL)
4661 (%flash.display:caps :swf-name "caps" :type "void" :static NIL)
4662 (%flash.display:caps :swf-name "caps" :type "String" :static NIL))
4663 :methods
4664 ()))
4665 (let ((*symbol-table* *player-symbol-table*))
4666 (declare-swf-class %flash.xml:xml-tag (%flash:object)
4667 :swf-name "flash.xml::XMLTag"
4668 :constants
4670 :properties
4671 ((%flash.xml:attrs :swf-name "attrs" :type "Object" :static NIL)
4672 (%flash.xml:empty :swf-name "empty" :type "Boolean" :static NIL)
4673 (%flash.xml:attrs :swf-name "attrs" :type "void" :static NIL)
4674 (%flash.xml:empty :swf-name "empty" :type "void" :static NIL)
4675 (%flash.xml:type :swf-name "type" :type "uint" :static NIL)
4676 (%flash.xml:type :swf-name "type" :type "void" :static NIL)
4677 (%flash.xml:value :swf-name "value" :type "void" :static NIL)
4678 (%flash.xml:value :swf-name "value" :type "String" :static NIL))
4679 :methods
4680 ()))
4681 (let ((*symbol-table* *player-symbol-table*))
4682 (declare-swf-class %flash.events:io-error-event (%flash.events:error-event)
4683 :swf-name "flash.events::IOErrorEvent"
4684 :constants
4685 ((%flash.events:+io-error+ :swf-name "IO_ERROR" :type "String" :value "ioError")
4686 (%flash.events:+verify-error+ :swf-name "VERIFY_ERROR" :type "String" :value "verifyError")
4687 (%flash.events:+network-error+ :swf-name "NETWORK_ERROR" :type "String" :value "networkError")
4688 (%flash.events:+disk-error+ :swf-name "DISK_ERROR" :type "String" :value "diskError"))
4689 :properties
4691 :methods
4692 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
4693 :args NIL)
4694 (%flash.events:to-string :swf-name "toString" :return-type "String"
4695 :args NIL))))
4696 (let ((*symbol-table* *player-symbol-table*))
4697 (declare-swf-class %flash.text.engine:graphic-element (%flash.text.engine:content-element)
4698 :swf-name "flash.text.engine::GraphicElement"
4699 :constants
4701 :properties
4702 ((%flash.text.engine:element-width :swf-name "elementWidth" :type "Number" :static NIL)
4703 (%flash.text.engine:graphic :swf-name "graphic" :type "flash.display::DisplayObject" :static NIL)
4704 (%flash.text.engine:element-height :swf-name "elementHeight" :type "void" :static NIL)
4705 (%flash.text.engine:element-width :swf-name "elementWidth" :type "void" :static NIL)
4706 (%flash.text.engine:element-height :swf-name "elementHeight" :type "Number" :static NIL)
4707 (%flash.text.engine:graphic :swf-name "graphic" :type "void" :static NIL))
4708 :methods
4709 ()))
4710 (let ((*symbol-table* *player-symbol-table*))
4711 (declare-swf-class %flash.desktop:clipboard-formats (%flash:object)
4712 :swf-name "flash.desktop::ClipboardFormats"
4713 :constants
4714 ((%flash.desktop:+url-format+ :swf-name "URL_FORMAT" :type "String" :value "air:url")
4715 (%flash.desktop:+file-list-format+ :swf-name "FILE_LIST_FORMAT" :type "String" :value "air:file list")
4716 (%flash.desktop:+bitmap-format+ :swf-name "BITMAP_FORMAT" :type "String" :value "air:bitmap")
4717 (%flash.desktop:+rich-text-format+ :swf-name "RICH_TEXT_FORMAT" :type "String" :value "air:rtf")
4718 (%flash.desktop:+html-format+ :swf-name "HTML_FORMAT" :type "String" :value "air:html")
4719 (%flash.desktop:+text-format+ :swf-name "TEXT_FORMAT" :type "String" :value "air:text"))
4720 :properties
4722 :methods
4723 ()))
4724 (let ((*symbol-table* *player-symbol-table*))
4725 (declare-swf-class %flash.desktop:clipboard-transfer-mode (%flash:object)
4726 :swf-name "flash.desktop::ClipboardTransferMode"
4727 :constants
4728 ((%flash.desktop:+clone-preferred+ :swf-name "CLONE_PREFERRED" :type "String" :value "clonePreferred")
4729 (%flash.desktop:+original-only+ :swf-name "ORIGINAL_ONLY" :type "String" :value "originalOnly")
4730 (%flash.desktop:+clone-only+ :swf-name "CLONE_ONLY" :type "String" :value "cloneOnly")
4731 (%flash.desktop:+original-preferred+ :swf-name "ORIGINAL_PREFERRED" :type "String" :value "originalPreferred"))
4732 :properties
4734 :methods
4735 ()))
4736 (let ((*symbol-table* *player-symbol-table*))
4737 (declare-swf-class %flash.desktop:clipboard (%flash:object)
4738 :swf-name "flash.desktop::Clipboard"
4739 :constants
4741 :properties
4742 ((%flash.desktop:formats :swf-name "formats" :type "Array" :static NIL))
4743 :methods
4744 ((%flash.desktop:set-data-handler :swf-name "setDataHandler" :return-type "Boolean"
4745 :args (("format" "String") ("handler" "Function") &OPTIONAL
4746 (("serializable" "Boolean") T)))
4747 (%flash.desktop:has-format :swf-name "hasFormat" :return-type "Boolean"
4748 :args (("format" "String")))
4749 (%flash.desktop:set-data :swf-name "setData" :return-type "Boolean"
4750 :args (("format" "String") ("data" "Object") &OPTIONAL
4751 (("serializable" "Boolean") T)))
4752 (%flash.desktop:get-data :swf-name "getData" :return-type "Object"
4753 :args (("format" "String") &OPTIONAL
4754 (("transferMode" "String") "originalPreferred")))
4755 (%flash.desktop:clear-data :swf-name "clearData" :return-type "void"
4756 :args (("format" "String")))
4757 (%flash.desktop:clear :swf-name "clear" :return-type "void"
4758 :args NIL))))
4759 (let ((*symbol-table* *player-symbol-table*))
4760 (declare-swf-class %flash.text.engine:break-opportunity (%flash:object)
4761 :swf-name "flash.text.engine::BreakOpportunity"
4762 :constants
4763 ((%flash.text.engine:+none+ :swf-name "NONE" :type "String" :value "none")
4764 (%flash.text.engine:+any+ :swf-name "ANY" :type "String" :value "any")
4765 (%flash.text.engine:+auto+ :swf-name "AUTO" :type "String" :value "auto")
4766 (%flash.text.engine:+all+ :swf-name "ALL" :type "String" :value "all"))
4767 :properties
4769 :methods
4770 ()))
4771 (let ((*symbol-table* *player-symbol-table*))
4772 (declare-swf-class %flash.filters:gradient-bevel-filter (%flash.filters:bitmap-filter)
4773 :swf-name "flash.filters::GradientBevelFilter"
4774 :constants
4776 :properties
4777 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
4778 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
4779 (%flash.filters:alphas :swf-name "alphas" :type "Array" :static NIL)
4780 (%flash.filters:type :swf-name "type" :type "void" :static NIL)
4781 (%flash.filters:knockout :swf-name "knockout" :type "Boolean" :static NIL)
4782 (%flash.filters:distance :swf-name "distance" :type "void" :static NIL)
4783 (%flash.filters:ratios :swf-name "ratios" :type "void" :static NIL)
4784 (%flash.filters:distance :swf-name "distance" :type "Number" :static NIL)
4785 (%flash.filters:knockout :swf-name "knockout" :type "void" :static NIL)
4786 (%flash.filters:angle :swf-name "angle" :type "Number" :static NIL)
4787 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
4788 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL)
4789 (%flash.filters:colors :swf-name "colors" :type "Array" :static NIL)
4790 (%flash.filters:alphas :swf-name "alphas" :type "void" :static NIL)
4791 (%flash.filters:strength :swf-name "strength" :type "void" :static NIL)
4792 (%flash.filters:ratios :swf-name "ratios" :type "Array" :static NIL)
4793 (%flash.filters:type :swf-name "type" :type "String" :static NIL)
4794 (%flash.filters:angle :swf-name "angle" :type "void" :static NIL)
4795 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
4796 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
4797 (%flash.filters:strength :swf-name "strength" :type "Number" :static NIL)
4798 (%flash.filters:colors :swf-name "colors" :type "void" :static NIL))
4799 :methods
4800 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
4801 :args NIL))))
4802 (let ((*symbol-table* *player-symbol-table*))
4803 (declare-swf-class %flash.display:graphics-path-command (%flash:object)
4804 :swf-name "flash.display::GraphicsPathCommand"
4805 :constants
4806 ((%flash.display:+no-op+ :swf-name "NO_OP" :type "int" :value 0)
4807 (%flash.display:+wide-move-to+ :swf-name "WIDE_MOVE_TO" :type "int" :value 4)
4808 (%flash.display:+wide-line-to+ :swf-name "WIDE_LINE_TO" :type "int" :value 5)
4809 (%flash.display:+curve-to+ :swf-name "CURVE_TO" :type "int" :value 3)
4810 (%flash.display:+move-to+ :swf-name "MOVE_TO" :type "int" :value 1)
4811 (%flash.display:+line-to+ :swf-name "LINE_TO" :type "int" :value 2))
4812 :properties
4814 :methods
4815 ()))
4816 (let ((*symbol-table* *player-symbol-table*))
4817 (declare-swf-class %flash.events:focus-event (%flash.events:event)
4818 :swf-name "flash.events::FocusEvent"
4819 :constants
4820 ((%flash.events:+focus-in+ :swf-name "FOCUS_IN" :type "String" :value "focusIn")
4821 (%flash.events:+key-focus-change+ :swf-name "KEY_FOCUS_CHANGE" :type "String" :value "keyFocusChange")
4822 (%flash.events:+focus-out+ :swf-name "FOCUS_OUT" :type "String" :value "focusOut")
4823 (%flash.events:+mouse-focus-change+ :swf-name "MOUSE_FOCUS_CHANGE" :type "String" :value "mouseFocusChange"))
4824 :properties
4825 ((%flash.events:key-code :swf-name "keyCode" :type "void" :static NIL)
4826 (%flash.events:related-object :swf-name "relatedObject" :type "void" :static NIL)
4827 (%flash.events:is-related-object-inaccessible :swf-name "isRelatedObjectInaccessible" :type "void" :static NIL)
4828 (%flash.events:key-code :swf-name "keyCode" :type "uint" :static NIL)
4829 (%flash.events:related-object :swf-name "relatedObject" :type "flash.display::InteractiveObject" :static NIL)
4830 (%flash.events:shift-key :swf-name "shiftKey" :type "Boolean" :static NIL)
4831 (%flash.events:is-related-object-inaccessible :swf-name "isRelatedObjectInaccessible" :type "Boolean" :static NIL)
4832 (%flash.events:shift-key :swf-name "shiftKey" :type "void" :static NIL))
4833 :methods
4834 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
4835 :args NIL)
4836 (%flash.events:to-string :swf-name "toString" :return-type "String"
4837 :args NIL))))
4838 (let ((*symbol-table* *player-symbol-table*))
4839 (declare-swf-class %flash.geom:matrix3d (%flash:object)
4840 :swf-name "flash.geom::Matrix3D"
4841 :constants
4843 :properties
4844 ((%flash.geom:position :swf-name "position" :type "void" :static NIL)
4845 (%flash.geom:determinant :swf-name "determinant" :type "Number" :static NIL)
4846 (%flash.geom:raw-data :swf-name "rawData" :type "__AS3__.vec::Vector.<Number>" :static NIL)
4847 (%flash.geom:position :swf-name "position" :type "flash.geom::Vector3D" :static NIL)
4848 (%flash.geom:raw-data :swf-name "rawData" :type "void" :static NIL))
4849 :methods
4850 ((%flash.geom:recompose :swf-name "recompose" :return-type "Boolean"
4851 :args (("components" "__AS3__.vec::Vector.<flash.geom::Vector3D>")
4852 &OPTIONAL (("orientationStyle" "String") "eulerAngles")))
4853 (%flash.geom:identity :swf-name "identity" :return-type "void"
4854 :args NIL)
4855 (%flash.geom:clone :swf-name "clone" :return-type "flash.geom::Matrix3D"
4856 :args NIL)
4857 (%flash.geom:prepend-scale :swf-name "prependScale" :return-type "void"
4858 :args (("xScale" "Number") ("yScale" "Number") ("zScale" "Number")))
4859 (%flash.geom:append :swf-name "append" :return-type "void"
4860 :args (("lhs" "flash.geom::Matrix3D")))
4861 (%flash.geom:append-rotation :swf-name "appendRotation" :return-type "void"
4862 :args (("degrees" "Number") ("axis" "flash.geom::Vector3D") &OPTIONAL
4863 ("pivotPoint" "flash.geom::Vector3D")))
4864 (%flash.geom:append-translation :swf-name "appendTranslation" :return-type "void"
4865 :args (("x" "Number") ("y" "Number") ("z" "Number")))
4866 (%flash.geom:invert :swf-name "invert" :return-type "Boolean"
4867 :args NIL)
4868 (%flash.geom:interpolate-to :swf-name "interpolateTo" :return-type "void"
4869 :args (("toMat" "flash.geom::Matrix3D") ("percent" "Number")))
4870 (%flash.geom:decompose :swf-name "decompose" :return-type "__AS3__.vec::Vector.<flash.geom::Vector3D>"
4871 :args (&OPTIONAL (("orientationStyle" "String") "eulerAngles")))
4872 (%flash.geom:append-scale :swf-name "appendScale" :return-type "void"
4873 :args (("xScale" "Number") ("yScale" "Number") ("zScale" "Number")))
4874 (%flash.geom:transform-vector :swf-name "transformVector" :return-type "flash.geom::Vector3D"
4875 :args (("v" "flash.geom::Vector3D")))
4876 (%flash.geom:prepend :swf-name "prepend" :return-type "void"
4877 :args (("rhs" "flash.geom::Matrix3D")))
4878 (%flash.geom:prepend-rotation :swf-name "prependRotation" :return-type "void"
4879 :args (("degrees" "Number") ("axis" "flash.geom::Vector3D") &OPTIONAL
4880 ("pivotPoint" "flash.geom::Vector3D")))
4881 (%flash.geom:transform-vectors :swf-name "transformVectors" :return-type "void"
4882 :args (("vin" "__AS3__.vec::Vector.<Number>")
4883 ("vout" "__AS3__.vec::Vector.<Number>")))
4884 (%flash.geom:point-at :swf-name "pointAt" :return-type "void"
4885 :args (("pos" "flash.geom::Vector3D") &OPTIONAL
4886 ("at" "flash.geom::Vector3D") ("up" "flash.geom::Vector3D")))
4887 (%flash.geom:delta-transform-vector :swf-name "deltaTransformVector" :return-type "flash.geom::Vector3D"
4888 :args (("v" "flash.geom::Vector3D")))
4889 (%flash.geom:prepend-translation :swf-name "prependTranslation" :return-type "void"
4890 :args (("x" "Number") ("y" "Number") ("z" "Number")))
4891 (%flash.geom:transpose :swf-name "transpose" :return-type "void"
4892 :args NIL))))
4893 (let ((*symbol-table* *player-symbol-table*))
4894 (declare-swf-class %flash.text.engine:text-rotation (%flash:object)
4895 :swf-name "flash.text.engine::TextRotation"
4896 :constants
4897 ((%flash.text.engine:+auto+ :swf-name "AUTO" :type "String" :value "auto")
4898 (%flash.text.engine:+rotate-0+ :swf-name "ROTATE_0" :type "String" :value "rotate0")
4899 (%flash.text.engine:+rotate-90+ :swf-name "ROTATE_90" :type "String" :value "rotate90")
4900 (%flash.text.engine:+rotate-270+ :swf-name "ROTATE_270" :type "String" :value "rotate270")
4901 (%flash.text.engine:+rotate-180+ :swf-name "ROTATE_180" :type "String" :value "rotate180"))
4902 :properties
4904 :methods
4905 ()))
4906 (let ((*symbol-table* *player-symbol-table*))
4907 (declare-swf-class %flash.events:sample-data-event (%flash.events:event)
4908 :swf-name "flash.events::SampleDataEvent"
4909 :constants
4910 ((%flash.events:+sample-data+ :swf-name "SAMPLE_DATA" :type "String" :value "sampleData"))
4911 :properties
4912 ((%flash.events:data :swf-name "data" :type "flash.utils::ByteArray" :static NIL)
4913 (%flash.events:position :swf-name "position" :type "Number" :static NIL)
4914 (%flash.events:data :swf-name "data" :type "*" :static NIL)
4915 (%flash.events:position :swf-name "position" :type "*" :static NIL))
4916 :methods
4917 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
4918 :args NIL)
4919 (%flash.events:to-string :swf-name "toString" :return-type "String"
4920 :args NIL))))
4921 (let ((*symbol-table* *player-symbol-table*))
4922 (declare-swf-class %flash.display:bitmap-data-channel (%flash:object)
4923 :swf-name "flash.display::BitmapDataChannel"
4924 :constants
4925 ((%flash.display:+alpha+ :swf-name "ALPHA" :type "uint" :value 8)
4926 (%flash.display:+blue+ :swf-name "BLUE" :type "uint" :value 4)
4927 (%flash.display:+green+ :swf-name "GREEN" :type "uint" :value 2)
4928 (%flash.display:+red+ :swf-name "RED" :type "uint" :value 1))
4929 :properties
4931 :methods
4932 ()))
4933 (let ((*symbol-table* *player-symbol-table*))
4934 (declare-swf-class %flash.geom:vector3d (%flash:object)
4935 :swf-name "flash.geom::Vector3D"
4936 :constants
4937 ((%flash.geom:+x-axis+ :swf-name "X_AXIS" :type "flash.geom::Vector3D" :value NIL)
4938 (%flash.geom:+y-axis+ :swf-name "Y_AXIS" :type "flash.geom::Vector3D" :value NIL)
4939 (%flash.geom:+z-axis+ :swf-name "Z_AXIS" :type "flash.geom::Vector3D" :value NIL))
4940 :properties
4941 ((%flash.geom:z :swf-name "z" :type "Number" :value NIL :static NIL)
4942 (%flash.geom:y :swf-name "y" :type "Number" :value NIL :static NIL)
4943 (%flash.geom:x :swf-name "x" :type "Number" :value NIL :static NIL)
4944 (%flash.geom:w :swf-name "w" :type "Number" :value NIL :static NIL)
4945 (%flash.geom:length :swf-name "length" :type "Number" :static NIL)
4946 (%flash.geom:length-squared :swf-name "lengthSquared" :type "Number" :static NIL))
4947 :methods
4948 ((%flash.geom:equals :swf-name "equals" :return-type "Boolean"
4949 :args (("toCompare" "flash.geom::Vector3D") &OPTIONAL
4950 (("allFour" "Boolean") NIL)))
4951 (%flash.geom:clone :swf-name "clone" :return-type "flash.geom::Vector3D"
4952 :args NIL)
4953 (%flash.geom:normalize :swf-name "normalize" :return-type "Number"
4954 :args NIL)
4955 (%flash.geom:subtract :swf-name "subtract" :return-type "flash.geom::Vector3D"
4956 :args (("a" "flash.geom::Vector3D")))
4957 (%flash.geom:increment-by :swf-name "incrementBy" :return-type "void"
4958 :args (("a" "flash.geom::Vector3D")))
4959 (%flash.geom:cross-product :swf-name "crossProduct" :return-type "flash.geom::Vector3D"
4960 :args (("a" "flash.geom::Vector3D")))
4961 (%flash.geom:to-string :swf-name "toString" :return-type "String"
4962 :args NIL)
4963 (%flash.geom:decrement-by :swf-name "decrementBy" :return-type "void"
4964 :args (("a" "flash.geom::Vector3D")))
4965 (%flash.geom:scale-by :swf-name "scaleBy" :return-type "void"
4966 :args (("s" "Number")))
4967 (%flash.geom:near-equals :swf-name "nearEquals" :return-type "Boolean"
4968 :args (("toCompare" "flash.geom::Vector3D") ("tolerance" "Number")
4969 &OPTIONAL (("allFour" "Boolean") NIL)))
4970 (%flash.geom:dot-product :swf-name "dotProduct" :return-type "Number"
4971 :args (("a" "flash.geom::Vector3D")))
4972 (%flash.geom:add :swf-name "add" :return-type "flash.geom::Vector3D"
4973 :args (("a" "flash.geom::Vector3D")))
4974 (%flash.geom:negate :swf-name "negate" :return-type "void"
4975 :args NIL)
4976 (%flash.geom:project :swf-name "project" :return-type "void"
4977 :args NIL))))
4978 (let ((*symbol-table* *player-symbol-table*))
4979 (declare-swf-class %flash.display:interactive-object (%flash.display:display-object)
4980 :swf-name "flash.display::InteractiveObject"
4981 :constants
4983 :properties
4984 ((%flash.display:tab-enabled :swf-name "tabEnabled" :type "void" :static NIL)
4985 (%flash.display:tab-index :swf-name "tabIndex" :type "int" :static NIL)
4986 (%flash.display:mouse-enabled :swf-name "mouseEnabled" :type "Boolean" :static NIL)
4987 (%flash.display:tab-index :swf-name "tabIndex" :type "void" :static NIL)
4988 (%flash.display:mouse-enabled :swf-name "mouseEnabled" :type "void" :static NIL)
4989 (%flash.display:double-click-enabled :swf-name "doubleClickEnabled" :type "void" :static NIL)
4990 (%flash.display:accessibility-implementation :swf-name "accessibilityImplementation" :type "void" :static NIL)
4991 (%flash.display:context-menu :swf-name "contextMenu" :type "flash.ui::ContextMenu" :static NIL)
4992 (%flash.display:tab-enabled :swf-name "tabEnabled" :type "Boolean" :static NIL)
4993 (%flash.display:context-menu :swf-name "contextMenu" :type "void" :static NIL)
4994 (%flash.display:double-click-enabled :swf-name "doubleClickEnabled" :type "Boolean" :static NIL)
4995 (%flash.display:focus-rect :swf-name "focusRect" :type "void" :static NIL)
4996 (%flash.display:focus-rect :swf-name "focusRect" :type "Object" :static NIL)
4997 (%flash.display:accessibility-implementation :swf-name "accessibilityImplementation" :type "flash.accessibility::AccessibilityImplementation" :static NIL))
4998 :methods
4999 ()))
5000 (let ((*symbol-table* *player-symbol-table*))
5001 (declare-swf-class %flash.ui:context-menu (%flash.events:event-dispatcher)
5002 :swf-name "flash.ui::ContextMenu"
5003 :constants
5005 :properties
5006 ((%flash.ui:custom-items :swf-name "customItems" :type "void" :static NIL)
5007 (%flash.ui:clipboard-items :swf-name "clipboardItems" :type "void" :static NIL)
5008 (%flash.ui:link :swf-name "link" :type "flash.net::URLRequest" :static NIL)
5009 (%flash.ui:clipboard-menu :swf-name "clipboardMenu" :type "Boolean" :static NIL)
5010 (%flash.ui:link :swf-name "link" :type "void" :static NIL)
5011 (%flash.ui:clipboard-menu :swf-name "clipboardMenu" :type "void" :static NIL)
5012 (%flash.ui:custom-items :swf-name "customItems" :type "Array" :static NIL)
5013 (%flash.ui:clipboard-items :swf-name "clipboardItems" :type "flash.ui::ContextMenuClipboardItems" :static NIL)
5014 (%flash.ui:built-in-items :swf-name "builtInItems" :type "flash.ui::ContextMenuBuiltInItems" :static NIL)
5015 (%flash.ui:built-in-items :swf-name "builtInItems" :type "void" :static NIL))
5016 :methods
5017 ((%flash.ui:hide-built-in-items :swf-name "hideBuiltInItems" :return-type "void"
5018 :args NIL)
5019 (%flash.ui:clone :swf-name "clone" :return-type "flash.ui::ContextMenu"
5020 :args NIL))))
5021 (let ((*symbol-table* *player-symbol-table*))
5022 (declare-swf-class %flash.text.engine:kerning (%flash:object)
5023 :swf-name "flash.text.engine::Kerning"
5024 :constants
5025 ((%flash.text.engine:+off+ :swf-name "OFF" :type "String" :value "off")
5026 (%flash.text.engine:+on+ :swf-name "ON" :type "String" :value "on")
5027 (%flash.text.engine:+auto+ :swf-name "AUTO" :type "String" :value "auto"))
5028 :properties
5030 :methods
5031 ()))
5032 (let ((*symbol-table* *player-symbol-table*))
5033 (declare-swf-class %flash.display:loader-info (%flash.events:event-dispatcher)
5034 :swf-name "flash.display::LoaderInfo"
5035 :constants
5037 :properties
5038 ((%flash.display:child-allows-parent :swf-name "childAllowsParent" :type "Boolean" :static NIL)
5039 (%flash.display:shared-events :swf-name "sharedEvents" :type "flash.events::EventDispatcher" :static NIL)
5040 (%flash.display:loader-url :swf-name "loaderURL" :type "String" :static NIL)
5041 (%flash.display:content :swf-name "content" :type "flash.display::DisplayObject" :static NIL)
5042 (%flash.display:loader :swf-name "loader" :type "flash.display::Loader" :static NIL)
5043 (%flash.display:bytes-total :swf-name "bytesTotal" :type "uint" :static NIL)
5044 (%flash.display:action-script-version :swf-name "actionScriptVersion" :type "uint" :static NIL)
5045 (%flash.display:swf-version :swf-name "swfVersion" :type "uint" :static NIL)
5046 (%flash.display:application-domain :swf-name "applicationDomain" :type "flash.system::ApplicationDomain" :static NIL)
5047 (%flash.display:content-type :swf-name "contentType" :type "String" :static NIL)
5048 (%flash.display:same-domain :swf-name "sameDomain" :type "Boolean" :static NIL)
5049 (%flash.display:bytes-loaded :swf-name "bytesLoaded" :type "uint" :static NIL)
5050 (%flash.display:url :swf-name "url" :type "String" :static NIL)
5051 (%flash.display:frame-rate :swf-name "frameRate" :type "Number" :static NIL)
5052 (%flash.display:bytes :swf-name "bytes" :type "flash.utils::ByteArray" :static NIL)
5053 (%flash.display:parameters :swf-name "parameters" :type "Object" :static NIL)
5054 (%flash.display:parent-allows-child :swf-name "parentAllowsChild" :type "Boolean" :static NIL)
5055 (%flash.display:height :swf-name "height" :type "int" :static NIL)
5056 (%flash.display:width :swf-name "width" :type "int" :static NIL))
5057 :methods
5058 ((%flash.display:dispatch-event :swf-name "dispatchEvent" :return-type "Boolean"
5059 :args (("event" "flash.events::Event"))))))
5060 (let ((*symbol-table* *player-symbol-table*))
5061 (declare-swf-class %flash.display:shape (%flash.display:display-object)
5062 :swf-name "flash.display::Shape"
5063 :constants
5065 :properties
5066 ((%flash.display:graphics :swf-name "graphics" :type "flash.display::Graphics" :static NIL))
5067 :methods
5068 ()))
5069 (let ((*symbol-table* *player-symbol-table*))
5070 (declare-swf-class %flash.events:sync-event (%flash.events:event)
5071 :swf-name "flash.events::SyncEvent"
5072 :constants
5073 ((%flash.events:+sync+ :swf-name "SYNC" :type "String" :value "sync"))
5074 :properties
5075 ((%flash.events:change-list :swf-name "changeList" :type "Array" :static NIL)
5076 (%flash.events:change-list :swf-name "changeList" :type "void" :static NIL))
5077 :methods
5078 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
5079 :args NIL)
5080 (%flash.events:to-string :swf-name "toString" :return-type "String"
5081 :args NIL))))
5082 (let ((*symbol-table* *player-symbol-table*))
5083 (declare-swf-class %flash.filters:bevel-filter (%flash.filters:bitmap-filter)
5084 :swf-name "flash.filters::BevelFilter"
5085 :constants
5087 :properties
5088 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
5089 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
5090 (%flash.filters:shadow-alpha :swf-name "shadowAlpha" :type "void" :static NIL)
5091 (%flash.filters:knockout :swf-name "knockout" :type "void" :static NIL)
5092 (%flash.filters:type :swf-name "type" :type "String" :static NIL)
5093 (%flash.filters:distance :swf-name "distance" :type "Number" :static NIL)
5094 (%flash.filters:type :swf-name "type" :type "void" :static NIL)
5095 (%flash.filters:distance :swf-name "distance" :type "void" :static NIL)
5096 (%flash.filters:angle :swf-name "angle" :type "void" :static NIL)
5097 (%flash.filters:shadow-alpha :swf-name "shadowAlpha" :type "Number" :static NIL)
5098 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
5099 (%flash.filters:shadow-color :swf-name "shadowColor" :type "uint" :static NIL)
5100 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
5101 (%flash.filters:highlight-color :swf-name "highlightColor" :type "void" :static NIL)
5102 (%flash.filters:highlight-alpha :swf-name "highlightAlpha" :type "void" :static NIL)
5103 (%flash.filters:angle :swf-name "angle" :type "Number" :static NIL)
5104 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
5105 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL)
5106 (%flash.filters:highlight-color :swf-name "highlightColor" :type "uint" :static NIL)
5107 (%flash.filters:highlight-alpha :swf-name "highlightAlpha" :type "Number" :static NIL)
5108 (%flash.filters:knockout :swf-name "knockout" :type "Boolean" :static NIL)
5109 (%flash.filters:shadow-color :swf-name "shadowColor" :type "void" :static NIL)
5110 (%flash.filters:strength :swf-name "strength" :type "void" :static NIL)
5111 (%flash.filters:strength :swf-name "strength" :type "Number" :static NIL))
5112 :methods
5113 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
5114 :args NIL))))
5115 (let ((*symbol-table* *player-symbol-table*))
5116 (declare-swf-class %flash.filters:shader-filter (%flash.filters:bitmap-filter)
5117 :swf-name "flash.filters::ShaderFilter"
5118 :constants
5120 :properties
5121 ((%flash.filters:bottom-extension :swf-name "bottomExtension" :type "int" :static NIL)
5122 (%flash.filters:left-extension :swf-name "leftExtension" :type "int" :static NIL)
5123 (%flash.filters:top-extension :swf-name "topExtension" :type "void" :static NIL)
5124 (%flash.filters:top-extension :swf-name "topExtension" :type "int" :static NIL)
5125 (%flash.filters:left-extension :swf-name "leftExtension" :type "void" :static NIL)
5126 (%flash.filters:shader :swf-name "shader" :type "void" :static NIL)
5127 (%flash.filters:bottom-extension :swf-name "bottomExtension" :type "void" :static NIL)
5128 (%flash.filters:right-extension :swf-name "rightExtension" :type "void" :static NIL)
5129 (%flash.filters:shader :swf-name "shader" :type "flash.display::Shader" :static NIL)
5130 (%flash.filters:right-extension :swf-name "rightExtension" :type "int" :static NIL))
5131 :methods
5132 ()))
5133 (let ((*symbol-table* *player-symbol-table*))
5134 (declare-swf-class %flash.geom:rectangle (%flash:object)
5135 :swf-name "flash.geom::Rectangle"
5136 :constants
5138 :properties
5139 ((%flash.geom:top-left :swf-name "topLeft" :type "void" :static NIL)
5140 (%flash.geom:top-left :swf-name "topLeft" :type "flash.geom::Point" :static NIL)
5141 (%flash.geom:y :swf-name "y" :type "Number" :value NIL :static NIL)
5142 (%flash.geom:x :swf-name "x" :type "Number" :value NIL :static NIL)
5143 (%flash.geom:bottom-right :swf-name "bottomRight" :type "flash.geom::Point" :static NIL)
5144 (%flash.geom:bottom :swf-name "bottom" :type "Number" :static NIL)
5145 (%flash.geom:top :swf-name "top" :type "void" :static NIL)
5146 (%flash.geom:height :swf-name "height" :type "Number" :value NIL :static NIL)
5147 (%flash.geom:bottom-right :swf-name "bottomRight" :type "void" :static NIL)
5148 (%flash.geom:right :swf-name "right" :type "Number" :static NIL)
5149 (%flash.geom:bottom :swf-name "bottom" :type "void" :static NIL)
5150 (%flash.geom:top :swf-name "top" :type "Number" :static NIL)
5151 (%flash.geom:right :swf-name "right" :type "void" :static NIL)
5152 (%flash.geom:left :swf-name "left" :type "void" :static NIL)
5153 (%flash.geom:left :swf-name "left" :type "Number" :static NIL)
5154 (%flash.geom:width :swf-name "width" :type "Number" :value NIL :static NIL)
5155 (%flash.geom:size :swf-name "size" :type "void" :static NIL)
5156 (%flash.geom:size :swf-name "size" :type "flash.geom::Point" :static NIL))
5157 :methods
5158 ((%flash.geom:offset-point :swf-name "offsetPoint" :return-type "void"
5159 :args (("point" "flash.geom::Point")))
5160 (%flash.geom:intersects :swf-name "intersects" :return-type "Boolean"
5161 :args (("toIntersect" "flash.geom::Rectangle")))
5162 (%flash.geom:contains :swf-name "contains" :return-type "Boolean"
5163 :args (("x" "Number") ("y" "Number")))
5164 (%flash.geom:to-string :swf-name "toString" :return-type "String"
5165 :args NIL)
5166 (%flash.geom:contains-rect :swf-name "containsRect" :return-type "Boolean"
5167 :args (("rect" "flash.geom::Rectangle")))
5168 (%flash.geom:inflate :swf-name "inflate" :return-type "void"
5169 :args (("dx" "Number") ("dy" "Number")))
5170 (%flash.geom:clone :swf-name "clone" :return-type "flash.geom::Rectangle"
5171 :args NIL)
5172 (%flash.geom:intersection :swf-name "intersection" :return-type "flash.geom::Rectangle"
5173 :args (("toIntersect" "flash.geom::Rectangle")))
5174 (%flash.geom:equals :swf-name "equals" :return-type "Boolean"
5175 :args (("toCompare" "flash.geom::Rectangle")))
5176 (%flash.geom:offset :swf-name "offset" :return-type "void"
5177 :args (("dx" "Number") ("dy" "Number")))
5178 (%flash.geom:union :swf-name "union" :return-type "flash.geom::Rectangle"
5179 :args (("toUnion" "flash.geom::Rectangle")))
5180 (%flash.geom:set-empty :swf-name "setEmpty" :return-type "void"
5181 :args NIL)
5182 (%flash.geom:inflate-point :swf-name "inflatePoint" :return-type "void"
5183 :args (("point" "flash.geom::Point")))
5184 (%flash.geom:is-empty :swf-name "isEmpty" :return-type "Boolean"
5185 :args NIL)
5186 (%flash.geom:contains-point :swf-name "containsPoint" :return-type "Boolean"
5187 :args (("point" "flash.geom::Point"))))))
5188 (let ((*symbol-table* *player-symbol-table*))
5189 (declare-swf-class %flash.display:swf-version (%flash:object)
5190 :swf-name "flash.display::SWFVersion"
5191 :constants
5192 ((%flash.display:+flash9+ :swf-name "FLASH9" :type "uint" :value 9)
5193 (%flash.display:+flash10+ :swf-name "FLASH10" :type "uint" :value 10)
5194 (%flash.display:+flash2+ :swf-name "FLASH2" :type "uint" :value 2)
5195 (%flash.display:+flash8+ :swf-name "FLASH8" :type "uint" :value 8)
5196 (%flash.display:+flash6+ :swf-name "FLASH6" :type "uint" :value 6)
5197 (%flash.display:+flash4+ :swf-name "FLASH4" :type "uint" :value 4)
5198 (%flash.display:+flash7+ :swf-name "FLASH7" :type "uint" :value 7)
5199 (%flash.display:+flash5+ :swf-name "FLASH5" :type "uint" :value 5)
5200 (%flash.display:+flash3+ :swf-name "FLASH3" :type "uint" :value 3)
5201 (%flash.display:+flash1+ :swf-name "FLASH1" :type "uint" :value 1))
5202 :properties
5204 :methods
5205 ()))
5206 (let ((*symbol-table* *player-symbol-table*))
5207 (declare-swf-class %flash.net:responder (%flash:object)
5208 :swf-name "flash.net::Responder"
5209 :constants
5211 :properties
5213 :methods
5214 ()))
5215 (let ((*symbol-table* *player-symbol-table*))
5216 (declare-swf-class %flash.system:capabilities (%flash:object)
5217 :swf-name "flash.system::Capabilities"
5218 :constants
5220 :properties
5222 :methods
5223 ()))
5224 (let ((*symbol-table* *player-symbol-table*))
5225 (declare-swf-class %flash.net:net-stream-info (%flash:object)
5226 :swf-name "flash.net::NetStreamInfo"
5227 :constants
5229 :properties
5230 ((%flash.net:byte-count :swf-name "byteCount" :type "Number" :static NIL)
5231 (%flash.net:audio-buffer-byte-length :swf-name "audioBufferByteLength" :type "Number" :static NIL)
5232 (%flash.net:video-buffer-length :swf-name "videoBufferLength" :type "Number" :static NIL)
5233 (%flash.net:audio-buffer-length :swf-name "audioBufferLength" :type "Number" :static NIL)
5234 (%flash.net:data-byte-count :swf-name "dataByteCount" :type "Number" :static NIL)
5235 (%flash.net:max-bytes-per-second :swf-name "maxBytesPerSecond" :type "Number" :static NIL)
5236 (%flash.net:playback-bytes-per-second :swf-name "playbackBytesPerSecond" :type "Number" :static NIL)
5237 (%flash.net:data-buffer-byte-length :swf-name "dataBufferByteLength" :type "Number" :static NIL)
5238 (%flash.net:audio-bytes-per-second :swf-name "audioBytesPerSecond" :type "Number" :static NIL)
5239 (%flash.net:audio-byte-count :swf-name "audioByteCount" :type "Number" :static NIL)
5240 (%flash.net:srtt :swf-name "SRTT" :type "Number" :static NIL)
5241 (%flash.net:video-byte-count :swf-name "videoByteCount" :type "Number" :static NIL)
5242 (%flash.net:video-bytes-per-second :swf-name "videoBytesPerSecond" :type "Number" :static NIL)
5243 (%flash.net:current-bytes-per-second :swf-name "currentBytesPerSecond" :type "Number" :static NIL)
5244 (%flash.net:audio-loss-rate :swf-name "audioLossRate" :type "Number" :static NIL)
5245 (%flash.net:data-buffer-length :swf-name "dataBufferLength" :type "Number" :static NIL)
5246 (%flash.net:data-bytes-per-second :swf-name "dataBytesPerSecond" :type "Number" :static NIL)
5247 (%flash.net:dropped-frames :swf-name "droppedFrames" :type "Number" :static NIL)
5248 (%flash.net:video-buffer-byte-length :swf-name "videoBufferByteLength" :type "Number" :static NIL))
5249 :methods
5250 ((%flash.net:to-string :swf-name "toString" :return-type "String"
5251 :args NIL))))
5252 (let ((*symbol-table* *player-symbol-table*))
5253 (declare-swf-class %flash.text.engine:text-element (%flash.text.engine:content-element)
5254 :swf-name "flash.text.engine::TextElement"
5255 :constants
5257 :properties
5258 ((%flash.text.engine:text :swf-name "text" :type "void" :static NIL))
5259 :methods
5260 ((%flash.text.engine:replace-text :swf-name "replaceText" :return-type "void"
5261 :args (("beginIndex" "int") ("endIndex" "int") ("newText" "String"))))))
5262 (let ((*symbol-table* *player-symbol-table*))
5263 (declare-swf-class %flash.net:i-dynamic-property-output ()
5264 :swf-name "flash.net::IDynamicPropertyOutput"
5265 :constants
5267 :properties
5269 :methods
5270 ((%flash.net:write-dynamic-property :swf-name "writeDynamicProperty" :return-type "void"
5271 :args (("name" "String") "value")))))
5272 (let ((*symbol-table* *player-symbol-table*))
5273 (declare-swf-class %flash.text.engine:justification-style (%flash:object)
5274 :swf-name "flash.text.engine::JustificationStyle"
5275 :constants
5276 ((%flash.text.engine:+push-out-only+ :swf-name "PUSH_OUT_ONLY" :type "String" :value "pushOutOnly")
5277 (%flash.text.engine:+prioritize-least-adjustment+ :swf-name "PRIORITIZE_LEAST_ADJUSTMENT" :type "String" :value "prioritizeLeastAdjustment")
5278 (%flash.text.engine:+push-in-kinsoku+ :swf-name "PUSH_IN_KINSOKU" :type "String" :value "pushInKinsoku"))
5279 :properties
5281 :methods
5282 ()))
5283 (let ((*symbol-table* *player-symbol-table*))
5284 (declare-swf-class %flash.display:stage-display-state (%flash:object)
5285 :swf-name "flash.display::StageDisplayState"
5286 :constants
5287 ((%flash.display:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
5288 (%flash.display:+full-screen+ :swf-name "FULL_SCREEN" :type "String" :value "fullScreen"))
5289 :properties
5291 :methods
5292 ()))
5293 (let ((*symbol-table* *player-symbol-table*))
5294 (declare-swf-class %adobe.utils:product-manager (%flash.events:event-dispatcher)
5295 :swf-name "adobe.utils::ProductManager"
5296 :constants
5298 :properties
5299 ((%adobe.utils:running :swf-name "running" :type "Boolean" :static NIL)
5300 (%adobe.utils:installed-version :swf-name "installedVersion" :type "String" :static NIL)
5301 (%adobe.utils:installed :swf-name "installed" :type "Boolean" :static NIL))
5302 :methods
5303 ((%adobe.utils:download :swf-name "download" :return-type "Boolean"
5304 :args (&OPTIONAL ("caption" "String") ("fileName" "String")
5305 ("pathElements" "Array")))
5306 (%adobe.utils:launch :swf-name "launch" :return-type "Boolean"
5307 :args (&OPTIONAL ("parameters" "String"))))))
5308 (let ((*symbol-table* *player-symbol-table*))
5309 (declare-swf-class %flash.display:frame-label (%flash:object)
5310 :swf-name "flash.display::FrameLabel"
5311 :constants
5313 :properties
5314 ((%flash.display:frame :swf-name "frame" :type "int" :static NIL)
5315 (%flash.display:name :swf-name "name" :type "String" :static NIL))
5316 :methods
5317 ()))
5318 (let ((*symbol-table* *player-symbol-table*))
5319 (declare-swf-class %flash.text.engine:element-format (%flash:object)
5320 :swf-name "flash.text.engine::ElementFormat"
5321 :constants
5323 :properties
5324 ((%flash.text.engine:digit-case :swf-name "digitCase" :type "String" :static NIL)
5325 (%flash.text.engine:alpha :swf-name "alpha" :type "void" :static NIL)
5326 (%flash.text.engine:typographic-case :swf-name "typographicCase" :type "String" :static NIL)
5327 (%flash.text.engine:digit-case :swf-name "digitCase" :type "void" :static NIL)
5328 (%flash.text.engine:ligature-level :swf-name "ligatureLevel" :type "String" :static NIL)
5329 (%flash.text.engine:tracking-left :swf-name "trackingLeft" :type "Number" :static NIL)
5330 (%flash.text.engine:locale :swf-name "locale" :type "void" :static NIL)
5331 (%flash.text.engine:digit-width :swf-name "digitWidth" :type "void" :static NIL)
5332 (%flash.text.engine:font-size :swf-name "fontSize" :type "Number" :static NIL)
5333 (%flash.text.engine:typographic-case :swf-name "typographicCase" :type "void" :static NIL)
5334 (%flash.text.engine:font-description :swf-name "fontDescription" :type "flash.text.engine::FontDescription" :static NIL)
5335 (%flash.text.engine:break-opportunity :swf-name "breakOpportunity" :type "void" :static NIL)
5336 (%flash.text.engine:tracking-right :swf-name "trackingRight" :type "Number" :static NIL)
5337 (%flash.text.engine:color :swf-name "color" :type "uint" :static NIL)
5338 (%flash.text.engine:locked :swf-name "locked" :type "Boolean" :static NIL)
5339 (%flash.text.engine:locale :swf-name "locale" :type "String" :static NIL)
5340 (%flash.text.engine:font-size :swf-name "fontSize" :type "void" :static NIL)
5341 (%flash.text.engine:ligature-level :swf-name "ligatureLevel" :type "void" :static NIL)
5342 (%flash.text.engine:alpha :swf-name "alpha" :type "Number" :static NIL)
5343 (%flash.text.engine:locked :swf-name "locked" :type "void" :static NIL)
5344 (%flash.text.engine:font-description :swf-name "fontDescription" :type "void" :static NIL)
5345 (%flash.text.engine:digit-width :swf-name "digitWidth" :type "String" :static NIL)
5346 (%flash.text.engine:kerning :swf-name "kerning" :type "void" :static NIL)
5347 (%flash.text.engine:text-rotation :swf-name "textRotation" :type "void" :static NIL)
5348 (%flash.text.engine:break-opportunity :swf-name "breakOpportunity" :type "String" :static NIL)
5349 (%flash.text.engine:tracking-right :swf-name "trackingRight" :type "void" :static NIL)
5350 (%flash.text.engine:alignment-baseline :swf-name "alignmentBaseline" :type "void" :static NIL)
5351 (%flash.text.engine:kerning :swf-name "kerning" :type "String" :static NIL)
5352 (%flash.text.engine:text-rotation :swf-name "textRotation" :type "String" :static NIL)
5353 (%flash.text.engine:dominant-baseline :swf-name "dominantBaseline" :type "void" :static NIL)
5354 (%flash.text.engine:alignment-baseline :swf-name "alignmentBaseline" :type "String" :static NIL)
5355 (%flash.text.engine:color :swf-name "color" :type "void" :static NIL)
5356 (%flash.text.engine:dominant-baseline :swf-name "dominantBaseline" :type "String" :static NIL)
5357 (%flash.text.engine:baseline-shift :swf-name "baselineShift" :type "Number" :static NIL)
5358 (%flash.text.engine:tracking-left :swf-name "trackingLeft" :type "void" :static NIL)
5359 (%flash.text.engine:baseline-shift :swf-name "baselineShift" :type "void" :static NIL))
5360 :methods
5361 ((%flash.text.engine:get-font-metrics :swf-name "getFontMetrics" :return-type "flash.text.engine::FontMetrics"
5362 :args NIL)
5363 (%flash.text.engine:clone :swf-name "clone" :return-type "flash.text.engine::ElementFormat"
5364 :args NIL))))
5365 (let ((*symbol-table* *player-symbol-table*))
5366 (declare-swf-class %flash.display:shader-parameter (%flash:object)
5367 :swf-name "flash.display::ShaderParameter"
5368 :constants
5370 :properties
5371 ((%flash.display:index :swf-name "index" :type "int" :static NIL)
5372 (%flash.display:type :swf-name "type" :type "String" :static NIL)
5373 (%flash.display:value :swf-name "value" :type "void" :static NIL)
5374 (%flash.display:value :swf-name "value" :type "Array" :static NIL))
5375 :methods
5376 ()))
5377 (let ((*symbol-table* *player-symbol-table*))
5378 (declare-swf-class %flash.display:shader-job (%flash.events:event-dispatcher)
5379 :swf-name "flash.display::ShaderJob"
5380 :constants
5382 :properties
5383 ((%flash.display:target :swf-name "target" :type "Object" :static NIL)
5384 (%flash.display:height :swf-name "height" :type "void" :static NIL)
5385 (%flash.display:progress :swf-name "progress" :type "Number" :static NIL)
5386 (%flash.display:width :swf-name "width" :type "void" :static NIL)
5387 (%flash.display:shader :swf-name "shader" :type "void" :static NIL)
5388 (%flash.display:target :swf-name "target" :type "void" :static NIL)
5389 (%flash.display:height :swf-name "height" :type "int" :static NIL)
5390 (%flash.display:width :swf-name "width" :type "int" :static NIL)
5391 (%flash.display:shader :swf-name "shader" :type "flash.display::Shader" :static NIL))
5392 :methods
5393 ((%flash.display:cancel :swf-name "cancel" :return-type "void"
5394 :args NIL)
5395 (%flash.display:start :swf-name "start" :return-type "void"
5396 :args (&OPTIONAL (("waitForCompletion" "Boolean") NIL))))))
5397 (let ((*symbol-table* *player-symbol-table*))
5398 (declare-swf-class %flash.display:color-correction (%flash:object)
5399 :swf-name "flash.display::ColorCorrection"
5400 :constants
5401 ((%flash.display:+off+ :swf-name "OFF" :type "String" :value "off")
5402 (%flash.display:+on+ :swf-name "ON" :type "String" :value "on")
5403 (%flash.display:+default+ :swf-name "DEFAULT" :type "String" :value "default"))
5404 :properties
5406 :methods
5407 ()))
5408 (let ((*symbol-table* *player-symbol-table*))
5409 (declare-swf-class %flash.text:text-format-align (%flash:object)
5410 :swf-name "flash.text::TextFormatAlign"
5411 :constants
5412 ((%flash.text:+right+ :swf-name "RIGHT" :type "String" :value "right")
5413 (%flash.text:+left+ :swf-name "LEFT" :type "String" :value "left")
5414 (%flash.text:+center+ :swf-name "CENTER" :type "String" :value "center")
5415 (%flash.text:+justify+ :swf-name "JUSTIFY" :type "String" :value "justify"))
5416 :properties
5418 :methods
5419 ()))
5420 (let ((*symbol-table* *player-symbol-table*))
5421 (declare-swf-class %flash.utils:dictionary (%flash:object)
5422 :swf-name "flash.utils::Dictionary"
5423 :constants
5425 :properties
5427 :methods
5428 ()))
5429 (let ((*symbol-table* *player-symbol-table*))
5430 (declare-swf-class %flash.net:shared-object (%flash.events:event-dispatcher)
5431 :swf-name "flash.net::SharedObject"
5432 :constants
5434 :properties
5435 ((%flash.net:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
5436 (%flash.net:client :swf-name "client" :type "void" :static NIL)
5437 (%flash.net:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
5438 (%flash.net:fps :swf-name "fps" :type "void" :static NIL)
5439 (%flash.net:client :swf-name "client" :type "Object" :static NIL)
5440 (%flash.net:data :swf-name "data" :type "Object" :static NIL)
5441 (%flash.net:size :swf-name "size" :type "uint" :static NIL))
5442 :methods
5443 ((%flash.net:close :swf-name "close" :return-type "void"
5444 :args NIL)
5445 (%flash.net:set-property :swf-name "setProperty" :return-type "void"
5446 :args (("propertyName" "String") &OPTIONAL ("value" "Object")))
5447 (%flash.net:connect :swf-name "connect" :return-type "void"
5448 :args (("myConnection" "flash.net::NetConnection") &OPTIONAL
5449 ("params" "String")))
5450 (%flash.net:set-dirty :swf-name "setDirty" :return-type "void"
5451 :args (("propertyName" "String")))
5452 (%flash.net:clear :swf-name "clear" :return-type "void"
5453 :args NIL)
5454 (%flash.net:send :swf-name "send" :return-type "void"
5455 :args NIL)
5456 (%flash.net:flush :swf-name "flush" :return-type "String"
5457 :args (&OPTIONAL (("minDiskSpace" "int") 0))))))
5458 (let ((*symbol-table* *player-symbol-table*))
5459 (declare-swf-class %flash.net:socket (%flash.events:event-dispatcher)
5460 :swf-name "flash.net::Socket"
5461 :constants
5463 :properties
5464 ((%flash.net:timeout :swf-name "timeout" :type "uint" :static NIL)
5465 (%flash.net:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
5466 (%flash.net:timeout :swf-name "timeout" :type "void" :static NIL)
5467 (%flash.net:endian :swf-name "endian" :type "void" :static NIL)
5468 (%flash.net:bytes-available :swf-name "bytesAvailable" :type "uint" :static NIL)
5469 (%flash.net:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
5470 (%flash.net:endian :swf-name "endian" :type "String" :static NIL)
5471 (%flash.net:connected :swf-name "connected" :type "Boolean" :static NIL))
5472 :methods
5473 ((%flash.net:read-int :swf-name "readInt" :return-type "int"
5474 :args NIL)
5475 (%flash.net:close :swf-name "close" :return-type "void"
5476 :args NIL)
5477 (%flash.net:read-bytes :swf-name "readBytes" :return-type "void"
5478 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
5479 (("offset" "uint") 0) (("length" "uint") 0)))
5480 (%flash.net:read-multi-byte :swf-name "readMultiByte" :return-type "String"
5481 :args (("length" "uint") ("charSet" "String")))
5482 (%flash.net:connect :swf-name "connect" :return-type "void"
5483 :args (("host" "String") ("port" "int")))
5484 (%flash.net:read-float :swf-name "readFloat" :return-type "Number"
5485 :args NIL)
5486 (%flash.net:write-short :swf-name "writeShort" :return-type "void"
5487 :args (("value" "int")))
5488 (%flash.net:write-unsigned-int :swf-name "writeUnsignedInt" :return-type "void"
5489 :args (("value" "uint")))
5490 (%flash.net:read-unsigned-byte :swf-name "readUnsignedByte" :return-type "uint"
5491 :args NIL)
5492 (%flash.net:write-multi-byte :swf-name "writeMultiByte" :return-type "void"
5493 :args (("value" "String") ("charSet" "String")))
5494 (%flash.net:write-bytes :swf-name "writeBytes" :return-type "void"
5495 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
5496 (("offset" "uint") 0) (("length" "uint") 0)))
5497 (%flash.net:read-unsigned-int :swf-name "readUnsignedInt" :return-type "uint"
5498 :args NIL)
5499 (%flash.net:write-boolean :swf-name "writeBoolean" :return-type "void"
5500 :args (("value" "Boolean")))
5501 (%flash.net:write-utf :swf-name "writeUTF" :return-type "void"
5502 :args (("value" "String")))
5503 (%flash.net:read-byte :swf-name "readByte" :return-type "int"
5504 :args NIL)
5505 (%flash.net:write-float :swf-name "writeFloat" :return-type "void"
5506 :args (("value" "Number")))
5507 (%flash.net:read-utf-bytes :swf-name "readUTFBytes" :return-type "String"
5508 :args (("length" "uint")))
5509 (%flash.net:read-boolean :swf-name "readBoolean" :return-type "Boolean"
5510 :args NIL)
5511 (%flash.net:read-utf :swf-name "readUTF" :return-type "String"
5512 :args NIL)
5513 (%flash.net:read-object :swf-name "readObject" :return-type "*"
5514 :args NIL)
5515 (%flash.net:write-double :swf-name "writeDouble" :return-type "void"
5516 :args (("value" "Number")))
5517 (%flash.net:write-int :swf-name "writeInt" :return-type "void"
5518 :args (("value" "int")))
5519 (%flash.net:read-double :swf-name "readDouble" :return-type "Number"
5520 :args NIL)
5521 (%flash.net:read-unsigned-short :swf-name "readUnsignedShort" :return-type "uint"
5522 :args NIL)
5523 (%flash.net:read-short :swf-name "readShort" :return-type "int"
5524 :args NIL)
5525 (%flash.net:write-byte :swf-name "writeByte" :return-type "void"
5526 :args (("value" "int")))
5527 (%flash.net:write-object :swf-name "writeObject" :return-type "void"
5528 :args ("object"))
5529 (%flash.net:flush :swf-name "flush" :return-type "void"
5530 :args NIL)
5531 (%flash.net:write-utf-bytes :swf-name "writeUTFBytes" :return-type "void"
5532 :args (("value" "String"))))))
5533 (let ((*symbol-table* *player-symbol-table*))
5534 (declare-swf-class %flash.filters:color-matrix-filter (%flash.filters:bitmap-filter)
5535 :swf-name "flash.filters::ColorMatrixFilter"
5536 :constants
5538 :properties
5539 ((%flash.filters:matrix :swf-name "matrix" :type "void" :static NIL)
5540 (%flash.filters:matrix :swf-name "matrix" :type "Array" :static NIL))
5541 :methods
5542 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
5543 :args NIL))))
5544 (let ((*symbol-table* *player-symbol-table*))
5545 (declare-swf-class %flash.filters:bitmap-filter-type (%flash:object)
5546 :swf-name "flash.filters::BitmapFilterType"
5547 :constants
5548 ((%flash.filters:+full+ :swf-name "FULL" :type "String" :value "full")
5549 (%flash.filters:+inner+ :swf-name "INNER" :type "String" :value "inner")
5550 (%flash.filters:+outer+ :swf-name "OUTER" :type "String" :value "outer"))
5551 :properties
5553 :methods
5554 ()))
5555 (let ((*symbol-table* *player-symbol-table*))
5556 (declare-swf-class %flash.text:text-color-type (%flash:object)
5557 :swf-name "flash.text::TextColorType"
5558 :constants
5559 ((%flash.text:+light-color+ :swf-name "LIGHT_COLOR" :type "String" :value "light")
5560 (%flash.text:+dark-color+ :swf-name "DARK_COLOR" :type "String" :value "dark"))
5561 :properties
5563 :methods
5564 ()))
5565 (let ((*symbol-table* *player-symbol-table*))
5566 (declare-swf-class %flash.filters:displacement-map-filter (%flash.filters:bitmap-filter)
5567 :swf-name "flash.filters::DisplacementMapFilter"
5568 :constants
5570 :properties
5571 ((%flash.filters:scale-y :swf-name "scaleY" :type "void" :static NIL)
5572 (%flash.filters:map-bitmap :swf-name "mapBitmap" :type "void" :static NIL)
5573 (%flash.filters:scale-x :swf-name "scaleX" :type "void" :static NIL)
5574 (%flash.filters:component-x :swf-name "componentX" :type "uint" :static NIL)
5575 (%flash.filters:component-y :swf-name "componentY" :type "void" :static NIL)
5576 (%flash.filters:component-x :swf-name "componentX" :type "void" :static NIL)
5577 (%flash.filters:map-point :swf-name "mapPoint" :type "flash.geom::Point" :static NIL)
5578 (%flash.filters:color :swf-name "color" :type "uint" :static NIL)
5579 (%flash.filters:scale-y :swf-name "scaleY" :type "Number" :static NIL)
5580 (%flash.filters:scale-x :swf-name "scaleX" :type "Number" :static NIL)
5581 (%flash.filters:color :swf-name "color" :type "void" :static NIL)
5582 (%flash.filters:map-bitmap :swf-name "mapBitmap" :type "flash.display::BitmapData" :static NIL)
5583 (%flash.filters:mode :swf-name "mode" :type "String" :static NIL)
5584 (%flash.filters:alpha :swf-name "alpha" :type "void" :static NIL)
5585 (%flash.filters:map-point :swf-name "mapPoint" :type "void" :static NIL)
5586 (%flash.filters:mode :swf-name "mode" :type "void" :static NIL)
5587 (%flash.filters:alpha :swf-name "alpha" :type "Number" :static NIL)
5588 (%flash.filters:component-y :swf-name "componentY" :type "uint" :static NIL))
5589 :methods
5590 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
5591 :args NIL))))
5592 (let ((*symbol-table* *player-symbol-table*))
5593 (declare-swf-class %flash.display:graphics-path-winding (%flash:object)
5594 :swf-name "flash.display::GraphicsPathWinding"
5595 :constants
5596 ((%flash.display:+non-zero+ :swf-name "NON_ZERO" :type "String" :value "nonZero")
5597 (%flash.display:+even-odd+ :swf-name "EVEN_ODD" :type "String" :value "evenOdd"))
5598 :properties
5600 :methods
5601 ()))
5602 (let ((*symbol-table* *player-symbol-table*))
5603 (declare-swf-class %flash.net:i-dynamic-property-writer ()
5604 :swf-name "flash.net::IDynamicPropertyWriter"
5605 :constants
5607 :properties
5609 :methods
5610 ((%flash.net:write-dynamic-properties :swf-name "writeDynamicProperties" :return-type "void"
5611 :args (("obj" "Object") ("output" "flash.net::IDynamicPropertyOutput"))))))
5612 (let ((*symbol-table* *player-symbol-table*))
5613 (declare-swf-class %flash.external:external-interface (%flash:object)
5614 :swf-name "flash.external::ExternalInterface"
5615 :constants
5617 :properties
5618 ((%flash.external:marshall-exceptions :swf-name "marshallExceptions" :type "Boolean" :value NIL :static T))
5619 :methods
5620 ()))
5621 (let ((*symbol-table* *player-symbol-table*))
5622 (declare-swf-class %flash.text:text-run (%flash:object)
5623 :swf-name "flash.text::TextRun"
5624 :constants
5626 :properties
5627 ((%flash.text:begin-index :swf-name "beginIndex" :type "int" :value NIL :static NIL)
5628 (%flash.text:end-index :swf-name "endIndex" :type "int" :value NIL :static NIL)
5629 (%flash.text:text-format :swf-name "textFormat" :type "flash.text::TextFormat" :value NIL :static NIL))
5630 :methods
5631 ()))
5632 (let ((*symbol-table* *player-symbol-table*))
5633 (declare-swf-class %flash.display:shader (%flash:object)
5634 :swf-name "flash.display::Shader"
5635 :constants
5637 :properties
5638 ((%flash.display:precision-hint :swf-name "precisionHint" :type "void" :static NIL)
5639 (%flash.display:data :swf-name "data" :type "flash.display::ShaderData" :static NIL)
5640 (%flash.display:precision-hint :swf-name "precisionHint" :type "String" :static NIL)
5641 (%flash.display:data :swf-name "data" :type "void" :static NIL)
5642 (%flash.display:byte-code :swf-name "byteCode" :type "void" :static NIL))
5643 :methods
5644 ()))
5645 (let ((*symbol-table* *player-symbol-table*))
5646 (declare-swf-class %flash.media:video (%flash.display:display-object)
5647 :swf-name "flash.media::Video"
5648 :constants
5650 :properties
5651 ((%flash.media:deblocking :swf-name "deblocking" :type "void" :static NIL)
5652 (%flash.media:video-width :swf-name "videoWidth" :type "int" :static NIL)
5653 (%flash.media:smoothing :swf-name "smoothing" :type "void" :static NIL)
5654 (%flash.media:deblocking :swf-name "deblocking" :type "int" :static NIL)
5655 (%flash.media:smoothing :swf-name "smoothing" :type "Boolean" :static NIL)
5656 (%flash.media:video-height :swf-name "videoHeight" :type "int" :static NIL))
5657 :methods
5658 ((%flash.media:attach-net-stream :swf-name "attachNetStream" :return-type "void"
5659 :args (("netStream" "flash.net::NetStream")))
5660 (%flash.media:clear :swf-name "clear" :return-type "void"
5661 :args NIL)
5662 (%flash.media:attach-camera :swf-name "attachCamera" :return-type "void"
5663 :args (("camera" "flash.media::Camera"))))))
5664 (let ((*symbol-table* *player-symbol-table*))
5665 (declare-swf-class %flash.text:text-format-display (%flash:object)
5666 :swf-name "flash.text::TextFormatDisplay"
5667 :constants
5668 ((%flash.text:+block+ :swf-name "BLOCK" :type "String" :value "block")
5669 (%flash.text:+inline+ :swf-name "INLINE" :type "String" :value "inline"))
5670 :properties
5672 :methods
5673 ()))
5674 (let ((*symbol-table* *player-symbol-table*))
5675 (declare-swf-class %flash.media:id3info (%flash:object)
5676 :swf-name "flash.media::ID3Info"
5677 :constants
5679 :properties
5680 ((%flash.media:comment :swf-name "comment" :type "String" :value NIL :static NIL)
5681 (%flash.media:year :swf-name "year" :type "String" :value NIL :static NIL)
5682 (%flash.media:album :swf-name "album" :type "String" :value NIL :static NIL)
5683 (%flash.media:track :swf-name "track" :type "String" :value NIL :static NIL)
5684 (%flash.media:artist :swf-name "artist" :type "String" :value NIL :static NIL)
5685 (%flash.media:genre :swf-name "genre" :type "String" :value NIL :static NIL)
5686 (%flash.media:song-name :swf-name "songName" :type "String" :value NIL :static NIL))
5687 :methods
5688 ()))
5689 (let ((*symbol-table* *player-symbol-table*))
5690 (declare-swf-class %flash.media:sound-transform (%flash:object)
5691 :swf-name "flash.media::SoundTransform"
5692 :constants
5694 :properties
5695 ((%flash.media:right-to-left :swf-name "rightToLeft" :type "Number" :static NIL)
5696 (%flash.media:pan :swf-name "pan" :type "Number" :static NIL)
5697 (%flash.media:right-to-left :swf-name "rightToLeft" :type "void" :static NIL)
5698 (%flash.media:volume :swf-name "volume" :type "void" :static NIL)
5699 (%flash.media:left-to-right :swf-name "leftToRight" :type "Number" :static NIL)
5700 (%flash.media:left-to-right :swf-name "leftToRight" :type "void" :static NIL)
5701 (%flash.media:left-to-left :swf-name "leftToLeft" :type "void" :static NIL)
5702 (%flash.media:right-to-right :swf-name "rightToRight" :type "void" :static NIL)
5703 (%flash.media:left-to-left :swf-name "leftToLeft" :type "Number" :static NIL)
5704 (%flash.media:volume :swf-name "volume" :type "Number" :static NIL)
5705 (%flash.media:right-to-right :swf-name "rightToRight" :type "Number" :static NIL)
5706 (%flash.media:pan :swf-name "pan" :type "void" :static NIL))
5707 :methods
5708 ()))
5709 (let ((*symbol-table* *player-symbol-table*))
5710 (declare-swf-class %flash.trace:trace (%flash:object)
5711 :swf-name "flash.trace::Trace"
5712 :constants
5713 ((%flash.trace:+file+ :swf-name "FILE" :type "null" :value 1)
5714 (%flash.trace:+listener+ :swf-name "LISTENER" :type "null" :value 2)
5715 (%flash.trace:+methods+ :swf-name "METHODS" :type "int" :value 1)
5716 (%flash.trace:+methods-with-args+ :swf-name "METHODS_WITH_ARGS" :type "int" :value 2)
5717 (%flash.trace:+off+ :swf-name "OFF" :type "int" :value 0)
5718 (%flash.trace:+methods-and-lines+ :swf-name "METHODS_AND_LINES" :type "int" :value 3)
5719 (%flash.trace:+methods-and-lines-with-args+ :swf-name "METHODS_AND_LINES_WITH_ARGS" :type "int" :value 4))
5720 :properties
5722 :methods
5723 ()))
5724 (let ((*symbol-table* *player-symbol-table*))
5725 (declare-swf-class %flash.text:text-snapshot (%flash:object)
5726 :swf-name "flash.text::TextSnapshot"
5727 :constants
5729 :properties
5730 ((%flash.text:char-count :swf-name "charCount" :type "int" :static NIL))
5731 :methods
5732 ((%flash.text:get-selected-text :swf-name "getSelectedText" :return-type "String"
5733 :args (&OPTIONAL (("includeLineEndings" "Boolean") NIL)))
5734 (%flash.text:get-text-run-info :swf-name "getTextRunInfo" :return-type "Array"
5735 :args (("beginIndex" "int") ("endIndex" "int")))
5736 (%flash.text:hit-test-text-near-pos :swf-name "hitTestTextNearPos" :return-type "Number"
5737 :args (("x" "Number") ("y" "Number") &OPTIONAL
5738 (("maxDistance" "Number") 0)))
5739 (%flash.text:find-text :swf-name "findText" :return-type "int"
5740 :args (("beginIndex" "int") ("textToFind" "String")
5741 ("caseSensitive" "Boolean")))
5742 (%flash.text:set-select-color :swf-name "setSelectColor" :return-type "void"
5743 :args (&OPTIONAL (("hexColor" "uint") 16776960)))
5744 (%flash.text:set-selected :swf-name "setSelected" :return-type "void"
5745 :args (("beginIndex" "int") ("endIndex" "int") ("select" "Boolean")))
5746 (%flash.text:get-text :swf-name "getText" :return-type "String"
5747 :args (("beginIndex" "int") ("endIndex" "int") &OPTIONAL
5748 (("includeLineEndings" "Boolean") NIL)))
5749 (%flash.text:get-selected :swf-name "getSelected" :return-type "Boolean"
5750 :args (("beginIndex" "int") ("endIndex" "int"))))))
5751 (let ((*symbol-table* *player-symbol-table*))
5752 (declare-swf-class %flash.display:interpolation-method (%flash:object)
5753 :swf-name "flash.display::InterpolationMethod"
5754 :constants
5755 ((%flash.display:+rgb+ :swf-name "RGB" :type "String" :value "rgb")
5756 (%flash.display:+linear-rgb+ :swf-name "LINEAR_RGB" :type "String" :value "linearRGB"))
5757 :properties
5759 :methods
5760 ()))
5761 (let ((*symbol-table* *player-symbol-table*))
5762 (declare-swf-class %flash.ui:context-menu-built-in-items (%flash:object)
5763 :swf-name "flash.ui::ContextMenuBuiltInItems"
5764 :constants
5766 :properties
5767 ((%flash.ui:quality :swf-name "quality" :type "Boolean" :value T :static NIL)
5768 (%flash.ui:save :swf-name "save" :type "Boolean" :value T :static NIL)
5769 (%flash.ui:rewind :swf-name "rewind" :type "Boolean" :value T :static NIL)
5770 (%flash.ui:forward-and-back :swf-name "forwardAndBack" :type "Boolean" :value T :static NIL)
5771 (%flash.ui:play :swf-name "play" :type "Boolean" :value T :static NIL)
5772 (%flash.ui:zoom :swf-name "zoom" :type "Boolean" :value T :static NIL)
5773 (%flash.ui:print :swf-name "print" :type "Boolean" :value T :static NIL)
5774 (%flash.ui:loop :swf-name "loop" :type "Boolean" :value T :static NIL))
5775 :methods
5776 ((%flash.ui:clone :swf-name "clone" :return-type "flash.ui::ContextMenuBuiltInItems"
5777 :args NIL))))
5778 (let ((*symbol-table* *player-symbol-table*))
5779 (declare-swf-class %flash.text:text-extent (%flash:object)
5780 :swf-name "flash.text::TextExtent"
5781 :constants
5783 :properties
5784 ((%flash.text:text-field-height :swf-name "textFieldHeight" :type "Number" :value NIL :static NIL)
5785 (%flash.text:descent :swf-name "descent" :type "Number" :value NIL :static NIL)
5786 (%flash.text:text-field-width :swf-name "textFieldWidth" :type "Number" :value NIL :static NIL)
5787 (%flash.text:height :swf-name "height" :type "Number" :value NIL :static NIL)
5788 (%flash.text:width :swf-name "width" :type "Number" :value NIL :static NIL)
5789 (%flash.text:ascent :swf-name "ascent" :type "Number" :value NIL :static NIL))
5790 :methods
5791 ()))
5792 (let ((*symbol-table* *player-symbol-table*))
5793 (declare-swf-class %flash.text.engine:cff-hinting (%flash:object)
5794 :swf-name "flash.text.engine::CFFHinting"
5795 :constants
5796 ((%flash.text.engine:+horizontal-stem+ :swf-name "HORIZONTAL_STEM" :type "String" :value "horizontalStem")
5797 (%flash.text.engine:+none+ :swf-name "NONE" :type "String" :value "none"))
5798 :properties
5800 :methods
5801 ()))
5802 (let ((*symbol-table* *player-symbol-table*))
5803 (declare-swf-class %flash.system:security-domain (%flash:object)
5804 :swf-name "flash.system::SecurityDomain"
5805 :constants
5807 :properties
5809 :methods
5810 ()))
5811 (let ((*symbol-table* *player-symbol-table*))
5812 (declare-swf-class %flash:date (%flash:object)
5813 :swf-name "Date"
5814 :constants
5815 ((%flash:+length+ :swf-name "length" :type "int" :value 7))
5816 :properties
5817 ((%flash:seconds :swf-name "seconds" :type "Number" :static NIL)
5818 (%flash:seconds :swf-name "seconds" :type "*" :static NIL)
5819 (%flash:timezone-offset :swf-name "timezoneOffset" :type "Number" :static NIL)
5820 (%flash:full-year :swf-name "fullYear" :type "Number" :static NIL)
5821 (%flash:milliseconds-utc :swf-name "millisecondsUTC" :type "Number" :static NIL)
5822 (%flash:day-utc :swf-name "dayUTC" :type "Number" :static NIL)
5823 (%flash:time :swf-name "time" :type "Number" :static NIL)
5824 (%flash:milliseconds-utc :swf-name "millisecondsUTC" :type "*" :static NIL)
5825 (%flash:minutes :swf-name "minutes" :type "Number" :static NIL)
5826 (%flash:date :swf-name "date" :type "*" :static NIL)
5827 (%flash:full-year :swf-name "fullYear" :type "*" :static NIL)
5828 (%flash:minutes :swf-name "minutes" :type "*" :static NIL)
5829 (%flash:seconds-utc :swf-name "secondsUTC" :type "*" :static NIL)
5830 (%flash:minutes-utc :swf-name "minutesUTC" :type "Number" :static NIL)
5831 (%flash:full-year-utc :swf-name "fullYearUTC" :type "*" :static NIL)
5832 (%flash:hours-utc :swf-name "hoursUTC" :type "*" :static NIL)
5833 (%flash:date-utc :swf-name "dateUTC" :type "*" :static NIL)
5834 (%flash:date :swf-name "date" :type "Number" :static NIL)
5835 (%flash:milliseconds :swf-name "milliseconds" :type "*" :static NIL)
5836 (%flash:month-utc :swf-name "monthUTC" :type "*" :static NIL)
5837 (%flash:seconds-utc :swf-name "secondsUTC" :type "Number" :static NIL)
5838 (%flash:time :swf-name "time" :type "*" :static NIL)
5839 (%flash:hours :swf-name "hours" :type "*" :static NIL)
5840 (%flash:day :swf-name "day" :type "Number" :static NIL)
5841 (%flash:full-year-utc :swf-name "fullYearUTC" :type "Number" :static NIL)
5842 (%flash:date-utc :swf-name "dateUTC" :type "Number" :static NIL)
5843 (%flash:hours-utc :swf-name "hoursUTC" :type "Number" :static NIL)
5844 (%flash:milliseconds :swf-name "milliseconds" :type "Number" :static NIL)
5845 (%flash:hours :swf-name "hours" :type "Number" :static NIL)
5846 (%flash:minutes-utc :swf-name "minutesUTC" :type "*" :static NIL)
5847 (%flash:month :swf-name "month" :type "*" :static NIL)
5848 (%flash:month-utc :swf-name "monthUTC" :type "Number" :static NIL)
5849 (%flash:month :swf-name "month" :type "Number" :static NIL))
5850 :methods
5851 ((%flash:get-utc-full-year :swf-name "getUTCFullYear" :return-type "Number"
5852 :args NIL)
5853 (%flash:set-utc-full-year :swf-name "setUTCFullYear" :return-type "Number"
5854 :args (&OPTIONAL "year" "month" "date"))
5855 (%flash:to-locale-date-string :swf-name "toLocaleDateString" :return-type "String"
5856 :args NIL)
5857 (%flash:set-full-year :swf-name "setFullYear" :return-type "Number"
5858 :args (&OPTIONAL "year" "month" "date"))
5859 (%flash:to-string :swf-name "toString" :return-type "String"
5860 :args NIL)
5861 (%flash:get-full-year :swf-name "getFullYear" :return-type "Number"
5862 :args NIL)
5863 (%flash:get-day :swf-name "getDay" :return-type "Number"
5864 :args NIL)
5865 (%flash:get-timezone-offset :swf-name "getTimezoneOffset" :return-type "Number"
5866 :args NIL)
5867 (%flash:get-hours :swf-name "getHours" :return-type "Number"
5868 :args NIL)
5869 (%flash:set-utc-hours :swf-name "setUTCHours" :return-type "Number"
5870 :args (&OPTIONAL "hour" "min" "sec" "ms"))
5871 (%flash:to-locale-time-string :swf-name "toLocaleTimeString" :return-type "String"
5872 :args NIL)
5873 (%flash:set-time :swf-name "setTime" :return-type "Number"
5874 :args (&OPTIONAL "t"))
5875 (%flash:get-utc-day :swf-name "getUTCDay" :return-type "Number"
5876 :args NIL)
5877 (%flash:set-hours :swf-name "setHours" :return-type "Number"
5878 :args (&OPTIONAL "hour" "min" "sec" "ms"))
5879 (%flash:get-month :swf-name "getMonth" :return-type "Number"
5880 :args NIL)
5881 (%flash:get-seconds :swf-name "getSeconds" :return-type "Number"
5882 :args NIL)
5883 (%flash:set-month :swf-name "setMonth" :return-type "Number"
5884 :args (&OPTIONAL "month" "date"))
5885 (%flash:set-seconds :swf-name "setSeconds" :return-type "Number"
5886 :args (&OPTIONAL "sec" "ms"))
5887 (%flash:get-time :swf-name "getTime" :return-type "Number"
5888 :args NIL)
5889 (%flash:get-utc-hours :swf-name "getUTCHours" :return-type "Number"
5890 :args NIL)
5891 (%flash:set-utc-month :swf-name "setUTCMonth" :return-type "Number"
5892 :args (&OPTIONAL "month" "date"))
5893 (%flash:set-utc-seconds :swf-name "setUTCSeconds" :return-type "Number"
5894 :args (&OPTIONAL "sec" "ms"))
5895 (%flash:get-utc-date :swf-name "getUTCDate" :return-type "Number"
5896 :args NIL)
5897 (%flash:to-date-string :swf-name "toDateString" :return-type "String"
5898 :args NIL)
5899 (%flash:set-utc-date :swf-name "setUTCDate" :return-type "Number"
5900 :args (&OPTIONAL "date"))
5901 (%flash:get-utc-month :swf-name "getUTCMonth" :return-type "Number"
5902 :args NIL)
5903 (%flash:get-utc-seconds :swf-name "getUTCSeconds" :return-type "Number"
5904 :args NIL)
5905 (%flash:set-date :swf-name "setDate" :return-type "Number"
5906 :args (&OPTIONAL "date"))
5907 (%flash:set-utc-minutes :swf-name "setUTCMinutes" :return-type "Number"
5908 :args (&OPTIONAL "min" "sec" "ms"))
5909 (%flash:get-minutes :swf-name "getMinutes" :return-type "Number"
5910 :args NIL)
5911 (%flash:value-of :swf-name "valueOf" :return-type "Number"
5912 :args NIL)
5913 (%flash:to-locale-string :swf-name "toLocaleString" :return-type "String"
5914 :args NIL)
5915 (%flash:get-date :swf-name "getDate" :return-type "Number"
5916 :args NIL)
5917 (%flash:get-utc-milliseconds :swf-name "getUTCMilliseconds" :return-type "Number"
5918 :args NIL)
5919 (%flash:set-minutes :swf-name "setMinutes" :return-type "Number"
5920 :args (&OPTIONAL "min" "sec" "ms"))
5921 (%flash:set-utc-milliseconds :swf-name "setUTCMilliseconds" :return-type "Number"
5922 :args (&OPTIONAL "ms"))
5923 (%flash:to-utc-string :swf-name "toUTCString" :return-type "String"
5924 :args NIL)
5925 (%flash:to-time-string :swf-name "toTimeString" :return-type "String"
5926 :args NIL)
5927 (%flash:set-milliseconds :swf-name "setMilliseconds" :return-type "Number"
5928 :args (&OPTIONAL "ms"))
5929 (%flash:get-utc-minutes :swf-name "getUTCMinutes" :return-type "Number"
5930 :args NIL)
5931 (%flash:get-milliseconds :swf-name "getMilliseconds" :return-type "Number"
5932 :args NIL))))
5933 (let ((*symbol-table* *player-symbol-table*))
5934 (declare-swf-class %flash.net:dynamic-property-output (%flash:object)
5935 :swf-name "flash.net::DynamicPropertyOutput"
5936 :constants
5938 :properties
5940 :methods
5941 ((%flash.net:write-dynamic-property :swf-name "writeDynamicProperty" :return-type "void"
5942 :args (("name" "String") "value")))))
5943 (let ((*symbol-table* *player-symbol-table*))
5944 (declare-swf-class %flash.filters:blur-filter (%flash.filters:bitmap-filter)
5945 :swf-name "flash.filters::BlurFilter"
5946 :constants
5948 :properties
5949 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
5950 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
5951 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
5952 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
5953 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
5954 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL))
5955 :methods
5956 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
5957 :args NIL))))
5958 (let ((*symbol-table* *player-symbol-table*))
5959 (declare-swf-class %flash.display:graphics-bitmap-fill (%flash:object)
5960 :swf-name "flash.display::GraphicsBitmapFill"
5961 :constants
5963 :properties
5964 ((%flash.display:smooth :swf-name "smooth" :type "Boolean" :value NIL :static NIL)
5965 (%flash.display:repeat :swf-name "repeat" :type "Boolean" :value NIL :static NIL)
5966 (%flash.display:bitmap-data :swf-name "bitmapData" :type "flash.display::BitmapData" :value NIL :static NIL)
5967 (%flash.display:matrix :swf-name "matrix" :type "flash.geom::Matrix" :value NIL :static NIL))
5968 :methods
5969 ()))
5970 (let ((*symbol-table* *player-symbol-table*))
5971 (declare-swf-class %flash.events:status-event (%flash.events:event)
5972 :swf-name "flash.events::StatusEvent"
5973 :constants
5974 ((%flash.events:+status+ :swf-name "STATUS" :type "String" :value "status"))
5975 :properties
5976 ((%flash.events:level :swf-name "level" :type "String" :static NIL)
5977 (%flash.events:code :swf-name "code" :type "void" :static NIL)
5978 (%flash.events:level :swf-name "level" :type "void" :static NIL)
5979 (%flash.events:code :swf-name "code" :type "String" :static NIL))
5980 :methods
5981 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
5982 :args NIL)
5983 (%flash.events:to-string :swf-name "toString" :return-type "String"
5984 :args NIL))))
5985 (let ((*symbol-table* *player-symbol-table*))
5986 (declare-swf-class %flash.geom:orientation3d (%flash:object)
5987 :swf-name "flash.geom::Orientation3D"
5988 :constants
5989 ((%flash.geom:+quaternion+ :swf-name "QUATERNION" :type "String" :value "quaternion")
5990 (%flash.geom:+euler-angles+ :swf-name "EULER_ANGLES" :type "String" :value "eulerAngles")
5991 (%flash.geom:+axis-angle+ :swf-name "AXIS_ANGLE" :type "String" :value "axisAngle"))
5992 :properties
5994 :methods
5995 ()))
5996 (let ((*symbol-table* *player-symbol-table*))
5997 (declare-swf-class %flash.geom:color-transform (%flash:object)
5998 :swf-name "flash.geom::ColorTransform"
5999 :constants
6001 :properties
6002 ((%flash.geom:alpha-multiplier :swf-name "alphaMultiplier" :type "Number" :value NIL :static NIL)
6003 (%flash.geom:green-offset :swf-name "greenOffset" :type "Number" :value NIL :static NIL)
6004 (%flash.geom:blue-multiplier :swf-name "blueMultiplier" :type "Number" :value NIL :static NIL)
6005 (%flash.geom:red-multiplier :swf-name "redMultiplier" :type "Number" :value NIL :static NIL)
6006 (%flash.geom:alpha-offset :swf-name "alphaOffset" :type "Number" :value NIL :static NIL)
6007 (%flash.geom:blue-offset :swf-name "blueOffset" :type "Number" :value NIL :static NIL)
6008 (%flash.geom:green-multiplier :swf-name "greenMultiplier" :type "Number" :value NIL :static NIL)
6009 (%flash.geom:color :swf-name "color" :type "void" :static NIL)
6010 (%flash.geom:red-offset :swf-name "redOffset" :type "Number" :value NIL :static NIL)
6011 (%flash.geom:color :swf-name "color" :type "uint" :static NIL))
6012 :methods
6013 ((%flash.geom:concat :swf-name "concat" :return-type "void"
6014 :args (("second" "flash.geom::ColorTransform")))
6015 (%flash.geom:to-string :swf-name "toString" :return-type "String"
6016 :args NIL))))
6017 (let ((*symbol-table* *player-symbol-table*))
6018 (declare-swf-class %flash.text:static-text (%flash.display:display-object)
6019 :swf-name "flash.text::StaticText"
6020 :constants
6022 :properties
6023 ((%flash.text:text :swf-name "text" :type "String" :static NIL))
6024 :methods
6025 ()))
6026 (let ((*symbol-table* *player-symbol-table*))
6027 (declare-swf-class %adobe.utils:custom-actions (%flash:object)
6028 :swf-name "adobe.utils::CustomActions"
6029 :constants
6031 :properties
6033 :methods
6034 ()))
6035 (let ((*symbol-table* *player-symbol-table*))
6036 (declare-swf-class %flash.net:url-stream (%flash.events:event-dispatcher)
6037 :swf-name "flash.net::URLStream"
6038 :constants
6040 :properties
6041 ((%flash.net:endian :swf-name "endian" :type "void" :static NIL)
6042 (%flash.net:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
6043 (%flash.net:bytes-available :swf-name "bytesAvailable" :type "uint" :static NIL)
6044 (%flash.net:endian :swf-name "endian" :type "String" :static NIL)
6045 (%flash.net:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
6046 (%flash.net:connected :swf-name "connected" :type "Boolean" :static NIL))
6047 :methods
6048 ((%flash.net:close :swf-name "close" :return-type "void"
6049 :args NIL)
6050 (%flash.net:read-byte :swf-name "readByte" :return-type "int"
6051 :args NIL)
6052 (%flash.net:read-bytes :swf-name "readBytes" :return-type "void"
6053 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
6054 (("offset" "uint") 0) (("length" "uint") 0)))
6055 (%flash.net:read-utf-bytes :swf-name "readUTFBytes" :return-type "String"
6056 :args (("length" "uint")))
6057 (%flash.net:read-int :swf-name "readInt" :return-type "int"
6058 :args NIL)
6059 (%flash.net:read-utf :swf-name "readUTF" :return-type "String"
6060 :args NIL)
6061 (%flash.net:read-multi-byte :swf-name "readMultiByte" :return-type "String"
6062 :args (("length" "uint") ("charSet" "String")))
6063 (%flash.net:load :swf-name "load" :return-type "void"
6064 :args (("request" "flash.net::URLRequest")))
6065 (%flash.net:read-object :swf-name "readObject" :return-type "*"
6066 :args NIL)
6067 (%flash.net:read-unsigned-byte :swf-name "readUnsignedByte" :return-type "uint"
6068 :args NIL)
6069 (%flash.net:read-unsigned-short :swf-name "readUnsignedShort" :return-type "uint"
6070 :args NIL)
6071 (%flash.net:read-short :swf-name "readShort" :return-type "int"
6072 :args NIL)
6073 (%flash.net:read-boolean :swf-name "readBoolean" :return-type "Boolean"
6074 :args NIL)
6075 (%flash.net:read-float :swf-name "readFloat" :return-type "Number"
6076 :args NIL)
6077 (%flash.net:read-double :swf-name "readDouble" :return-type "Number"
6078 :args NIL)
6079 (%flash.net:read-unsigned-int :swf-name "readUnsignedInt" :return-type "uint"
6080 :args NIL))))
6081 (let ((*symbol-table* *player-symbol-table*))
6082 (declare-swf-class %flash.events:security-error-event (%flash.events:error-event)
6083 :swf-name "flash.events::SecurityErrorEvent"
6084 :constants
6085 ((%flash.events:+security-error+ :swf-name "SECURITY_ERROR" :type "String" :value "securityError"))
6086 :properties
6088 :methods
6089 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6090 :args NIL)
6091 (%flash.events:to-string :swf-name "toString" :return-type "String"
6092 :args NIL))))
6093 (let ((*symbol-table* *player-symbol-table*))
6094 (declare-swf-class %flash.text.engine:ligature-level (%flash:object)
6095 :swf-name "flash.text.engine::LigatureLevel"
6096 :constants
6097 ((%flash.text.engine:+minimum+ :swf-name "MINIMUM" :type "String" :value "minimum")
6098 (%flash.text.engine:+common+ :swf-name "COMMON" :type "String" :value "common")
6099 (%flash.text.engine:+exotic+ :swf-name "EXOTIC" :type "String" :value "exotic")
6100 (%flash.text.engine:+none+ :swf-name "NONE" :type "String" :value "none")
6101 (%flash.text.engine:+uncommon+ :swf-name "UNCOMMON" :type "String" :value "uncommon"))
6102 :properties
6104 :methods
6105 ()))
6106 (let ((*symbol-table* *player-symbol-table*))
6107 (declare-swf-class %flash.display:morph-shape (%flash.display:display-object)
6108 :swf-name "flash.display::MorphShape"
6109 :constants
6111 :properties
6113 :methods
6114 ()))
6115 (let ((*symbol-table* *player-symbol-table*))
6116 (declare-swf-class %flash.text:anti-alias-type (%flash:object)
6117 :swf-name "flash.text::AntiAliasType"
6118 :constants
6119 ((%flash.text:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
6120 (%flash.text:+advanced+ :swf-name "ADVANCED" :type "String" :value "advanced"))
6121 :properties
6123 :methods
6124 ()))
6125 (let ((*symbol-table* *player-symbol-table*))
6126 (declare-swf-class %flash.media:microphone (%flash.events:event-dispatcher)
6127 :swf-name "flash.media::Microphone"
6128 :constants
6130 :properties
6131 ((%flash.media:frames-per-packet :swf-name "framesPerPacket" :type "int" :static NIL)
6132 (%flash.media:frames-per-packet :swf-name "framesPerPacket" :type "void" :static NIL)
6133 (%flash.media:sound-transform :swf-name "soundTransform" :type "flash.media::SoundTransform" :static NIL)
6134 (%flash.media:name :swf-name "name" :type "String" :static NIL)
6135 (%flash.media:index :swf-name "index" :type "int" :static NIL)
6136 (%flash.media:codec :swf-name "codec" :type "String" :static NIL)
6137 (%flash.media:activity-level :swf-name "activityLevel" :type "Number" :static NIL)
6138 (%flash.media:encode-quality :swf-name "encodeQuality" :type "void" :static NIL)
6139 (%flash.media:encode-quality :swf-name "encodeQuality" :type "int" :static NIL)
6140 (%flash.media:silence-timeout :swf-name "silenceTimeout" :type "int" :static NIL)
6141 (%flash.media:use-echo-suppression :swf-name "useEchoSuppression" :type "Boolean" :static NIL)
6142 (%flash.media:gain :swf-name "gain" :type "void" :static NIL)
6143 (%flash.media:codec :swf-name "codec" :type "void" :static NIL)
6144 (%flash.media:muted :swf-name "muted" :type "Boolean" :static NIL)
6145 (%flash.media:rate :swf-name "rate" :type "int" :static NIL)
6146 (%flash.media:gain :swf-name "gain" :type "Number" :static NIL)
6147 (%flash.media:silence-level :swf-name "silenceLevel" :type "Number" :static NIL)
6148 (%flash.media:sound-transform :swf-name "soundTransform" :type "void" :static NIL)
6149 (%flash.media:rate :swf-name "rate" :type "void" :static NIL))
6150 :methods
6151 ((%flash.media:set-loop-back :swf-name "setLoopBack" :return-type "void"
6152 :args (&OPTIONAL (("state" "Boolean") T)))
6153 (%flash.media:set-use-echo-suppression :swf-name "setUseEchoSuppression" :return-type "void"
6154 :args (("useEchoSuppression" "Boolean")))
6155 (%flash.media:set-silence-level :swf-name "setSilenceLevel" :return-type "void"
6156 :args (("silenceLevel" "Number") &OPTIONAL (("timeout" "int") -1))))))
6157 (let ((*symbol-table* *player-symbol-table*))
6158 (declare-swf-class %flash.net:url-loader-data-format (%flash:object)
6159 :swf-name "flash.net::URLLoaderDataFormat"
6160 :constants
6161 ((%flash.net:+text+ :swf-name "TEXT" :type "String" :value "text")
6162 (%flash.net:+variables+ :swf-name "VARIABLES" :type "String" :value "variables")
6163 (%flash.net:+binary+ :swf-name "BINARY" :type "String" :value "binary"))
6164 :properties
6166 :methods
6167 ()))
6168 (let ((*symbol-table* *player-symbol-table*))
6169 (declare-swf-class %flash.media:sound-channel (%flash.events:event-dispatcher)
6170 :swf-name "flash.media::SoundChannel"
6171 :constants
6173 :properties
6174 ((%flash.media:sound-transform :swf-name "soundTransform" :type "flash.media::SoundTransform" :static NIL)
6175 (%flash.media:right-peak :swf-name "rightPeak" :type "Number" :static NIL)
6176 (%flash.media:sound-transform :swf-name "soundTransform" :type "void" :static NIL)
6177 (%flash.media:position :swf-name "position" :type "Number" :static NIL)
6178 (%flash.media:left-peak :swf-name "leftPeak" :type "Number" :static NIL))
6179 :methods
6180 ((%flash.media:stop :swf-name "stop" :return-type "void"
6181 :args NIL))))
6182 (let ((*symbol-table* *player-symbol-table*))
6183 (declare-swf-class %flash.events:progress-event (%flash.events:event)
6184 :swf-name "flash.events::ProgressEvent"
6185 :constants
6186 ((%flash.events:+socket-data+ :swf-name "SOCKET_DATA" :type "String" :value "socketData")
6187 (%flash.events:+progress+ :swf-name "PROGRESS" :type "String" :value "progress"))
6188 :properties
6189 ((%flash.events:bytes-total :swf-name "bytesTotal" :type "uint" :static NIL)
6190 (%flash.events:bytes-loaded :swf-name "bytesLoaded" :type "void" :static NIL)
6191 (%flash.events:bytes-total :swf-name "bytesTotal" :type "void" :static NIL)
6192 (%flash.events:bytes-loaded :swf-name "bytesLoaded" :type "uint" :static NIL))
6193 :methods
6194 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6195 :args NIL)
6196 (%flash.events:to-string :swf-name "toString" :return-type "String"
6197 :args NIL))))
6198 (let ((*symbol-table* *player-symbol-table*))
6199 (declare-swf-class %flash.events:context-menu-event (%flash.events:event)
6200 :swf-name "flash.events::ContextMenuEvent"
6201 :constants
6202 ((%flash.events:+menu-select+ :swf-name "MENU_SELECT" :type "String" :value "menuSelect")
6203 (%flash.events:+menu-item-select+ :swf-name "MENU_ITEM_SELECT" :type "String" :value "menuItemSelect"))
6204 :properties
6205 ((%flash.events:mouse-target :swf-name "mouseTarget" :type "flash.display::InteractiveObject" :static NIL)
6206 (%flash.events:context-menu-owner :swf-name "contextMenuOwner" :type "void" :static NIL)
6207 (%flash.events:mouse-target :swf-name "mouseTarget" :type "void" :static NIL)
6208 (%flash.events:is-mouse-target-inaccessible :swf-name "isMouseTargetInaccessible" :type "Boolean" :static NIL)
6209 (%flash.events:is-mouse-target-inaccessible :swf-name "isMouseTargetInaccessible" :type "void" :static NIL)
6210 (%flash.events:context-menu-owner :swf-name "contextMenuOwner" :type "flash.display::InteractiveObject" :static NIL))
6211 :methods
6212 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6213 :args NIL)
6214 (%flash.events:to-string :swf-name "toString" :return-type "String"
6215 :args NIL))))
6216 (let ((*symbol-table* *player-symbol-table*))
6217 (declare-swf-class %flash.text:text-field (%flash.display:interactive-object)
6218 :swf-name "flash.text::TextField"
6219 :constants
6221 :properties
6222 ((%flash.text:restrict :swf-name "restrict" :type "void" :static NIL)
6223 (%flash.text:bottom-scroll-v :swf-name "bottomScrollV" :type "int" :static NIL)
6224 (%flash.text:type :swf-name "type" :type "void" :static NIL)
6225 (%flash.text:html-text :swf-name "htmlText" :type "String" :static NIL)
6226 (%flash.text:thickness :swf-name "thickness" :type "void" :static NIL)
6227 (%flash.text:thickness :swf-name "thickness" :type "Number" :static NIL)
6228 (%flash.text:text :swf-name "text" :type "String" :static NIL)
6229 (%flash.text:html-text :swf-name "htmlText" :type "void" :static NIL)
6230 (%flash.text:selected-text :swf-name "selectedText" :type "String" :static NIL)
6231 (%flash.text:text-color :swf-name "textColor" :type "void" :static NIL)
6232 (%flash.text:style-sheet :swf-name "styleSheet" :type "void" :static NIL)
6233 (%flash.text:anti-alias-type :swf-name "antiAliasType" :type "String" :static NIL)
6234 (%flash.text:length :swf-name "length" :type "int" :static NIL)
6235 (%flash.text:mouse-wheel-enabled :swf-name "mouseWheelEnabled" :type "void" :static NIL)
6236 (%flash.text:selection-begin-index :swf-name "selectionBeginIndex" :type "int" :static NIL)
6237 (%flash.text:selection-end-index :swf-name "selectionEndIndex" :type "int" :static NIL)
6238 (%flash.text:text :swf-name "text" :type "void" :static NIL)
6239 (%flash.text:embed-fonts :swf-name "embedFonts" :type "void" :static NIL)
6240 (%flash.text:background :swf-name "background" :type "void" :static NIL)
6241 (%flash.text:multiline :swf-name "multiline" :type "void" :static NIL)
6242 (%flash.text:max-chars :swf-name "maxChars" :type "int" :static NIL)
6243 (%flash.text:border :swf-name "border" :type "void" :static NIL)
6244 (%flash.text:anti-alias-type :swf-name "antiAliasType" :type "void" :static NIL)
6245 (%flash.text:selectable :swf-name "selectable" :type "Boolean" :static NIL)
6246 (%flash.text:background-color :swf-name "backgroundColor" :type "uint" :static NIL)
6247 (%flash.text:use-rich-text-clipboard :swf-name "useRichTextClipboard" :type "void" :static NIL)
6248 (%flash.text:scroll-v :swf-name "scrollV" :type "void" :static NIL)
6249 (%flash.text:auto-size :swf-name "autoSize" :type "String" :static NIL)
6250 (%flash.text:display-as-password :swf-name "displayAsPassword" :type "Boolean" :static NIL)
6251 (%flash.text:text-color :swf-name "textColor" :type "uint" :static NIL)
6252 (%flash.text:condense-white :swf-name "condenseWhite" :type "Boolean" :static NIL)
6253 (%flash.text:default-text-format :swf-name "defaultTextFormat" :type "void" :static NIL)
6254 (%flash.text:type :swf-name "type" :type "String" :static NIL)
6255 (%flash.text:use-rich-text-clipboard :swf-name "useRichTextClipboard" :type "Boolean" :static NIL)
6256 (%flash.text:style-sheet :swf-name "styleSheet" :type "flash.text::StyleSheet" :static NIL)
6257 (%flash.text:grid-fit-type :swf-name "gridFitType" :type "String" :static NIL)
6258 (%flash.text:sharpness :swf-name "sharpness" :type "Number" :static NIL)
6259 (%flash.text:always-show-selection :swf-name "alwaysShowSelection" :type "Boolean" :static NIL)
6260 (%flash.text:scroll-h :swf-name "scrollH" :type "void" :static NIL)
6261 (%flash.text:restrict :swf-name "restrict" :type "String" :static NIL)
6262 (%flash.text:text-height :swf-name "textHeight" :type "Number" :static NIL)
6263 (%flash.text:mouse-wheel-enabled :swf-name "mouseWheelEnabled" :type "Boolean" :static NIL)
6264 (%flash.text:display-as-password :swf-name "displayAsPassword" :type "void" :static NIL)
6265 (%flash.text:border-color :swf-name "borderColor" :type "void" :static NIL)
6266 (%flash.text:max-scroll-v :swf-name "maxScrollV" :type "int" :static NIL)
6267 (%flash.text:selectable :swf-name "selectable" :type "void" :static NIL)
6268 (%flash.text:max-chars :swf-name "maxChars" :type "void" :static NIL)
6269 (%flash.text:background :swf-name "background" :type "Boolean" :static NIL)
6270 (%flash.text:multiline :swf-name "multiline" :type "Boolean" :static NIL)
6271 (%flash.text:border :swf-name "border" :type "Boolean" :static NIL)
6272 (%flash.text:embed-fonts :swf-name "embedFonts" :type "Boolean" :static NIL)
6273 (%flash.text:background-color :swf-name "backgroundColor" :type "void" :static NIL)
6274 (%flash.text:scroll-v :swf-name "scrollV" :type "int" :static NIL)
6275 (%flash.text:text-width :swf-name "textWidth" :type "Number" :static NIL)
6276 (%flash.text:default-text-format :swf-name "defaultTextFormat" :type "flash.text::TextFormat" :static NIL)
6277 (%flash.text:auto-size :swf-name "autoSize" :type "void" :static NIL)
6278 (%flash.text:max-scroll-h :swf-name "maxScrollH" :type "int" :static NIL)
6279 (%flash.text:scroll-h :swf-name "scrollH" :type "int" :static NIL)
6280 (%flash.text:num-lines :swf-name "numLines" :type "int" :static NIL)
6281 (%flash.text:condense-white :swf-name "condenseWhite" :type "void" :static NIL)
6282 (%flash.text:border-color :swf-name "borderColor" :type "uint" :static NIL)
6283 (%flash.text:word-wrap :swf-name "wordWrap" :type "void" :static NIL)
6284 (%flash.text:caret-index :swf-name "caretIndex" :type "int" :static NIL)
6285 (%flash.text:grid-fit-type :swf-name "gridFitType" :type "void" :static NIL)
6286 (%flash.text:word-wrap :swf-name "wordWrap" :type "Boolean" :static NIL)
6287 (%flash.text:sharpness :swf-name "sharpness" :type "void" :static NIL)
6288 (%flash.text:always-show-selection :swf-name "alwaysShowSelection" :type "void" :static NIL))
6289 :methods
6290 ((%flash.text:get-line-index-of-char :swf-name "getLineIndexOfChar" :return-type "int"
6291 :args (("charIndex" "int")))
6292 (%flash.text:get-text-format :swf-name "getTextFormat" :return-type "flash.text::TextFormat"
6293 :args (&OPTIONAL (("beginIndex" "int") -1) (("endIndex" "int") -1)))
6294 (%flash.text:get-line-metrics :swf-name "getLineMetrics" :return-type "flash.text::TextLineMetrics"
6295 :args (("lineIndex" "int")))
6296 (%flash.text:get-line-index-at-point :swf-name "getLineIndexAtPoint" :return-type "int"
6297 :args (("x" "Number") ("y" "Number")))
6298 (%flash.text:insert-xml-text :swf-name "insertXMLText" :return-type "void"
6299 :args (("beginIndex" "int") ("endIndex" "int") ("richText" "String")
6300 &OPTIONAL (("pasting" "Boolean") NIL)))
6301 (%flash.text:append-text :swf-name "appendText" :return-type "void"
6302 :args (("newText" "String")))
6303 (%flash.text:get-char-index-at-point :swf-name "getCharIndexAtPoint" :return-type "int"
6304 :args (("x" "Number") ("y" "Number")))
6305 (%flash.text:get-xml-text :swf-name "getXMLText" :return-type "String"
6306 :args (&OPTIONAL (("beginIndex" "int") 0)
6307 (("endIndex" "int") 2147483647)))
6308 (%flash.text:set-selection :swf-name "setSelection" :return-type "void"
6309 :args (("beginIndex" "int") ("endIndex" "int")))
6310 (%flash.text:get-paragraph-length :swf-name "getParagraphLength" :return-type "int"
6311 :args (("charIndex" "int")))
6312 (%flash.text:replace-selected-text :swf-name "replaceSelectedText" :return-type "void"
6313 :args (("value" "String")))
6314 (%flash.text:get-char-boundaries :swf-name "getCharBoundaries" :return-type "flash.geom::Rectangle"
6315 :args (("charIndex" "int")))
6316 (%flash.text:get-raw-text :swf-name "getRawText" :return-type "String"
6317 :args NIL)
6318 (%flash.text:get-first-char-in-paragraph :swf-name "getFirstCharInParagraph" :return-type "int"
6319 :args (("charIndex" "int")))
6320 (%flash.text:get-line-text :swf-name "getLineText" :return-type "String"
6321 :args (("lineIndex" "int")))
6322 (%flash.text:get-image-reference :swf-name "getImageReference" :return-type "flash.display::DisplayObject"
6323 :args (("id" "String")))
6324 (%flash.text:get-line-offset :swf-name "getLineOffset" :return-type "int"
6325 :args (("lineIndex" "int")))
6326 (%flash.text:get-text-runs :swf-name "getTextRuns" :return-type "Array"
6327 :args (&OPTIONAL (("beginIndex" "int") 0)
6328 (("endIndex" "int") 2147483647)))
6329 (%flash.text:get-line-length :swf-name "getLineLength" :return-type "int"
6330 :args (("lineIndex" "int")))
6331 (%flash.text:set-text-format :swf-name "setTextFormat" :return-type "void"
6332 :args (("format" "flash.text::TextFormat") &OPTIONAL
6333 (("beginIndex" "int") -1) (("endIndex" "int") -1)))
6334 (%flash.text:replace-text :swf-name "replaceText" :return-type "void"
6335 :args (("beginIndex" "int") ("endIndex" "int") ("newText" "String"))))))
6336 (let ((*symbol-table* *player-symbol-table*))
6337 (declare-swf-class %flash.xml:xml-parser (%flash:object)
6338 :swf-name "flash.xml::XMLParser"
6339 :constants
6341 :properties
6343 :methods
6344 ((%flash.xml:start-parse :swf-name "startParse" :return-type "void"
6345 :args (("source" "String") ("ignoreWhite" "Boolean")))
6346 (%flash.xml:get-next :swf-name "getNext" :return-type "int"
6347 :args (("tag" "internal::flash.xml::XMLTag"))))))
6348 (let ((*symbol-table* *player-symbol-table*))
6349 (declare-swf-class %adobe.utils:xml-ui (%flash:object)
6350 :swf-name "adobe.utils::XMLUI"
6351 :constants
6353 :properties
6355 :methods
6356 ()))
6357 (let ((*symbol-table* *player-symbol-table*))
6358 (declare-swf-class %flash.ui:mouse (%flash:object)
6359 :swf-name "flash.ui::Mouse"
6360 :constants
6362 :properties
6364 :methods
6365 ()))
6366 (let ((*symbol-table* *player-symbol-table*))
6367 (declare-swf-class %flash.events:activity-event (%flash.events:event)
6368 :swf-name "flash.events::ActivityEvent"
6369 :constants
6370 ((%flash.events:+activity+ :swf-name "ACTIVITY" :type "String" :value "activity"))
6371 :properties
6372 ((%flash.events:activating :swf-name "activating" :type "void" :static NIL)
6373 (%flash.events:activating :swf-name "activating" :type "Boolean" :static NIL))
6374 :methods
6375 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6376 :args NIL)
6377 (%flash.events:to-string :swf-name "toString" :return-type "String"
6378 :args NIL))))
6379 (let ((*symbol-table* *player-symbol-table*))
6380 (declare-swf-class %flash.system:ime (%flash.events:event-dispatcher)
6381 :swf-name "flash.system::IME"
6382 :constants
6384 :properties
6386 :methods
6387 ()))
6388 (let ((*symbol-table* *player-symbol-table*))
6389 (declare-swf-class %flash.net:object-encoding (%flash:object)
6390 :swf-name "flash.net::ObjectEncoding"
6391 :constants
6392 ((%flash.net:+amf3+ :swf-name "AMF3" :type "uint" :value 3)
6393 (%flash.net:+amf0+ :swf-name "AMF0" :type "uint" :value 0)
6394 (%flash.net:+default+ :swf-name "DEFAULT" :type "uint" :value 3))
6395 :properties
6397 :methods
6398 ()))
6399 (let ((*symbol-table* *player-symbol-table*))
6400 (declare-swf-class %flash.text.engine:rendering-mode (%flash:object)
6401 :swf-name "flash.text.engine::RenderingMode"
6402 :constants
6403 ((%flash.text.engine:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
6404 (%flash.text.engine:+cff+ :swf-name "CFF" :type "String" :value "cff"))
6405 :properties
6407 :methods
6408 ()))
6409 (let ((*symbol-table* *player-symbol-table*))
6410 (declare-swf-class %flash.printing:print-job-options (%flash:object)
6411 :swf-name "flash.printing::PrintJobOptions"
6412 :constants
6414 :properties
6415 ((%flash.printing:print-as-bitmap :swf-name "printAsBitmap" :type "Boolean" :value NIL :static NIL))
6416 :methods
6417 ()))
6418 (let ((*symbol-table* *player-symbol-table*))
6419 (declare-swf-class %flash.ui:mouse-cursor (%flash:object)
6420 :swf-name "flash.ui::MouseCursor"
6421 :constants
6422 ((%flash.ui:+auto+ :swf-name "AUTO" :type "String" :value "auto")
6423 (%flash.ui:+arrow+ :swf-name "ARROW" :type "String" :value "arrow")
6424 (%flash.ui:+i-beam+ :swf-name "IBEAM" :type "String" :value "ibeam")
6425 (%flash.ui:+hand+ :swf-name "HAND" :type "String" :value "hand")
6426 (%flash.ui:+button+ :swf-name "BUTTON" :type "String" :value "button"))
6427 :properties
6429 :methods
6430 ()))
6431 (let ((*symbol-table* *player-symbol-table*))
6432 (declare-swf-class %flash.text.engine:text-line-creation-result (%flash:object)
6433 :swf-name "flash.text.engine::TextLineCreationResult"
6434 :constants
6435 ((%flash.text.engine:+insufficient-width+ :swf-name "INSUFFICIENT_WIDTH" :type "String" :value "insufficientWidth")
6436 (%flash.text.engine:+complete+ :swf-name "COMPLETE" :type "String" :value "complete")
6437 (%flash.text.engine:+success+ :swf-name "SUCCESS" :type "String" :value "success")
6438 (%flash.text.engine:+emergency+ :swf-name "EMERGENCY" :type "String" :value "emergency"))
6439 :properties
6441 :methods
6442 ()))
6443 (let ((*symbol-table* *player-symbol-table*))
6444 (declare-swf-class %flash.events:data-event (%flash.events:text-event)
6445 :swf-name "flash.events::DataEvent"
6446 :constants
6447 ((%flash.events:+upload-complete-data+ :swf-name "UPLOAD_COMPLETE_DATA" :type "String" :value "uploadCompleteData")
6448 (%flash.events:+data+ :swf-name "DATA" :type "String" :value "data"))
6449 :properties
6450 ((%flash.events:data :swf-name "data" :type "void" :static NIL)
6451 (%flash.events:data :swf-name "data" :type "String" :static NIL))
6452 :methods
6453 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6454 :args NIL)
6455 (%flash.events:to-string :swf-name "toString" :return-type "String"
6456 :args NIL))))
6457 (let ((*symbol-table* *player-symbol-table*))
6458 (declare-swf-class %flash.display:stage-quality (%flash:object)
6459 :swf-name "flash.display::StageQuality"
6460 :constants
6461 ((%flash.display:+high+ :swf-name "HIGH" :type "String" :value "high")
6462 (%flash.display:+medium+ :swf-name "MEDIUM" :type "String" :value "medium")
6463 (%flash.display:+low+ :swf-name "LOW" :type "String" :value "low")
6464 (%flash.display:+best+ :swf-name "BEST" :type "String" :value "best"))
6465 :properties
6467 :methods
6468 ()))
6469 (let ((*symbol-table* *player-symbol-table*))
6470 (declare-swf-class %flash.net:xml-socket (%flash.events:event-dispatcher)
6471 :swf-name "flash.net::XMLSocket"
6472 :constants
6474 :properties
6475 ((%flash.net:connected :swf-name "connected" :type "Boolean" :static NIL)
6476 (%flash.net:timeout :swf-name "timeout" :type "void" :static NIL)
6477 (%flash.net:timeout :swf-name "timeout" :type "int" :static NIL))
6478 :methods
6479 ((%flash.net:close :swf-name "close" :return-type "void"
6480 :args NIL)
6481 (%flash.net:connect :swf-name "connect" :return-type "void"
6482 :args (("host" "String") ("port" "int")))
6483 (%flash.net:send :swf-name "send" :return-type "void"
6484 :args ("object")))))
6485 (let ((*symbol-table* *player-symbol-table*))
6486 (declare-swf-class %flash.text.engine:text-block (%flash:object)
6487 :swf-name "flash.text.engine::TextBlock"
6488 :constants
6490 :properties
6491 ((%flash.text.engine:text-line-creation-result :swf-name "textLineCreationResult" :type "String" :static NIL)
6492 (%flash.text.engine:first-invalid-line :swf-name "firstInvalidLine" :type "flash.text.engine::TextLine" :static NIL)
6493 (%flash.text.engine:tab-stops :swf-name "tabStops" :type "void" :static NIL)
6494 (%flash.text.engine:content :swf-name "content" :type "void" :static NIL)
6495 (%flash.text.engine:baseline-font-size :swf-name "baselineFontSize" :type "void" :static NIL)
6496 (%flash.text.engine:bidi-level :swf-name "bidiLevel" :type "void" :static NIL)
6497 (%flash.text.engine:baseline-font-description :swf-name "baselineFontDescription" :type "flash.text.engine::FontDescription" :static NIL)
6498 (%flash.text.engine:last-line :swf-name "lastLine" :type "flash.text.engine::TextLine" :static NIL)
6499 (%flash.text.engine:apply-non-linear-font-scaling :swf-name "applyNonLinearFontScaling" :type "void" :static NIL)
6500 (%flash.text.engine:line-rotation :swf-name "lineRotation" :type "void" :static NIL)
6501 (%flash.text.engine:tab-stops :swf-name "tabStops" :type "__AS3__.vec::Vector.<flash.text.engine::TabStop>" :static NIL)
6502 (%flash.text.engine:baseline-font-size :swf-name "baselineFontSize" :type "Number" :static NIL)
6503 (%flash.text.engine:baseline-zero :swf-name "baselineZero" :type "void" :static NIL)
6504 (%flash.text.engine:bidi-level :swf-name "bidiLevel" :type "int" :static NIL)
6505 (%flash.text.engine:user-data :swf-name "userData" :type "null" :value NIL :static NIL)
6506 (%flash.text.engine:apply-non-linear-font-scaling :swf-name "applyNonLinearFontScaling" :type "Boolean" :static NIL)
6507 (%flash.text.engine:line-rotation :swf-name "lineRotation" :type "String" :static NIL)
6508 (%flash.text.engine:baseline-font-description :swf-name "baselineFontDescription" :type "void" :static NIL)
6509 (%flash.text.engine:baseline-zero :swf-name "baselineZero" :type "String" :static NIL)
6510 (%flash.text.engine:content :swf-name "content" :type "flash.text.engine::ContentElement" :static NIL)
6511 (%flash.text.engine:text-justifier :swf-name "textJustifier" :type "void" :static NIL)
6512 (%flash.text.engine:first-line :swf-name "firstLine" :type "flash.text.engine::TextLine" :static NIL)
6513 (%flash.text.engine:text-justifier :swf-name "textJustifier" :type "flash.text.engine::TextJustifier" :static NIL))
6514 :methods
6515 ((%flash.text.engine:release-lines :swf-name "releaseLines" :return-type "void"
6516 :args (("firstLine" "flash.text.engine::TextLine")
6517 ("lastLine" "flash.text.engine::TextLine")))
6518 (%flash.text.engine:dump :swf-name "dump" :return-type "String"
6519 :args NIL)
6520 (%flash.text.engine:create-text-line :swf-name "createTextLine" :return-type "flash.text.engine::TextLine"
6521 :args (&OPTIONAL ("previousLine" "flash.text.engine::TextLine")
6522 (("width" "Number") 1000000) (("lineOffset" "Number") 0)
6523 (("fitSomething" "Boolean") NIL)))
6524 (%flash.text.engine:find-previous-word-boundary :swf-name "findPreviousWordBoundary" :return-type "int"
6525 :args (("beforeCharIndex" "int")))
6526 (%flash.text.engine:find-next-word-boundary :swf-name "findNextWordBoundary" :return-type "int"
6527 :args (("afterCharIndex" "int")))
6528 (%flash.text.engine:find-next-atom-boundary :swf-name "findNextAtomBoundary" :return-type "int"
6529 :args (("afterCharIndex" "int")))
6530 (%flash.text.engine:find-previous-atom-boundary :swf-name "findPreviousAtomBoundary" :return-type "int"
6531 :args (("beforeCharIndex" "int")))
6532 (%flash.text.engine:get-text-line-at-char-index :swf-name "getTextLineAtCharIndex" :return-type "flash.text.engine::TextLine"
6533 :args (("charIndex" "int"))))))
6534 (let ((*symbol-table* *player-symbol-table*))
6535 (declare-swf-class %flash.accessibility:accessibility-properties (%flash:object)
6536 :swf-name "flash.accessibility::AccessibilityProperties"
6537 :constants
6539 :properties
6540 ((%flash.accessibility:no-auto-labeling :swf-name "noAutoLabeling" :type "Boolean" :value NIL :static NIL)
6541 (%flash.accessibility:force-simple :swf-name "forceSimple" :type "Boolean" :value NIL :static NIL)
6542 (%flash.accessibility:description :swf-name "description" :type "String" :value NIL :static NIL)
6543 (%flash.accessibility:silent :swf-name "silent" :type "Boolean" :value NIL :static NIL)
6544 (%flash.accessibility:name :swf-name "name" :type "String" :value NIL :static NIL)
6545 (%flash.accessibility:shortcut :swf-name "shortcut" :type "String" :value NIL :static NIL))
6546 :methods
6547 ()))
6548 (let ((*symbol-table* *player-symbol-table*))
6549 (declare-swf-class %flash.text.engine:font-posture (%flash:object)
6550 :swf-name "flash.text.engine::FontPosture"
6551 :constants
6552 ((%flash.text.engine:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
6553 (%flash.text.engine:+italic+ :swf-name "ITALIC" :type "String" :value "italic"))
6554 :properties
6556 :methods
6557 ()))
6558 (let ((*symbol-table* *player-symbol-table*))
6559 (declare-swf-class %flash.display:graphics-shader-fill (%flash:object)
6560 :swf-name "flash.display::GraphicsShaderFill"
6561 :constants
6563 :properties
6564 ((%flash.display:shader :swf-name "shader" :type "flash.display::Shader" :value NIL :static NIL)
6565 (%flash.display:matrix :swf-name "matrix" :type "flash.geom::Matrix" :value NIL :static NIL))
6566 :methods
6567 ()))
6568 (let ((*symbol-table* *player-symbol-table*))
6569 (declare-swf-class %flash.net:url-loader (%flash.events:event-dispatcher)
6570 :swf-name "flash.net::URLLoader"
6571 :constants
6573 :properties
6574 ((%flash.net:bytes-total :swf-name "bytesTotal" :type "uint" :value 0 :static NIL)
6575 (%flash.net:bytes-loaded :swf-name "bytesLoaded" :type "uint" :value 0 :static NIL)
6576 (%flash.net:data :swf-name "data" :type "null" :value NIL :static NIL)
6577 (%flash.net:data-format :swf-name "dataFormat" :type "String" :value "text" :static NIL))
6578 :methods
6579 ((%flash.net:close :swf-name "close" :return-type "void"
6580 :args NIL)
6581 (%flash.net:load :swf-name "load" :return-type "void"
6582 :args (("request" "flash.net::URLRequest"))))))
6583 (let ((*symbol-table* *player-symbol-table*))
6584 (declare-swf-class %flash.text.engine:group-element (%flash.text.engine:content-element)
6585 :swf-name "flash.text.engine::GroupElement"
6586 :constants
6588 :properties
6589 ((%flash.text.engine:element-count :swf-name "elementCount" :type "int" :static NIL))
6590 :methods
6591 ((%flash.text.engine:ungroup-elements :swf-name "ungroupElements" :return-type "void"
6592 :args (("groupIndex" "int")))
6593 (%flash.text.engine:merge-text-elements :swf-name "mergeTextElements" :return-type "flash.text.engine::TextElement"
6594 :args (("beginIndex" "int") ("endIndex" "int")))
6595 (%flash.text.engine:replace-elements :swf-name "replaceElements" :return-type "__AS3__.vec::Vector.<flash.text.engine::ContentElement>"
6596 :args (("beginIndex" "int") ("endIndex" "int")
6597 ("newElements"
6598 "__AS3__.vec::Vector.<flash.text.engine::ContentElement>")))
6599 (%flash.text.engine:set-elements :swf-name "setElements" :return-type "void"
6600 :args (("value"
6601 "__AS3__.vec::Vector.<flash.text.engine::ContentElement>")))
6602 (%flash.text.engine:group-elements :swf-name "groupElements" :return-type "flash.text.engine::GroupElement"
6603 :args (("beginIndex" "int") ("endIndex" "int")))
6604 (%flash.text.engine:split-text-element :swf-name "splitTextElement" :return-type "flash.text.engine::TextElement"
6605 :args (("elementIndex" "int") ("splitIndex" "int")))
6606 (%flash.text.engine:get-element-index :swf-name "getElementIndex" :return-type "int"
6607 :args (("element" "flash.text.engine::ContentElement")))
6608 (%flash.text.engine:get-element-at-char-index :swf-name "getElementAtCharIndex" :return-type "flash.text.engine::ContentElement"
6609 :args (("charIndex" "int")))
6610 (%flash.text.engine:get-element-at :swf-name "getElementAt" :return-type "flash.text.engine::ContentElement"
6611 :args (("index" "int"))))))
6612 (let ((*symbol-table* *player-symbol-table*))
6613 (declare-swf-class %flash.net:net-connection (%flash.events:event-dispatcher)
6614 :swf-name "flash.net::NetConnection"
6615 :constants
6617 :properties
6618 ((%flash.net:connected-proxy-type :swf-name "connectedProxyType" :type "String" :static NIL)
6619 (%flash.net:far-nonce :swf-name "farNonce" :type "String" :static NIL)
6620 (%flash.net:far-id :swf-name "farID" :type "String" :static NIL)
6621 (%flash.net:using-tls :swf-name "usingTLS" :type "Boolean" :static NIL)
6622 (%flash.net:client :swf-name "client" :type "void" :static NIL)
6623 (%flash.net:near-nonce :swf-name "nearNonce" :type "String" :static NIL)
6624 (%flash.net:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
6625 (%flash.net:proxy-type :swf-name "proxyType" :type "void" :static NIL)
6626 (%flash.net:max-peer-connections :swf-name "maxPeerConnections" :type "uint" :static NIL)
6627 (%flash.net:uri :swf-name "uri" :type "String" :static NIL)
6628 (%flash.net:client :swf-name "client" :type "Object" :static NIL)
6629 (%flash.net:connected :swf-name "connected" :type "Boolean" :static NIL)
6630 (%flash.net:proxy-type :swf-name "proxyType" :type "String" :static NIL)
6631 (%flash.net:protocol :swf-name "protocol" :type "String" :static NIL)
6632 (%flash.net:max-peer-connections :swf-name "maxPeerConnections" :type "void" :static NIL)
6633 (%flash.net:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
6634 (%flash.net:near-id :swf-name "nearID" :type "String" :static NIL)
6635 (%flash.net:unconnected-peer-streams :swf-name "unconnectedPeerStreams" :type "Array" :static NIL))
6636 :methods
6637 ((%flash.net:call :swf-name "call" :return-type "void"
6638 :args (("command" "String") &REST ("responder" "flash.net::Responder")))
6639 (%flash.net:close :swf-name "close" :return-type "void"
6640 :args NIL)
6641 (%flash.net:add-header :swf-name "addHeader" :return-type "void"
6642 :args (("operation" "String") &OPTIONAL
6643 (("mustUnderstand" "Boolean") NIL) ("param" "Object")))
6644 (%flash.net:connect :swf-name "connect" :return-type "void"
6645 :args (&REST ("command" "String"))))))
6646 (let ((*symbol-table* *player-symbol-table*))
6647 (declare-swf-class %flash.display:display-object-container (%flash.display:interactive-object)
6648 :swf-name "flash.display::DisplayObjectContainer"
6649 :constants
6651 :properties
6652 ((%flash.display:mouse-children :swf-name "mouseChildren" :type "void" :static NIL)
6653 (%flash.display:tab-children :swf-name "tabChildren" :type "Boolean" :static NIL)
6654 (%flash.display:text-snapshot :swf-name "textSnapshot" :type "flash.text::TextSnapshot" :static NIL)
6655 (%flash.display:tab-children :swf-name "tabChildren" :type "void" :static NIL)
6656 (%flash.display:num-children :swf-name "numChildren" :type "int" :static NIL)
6657 (%flash.display:mouse-children :swf-name "mouseChildren" :type "Boolean" :static NIL))
6658 :methods
6659 ((%flash.display:set-child-index :swf-name "setChildIndex" :return-type "void"
6660 :args (("child" "flash.display::DisplayObject") ("index" "int")))
6661 (%flash.display:are-inaccessible-objects-under-point :swf-name "areInaccessibleObjectsUnderPoint" :return-type "Boolean"
6662 :args (("point" "flash.geom::Point")))
6663 (%flash.display:add-child :swf-name "addChild" :return-type "flash.display::DisplayObject"
6664 :args (("child" "flash.display::DisplayObject")))
6665 (%flash.display:get-child-at :swf-name "getChildAt" :return-type "flash.display::DisplayObject"
6666 :args (("index" "int")))
6667 (%flash.display:remove-child :swf-name "removeChild" :return-type "flash.display::DisplayObject"
6668 :args (("child" "flash.display::DisplayObject")))
6669 (%flash.display:get-objects-under-point :swf-name "getObjectsUnderPoint" :return-type "Array"
6670 :args (("point" "flash.geom::Point")))
6671 (%flash.display:swap-children :swf-name "swapChildren" :return-type "void"
6672 :args (("child1" "flash.display::DisplayObject")
6673 ("child2" "flash.display::DisplayObject")))
6674 (%flash.display:add-child-at :swf-name "addChildAt" :return-type "flash.display::DisplayObject"
6675 :args (("child" "flash.display::DisplayObject") ("index" "int")))
6676 (%flash.display:get-child-index :swf-name "getChildIndex" :return-type "int"
6677 :args (("child" "flash.display::DisplayObject")))
6678 (%flash.display:remove-child-at :swf-name "removeChildAt" :return-type "flash.display::DisplayObject"
6679 :args (("index" "int")))
6680 (%flash.display:get-child-by-name :swf-name "getChildByName" :return-type "flash.display::DisplayObject"
6681 :args (("name" "String")))
6682 (%flash.display:swap-children-at :swf-name "swapChildrenAt" :return-type "void"
6683 :args (("index1" "int") ("index2" "int")))
6684 (%flash.display:contains :swf-name "contains" :return-type "Boolean"
6685 :args (("child" "flash.display::DisplayObject"))))))
6686 (let ((*symbol-table* *player-symbol-table*))
6687 (declare-swf-class %flash.display:sprite (%flash.display:display-object-container)
6688 :swf-name "flash.display::Sprite"
6689 :constants
6691 :properties
6692 ((%flash.display:sound-transform :swf-name "soundTransform" :type "void" :static NIL)
6693 (%flash.display:use-hand-cursor :swf-name "useHandCursor" :type "void" :static NIL)
6694 (%flash.display:button-mode :swf-name "buttonMode" :type "Boolean" :static NIL)
6695 (%flash.display:hit-area :swf-name "hitArea" :type "void" :static NIL)
6696 (%flash.display:use-hand-cursor :swf-name "useHandCursor" :type "Boolean" :static NIL)
6697 (%flash.display:graphics :swf-name "graphics" :type "flash.display::Graphics" :static NIL)
6698 (%flash.display:button-mode :swf-name "buttonMode" :type "void" :static NIL)
6699 (%flash.display:hit-area :swf-name "hitArea" :type "flash.display::Sprite" :static NIL)
6700 (%flash.display:sound-transform :swf-name "soundTransform" :type "flash.media::SoundTransform" :static NIL)
6701 (%flash.display:drop-target :swf-name "dropTarget" :type "flash.display::DisplayObject" :static NIL))
6702 :methods
6703 ((%flash.display:start-drag :swf-name "startDrag" :return-type "void"
6704 :args (&OPTIONAL (("lockCenter" "Boolean") NIL)
6705 ("bounds" "flash.geom::Rectangle")))
6706 (%flash.display:stop-drag :swf-name "stopDrag" :return-type "void"
6707 :args NIL))))
6708 (let ((*symbol-table* *player-symbol-table*))
6709 (declare-swf-class %flash.display:movie-clip (%flash.display:sprite)
6710 :swf-name "flash.display::MovieClip"
6711 :constants
6713 :properties
6714 ((%flash.display:current-labels :swf-name "currentLabels" :type "Array" :static NIL)
6715 (%flash.display:current-label :swf-name "currentLabel" :type "String" :static NIL)
6716 (%flash.display:track-as-menu :swf-name "trackAsMenu" :type "Boolean" :static NIL)
6717 (%flash.display:track-as-menu :swf-name "trackAsMenu" :type "void" :static NIL)
6718 (%flash.display:current-scene :swf-name "currentScene" :type "flash.display::Scene" :static NIL)
6719 (%flash.display:current-frame :swf-name "currentFrame" :type "int" :static NIL)
6720 (%flash.display:enabled :swf-name "enabled" :type "Boolean" :static NIL)
6721 (%flash.display:frames-loaded :swf-name "framesLoaded" :type "int" :static NIL)
6722 (%flash.display:total-frames :swf-name "totalFrames" :type "int" :static NIL)
6723 (%flash.display:enabled :swf-name "enabled" :type "void" :static NIL)
6724 (%flash.display:scenes :swf-name "scenes" :type "Array" :static NIL)
6725 (%flash.display:current-frame-label :swf-name "currentFrameLabel" :type "String" :static NIL))
6726 :methods
6727 ((%flash.display:play :swf-name "play" :return-type "void"
6728 :args NIL)
6729 (%flash.display:next-frame :swf-name "nextFrame" :return-type "void"
6730 :args NIL)
6731 (%flash.display:prev-scene :swf-name "prevScene" :return-type "void"
6732 :args NIL)
6733 (%flash.display:add-frame-script :swf-name "addFrameScript" :return-type "void"
6734 :args NIL)
6735 (%flash.display:goto-and-stop :swf-name "gotoAndStop" :return-type "void"
6736 :args (("frame" "Object") &OPTIONAL ("scene" "String")))
6737 (%flash.display:next-scene :swf-name "nextScene" :return-type "void"
6738 :args NIL)
6739 (%flash.display:goto-and-play :swf-name "gotoAndPlay" :return-type "void"
6740 :args (("frame" "Object") &OPTIONAL ("scene" "String")))
6741 (%flash.display:stop :swf-name "stop" :return-type "void"
6742 :args NIL)
6743 (%flash.display:prev-frame :swf-name "prevFrame" :return-type "void"
6744 :args NIL))))
6745 (let ((*symbol-table* *player-symbol-table*))
6746 (declare-swf-class %flash.events:net-status-event (%flash.events:event)
6747 :swf-name "flash.events::NetStatusEvent"
6748 :constants
6749 ((%flash.events:+net-status+ :swf-name "NET_STATUS" :type "String" :value "netStatus"))
6750 :properties
6751 ((%flash.events:info :swf-name "info" :type "Object" :static NIL)
6752 (%flash.events:info :swf-name "info" :type "void" :static NIL))
6753 :methods
6754 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6755 :args NIL)
6756 (%flash.events:to-string :swf-name "toString" :return-type "String"
6757 :args NIL))))
6758 (let ((*symbol-table* *player-symbol-table*))
6759 (declare-swf-class %flash.text:grid-fit-type (%flash:object)
6760 :swf-name "flash.text::GridFitType"
6761 :constants
6762 ((%flash.text:+pixel+ :swf-name "PIXEL" :type "String" :value "pixel")
6763 (%flash.text:+none+ :swf-name "NONE" :type "String" :value "none")
6764 (%flash.text:+subpixel+ :swf-name "SUBPIXEL" :type "String" :value "subpixel"))
6765 :properties
6767 :methods
6768 ()))
6769 (let ((*symbol-table* *player-symbol-table*))
6770 (declare-swf-class %flash.display:caps-style (%flash:object)
6771 :swf-name "flash.display::CapsStyle"
6772 :constants
6773 ((%flash.display:+round+ :swf-name "ROUND" :type "String" :value "round")
6774 (%flash.display:+square+ :swf-name "SQUARE" :type "String" :value "square")
6775 (%flash.display:+none+ :swf-name "NONE" :type "String" :value "none"))
6776 :properties
6778 :methods
6779 ()))
6780 (let ((*symbol-table* *player-symbol-table*))
6781 (declare-swf-class %flash.net:file-filter (%flash:object)
6782 :swf-name "flash.net::FileFilter"
6783 :constants
6785 :properties
6786 ((%flash.net:extension :swf-name "extension" :type "String" :static NIL)
6787 (%flash.net:extension :swf-name "extension" :type "void" :static NIL)
6788 (%flash.net:description :swf-name "description" :type "String" :static NIL)
6789 (%flash.net:mac-type :swf-name "macType" :type "String" :static NIL)
6790 (%flash.net:description :swf-name "description" :type "void" :static NIL)
6791 (%flash.net:mac-type :swf-name "macType" :type "void" :static NIL))
6792 :methods
6793 ()))
6794 (let ((*symbol-table* *player-symbol-table*))
6795 (declare-swf-class %flash.text.engine:font-lookup (%flash:object)
6796 :swf-name "flash.text.engine::FontLookup"
6797 :constants
6798 ((%flash.text.engine:+device+ :swf-name "DEVICE" :type "String" :value "device")
6799 (%flash.text.engine:+embedded-cff+ :swf-name "EMBEDDED_CFF" :type "String" :value "embeddedCFF"))
6800 :properties
6802 :methods
6803 ()))
6804 (let ((*symbol-table* *player-symbol-table*))
6805 (declare-swf-class %flash.net:url-request-header (%flash:object)
6806 :swf-name "flash.net::URLRequestHeader"
6807 :constants
6809 :properties
6810 ((%flash.net:name :swf-name "name" :type "String" :value NIL :static NIL)
6811 (%flash.net:value :swf-name "value" :type "String" :value NIL :static NIL))
6812 :methods
6813 ()))
6814 (let ((*symbol-table* *player-symbol-table*))
6815 (declare-swf-class %flash.text:text-display-mode (%flash:object)
6816 :swf-name "flash.text::TextDisplayMode"
6817 :constants
6818 ((%flash.text:+lcd+ :swf-name "LCD" :type "String" :value "lcd")
6819 (%flash.text:+crt+ :swf-name "CRT" :type "String" :value "crt")
6820 (%flash.text:+default+ :swf-name "DEFAULT" :type "String" :value "default"))
6821 :properties
6823 :methods
6824 ()))
6825 (let ((*symbol-table* *player-symbol-table*))
6826 (declare-swf-class %flash.text:csm-settings (%flash:object)
6827 :swf-name "flash.text::CSMSettings"
6828 :constants
6830 :properties
6831 ((%flash.text:inside-cutoff :swf-name "insideCutoff" :type "Number" :value NIL :static NIL)
6832 (%flash.text:outside-cutoff :swf-name "outsideCutoff" :type "Number" :value NIL :static NIL)
6833 (%flash.text:font-size :swf-name "fontSize" :type "Number" :value NIL :static NIL))
6834 :methods
6835 ()))
6836 (let ((*symbol-table* *player-symbol-table*))
6837 (declare-swf-class %flash.utils:endian (%flash:object)
6838 :swf-name "flash.utils::Endian"
6839 :constants
6840 ((%flash.utils:+little-endian+ :swf-name "LITTLE_ENDIAN" :type "String" :value "littleEndian")
6841 (%flash.utils:+big-endian+ :swf-name "BIG_ENDIAN" :type "String" :value "bigEndian"))
6842 :properties
6844 :methods
6845 ()))
6846 (let ((*symbol-table* *player-symbol-table*))
6847 (declare-swf-class %flash.text:font-type (%flash:object)
6848 :swf-name "flash.text::FontType"
6849 :constants
6850 ((%flash.text:+embedded-cff+ :swf-name "EMBEDDED_CFF" :type "String" :value "embeddedCFF")
6851 (%flash.text:+embedded+ :swf-name "EMBEDDED" :type "String" :value "embedded")
6852 (%flash.text:+device+ :swf-name "DEVICE" :type "String" :value "device"))
6853 :properties
6855 :methods
6856 ()))
6857 (let ((*symbol-table* *player-symbol-table*))
6858 (declare-swf-class %flash.display:simple-button (%flash.display:interactive-object)
6859 :swf-name "flash.display::SimpleButton"
6860 :constants
6862 :properties
6863 ((%flash.display:track-as-menu :swf-name "trackAsMenu" :type "void" :static NIL)
6864 (%flash.display:down-state :swf-name "downState" :type "void" :static NIL)
6865 (%flash.display:over-state :swf-name "overState" :type "flash.display::DisplayObject" :static NIL)
6866 (%flash.display:track-as-menu :swf-name "trackAsMenu" :type "Boolean" :static NIL)
6867 (%flash.display:use-hand-cursor :swf-name "useHandCursor" :type "Boolean" :static NIL)
6868 (%flash.display:over-state :swf-name "overState" :type "void" :static NIL)
6869 (%flash.display:use-hand-cursor :swf-name "useHandCursor" :type "void" :static NIL)
6870 (%flash.display:up-state :swf-name "upState" :type "flash.display::DisplayObject" :static NIL)
6871 (%flash.display:sound-transform :swf-name "soundTransform" :type "flash.media::SoundTransform" :static NIL)
6872 (%flash.display:sound-transform :swf-name "soundTransform" :type "void" :static NIL)
6873 (%flash.display:down-state :swf-name "downState" :type "flash.display::DisplayObject" :static NIL)
6874 (%flash.display:up-state :swf-name "upState" :type "void" :static NIL)
6875 (%flash.display:hit-test-state :swf-name "hitTestState" :type "void" :static NIL)
6876 (%flash.display:hit-test-state :swf-name "hitTestState" :type "flash.display::DisplayObject" :static NIL)
6877 (%flash.display:enabled :swf-name "enabled" :type "void" :static NIL)
6878 (%flash.display:enabled :swf-name "enabled" :type "Boolean" :static NIL))
6879 :methods
6880 ()))
6881 (let ((*symbol-table* *player-symbol-table*))
6882 (declare-swf-class %flash.utils:proxy (%flash:object)
6883 :swf-name "flash.utils::Proxy"
6884 :constants
6886 :properties
6888 :methods
6889 ((%flash.utils:has-property :swf-name "hasProperty" :return-type "Boolean"
6890 :args ("name"))
6891 (%flash.utils:set-property :swf-name "setProperty" :return-type "void"
6892 :args ("name" "value"))
6893 (%flash.utils:next-value :swf-name "nextValue" :return-type "*"
6894 :args (("index" "int")))
6895 (%flash.utils:get-property :swf-name "getProperty" :return-type "*"
6896 :args ("name"))
6897 (%flash.utils:get-descendants :swf-name "getDescendants" :return-type "*"
6898 :args ("name"))
6899 (%flash.utils:next-name :swf-name "nextName" :return-type "String"
6900 :args (("index" "int")))
6901 (%flash.utils:next-name-index :swf-name "nextNameIndex" :return-type "int"
6902 :args (("index" "int")))
6903 (%flash.utils:call-property :swf-name "callProperty" :return-type "*"
6904 :args (&REST "name"))
6905 (%flash.utils:is-attribute :swf-name "isAttribute" :return-type "Boolean"
6906 :args ("name"))
6907 (%flash.utils:delete-property :swf-name "deleteProperty" :return-type "Boolean"
6908 :args ("name")))))
6909 (let ((*symbol-table* *player-symbol-table*))
6910 (declare-swf-class %flash.system:security-panel (%flash:object)
6911 :swf-name "flash.system::SecurityPanel"
6912 :constants
6913 ((%flash.system:+display+ :swf-name "DISPLAY" :type "String" :value "display")
6914 (%flash.system:+settings-manager+ :swf-name "SETTINGS_MANAGER" :type "String" :value "settingsManager")
6915 (%flash.system:+microphone+ :swf-name "MICROPHONE" :type "String" :value "microphone")
6916 (%flash.system:+privacy+ :swf-name "PRIVACY" :type "String" :value "privacy")
6917 (%flash.system:+local-storage+ :swf-name "LOCAL_STORAGE" :type "String" :value "localStorage")
6918 (%flash.system:+camera+ :swf-name "CAMERA" :type "String" :value "camera")
6919 (%flash.system:+default+ :swf-name "DEFAULT" :type "String" :value "default"))
6920 :properties
6922 :methods
6923 ()))
6924 (let ((*symbol-table* *player-symbol-table*))
6925 (declare-swf-class %flash.filters:glow-filter (%flash.filters:bitmap-filter)
6926 :swf-name "flash.filters::GlowFilter"
6927 :constants
6929 :properties
6930 ((%flash.filters:quality :swf-name "quality" :type "int" :static NIL)
6931 (%flash.filters:alpha :swf-name "alpha" :type "Number" :static NIL)
6932 (%flash.filters:alpha :swf-name "alpha" :type "void" :static NIL)
6933 (%flash.filters:knockout :swf-name "knockout" :type "Boolean" :static NIL)
6934 (%flash.filters:inner :swf-name "inner" :type "Boolean" :static NIL)
6935 (%flash.filters:knockout :swf-name "knockout" :type "void" :static NIL)
6936 (%flash.filters:blur-y :swf-name "blurY" :type "Number" :static NIL)
6937 (%flash.filters:blur-x :swf-name "blurX" :type "Number" :static NIL)
6938 (%flash.filters:inner :swf-name "inner" :type "void" :static NIL)
6939 (%flash.filters:strength :swf-name "strength" :type "void" :static NIL)
6940 (%flash.filters:color :swf-name "color" :type "void" :static NIL)
6941 (%flash.filters:quality :swf-name "quality" :type "void" :static NIL)
6942 (%flash.filters:blur-y :swf-name "blurY" :type "void" :static NIL)
6943 (%flash.filters:color :swf-name "color" :type "uint" :static NIL)
6944 (%flash.filters:blur-x :swf-name "blurX" :type "void" :static NIL)
6945 (%flash.filters:strength :swf-name "strength" :type "Number" :static NIL))
6946 :methods
6947 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
6948 :args NIL))))
6949 (let ((*symbol-table* *player-symbol-table*))
6950 (declare-swf-class %flash.net:url-variables (%flash:object)
6951 :swf-name "flash.net::URLVariables"
6952 :constants
6954 :properties
6956 :methods
6957 ((%flash.net:decode :swf-name "decode" :return-type "void"
6958 :args (("source" "String")))
6959 (%flash.net:to-string :swf-name "toString" :return-type "String"
6960 :args NIL))))
6961 (let ((*symbol-table* *player-symbol-table*))
6962 (declare-swf-class %flash.events:full-screen-event (%flash.events:activity-event)
6963 :swf-name "flash.events::FullScreenEvent"
6964 :constants
6965 ((%flash.events:+full-screen+ :swf-name "FULL_SCREEN" :type "String" :value "fullScreen"))
6966 :properties
6967 ((%flash.events:full-screen :swf-name "fullScreen" :type "Boolean" :static NIL))
6968 :methods
6969 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
6970 :args NIL)
6971 (%flash.events:to-string :swf-name "toString" :return-type "String"
6972 :args NIL))))
6973 (let ((*symbol-table* *player-symbol-table*))
6974 (declare-swf-class %flash.net:net-stream-play-transitions (%flash:object)
6975 :swf-name "flash.net::NetStreamPlayTransitions"
6976 :constants
6977 ((%flash.net:+reset+ :swf-name "RESET" :type "null" :value "reset")
6978 (%flash.net:+append+ :swf-name "APPEND" :type "null" :value "append")
6979 (%flash.net:+stop+ :swf-name "STOP" :type "null" :value "stop")
6980 (%flash.net:+switch+ :swf-name "SWITCH" :type "null" :value "switch")
6981 (%flash.net:+swap+ :swf-name "SWAP" :type "null" :value "swap"))
6982 :properties
6984 :methods
6985 ()))
6986 (let ((*symbol-table* *player-symbol-table*))
6987 (declare-swf-class %flash.text.engine:digit-case (%flash:object)
6988 :swf-name "flash.text.engine::DigitCase"
6989 :constants
6990 ((%flash.text.engine:+old-style+ :swf-name "OLD_STYLE" :type "String" :value "oldStyle")
6991 (%flash.text.engine:+default+ :swf-name "DEFAULT" :type "String" :value "default")
6992 (%flash.text.engine:+lining+ :swf-name "LINING" :type "String" :value "lining"))
6993 :properties
6995 :methods
6996 ()))
6997 (let ((*symbol-table* *player-symbol-table*))
6998 (declare-swf-class %flash.media:sound-loader-context (%flash:object)
6999 :swf-name "flash.media::SoundLoaderContext"
7000 :constants
7002 :properties
7003 ((%flash.media:check-policy-file :swf-name "checkPolicyFile" :type "Boolean" :value NIL :static NIL)
7004 (%flash.media:buffer-time :swf-name "bufferTime" :type "Number" :value 1000 :static NIL))
7005 :methods
7006 ()))
7007 (let ((*symbol-table* *player-symbol-table*))
7008 (declare-swf-class %flash.net:file-reference-list (%flash.events:event-dispatcher)
7009 :swf-name "flash.net::FileReferenceList"
7010 :constants
7012 :properties
7013 ((%flash.net:file-list :swf-name "fileList" :type "Array" :static NIL))
7014 :methods
7015 ((%flash.net:browse :swf-name "browse" :return-type "Boolean"
7016 :args (&OPTIONAL ("typeFilter" "Array"))))))
7017 (let ((*symbol-table* *player-symbol-table*))
7018 (declare-swf-class %flash.events:shader-event (%flash.events:event)
7019 :swf-name "flash.events::ShaderEvent"
7020 :constants
7021 ((%flash.events:+complete+ :swf-name "COMPLETE" :type "String" :value "complete"))
7022 :properties
7023 ((%flash.events:bitmap-data :swf-name "bitmapData" :type "flash.display::BitmapData" :static NIL)
7024 (%flash.events:bitmap-data :swf-name "bitmapData" :type "*" :static NIL)
7025 (%flash.events:byte-array :swf-name "byteArray" :type "flash.utils::ByteArray" :static NIL)
7026 (%flash.events:vector :swf-name "vector" :type "*" :static NIL)
7027 (%flash.events:vector :swf-name "vector" :type "__AS3__.vec::Vector.<Number>" :static NIL)
7028 (%flash.events:byte-array :swf-name "byteArray" :type "*" :static NIL))
7029 :methods
7030 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
7031 :args NIL)
7032 (%flash.events:to-string :swf-name "toString" :return-type "String"
7033 :args NIL))))
7034 (let ((*symbol-table* *player-symbol-table*))
7035 (declare-swf-class %flash.text.engine:text-line-mirror-region (%flash:object)
7036 :swf-name "flash.text.engine::TextLineMirrorRegion"
7037 :constants
7039 :properties
7040 ((%flash.text.engine:mirror :swf-name "mirror" :type "flash.events::EventDispatcher" :static NIL)
7041 (%flash.text.engine:element :swf-name "element" :type "flash.text.engine::ContentElement" :static NIL)
7042 (%flash.text.engine:previous-region :swf-name "previousRegion" :type "flash.text.engine::TextLineMirrorRegion" :static NIL)
7043 (%flash.text.engine:next-region :swf-name "nextRegion" :type "flash.text.engine::TextLineMirrorRegion" :static NIL)
7044 (%flash.text.engine:bounds :swf-name "bounds" :type "flash.geom::Rectangle" :static NIL)
7045 (%flash.text.engine:text-line :swf-name "textLine" :type "flash.text.engine::TextLine" :static NIL))
7046 :methods
7047 ()))
7048 (let ((*symbol-table* *player-symbol-table*))
7049 (declare-swf-class %flash.filters:bitmap-filter-quality (%flash:object)
7050 :swf-name "flash.filters::BitmapFilterQuality"
7051 :constants
7052 ((%flash.filters:+high+ :swf-name "HIGH" :type "int" :value 3)
7053 (%flash.filters:+medium+ :swf-name "MEDIUM" :type "int" :value 2)
7054 (%flash.filters:+low+ :swf-name "LOW" :type "int" :value 1))
7055 :properties
7057 :methods
7058 ()))
7059 (let ((*symbol-table* *player-symbol-table*))
7060 (declare-swf-class %flash.text:text-format (%flash:object)
7061 :swf-name "flash.text::TextFormat"
7062 :constants
7064 :properties
7065 ((%flash.text:letter-spacing :swf-name "letterSpacing" :type "Object" :static NIL)
7066 (%flash.text:letter-spacing :swf-name "letterSpacing" :type "void" :static NIL)
7067 (%flash.text:tab-stops :swf-name "tabStops" :type "void" :static NIL)
7068 (%flash.text:block-indent :swf-name "blockIndent" :type "void" :static NIL)
7069 (%flash.text:right-margin :swf-name "rightMargin" :type "Object" :static NIL)
7070 (%flash.text:italic :swf-name "italic" :type "Object" :static NIL)
7071 (%flash.text:url :swf-name "url" :type "String" :static NIL)
7072 (%flash.text:indent :swf-name "indent" :type "Object" :static NIL)
7073 (%flash.text:left-margin :swf-name "leftMargin" :type "void" :static NIL)
7074 (%flash.text:target :swf-name "target" :type "String" :static NIL)
7075 (%flash.text:underline :swf-name "underline" :type "void" :static NIL)
7076 (%flash.text:url :swf-name "url" :type "void" :static NIL)
7077 (%flash.text:underline :swf-name "underline" :type "Object" :static NIL)
7078 (%flash.text:color :swf-name "color" :type "Object" :static NIL)
7079 (%flash.text:target :swf-name "target" :type "void" :static NIL)
7080 (%flash.text:italic :swf-name "italic" :type "void" :static NIL)
7081 (%flash.text:kerning :swf-name "kerning" :type "void" :static NIL)
7082 (%flash.text:font :swf-name "font" :type "void" :static NIL)
7083 (%flash.text:tab-stops :swf-name "tabStops" :type "Array" :static NIL)
7084 (%flash.text:kerning :swf-name "kerning" :type "Object" :static NIL)
7085 (%flash.text:size :swf-name "size" :type "void" :static NIL)
7086 (%flash.text:block-indent :swf-name "blockIndent" :type "Object" :static NIL)
7087 (%flash.text:indent :swf-name "indent" :type "void" :static NIL)
7088 (%flash.text:left-margin :swf-name "leftMargin" :type "Object" :static NIL)
7089 (%flash.text:right-margin :swf-name "rightMargin" :type "void" :static NIL)
7090 (%flash.text:leading :swf-name "leading" :type "void" :static NIL)
7091 (%flash.text:align :swf-name "align" :type "void" :static NIL)
7092 (%flash.text:font :swf-name "font" :type "String" :static NIL)
7093 (%flash.text:leading :swf-name "leading" :type "Object" :static NIL)
7094 (%flash.text:bold :swf-name "bold" :type "Object" :static NIL)
7095 (%flash.text:display :swf-name "display" :type "void" :static NIL)
7096 (%flash.text:bold :swf-name "bold" :type "void" :static NIL)
7097 (%flash.text:display :swf-name "display" :type "String" :static NIL)
7098 (%flash.text:color :swf-name "color" :type "void" :static NIL)
7099 (%flash.text:align :swf-name "align" :type "String" :static NIL)
7100 (%flash.text:bullet :swf-name "bullet" :type "void" :static NIL)
7101 (%flash.text:bullet :swf-name "bullet" :type "Object" :static NIL)
7102 (%flash.text:size :swf-name "size" :type "Object" :static NIL))
7103 :methods
7104 ()))
7105 (let ((*symbol-table* *player-symbol-table*))
7106 (declare-swf-class %flash.display:graphics (%flash:object)
7107 :swf-name "flash.display::Graphics"
7108 :constants
7110 :properties
7112 :methods
7113 ((%flash.display:copy-from :swf-name "copyFrom" :return-type "void"
7114 :args (("sourceGraphics" "flash.display::Graphics")))
7115 (%flash.display:end-fill :swf-name "endFill" :return-type "void"
7116 :args NIL)
7117 (%flash.display:draw-ellipse :swf-name "drawEllipse" :return-type "void"
7118 :args (("x" "Number") ("y" "Number") ("width" "Number")
7119 ("height" "Number")))
7120 (%flash.display:draw-graphics-data :swf-name "drawGraphicsData" :return-type "void"
7121 :args (("graphicsData"
7122 "__AS3__.vec::Vector.<flash.display::IGraphicsData>")))
7123 (%flash.display:line-shader-style :swf-name "lineShaderStyle" :return-type "void"
7124 :args (("shader" "flash.display::Shader") &OPTIONAL
7125 ("matrix" "flash.geom::Matrix")))
7126 (%flash.display:line-bitmap-style :swf-name "lineBitmapStyle" :return-type "void"
7127 :args (("bitmap" "flash.display::BitmapData") &OPTIONAL
7128 ("matrix" "flash.geom::Matrix") (("repeat" "Boolean") T)
7129 (("smooth" "Boolean") NIL)))
7130 (%flash.display:draw-circle :swf-name "drawCircle" :return-type "void"
7131 :args (("x" "Number") ("y" "Number") ("radius" "Number")))
7132 (%flash.display:draw-round-rect :swf-name "drawRoundRect" :return-type "void"
7133 :args (("x" "Number") ("y" "Number") ("width" "Number")
7134 ("height" "Number") ("ellipseWidth" "Number") &OPTIONAL
7135 ("ellipseHeight" "Number")))
7136 (%flash.display:move-to :swf-name "moveTo" :return-type "void"
7137 :args (("x" "Number") ("y" "Number")))
7138 (%flash.display:draw-round-rect-complex :swf-name "drawRoundRectComplex" :return-type "void"
7139 :args (("x" "Number") ("y" "Number") ("width" "Number")
7140 ("height" "Number") ("topLeftRadius" "Number")
7141 ("topRightRadius" "Number") ("bottomLeftRadius" "Number")
7142 ("bottomRightRadius" "Number")))
7143 (%flash.display:line-style :swf-name "lineStyle" :return-type "void"
7144 :args (&OPTIONAL ("thickness" "Number") (("color" "uint") 0)
7145 (("alpha" "Number") 1) (("pixelHinting" "Boolean") NIL)
7146 (("scaleMode" "String") "normal") ("caps" "String")
7147 ("joints" "String") (("miterLimit" "Number") 3)))
7148 (%flash.display:begin-gradient-fill :swf-name "beginGradientFill" :return-type "void"
7149 :args (("type" "String") ("colors" "Array") ("alphas" "Array")
7150 ("ratios" "Array") &OPTIONAL ("matrix" "flash.geom::Matrix")
7151 (("spreadMethod" "String") "pad")
7152 (("interpolationMethod" "String") "rgb")
7153 (("focalPointRatio" "Number") 0)))
7154 (%flash.display:begin-bitmap-fill :swf-name "beginBitmapFill" :return-type "void"
7155 :args (("bitmap" "flash.display::BitmapData") &OPTIONAL
7156 ("matrix" "flash.geom::Matrix") (("repeat" "Boolean") T)
7157 (("smooth" "Boolean") NIL)))
7158 (%flash.display:line-gradient-style :swf-name "lineGradientStyle" :return-type "void"
7159 :args (("type" "String") ("colors" "Array") ("alphas" "Array")
7160 ("ratios" "Array") &OPTIONAL ("matrix" "flash.geom::Matrix")
7161 (("spreadMethod" "String") "pad")
7162 (("interpolationMethod" "String") "rgb")
7163 (("focalPointRatio" "Number") 0)))
7164 (%flash.display:begin-shader-fill :swf-name "beginShaderFill" :return-type "void"
7165 :args (("shader" "flash.display::Shader") &OPTIONAL
7166 ("matrix" "flash.geom::Matrix")))
7167 (%flash.display:line-to :swf-name "lineTo" :return-type "void"
7168 :args (("x" "Number") ("y" "Number")))
7169 (%flash.display:clear :swf-name "clear" :return-type "void"
7170 :args NIL)
7171 (%flash.display:begin-fill :swf-name "beginFill" :return-type "void"
7172 :args (("color" "uint") &OPTIONAL (("alpha" "Number") 1)))
7173 (%flash.display:curve-to :swf-name "curveTo" :return-type "void"
7174 :args (("controlX" "Number") ("controlY" "Number") ("anchorX" "Number")
7175 ("anchorY" "Number")))
7176 (%flash.display:draw-path :swf-name "drawPath" :return-type "void"
7177 :args (("commands" "__AS3__.vec::Vector.<int>")
7178 ("data" "__AS3__.vec::Vector.<Number>") &OPTIONAL
7179 (("winding" "String") "evenOdd")))
7180 (%flash.display:draw-rect :swf-name "drawRect" :return-type "void"
7181 :args (("x" "Number") ("y" "Number") ("width" "Number")
7182 ("height" "Number")))
7183 (%flash.display:draw-triangles :swf-name "drawTriangles" :return-type "void"
7184 :args (("vertices" "__AS3__.vec::Vector.<Number>") &OPTIONAL
7185 ("indices" "__AS3__.vec::Vector.<int>")
7186 ("uvtData" "__AS3__.vec::Vector.<Number>")
7187 (("culling" "String") "none"))))))
7188 (let ((*symbol-table* *player-symbol-table*))
7189 (declare-swf-class %flash.events:timer-event (%flash.events:event)
7190 :swf-name "flash.events::TimerEvent"
7191 :constants
7192 ((%flash.events:+timer+ :swf-name "TIMER" :type "String" :value "timer")
7193 (%flash.events:+timer-complete+ :swf-name "TIMER_COMPLETE" :type "String" :value "timerComplete"))
7194 :properties
7196 :methods
7197 ((%flash.events:update-after-event :swf-name "updateAfterEvent" :return-type "void"
7198 :args NIL)
7199 (%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
7200 :args NIL)
7201 (%flash.events:to-string :swf-name "toString" :return-type "String"
7202 :args NIL))))
7203 (let ((*symbol-table* *player-symbol-table*))
7204 (declare-swf-class %flash.utils:object-output (%flash:object)
7205 :swf-name "flash.utils::ObjectOutput"
7206 :constants
7208 :properties
7209 ((%flash.utils:endian :swf-name "endian" :type "void" :static NIL)
7210 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "uint" :static NIL)
7211 (%flash.utils:object-encoding :swf-name "objectEncoding" :type "void" :static NIL)
7212 (%flash.utils:endian :swf-name "endian" :type "String" :static NIL))
7213 :methods
7214 ((%flash.utils:write-float :swf-name "writeFloat" :return-type "void"
7215 :args (("value" "Number")))
7216 (%flash.utils:write-int :swf-name "writeInt" :return-type "void"
7217 :args (("value" "int")))
7218 (%flash.utils:write-short :swf-name "writeShort" :return-type "void"
7219 :args (("value" "int")))
7220 (%flash.utils:write-unsigned-int :swf-name "writeUnsignedInt" :return-type "void"
7221 :args (("value" "uint")))
7222 (%flash.utils:write-double :swf-name "writeDouble" :return-type "void"
7223 :args (("value" "Number")))
7224 (%flash.utils:write-utf :swf-name "writeUTF" :return-type "void"
7225 :args (("value" "String")))
7226 (%flash.utils:write-byte :swf-name "writeByte" :return-type "void"
7227 :args (("value" "int")))
7228 (%flash.utils:write-bytes :swf-name "writeBytes" :return-type "void"
7229 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
7230 (("offset" "uint") 0) (("length" "uint") 0)))
7231 (%flash.utils:write-boolean :swf-name "writeBoolean" :return-type "void"
7232 :args (("value" "Boolean")))
7233 (%flash.utils:write-object :swf-name "writeObject" :return-type "void"
7234 :args ("object"))
7235 (%flash.utils:write-utf-bytes :swf-name "writeUTFBytes" :return-type "void"
7236 :args (("value" "String")))
7237 (%flash.utils:write-multi-byte :swf-name "writeMultiByte" :return-type "void"
7238 :args (("value" "String") ("charSet" "String"))))))
7239 (let ((*symbol-table* *player-symbol-table*))
7240 (declare-swf-class %flash.utils:i-externalizable ()
7241 :swf-name "flash.utils::IExternalizable"
7242 :constants
7244 :properties
7246 :methods
7247 ((%flash.utils:write-external :swf-name "writeExternal" :return-type "void"
7248 :args (("output" "flash.utils::IDataOutput")))
7249 (%flash.utils:read-external :swf-name "readExternal" :return-type "void"
7250 :args (("input" "flash.utils::IDataInput"))))))
7251 (let ((*symbol-table* *player-symbol-table*))
7252 (declare-swf-class %flash.media:sound (%flash.events:event-dispatcher)
7253 :swf-name "flash.media::Sound"
7254 :constants
7256 :properties
7257 ((%flash.media:is-buffering :swf-name "isBuffering" :type "Boolean" :static NIL)
7258 (%flash.media:bytes-total :swf-name "bytesTotal" :type "int" :static NIL)
7259 (%flash.media:id3 :swf-name "id3" :type "flash.media::ID3Info" :static NIL)
7260 (%flash.media:length :swf-name "length" :type "Number" :static NIL)
7261 (%flash.media:bytes-loaded :swf-name "bytesLoaded" :type "uint" :static NIL)
7262 (%flash.media:url :swf-name "url" :type "String" :static NIL))
7263 :methods
7264 ((%flash.media:play :swf-name "play" :return-type "flash.media::SoundChannel"
7265 :args (&OPTIONAL (("startTime" "Number") 0) (("loops" "int") 0)
7266 ("sndTransform" "flash.media::SoundTransform")))
7267 (%flash.media:close :swf-name "close" :return-type "void"
7268 :args NIL)
7269 (%flash.media:load :swf-name "load" :return-type "void"
7270 :args (("stream" "flash.net::URLRequest") &OPTIONAL
7271 ("context" "flash.media::SoundLoaderContext")))
7272 (%flash.media:extract :swf-name "extract" :return-type "Number"
7273 :args (("target" "flash.utils::ByteArray") ("length" "Number")
7274 &OPTIONAL (("startPosition" "Number") -1))))))
7275 (let ((*symbol-table* *player-symbol-table*))
7276 (declare-swf-class %flash.text:style-sheet (%flash.events:event-dispatcher)
7277 :swf-name "flash.text::StyleSheet"
7278 :constants
7280 :properties
7281 ((%flash.text:style-names :swf-name "styleNames" :type "Array" :static NIL))
7282 :methods
7283 ((%flash.text:get-style :swf-name "getStyle" :return-type "Object"
7284 :args (("styleName" "String")))
7285 (%flash.text:parse-css :swf-name "parseCSS" :return-type "void"
7286 :args (("CSSText" "String")))
7287 (%flash.text:set-style :swf-name "setStyle" :return-type "void"
7288 :args (("styleName" "String") ("styleObject" "Object")))
7289 (%flash.text:clear :swf-name "clear" :return-type "void"
7290 :args NIL)
7291 (%flash.text:transform :swf-name "transform" :return-type "flash.text::TextFormat"
7292 :args (("formatObject" "Object"))))))
7293 (let ((*symbol-table* *player-symbol-table*))
7294 (declare-swf-class %flash.text.engine:line-justification (%flash:object)
7295 :swf-name "flash.text.engine::LineJustification"
7296 :constants
7297 ((%flash.text.engine:+all-including-last+ :swf-name "ALL_INCLUDING_LAST" :type "String" :value "allIncludingLast")
7298 (%flash.text.engine:+unjustified+ :swf-name "UNJUSTIFIED" :type "String" :value "unjustified")
7299 (%flash.text.engine:+all-but-last+ :swf-name "ALL_BUT_LAST" :type "String" :value "allButLast"))
7300 :properties
7302 :methods
7303 ()))
7304 (let ((*symbol-table* *player-symbol-table*))
7305 (declare-swf-class %flash.text.engine:text-line-validity (%flash:object)
7306 :swf-name "flash.text.engine::TextLineValidity"
7307 :constants
7308 ((%flash.text.engine:+possibly-invalid+ :swf-name "POSSIBLY_INVALID" :type "String" :value "possiblyInvalid")
7309 (%flash.text.engine:+valid+ :swf-name "VALID" :type "String" :value "valid")
7310 (%flash.text.engine:+invalid+ :swf-name "INVALID" :type "String" :value "invalid")
7311 (%flash.text.engine:+static+ :swf-name "STATIC" :type "String" :value "static"))
7312 :properties
7314 :methods
7315 ()))
7316 (let ((*symbol-table* *player-symbol-table*))
7317 (declare-swf-class %flash.display:loader (%flash.display:display-object-container)
7318 :swf-name "flash.display::Loader"
7319 :constants
7321 :properties
7322 ((%flash.display:content :swf-name "content" :type "flash.display::DisplayObject" :static NIL)
7323 (%flash.display:content-loader-info :swf-name "contentLoaderInfo" :type "flash.display::LoaderInfo" :static NIL))
7324 :methods
7325 ((%flash.display:unload :swf-name "unload" :return-type "void"
7326 :args NIL)
7327 (%flash.display:add-child :swf-name "addChild" :return-type "flash.display::DisplayObject"
7328 :args (("child" "flash.display::DisplayObject")))
7329 (%flash.display:unload-and-stop :swf-name "unloadAndStop" :return-type "void"
7330 :args (&OPTIONAL (("gc" "Boolean") T)))
7331 (%flash.display:close :swf-name "close" :return-type "void"
7332 :args NIL)
7333 (%flash.display:remove-child-at :swf-name "removeChildAt" :return-type "flash.display::DisplayObject"
7334 :args (("index" "int")))
7335 (%flash.display:set-child-index :swf-name "setChildIndex" :return-type "void"
7336 :args (("child" "flash.display::DisplayObject") ("index" "int")))
7337 (%flash.display:add-child-at :swf-name "addChildAt" :return-type "flash.display::DisplayObject"
7338 :args (("child" "flash.display::DisplayObject") ("index" "int")))
7339 (%flash.display:load-bytes :swf-name "loadBytes" :return-type "void"
7340 :args (("bytes" "flash.utils::ByteArray") &OPTIONAL
7341 ("context" "flash.system::LoaderContext")))
7342 (%flash.display:remove-child :swf-name "removeChild" :return-type "flash.display::DisplayObject"
7343 :args (("child" "flash.display::DisplayObject")))
7344 (%flash.display:load :swf-name "load" :return-type "void"
7345 :args (("request" "flash.net::URLRequest") &OPTIONAL
7346 ("context" "flash.system::LoaderContext"))))))
7347 (let ((*symbol-table* *player-symbol-table*))
7348 (declare-swf-class %flash.display:blend-mode (%flash:object)
7349 :swf-name "flash.display::BlendMode"
7350 :constants
7351 ((%flash.display:+difference+ :swf-name "DIFFERENCE" :type "String" :value "difference")
7352 (%flash.display:+layer+ :swf-name "LAYER" :type "String" :value "layer")
7353 (%flash.display:+overlay+ :swf-name "OVERLAY" :type "String" :value "overlay")
7354 (%flash.display:+screen+ :swf-name "SCREEN" :type "String" :value "screen")
7355 (%flash.display:+hardlight+ :swf-name "HARDLIGHT" :type "String" :value "hardlight")
7356 (%flash.display:+normal+ :swf-name "NORMAL" :type "String" :value "normal")
7357 (%flash.display:+darken+ :swf-name "DARKEN" :type "String" :value "darken")
7358 (%flash.display:+shader+ :swf-name "SHADER" :type "String" :value "shader")
7359 (%flash.display:+multiply+ :swf-name "MULTIPLY" :type "String" :value "multiply")
7360 (%flash.display:+lighten+ :swf-name "LIGHTEN" :type "String" :value "lighten")
7361 (%flash.display:+invert+ :swf-name "INVERT" :type "String" :value "invert")
7362 (%flash.display:+subtract+ :swf-name "SUBTRACT" :type "String" :value "subtract")
7363 (%flash.display:+alpha+ :swf-name "ALPHA" :type "String" :value "alpha")
7364 (%flash.display:+erase+ :swf-name "ERASE" :type "String" :value "erase")
7365 (%flash.display:+add+ :swf-name "ADD" :type "String" :value "add"))
7366 :properties
7368 :methods
7369 ()))
7370 (let ((*symbol-table* *player-symbol-table*))
7371 (declare-swf-class %flash.geom:point (%flash:object)
7372 :swf-name "flash.geom::Point"
7373 :constants
7375 :properties
7376 ((%flash.geom:y :swf-name "y" :type "Number" :value NIL :static NIL)
7377 (%flash.geom:x :swf-name "x" :type "Number" :value NIL :static NIL)
7378 (%flash.geom:length :swf-name "length" :type "Number" :static NIL))
7379 :methods
7380 ((%flash.geom:equals :swf-name "equals" :return-type "Boolean"
7381 :args (("toCompare" "flash.geom::Point")))
7382 (%flash.geom:clone :swf-name "clone" :return-type "flash.geom::Point"
7383 :args NIL)
7384 (%flash.geom:offset :swf-name "offset" :return-type "void"
7385 :args (("dx" "Number") ("dy" "Number")))
7386 (%flash.geom:subtract :swf-name "subtract" :return-type "flash.geom::Point"
7387 :args (("v" "flash.geom::Point")))
7388 (%flash.geom:normalize :swf-name "normalize" :return-type "void"
7389 :args (("thickness" "Number")))
7390 (%flash.geom:to-string :swf-name "toString" :return-type "String"
7391 :args NIL)
7392 (%flash.geom:add :swf-name "add" :return-type "flash.geom::Point"
7393 :args (("v" "flash.geom::Point"))))))
7394 (let ((*symbol-table* *player-symbol-table*))
7395 (declare-swf-class %flash.system:loader-context (%flash:object)
7396 :swf-name "flash.system::LoaderContext"
7397 :constants
7399 :properties
7400 ((%flash.system:security-domain :swf-name "securityDomain" :type "flash.system::SecurityDomain" :value :NULL :static NIL)
7401 (%flash.system:check-policy-file :swf-name "checkPolicyFile" :type "Boolean" :value NIL :static NIL)
7402 (%flash.system:application-domain :swf-name "applicationDomain" :type "flash.system::ApplicationDomain" :value :NULL :static NIL))
7403 :methods
7404 ()))
7405 (let ((*symbol-table* *player-symbol-table*))
7406 (declare-swf-class %flash.system:jpeg-loader-context (%flash.system:loader-context)
7407 :swf-name "flash.system::JPEGLoaderContext"
7408 :constants
7410 :properties
7411 ((%flash.system:deblocking-filter :swf-name "deblockingFilter" :type "Number" :value 0 :static NIL))
7412 :methods
7413 ()))
7414 (let ((*symbol-table* *player-symbol-table*))
7415 (declare-swf-class %flash.events:mouse-event (%flash.events:event)
7416 :swf-name "flash.events::MouseEvent"
7417 :constants
7418 ((%flash.events:+roll-over+ :swf-name "ROLL_OVER" :type "String" :value "rollOver")
7419 (%flash.events:+mouse-down+ :swf-name "MOUSE_DOWN" :type "String" :value "mouseDown")
7420 (%flash.events:+double-click+ :swf-name "DOUBLE_CLICK" :type "String" :value "doubleClick")
7421 (%flash.events:+mouse-up+ :swf-name "MOUSE_UP" :type "String" :value "mouseUp")
7422 (%flash.events:+mouse-out+ :swf-name "MOUSE_OUT" :type "String" :value "mouseOut")
7423 (%flash.events:+click+ :swf-name "CLICK" :type "String" :value "click")
7424 (%flash.events:+mouse-over+ :swf-name "MOUSE_OVER" :type "String" :value "mouseOver")
7425 (%flash.events:+roll-out+ :swf-name "ROLL_OUT" :type "String" :value "rollOut")
7426 (%flash.events:+mouse-move+ :swf-name "MOUSE_MOVE" :type "String" :value "mouseMove")
7427 (%flash.events:+mouse-wheel+ :swf-name "MOUSE_WHEEL" :type "String" :value "mouseWheel"))
7428 :properties
7429 ((%flash.events:delta :swf-name "delta" :type "int" :static NIL)
7430 (%flash.events:shift-key :swf-name "shiftKey" :type "Boolean" :static NIL)
7431 (%flash.events:alt-key :swf-name "altKey" :type "void" :static NIL)
7432 (%flash.events:shift-key :swf-name "shiftKey" :type "void" :static NIL)
7433 (%flash.events:delta :swf-name "delta" :type "void" :static NIL)
7434 (%flash.events:alt-key :swf-name "altKey" :type "Boolean" :static NIL)
7435 (%flash.events:ctrl-key :swf-name "ctrlKey" :type "Boolean" :static NIL)
7436 (%flash.events:button-down :swf-name "buttonDown" :type "void" :static NIL)
7437 (%flash.events:ctrl-key :swf-name "ctrlKey" :type "void" :static NIL)
7438 (%flash.events:stage-x :swf-name "stageX" :type "Number" :static NIL)
7439 (%flash.events:local-y :swf-name "localY" :type "void" :static NIL)
7440 (%flash.events:stage-y :swf-name "stageY" :type "Number" :static NIL)
7441 (%flash.events:local-x :swf-name "localX" :type "void" :static NIL)
7442 (%flash.events:related-object :swf-name "relatedObject" :type "void" :static NIL)
7443 (%flash.events:local-y :swf-name "localY" :type "Number" :static NIL)
7444 (%flash.events:local-x :swf-name "localX" :type "Number" :static NIL)
7445 (%flash.events:related-object :swf-name "relatedObject" :type "flash.display::InteractiveObject" :static NIL)
7446 (%flash.events:is-related-object-inaccessible :swf-name "isRelatedObjectInaccessible" :type "void" :static NIL)
7447 (%flash.events:button-down :swf-name "buttonDown" :type "Boolean" :static NIL)
7448 (%flash.events:is-related-object-inaccessible :swf-name "isRelatedObjectInaccessible" :type "Boolean" :static NIL))
7449 :methods
7450 ((%flash.events:to-string :swf-name "toString" :return-type "String"
7451 :args NIL)
7452 (%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
7453 :args NIL)
7454 (%flash.events:update-after-event :swf-name "updateAfterEvent" :return-type "void"
7455 :args NIL))))
7456 (let ((*symbol-table* *player-symbol-table*))
7457 (declare-swf-class %flash.text:font (%flash:object)
7458 :swf-name "flash.text::Font"
7459 :constants
7461 :properties
7462 ((%flash.text:font-name :swf-name "fontName" :type "String" :static NIL)
7463 (%flash.text:font-style :swf-name "fontStyle" :type "String" :static NIL)
7464 (%flash.text:font-type :swf-name "fontType" :type "String" :static NIL))
7465 :methods
7466 ((%flash.text:has-glyphs :swf-name "hasGlyphs" :return-type "Boolean"
7467 :args (("str" "String"))))))
7468 (let ((*symbol-table* *player-symbol-table*))
7469 (declare-swf-class %flash.text.engine:text-baseline (%flash:object)
7470 :swf-name "flash.text.engine::TextBaseline"
7471 :constants
7472 ((%flash.text.engine:+roman+ :swf-name "ROMAN" :type "String" :value "roman")
7473 (%flash.text.engine:+ascent+ :swf-name "ASCENT" :type "String" :value "ascent")
7474 (%flash.text.engine:+ideographic-top+ :swf-name "IDEOGRAPHIC_TOP" :type "String" :value "ideographicTop")
7475 (%flash.text.engine:+ideographic-center+ :swf-name "IDEOGRAPHIC_CENTER" :type "String" :value "ideographicCenter")
7476 (%flash.text.engine:+use-dominant-baseline+ :swf-name "USE_DOMINANT_BASELINE" :type "String" :value "useDominantBaseline")
7477 (%flash.text.engine:+ideographic-bottom+ :swf-name "IDEOGRAPHIC_BOTTOM" :type "String" :value "ideographicBottom")
7478 (%flash.text.engine:+descent+ :swf-name "DESCENT" :type "String" :value "descent"))
7479 :properties
7481 :methods
7482 ()))
7483 (let ((*symbol-table* *player-symbol-table*))
7484 (declare-swf-class %flash.display:stage (%flash.display:display-object-container)
7485 :swf-name "flash.display::Stage"
7486 :constants
7488 :properties
7489 ((%flash.display:quality :swf-name "quality" :type "String" :static NIL)
7490 (%flash.display:stage-focus-rect :swf-name "stageFocusRect" :type "Boolean" :static NIL)
7491 (%flash.display:rotation :swf-name "rotation" :type "void" :static NIL)
7492 (%flash.display:tab-enabled :swf-name "tabEnabled" :type "void" :static NIL)
7493 (%flash.display:tab-children :swf-name "tabChildren" :type "void" :static NIL)
7494 (%flash.display:filters :swf-name "filters" :type "void" :static NIL)
7495 (%flash.display:z :swf-name "z" :type "void" :static NIL)
7496 (%flash.display:y :swf-name "y" :type "void" :static NIL)
7497 (%flash.display:x :swf-name "x" :type "void" :static NIL)
7498 (%flash.display:display-state :swf-name "displayState" :type "String" :static NIL)
7499 (%flash.display:color-correction-support :swf-name "colorCorrectionSupport" :type "String" :static NIL)
7500 (%flash.display:frame-rate :swf-name "frameRate" :type "Number" :static NIL)
7501 (%flash.display:stage-width :swf-name "stageWidth" :type "int" :static NIL)
7502 (%flash.display:transform :swf-name "transform" :type "void" :static NIL)
7503 (%flash.display:display-state :swf-name "displayState" :type "void" :static NIL)
7504 (%flash.display:visible :swf-name "visible" :type "void" :static NIL)
7505 (%flash.display:full-screen-height :swf-name "fullScreenHeight" :type "uint" :static NIL)
7506 (%flash.display:full-screen-source-rect :swf-name "fullScreenSourceRect" :type "flash.geom::Rectangle" :static NIL)
7507 (%flash.display:mask :swf-name "mask" :type "void" :static NIL)
7508 (%flash.display:opaque-background :swf-name "opaqueBackground" :type "void" :static NIL)
7509 (%flash.display:context-menu :swf-name "contextMenu" :type "void" :static NIL)
7510 (%flash.display:frame-rate :swf-name "frameRate" :type "void" :static NIL)
7511 (%flash.display:focus :swf-name "focus" :type "flash.display::InteractiveObject" :static NIL)
7512 (%flash.display:width :swf-name "width" :type "Number" :static NIL)
7513 (%flash.display:stage-width :swf-name "stageWidth" :type "void" :static NIL)
7514 (%flash.display:height :swf-name "height" :type "void" :static NIL)
7515 (%flash.display:accessibility-properties :swf-name "accessibilityProperties" :type "void" :static NIL)
7516 (%flash.display:mouse-enabled :swf-name "mouseEnabled" :type "void" :static NIL)
7517 (%flash.display:cache-as-bitmap :swf-name "cacheAsBitmap" :type "void" :static NIL)
7518 (%flash.display:stage-height :swf-name "stageHeight" :type "int" :static NIL)
7519 (%flash.display:mouse-children :swf-name "mouseChildren" :type "Boolean" :static NIL)
7520 (%flash.display:tab-children :swf-name "tabChildren" :type "Boolean" :static NIL)
7521 (%flash.display:color-correction :swf-name "colorCorrection" :type "void" :static NIL)
7522 (%flash.display:accessibility-implementation :swf-name "accessibilityImplementation" :type "void" :static NIL)
7523 (%flash.display:focus-rect :swf-name "focusRect" :type "void" :static NIL)
7524 (%flash.display:alpha :swf-name "alpha" :type "void" :static NIL)
7525 (%flash.display:rotation-x :swf-name "rotationX" :type "void" :static NIL)
7526 (%flash.display:rotation-z :swf-name "rotationZ" :type "void" :static NIL)
7527 (%flash.display:quality :swf-name "quality" :type "void" :static NIL)
7528 (%flash.display:rotation-y :swf-name "rotationY" :type "void" :static NIL)
7529 (%flash.display:full-screen-source-rect :swf-name "fullScreenSourceRect" :type "void" :static NIL)
7530 (%flash.display:focus :swf-name "focus" :type "void" :static NIL)
7531 (%flash.display:full-screen-width :swf-name "fullScreenWidth" :type "uint" :static NIL)
7532 (%flash.display:scale-9-grid :swf-name "scale9Grid" :type "void" :static NIL)
7533 (%flash.display:text-snapshot :swf-name "textSnapshot" :type "flash.text::TextSnapshot" :static NIL)
7534 (%flash.display:blend-mode :swf-name "blendMode" :type "void" :static NIL)
7535 (%flash.display:height :swf-name "height" :type "Number" :static NIL)
7536 (%flash.display:num-children :swf-name "numChildren" :type "int" :static NIL)
7537 (%flash.display:scroll-rect :swf-name "scrollRect" :type "void" :static NIL)
7538 (%flash.display:color-correction :swf-name "colorCorrection" :type "String" :static NIL)
7539 (%flash.display:scale-z :swf-name "scaleZ" :type "void" :static NIL)
7540 (%flash.display:scale-y :swf-name "scaleY" :type "void" :static NIL)
7541 (%flash.display:scale-x :swf-name "scaleX" :type "void" :static NIL)
7542 (%flash.display:scale-mode :swf-name "scaleMode" :type "void" :static NIL)
7543 (%flash.display:align :swf-name "align" :type "void" :static NIL)
7544 (%flash.display:name :swf-name "name" :type "void" :static NIL)
7545 (%flash.display:show-default-context-menu :swf-name "showDefaultContextMenu" :type "void" :static NIL)
7546 (%flash.display:width :swf-name "width" :type "void" :static NIL)
7547 (%flash.display:show-default-context-menu :swf-name "showDefaultContextMenu" :type "Boolean" :static NIL)
7548 (%flash.display:scale-mode :swf-name "scaleMode" :type "String" :static NIL)
7549 (%flash.display:stage-height :swf-name "stageHeight" :type "void" :static NIL)
7550 (%flash.display:mouse-children :swf-name "mouseChildren" :type "void" :static NIL)
7551 (%flash.display:align :swf-name "align" :type "String" :static NIL)
7552 (%flash.display:stage-focus-rect :swf-name "stageFocusRect" :type "void" :static NIL)
7553 (%flash.display:tab-index :swf-name "tabIndex" :type "void" :static NIL))
7554 :methods
7555 ((%flash.display:add-child :swf-name "addChild" :return-type "flash.display::DisplayObject"
7556 :args (("child" "flash.display::DisplayObject")))
7557 (%flash.display:dispatch-event :swf-name "dispatchEvent" :return-type "Boolean"
7558 :args (("event" "flash.events::Event")))
7559 (%flash.display:add-event-listener :swf-name "addEventListener" :return-type "void"
7560 :args (("type" "String") ("listener" "Function") &OPTIONAL
7561 (("useCapture" "Boolean") NIL) (("priority" "int") 0)
7562 (("useWeakReference" "Boolean") NIL)))
7563 (%flash.display:remove-child-at :swf-name "removeChildAt" :return-type "flash.display::DisplayObject"
7564 :args (("index" "int")))
7565 (%flash.display:invalidate :swf-name "invalidate" :return-type "void"
7566 :args NIL)
7567 (%flash.display:swap-children-at :swf-name "swapChildrenAt" :return-type "void"
7568 :args (("index1" "int") ("index2" "int")))
7569 (%flash.display:set-child-index :swf-name "setChildIndex" :return-type "void"
7570 :args (("child" "flash.display::DisplayObject") ("index" "int")))
7571 (%flash.display:add-child-at :swf-name "addChildAt" :return-type "flash.display::DisplayObject"
7572 :args (("child" "flash.display::DisplayObject") ("index" "int")))
7573 (%flash.display:has-event-listener :swf-name "hasEventListener" :return-type "Boolean"
7574 :args (("type" "String")))
7575 (%flash.display:is-focus-inaccessible :swf-name "isFocusInaccessible" :return-type "Boolean"
7576 :args NIL)
7577 (%flash.display:will-trigger :swf-name "willTrigger" :return-type "Boolean"
7578 :args (("type" "String"))))))
7579 (let ((*symbol-table* *player-symbol-table*))
7580 (declare-swf-class %flash.display:graphics-solid-fill (%flash:object)
7581 :swf-name "flash.display::GraphicsSolidFill"
7582 :constants
7584 :properties
7585 ((%flash.display:alpha :swf-name "alpha" :type "Number" :value 1 :static NIL)
7586 (%flash.display:color :swf-name "color" :type "uint" :value 0 :static NIL))
7587 :methods
7588 ()))
7589 (let ((*symbol-table* *player-symbol-table*))
7590 (declare-swf-class %flash.geom:transform (%flash:object)
7591 :swf-name "flash.geom::Transform"
7592 :constants
7594 :properties
7595 ((%flash.geom:pixel-bounds :swf-name "pixelBounds" :type "flash.geom::Rectangle" :static NIL)
7596 (%flash.geom:color-transform :swf-name "colorTransform" :type "void" :static NIL)
7597 (%flash.geom:concatenated-color-transform :swf-name "concatenatedColorTransform" :type "flash.geom::ColorTransform" :static NIL)
7598 (%flash.geom:perspective-projection :swf-name "perspectiveProjection" :type "void" :static NIL)
7599 (%flash.geom:matrix3d :swf-name "matrix3D" :type "flash.geom::Matrix3D" :static NIL)
7600 (%flash.geom:concatenated-matrix :swf-name "concatenatedMatrix" :type "flash.geom::Matrix" :static NIL)
7601 (%flash.geom:perspective-projection :swf-name "perspectiveProjection" :type "flash.geom::PerspectiveProjection" :static NIL)
7602 (%flash.geom:color-transform :swf-name "colorTransform" :type "flash.geom::ColorTransform" :static NIL)
7603 (%flash.geom:matrix3d :swf-name "matrix3D" :type "*" :static NIL)
7604 (%flash.geom:matrix :swf-name "matrix" :type "void" :static NIL)
7605 (%flash.geom:matrix :swf-name "matrix" :type "flash.geom::Matrix" :static NIL))
7606 :methods
7607 ((%flash.geom:get-relative-matrix3d :swf-name "getRelativeMatrix3D" :return-type "flash.geom::Matrix3D"
7608 :args (("relativeTo" "flash.display::DisplayObject"))))))
7609 (let ((*symbol-table* *player-symbol-table*))
7610 (declare-swf-class %flash.ui:context-menu-clipboard-items (%flash:object)
7611 :swf-name "flash.ui::ContextMenuClipboardItems"
7612 :constants
7614 :properties
7615 ((%flash.ui:clear :swf-name "clear" :type "Boolean" :value NIL :static NIL)
7616 (%flash.ui:select-all :swf-name "selectAll" :type "Boolean" :value T :static NIL)
7617 (%flash.ui:copy :swf-name "copy" :type "Boolean" :value NIL :static NIL)
7618 (%flash.ui:paste :swf-name "paste" :type "Boolean" :value NIL :static NIL)
7619 (%flash.ui:cut :swf-name "cut" :type "Boolean" :value NIL :static NIL))
7620 :methods
7621 ((%flash.ui:clone :swf-name "clone" :return-type "flash.ui::ContextMenuClipboardItems"
7622 :args NIL))))
7623 (let ((*symbol-table* *player-symbol-table*))
7624 (declare-swf-class %flash.system:security (%flash:object)
7625 :swf-name "flash.system::Security"
7626 :constants
7627 ((%flash.system:+local-with-network+ :swf-name "LOCAL_WITH_NETWORK" :type "String" :value "localWithNetwork")
7628 (%flash.system:+local-with-file+ :swf-name "LOCAL_WITH_FILE" :type "String" :value "localWithFile")
7629 (%flash.system:+remote+ :swf-name "REMOTE" :type "String" :value "remote")
7630 (%flash.system:+local-trusted+ :swf-name "LOCAL_TRUSTED" :type "String" :value "localTrusted"))
7631 :properties
7633 :methods
7634 ()))
7635 (let ((*symbol-table* *player-symbol-table*))
7636 (declare-swf-class %flash.events:keyboard-event (%flash.events:event)
7637 :swf-name "flash.events::KeyboardEvent"
7638 :constants
7639 ((%flash.events:+key-up+ :swf-name "KEY_UP" :type "String" :value "keyUp")
7640 (%flash.events:+key-down+ :swf-name "KEY_DOWN" :type "String" :value "keyDown"))
7641 :properties
7642 ((%flash.events:shift-key :swf-name "shiftKey" :type "Boolean" :static NIL)
7643 (%flash.events:alt-key :swf-name "altKey" :type "Boolean" :static NIL)
7644 (%flash.events:ctrl-key :swf-name "ctrlKey" :type "Boolean" :static NIL)
7645 (%flash.events:alt-key :swf-name "altKey" :type "void" :static NIL)
7646 (%flash.events:key-location :swf-name "keyLocation" :type "void" :static NIL)
7647 (%flash.events:ctrl-key :swf-name "ctrlKey" :type "void" :static NIL)
7648 (%flash.events:char-code :swf-name "charCode" :type "uint" :static NIL)
7649 (%flash.events:key-code :swf-name "keyCode" :type "void" :static NIL)
7650 (%flash.events:key-code :swf-name "keyCode" :type "uint" :static NIL)
7651 (%flash.events:char-code :swf-name "charCode" :type "void" :static NIL)
7652 (%flash.events:key-location :swf-name "keyLocation" :type "uint" :static NIL)
7653 (%flash.events:shift-key :swf-name "shiftKey" :type "void" :static NIL))
7654 :methods
7655 ((%flash.events:to-string :swf-name "toString" :return-type "String"
7656 :args NIL)
7657 (%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
7658 :args NIL)
7659 (%flash.events:update-after-event :swf-name "updateAfterEvent" :return-type "void"
7660 :args NIL))))
7661 (let ((*symbol-table* *player-symbol-table*))
7662 (declare-swf-class %flash.display:spread-method (%flash:object)
7663 :swf-name "flash.display::SpreadMethod"
7664 :constants
7665 ((%flash.display:+reflect+ :swf-name "REFLECT" :type "String" :value "reflect")
7666 (%flash.display:+repeat+ :swf-name "REPEAT" :type "String" :value "repeat")
7667 (%flash.display:+pad+ :swf-name "PAD" :type "String" :value "pad"))
7668 :properties
7670 :methods
7671 ()))
7672 (let ((*symbol-table* *player-symbol-table*))
7673 (declare-swf-class %flash.display:shader-input (%flash:object)
7674 :swf-name "flash.display::ShaderInput"
7675 :constants
7677 :properties
7678 ((%flash.display:height :swf-name "height" :type "void" :static NIL)
7679 (%flash.display:width :swf-name "width" :type "void" :static NIL)
7680 (%flash.display:input :swf-name "input" :type "Object" :static NIL)
7681 (%flash.display:height :swf-name "height" :type "int" :static NIL)
7682 (%flash.display:width :swf-name "width" :type "int" :static NIL)
7683 (%flash.display:input :swf-name "input" :type "void" :static NIL)
7684 (%flash.display:index :swf-name "index" :type "int" :static NIL)
7685 (%flash.display:channels :swf-name "channels" :type "int" :static NIL))
7686 :methods
7687 ()))
7688 (let ((*symbol-table* *player-symbol-table*))
7689 (declare-swf-class %flash.display:shader-parameter-type (%flash:object)
7690 :swf-name "flash.display::ShaderParameterType"
7691 :constants
7692 ((%flash.display:+float4+ :swf-name "FLOAT4" :type "String" :value "float4")
7693 (%flash.display:+float+ :swf-name "FLOAT" :type "String" :value "float")
7694 (%flash.display:+float3+ :swf-name "FLOAT3" :type "String" :value "float3")
7695 (%flash.display:+float2+ :swf-name "FLOAT2" :type "String" :value "float2")
7696 (%flash.display:+matrix4x4+ :swf-name "MATRIX4X4" :type "String" :value "matrix4x4")
7697 (%flash.display:+matrix3x3+ :swf-name "MATRIX3X3" :type "String" :value "matrix3x3")
7698 (%flash.display:+matrix2x2+ :swf-name "MATRIX2X2" :type "String" :value "matrix2x2")
7699 (%flash.display:+bool+ :swf-name "BOOL" :type "String" :value "bool")
7700 (%flash.display:+int+ :swf-name "INT" :type "String" :value "int")
7701 (%flash.display:+bool4+ :swf-name "BOOL4" :type "String" :value "bool4")
7702 (%flash.display:+bool3+ :swf-name "BOOL3" :type "String" :value "bool3")
7703 (%flash.display:+bool2+ :swf-name "BOOL2" :type "String" :value "bool2")
7704 (%flash.display:+int4+ :swf-name "INT4" :type "String" :value "int4")
7705 (%flash.display:+int3+ :swf-name "INT3" :type "String" :value "int3")
7706 (%flash.display:+int2+ :swf-name "INT2" :type "String" :value "int2"))
7707 :properties
7709 :methods
7710 ()))
7711 (let ((*symbol-table* *player-symbol-table*))
7712 (declare-swf-class %flash.events:event-phase (%flash:object)
7713 :swf-name "flash.events::EventPhase"
7714 :constants
7715 ((%flash.events:+capturing-phase+ :swf-name "CAPTURING_PHASE" :type "uint" :value 1)
7716 (%flash.events:+at-target+ :swf-name "AT_TARGET" :type "uint" :value 2)
7717 (%flash.events:+bubbling-phase+ :swf-name "BUBBLING_PHASE" :type "uint" :value 3))
7718 :properties
7720 :methods
7721 ()))
7722 (let ((*symbol-table* *player-symbol-table*))
7723 (declare-swf-class %flash.text.engine:text-line (%flash.display:display-object-container)
7724 :swf-name "flash.text.engine::TextLine"
7725 :constants
7726 ((%flash.text.engine:+max-line-width+ :swf-name "MAX_LINE_WIDTH" :type "int" :value 1000000))
7727 :properties
7728 ((%flash.text.engine:atom-count :swf-name "atomCount" :type "int" :static NIL)
7729 (%flash.text.engine:raw-text-length :swf-name "rawTextLength" :type "int" :static NIL)
7730 (%flash.text.engine:tab-index :swf-name "tabIndex" :type "void" :static NIL)
7731 (%flash.text.engine:focus-rect :swf-name "focusRect" :type "void" :static NIL)
7732 (%flash.text.engine:specified-width :swf-name "specifiedWidth" :type "Number" :static NIL)
7733 (%flash.text.engine:text-height :swf-name "textHeight" :type "Number" :static NIL)
7734 (%flash.text.engine:validity :swf-name "validity" :type "String" :static NIL)
7735 (%flash.text.engine:has-graphic-element :swf-name "hasGraphicElement" :type "Boolean" :static NIL)
7736 (%flash.text.engine:text-block-begin-index :swf-name "textBlockBeginIndex" :type "int" :static NIL)
7737 (%flash.text.engine:tab-children :swf-name "tabChildren" :type "void" :static NIL)
7738 (%flash.text.engine:validity :swf-name "validity" :type "void" :static NIL)
7739 (%flash.text.engine:text-block :swf-name "textBlock" :type "flash.text.engine::TextBlock" :static NIL)
7740 (%flash.text.engine:context-menu :swf-name "contextMenu" :type "void" :static NIL)
7741 (%flash.text.engine:ascent :swf-name "ascent" :type "Number" :static NIL)
7742 (%flash.text.engine:text-width :swf-name "textWidth" :type "Number" :static NIL)
7743 (%flash.text.engine:tab-enabled :swf-name "tabEnabled" :type "void" :static NIL)
7744 (%flash.text.engine:user-data :swf-name "userData" :type "null" :value NIL :static NIL)
7745 (%flash.text.engine:unjustified-text-width :swf-name "unjustifiedTextWidth" :type "Number" :static NIL)
7746 (%flash.text.engine:previous-line :swf-name "previousLine" :type "flash.text.engine::TextLine" :static NIL)
7747 (%flash.text.engine:next-line :swf-name "nextLine" :type "flash.text.engine::TextLine" :static NIL)
7748 (%flash.text.engine:descent :swf-name "descent" :type "Number" :static NIL)
7749 (%flash.text.engine:mirror-regions :swf-name "mirrorRegions" :type "__AS3__.vec::Vector.<flash.text.engine::TextLineMirrorRegion>" :static NIL))
7750 :methods
7751 ((%flash.text.engine:flush-atom-data :swf-name "flushAtomData" :return-type "void"
7752 :args NIL)
7753 (%flash.text.engine:get-atom-center :swf-name "getAtomCenter" :return-type "Number"
7754 :args (("atomIndex" "int")))
7755 (%flash.text.engine:get-atom-text-rotation :swf-name "getAtomTextRotation" :return-type "String"
7756 :args (("atomIndex" "int")))
7757 (%flash.text.engine:get-atom-text-block-end-index :swf-name "getAtomTextBlockEndIndex" :return-type "int"
7758 :args (("atomIndex" "int")))
7759 (%flash.text.engine:get-atom-bounds :swf-name "getAtomBounds" :return-type "flash.geom::Rectangle"
7760 :args (("atomIndex" "int")))
7761 (%flash.text.engine:get-atom-text-block-begin-index :swf-name "getAtomTextBlockBeginIndex" :return-type "int"
7762 :args (("atomIndex" "int")))
7763 (%flash.text.engine:get-atom-word-boundary-on-left :swf-name "getAtomWordBoundaryOnLeft" :return-type "Boolean"
7764 :args (("atomIndex" "int")))
7765 (%flash.text.engine:get-atom-index-at-char-index :swf-name "getAtomIndexAtCharIndex" :return-type "int"
7766 :args (("charIndex" "int")))
7767 (%flash.text.engine:get-atom-index-at-point :swf-name "getAtomIndexAtPoint" :return-type "int"
7768 :args (("stageX" "Number") ("stageY" "Number")))
7769 (%flash.text.engine:get-atom-bidi-level :swf-name "getAtomBidiLevel" :return-type "int"
7770 :args (("atomIndex" "int")))
7771 (%flash.text.engine:dump :swf-name "dump" :return-type "String"
7772 :args NIL)
7773 (%flash.text.engine:get-mirror-region :swf-name "getMirrorRegion" :return-type "flash.text.engine::TextLineMirrorRegion"
7774 :args (("mirror" "flash.events::EventDispatcher")))
7775 (%flash.text.engine:get-baseline-position :swf-name "getBaselinePosition" :return-type "Number"
7776 :args (("baseline" "String")))
7777 (%flash.text.engine:get-atom-graphic :swf-name "getAtomGraphic" :return-type "flash.display::DisplayObject"
7778 :args (("atomIndex" "int"))))))
7779 (let ((*symbol-table* *player-symbol-table*))
7780 (declare-swf-class %flash.display:pixel-snapping (%flash:object)
7781 :swf-name "flash.display::PixelSnapping"
7782 :constants
7783 ((%flash.display:+auto+ :swf-name "AUTO" :type "String" :value "auto")
7784 (%flash.display:+never+ :swf-name "NEVER" :type "String" :value "never")
7785 (%flash.display:+always+ :swf-name "ALWAYS" :type "String" :value "always"))
7786 :properties
7788 :methods
7789 ()))
7790 (let ((*symbol-table* *player-symbol-table*))
7791 (declare-swf-class %flash.text:text-line-metrics (%flash:object)
7792 :swf-name "flash.text::TextLineMetrics"
7793 :constants
7795 :properties
7796 ((%flash.text:descent :swf-name "descent" :type "Number" :value NIL :static NIL)
7797 (%flash.text:x :swf-name "x" :type "Number" :value NIL :static NIL)
7798 (%flash.text:leading :swf-name "leading" :type "Number" :value NIL :static NIL)
7799 (%flash.text:height :swf-name "height" :type "Number" :value NIL :static NIL)
7800 (%flash.text:width :swf-name "width" :type "Number" :value NIL :static NIL)
7801 (%flash.text:ascent :swf-name "ascent" :type "Number" :value NIL :static NIL))
7802 :methods
7803 ()))
7804 (let ((*symbol-table* *player-symbol-table*))
7805 (declare-swf-class %flash.net:file-reference (%flash.events:event-dispatcher)
7806 :swf-name "flash.net::FileReference"
7807 :constants
7809 :properties
7810 ((%flash.net:data :swf-name "data" :type "flash.utils::ByteArray" :static NIL)
7811 (%flash.net:modification-date :swf-name "modificationDate" :type "Date" :static NIL)
7812 (%flash.net:creation-date :swf-name "creationDate" :type "Date" :static NIL)
7813 (%flash.net:creator :swf-name "creator" :type "String" :static NIL)
7814 (%flash.net:name :swf-name "name" :type "String" :static NIL)
7815 (%flash.net:type :swf-name "type" :type "String" :static NIL)
7816 (%flash.net:size :swf-name "size" :type "uint" :static NIL))
7817 :methods
7818 ((%flash.net:save :swf-name "save" :return-type "void"
7819 :args ("data" &OPTIONAL ("defaultFileName" "String")))
7820 (%flash.net:cancel :swf-name "cancel" :return-type "void"
7821 :args NIL)
7822 (%flash.net:download :swf-name "download" :return-type "void"
7823 :args (("request" "flash.net::URLRequest") &OPTIONAL
7824 ("defaultFileName" "String")))
7825 (%flash.net:browse :swf-name "browse" :return-type "Boolean"
7826 :args (&OPTIONAL ("typeFilter" "Array")))
7827 (%flash.net:load :swf-name "load" :return-type "void"
7828 :args NIL)
7829 (%flash.net:upload :swf-name "upload" :return-type "void"
7830 :args (("request" "flash.net::URLRequest") &OPTIONAL
7831 (("uploadDataFieldName" "String") "Filedata")
7832 (("testUpload" "Boolean") NIL))))))
7833 (let ((*symbol-table* *player-symbol-table*))
7834 (declare-swf-class %flash.display:stage-scale-mode (%flash:object)
7835 :swf-name "flash.display::StageScaleMode"
7836 :constants
7837 ((%flash.display:+show-all+ :swf-name "SHOW_ALL" :type "String" :value "showAll")
7838 (%flash.display:+no-scale+ :swf-name "NO_SCALE" :type "String" :value "noScale")
7839 (%flash.display:+no-border+ :swf-name "NO_BORDER" :type "String" :value "noBorder")
7840 (%flash.display:+exact-fit+ :swf-name "EXACT_FIT" :type "String" :value "exactFit"))
7841 :properties
7843 :methods
7844 ()))
7845 (let ((*symbol-table* *player-symbol-table*))
7846 (declare-swf-class %flash.net:shared-object-flush-status (%flash:object)
7847 :swf-name "flash.net::SharedObjectFlushStatus"
7848 :constants
7849 ((%flash.net:+pending+ :swf-name "PENDING" :type "String" :value "pending")
7850 (%flash.net:+flushed+ :swf-name "FLUSHED" :type "String" :value "flushed"))
7851 :properties
7853 :methods
7854 ()))
7855 (let ((*symbol-table* *player-symbol-table*))
7856 (declare-swf-class %flash.text:text-field-auto-size (%flash:object)
7857 :swf-name "flash.text::TextFieldAutoSize"
7858 :constants
7859 ((%flash.text:+right+ :swf-name "RIGHT" :type "String" :value "right")
7860 (%flash.text:+none+ :swf-name "NONE" :type "String" :value "none")
7861 (%flash.text:+left+ :swf-name "LEFT" :type "String" :value "left")
7862 (%flash.text:+center+ :swf-name "CENTER" :type "String" :value "center"))
7863 :properties
7865 :methods
7866 ()))
7867 (let ((*symbol-table* *player-symbol-table*))
7868 (declare-swf-class %flash.printing:print-job-orientation (%flash:object)
7869 :swf-name "flash.printing::PrintJobOrientation"
7870 :constants
7871 ((%flash.printing:+portrait+ :swf-name "PORTRAIT" :type "String" :value "portrait")
7872 (%flash.printing:+landscape+ :swf-name "LANDSCAPE" :type "String" :value "landscape"))
7873 :properties
7875 :methods
7876 ()))
7877 (let ((*symbol-table* *player-symbol-table*))
7878 (declare-swf-class %flash.events:http-status-event (%flash.events:event)
7879 :swf-name "flash.events::HTTPStatusEvent"
7880 :constants
7881 ((%flash.events:+http-status+ :swf-name "HTTP_STATUS" :type "String" :value "httpStatus"))
7882 :properties
7883 ((%flash.events:status :swf-name "status" :type "int" :static NIL))
7884 :methods
7885 ((%flash.events:clone :swf-name "clone" :return-type "flash.events::Event"
7886 :args NIL)
7887 (%flash.events:to-string :swf-name "toString" :return-type "String"
7888 :args NIL))))
7889 (let ((*symbol-table* *player-symbol-table*))
7890 (declare-swf-class %flash.filters:convolution-filter (%flash.filters:bitmap-filter)
7891 :swf-name "flash.filters::ConvolutionFilter"
7892 :constants
7894 :properties
7895 ((%flash.filters:divisor :swf-name "divisor" :type "Number" :static NIL)
7896 (%flash.filters:divisor :swf-name "divisor" :type "void" :static NIL)
7897 (%flash.filters:clamp :swf-name "clamp" :type "Boolean" :static NIL)
7898 (%flash.filters:bias :swf-name "bias" :type "Number" :static NIL)
7899 (%flash.filters:matrix-y :swf-name "matrixY" :type "Number" :static NIL)
7900 (%flash.filters:matrix-x :swf-name "matrixX" :type "Number" :static NIL)
7901 (%flash.filters:clamp :swf-name "clamp" :type "void" :static NIL)
7902 (%flash.filters:preserve-alpha :swf-name "preserveAlpha" :type "Boolean" :static NIL)
7903 (%flash.filters:matrix-y :swf-name "matrixY" :type "void" :static NIL)
7904 (%flash.filters:matrix-x :swf-name "matrixX" :type "void" :static NIL)
7905 (%flash.filters:alpha :swf-name "alpha" :type "void" :static NIL)
7906 (%flash.filters:bias :swf-name "bias" :type "void" :static NIL)
7907 (%flash.filters:color :swf-name "color" :type "void" :static NIL)
7908 (%flash.filters:alpha :swf-name "alpha" :type "Number" :static NIL)
7909 (%flash.filters:preserve-alpha :swf-name "preserveAlpha" :type "void" :static NIL)
7910 (%flash.filters:color :swf-name "color" :type "uint" :static NIL)
7911 (%flash.filters:matrix :swf-name "matrix" :type "void" :static NIL)
7912 (%flash.filters:matrix :swf-name "matrix" :type "Array" :static NIL))
7913 :methods
7914 ((%flash.filters:clone :swf-name "clone" :return-type "flash.filters::BitmapFilter"
7915 :args NIL))))
7916 (let ((*symbol-table* *player-symbol-table*))
7917 (declare-swf-class %flash.ui:key-location (%flash:object)
7918 :swf-name "flash.ui::KeyLocation"
7919 :constants
7920 ((%flash.ui:+standard+ :swf-name "STANDARD" :type "uint" :value 0)
7921 (%flash.ui:+right+ :swf-name "RIGHT" :type "uint" :value 2)
7922 (%flash.ui:+left+ :swf-name "LEFT" :type "uint" :value 1)
7923 (%flash.ui:+num-pad+ :swf-name "NUM_PAD" :type "uint" :value 3))
7924 :properties
7926 :methods
7927 ()))
7928 (let ((*symbol-table* *player-symbol-table*))
7929 (declare-swf-class %flash.accessibility:accessibility (%flash:object)
7930 :swf-name "flash.accessibility::Accessibility"
7931 :constants
7933 :properties
7935 :methods
7936 ()))
7937 (let ((*symbol-table* *player-symbol-table*))
7938 (declare-swf-class %flash.geom:perspective-projection (%flash:object)
7939 :swf-name "flash.geom::PerspectiveProjection"
7940 :constants
7942 :properties
7943 ((%flash.geom:focal-length :swf-name "focalLength" :type "void" :static NIL)
7944 (%flash.geom:field-of-view :swf-name "fieldOfView" :type "void" :static NIL)
7945 (%flash.geom:focal-length :swf-name "focalLength" :type "Number" :static NIL)
7946 (%flash.geom:projection-center :swf-name "projectionCenter" :type "*" :static NIL)
7947 (%flash.geom:field-of-view :swf-name "fieldOfView" :type "Number" :static NIL)
7948 (%flash.geom:projection-center :swf-name "projectionCenter" :type "flash.geom::Point" :static NIL))
7949 :methods
7950 ((%flash.geom:to-matrix3d :swf-name "toMatrix3D" :return-type "flash.geom::Matrix3D"
7951 :args NIL))))
7952 (let ((*symbol-table* *player-symbol-table*))
7953 (declare-swf-class %flash.display:action-script-version (%flash:object)
7954 :swf-name "flash.display::ActionScriptVersion"
7955 :constants
7956 ((%flash.display:+actionscript3+ :swf-name "ACTIONSCRIPT3" :type "uint" :value 3)
7957 (%flash.display:+actionscript2+ :swf-name "ACTIONSCRIPT2" :type "uint" :value 2))
7958 :properties
7960 :methods
7961 ()))
7962 (let ((*symbol-table* *player-symbol-table*))
7963 (declare-swf-class %flash.net:net-stream-play-options (%flash.events:event-dispatcher)
7964 :swf-name "flash.net::NetStreamPlayOptions"
7965 :constants
7967 :properties
7968 ((%flash.net:transition :swf-name "transition" :type "String" :value NIL :static NIL)
7969 (%flash.net:stream-name :swf-name "streamName" :type "String" :value NIL :static NIL)
7970 (%flash.net:start :swf-name "start" :type "Number" :value NIL :static NIL)
7971 (%flash.net:len :swf-name "len" :type "Number" :value NIL :static NIL)
7972 (%flash.net:old-stream-name :swf-name "oldStreamName" :type "String" :value NIL :static NIL))
7973 :methods
7974 ()))
7975 (let ((*symbol-table* *player-symbol-table*))
7976 (declare-swf-class %flash.media:sound-codec (%flash:object)
7977 :swf-name "flash.media::SoundCodec"
7978 :constants
7979 ((%flash.media:+nellymoser+ :swf-name "NELLYMOSER" :type "String" :value "NellyMoser")
7980 (%flash.media:+speex+ :swf-name "SPEEX" :type "String" :value "Speex"))
7981 :properties
7983 :methods
7984 ()))
7985 (let ((*symbol-table* *player-symbol-table*))
7986 (declare-swf-class %flash.display:triangle-culling (%flash:object)
7987 :swf-name "flash.display::TriangleCulling"
7988 :constants
7989 ((%flash.display:+positive+ :swf-name "POSITIVE" :type "String" :value "positive")
7990 (%flash.display:+none+ :swf-name "NONE" :type "String" :value "none")
7991 (%flash.display:+negative+ :swf-name "NEGATIVE" :type "String" :value "negative"))
7992 :properties
7994 :methods
7995 ()))
7996 (let ((*symbol-table* *player-symbol-table*))
7997 (declare-swf-class %flash.text.engine:digit-width (%flash:object)
7998 :swf-name "flash.text.engine::DigitWidth"
7999 :constants
8000 ((%flash.text.engine:+tabular+ :swf-name "TABULAR" :type "String" :value "tabular")
8001 (%flash.text.engine:+proportional+ :swf-name "PROPORTIONAL" :type "String" :value "proportional")
8002 (%flash.text.engine:+default+ :swf-name "DEFAULT" :type "String" :value "default"))
8003 :properties
8005 :methods
8006 ()))
8007 (let ((*symbol-table* *player-symbol-table*))
8008 (declare-swf-class %authoring:auth-object (%flash:object)
8009 :swf-name "authoring::authObject"
8010 :constants
8012 :properties
8013 ((%authoring:next-sibling :swf-name "NextSibling" :type "authoring::authObject" :static NIL)
8014 (%authoring:first-child :swf-name "FirstChild" :type "authoring::authObject" :static NIL)
8015 (%authoring:swf-key :swf-name "SwfKey" :type "uint" :static NIL)
8016 (%authoring:type :swf-name "Type" :type "uint" :static NIL)
8017 (%authoring:key :swf-name "Key" :type "uint" :static NIL))
8018 :methods
8019 ((%authoring:obj-matrix :swf-name "ObjMatrix" :return-type "flash.geom::Matrix"
8020 :args NIL)
8021 (%authoring:is-primitive :swf-name "IsPrimitive" :return-type "Boolean"
8022 :args NIL)
8023 (%authoring:symbol-mode :swf-name "SymbolMode" :return-type "int"
8024 :args NIL)
8025 (%authoring:frame-for-frame-number :swf-name "FrameForFrameNumber" :return-type "authoring::authObject"
8026 :args (("frameNum" "int")))
8027 (%authoring:has-empty-path :swf-name "HasEmptyPath" :return-type "Boolean"
8028 :args NIL)
8029 (%authoring:registration-point :swf-name "RegistrationPoint" :return-type "flash.geom::Point"
8030 :args NIL)
8031 (%authoring:live-preview-size :swf-name "LivePreviewSize" :return-type "flash.geom::Point"
8032 :args NIL)
8033 (%authoring:scale9grid :swf-name "Scale9Grid" :return-type "flash.geom::Rectangle"
8034 :args NIL)
8035 (%authoring:symbol-behavior :swf-name "SymbolBehavior" :return-type "int"
8036 :args NIL)
8037 (%authoring:three-dmatrix :swf-name "ThreeDMatrix" :return-type "flash.geom::Matrix3D"
8038 :args NIL)
8039 (%authoring:locked :swf-name "Locked" :return-type "Boolean"
8040 :args NIL)
8041 (%authoring:frame-type :swf-name "FrameType" :return-type "uint"
8042 :args NIL)
8043 (%authoring:outline-mode :swf-name "OutlineMode" :return-type "Boolean"
8044 :args NIL)
8045 (%authoring:blending-mode :swf-name "BlendingMode" :return-type "String"
8046 :args NIL)
8047 (%authoring:filters :swf-name "Filters" :return-type "Array"
8048 :args NIL)
8049 (%authoring:outline-color :swf-name "OutlineColor" :return-type "uint"
8050 :args NIL)
8051 (%authoring:is-floater :swf-name "IsFloater" :return-type "Boolean"
8052 :args NIL)
8053 (%authoring:center-point :swf-name "CenterPoint" :return-type "flash.geom::Point"
8054 :args NIL)
8055 (%authoring:color-xform :swf-name "ColorXForm" :return-type "flash.geom::ColorTransform"
8056 :args NIL)
8057 (%authoring:three-d-translation-handle-points :swf-name "ThreeDTranslationHandlePoints" :return-type "Array"
8058 :args NIL)
8059 (%authoring:bounds :swf-name "Bounds" :return-type "flash.geom::Rectangle"
8060 :args (("flags" "uint") &OPTIONAL (("minFrame" "int") -16000)
8061 (("maxFrame" "int") 16000)))
8062 (%authoring:motion-path :swf-name "MotionPath" :return-type "authoring::authObject"
8063 :args NIL)
8064 (%authoring:has-shape-selection :swf-name "HasShapeSelection" :return-type "Boolean"
8065 :args NIL)
8066 (%authoring:start-position :swf-name "StartPosition" :return-type "int"
8067 :args NIL)
8068 (%authoring:is-visible :swf-name "IsVisible" :return-type "Boolean"
8069 :args (("inThumbnailPreview" "Boolean")))
8070 (%authoring:is-selected :swf-name "IsSelected" :return-type "Boolean"
8071 :args NIL)
8072 (%authoring:end-position :swf-name "EndPosition" :return-type "int"
8073 :args NIL)
8074 (%authoring:cache-as-bitmap :swf-name "CacheAsBitmap" :return-type "Boolean"
8075 :args NIL)
8076 (%authoring:frame-offset :swf-name "FrameOffset" :return-type "int"
8077 :args NIL))))