X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fbuiltin.c;h=c7cfecd63657498bbba7f14179eb3e0590b56ee1;hb=b8aa0577aae67db4da5221459102202febc5c103;hp=5193aa12f141a02aab3e7af9caf53d13164e5adf;hpb=fbb4f2a798cbb4e4a469a1282e1554ec4cf55d01;p=swftools.git diff --git a/lib/as3/builtin.c b/lib/as3/builtin.c index 5193aa1..c7cfecd 100644 --- a/lib/as3/builtin.c +++ b/lib/as3/builtin.c @@ -1,4767 +1,7747 @@ #include "builtin.h" -static classinfo_t _ArgumentError; + +static classinfo_t flash_text_TextFormat; +static varinfo_t flash_text_TextFormat_leading; +static varinfo_t flash_text_TextFormat_bold; +static varinfo_t flash_text_TextFormat_underline; +static varinfo_t flash_text_TextFormat_color; +static varinfo_t flash_text_TextFormat_letterSpacing; +static varinfo_t flash_text_TextFormat_kerning; +static varinfo_t flash_text_TextFormat_target; +static varinfo_t flash_text_TextFormat_italic; +static varinfo_t flash_text_TextFormat_rightMargin; +static varinfo_t flash_text_TextFormat_bullet; +static varinfo_t flash_text_TextFormat_url; +static varinfo_t flash_text_TextFormat_size; +static varinfo_t flash_text_TextFormat_indent; +static varinfo_t flash_text_TextFormat_leftMargin; +static varinfo_t flash_text_TextFormat_display; +static varinfo_t flash_text_TextFormat_align; +static varinfo_t flash_text_TextFormat_tabStops; +static varinfo_t flash_text_TextFormat_blockIndent; +static varinfo_t flash_text_TextFormat_font; +static classinfo_t flash_filters_BitmapFilter; +static methodinfo_t flash_filters_BitmapFilter_clone; +static classinfo_t flash_filters_DropShadowFilter; +static varinfo_t flash_filters_DropShadowFilter_alpha; +static varinfo_t flash_filters_DropShadowFilter_strength; +static varinfo_t flash_filters_DropShadowFilter_quality; +static varinfo_t flash_filters_DropShadowFilter_angle; +static varinfo_t flash_filters_DropShadowFilter_knockout; +static varinfo_t flash_filters_DropShadowFilter_color; +static varinfo_t flash_filters_DropShadowFilter_hideObject; +static varinfo_t flash_filters_DropShadowFilter_inner; +static varinfo_t flash_filters_DropShadowFilter_blurX; +static varinfo_t flash_filters_DropShadowFilter_blurY; +static varinfo_t flash_filters_DropShadowFilter_distance; +static methodinfo_t flash_filters_DropShadowFilter_clone; +static classinfo_t adobe_utils_CustomActions; +static varinfo_t adobe_utils_CustomActions_actionsList; +static methodinfo_t adobe_utils_CustomActions_uninstallActions; +static methodinfo_t adobe_utils_CustomActions_getActions; +static methodinfo_t adobe_utils_CustomActions_installActions; +static classinfo_t flash_text_engine_TextLineValidity; +static varinfo_t flash_text_engine_TextLineValidity_STATIC; +static varinfo_t flash_text_engine_TextLineValidity_VALID; +static varinfo_t flash_text_engine_TextLineValidity_INVALID; +static varinfo_t flash_text_engine_TextLineValidity_POSSIBLY_INVALID; +static classinfo_t flash_display_LineScaleMode; +static varinfo_t flash_display_LineScaleMode_NORMAL; +static varinfo_t flash_display_LineScaleMode_VERTICAL; +static varinfo_t flash_display_LineScaleMode_NONE; +static varinfo_t flash_display_LineScaleMode_HORIZONTAL; +static classinfo_t flash_geom_Transform; +static varinfo_t flash_geom_Transform_matrix; +static varinfo_t flash_geom_Transform_perspectiveProjection; +static varinfo_t flash_geom_Transform_concatenatedMatrix; +static varinfo_t flash_geom_Transform_colorTransform; +static methodinfo_t flash_geom_Transform_getRelativeMatrix3D; +static varinfo_t flash_geom_Transform_pixelBounds; +static varinfo_t flash_geom_Transform_matrix3D; +static varinfo_t flash_geom_Transform_concatenatedColorTransform; +static classinfo_t flash_ui_KeyLocation; +static varinfo_t flash_ui_KeyLocation_LEFT; +static varinfo_t flash_ui_KeyLocation_RIGHT; +static varinfo_t flash_ui_KeyLocation_NUM_PAD; +static varinfo_t flash_ui_KeyLocation_STANDARD; +static classinfo_t flash_events_MouseEvent; +static varinfo_t flash_events_MouseEvent_localY; +static varinfo_t flash_events_MouseEvent_MOUSE_OUT; +static methodinfo_t flash_events_MouseEvent_updateAfterEvent; +static varinfo_t flash_events_MouseEvent_MOUSE_MOVE; +static varinfo_t flash_events_MouseEvent_delta; +static varinfo_t flash_events_MouseEvent_MOUSE_WHEEL; +static varinfo_t flash_events_MouseEvent_stageX; +static varinfo_t flash_events_MouseEvent_CLICK; +static varinfo_t flash_events_MouseEvent_ROLL_OUT; +static varinfo_t flash_events_MouseEvent_MOUSE_OVER; +static varinfo_t flash_events_MouseEvent_ROLL_OVER; +static methodinfo_t flash_events_MouseEvent_toString; +static varinfo_t flash_events_MouseEvent_MOUSE_DOWN; +static varinfo_t flash_events_MouseEvent_relatedObject; +static varinfo_t flash_events_MouseEvent_isRelatedObjectInaccessible; +static varinfo_t flash_events_MouseEvent_shiftKey; +static varinfo_t flash_events_MouseEvent_DOUBLE_CLICK; +static varinfo_t flash_events_MouseEvent_stageY; +static varinfo_t flash_events_MouseEvent_altKey; +static methodinfo_t flash_events_MouseEvent_clone; +static varinfo_t flash_events_MouseEvent_ctrlKey; +static varinfo_t flash_events_MouseEvent_localX; +static varinfo_t flash_events_MouseEvent_buttonDown; +static varinfo_t flash_events_MouseEvent_MOUSE_UP; +static classinfo_t flash_text_engine_LineJustification; +static varinfo_t flash_text_engine_LineJustification_ALL_INCLUDING_LAST; +static varinfo_t flash_text_engine_LineJustification_UNJUSTIFIED; +static varinfo_t flash_text_engine_LineJustification_ALL_BUT_LAST; +static classinfo_t flash_media_Camera; +static methodinfo_t flash_media_Camera_getCamera; +static varinfo_t flash_media_Camera_fps; +static methodinfo_t flash_media_Camera_setMode; +static varinfo_t flash_media_Camera_keyFrameInterval; +static varinfo_t flash_media_Camera_motionTimeout; +static varinfo_t flash_media_Camera_width; +static methodinfo_t flash_media_Camera_setCursor; +static methodinfo_t flash_media_Camera_setLoopback; +static varinfo_t flash_media_Camera_height; +static varinfo_t flash_media_Camera_index; +static varinfo_t flash_media_Camera_name; +static varinfo_t flash_media_Camera_currentFPS; +static methodinfo_t flash_media_Camera_setKeyFrameInterval; +static varinfo_t flash_media_Camera_quality; +static varinfo_t flash_media_Camera_motionLevel; +static varinfo_t flash_media_Camera_bandwidth; +static varinfo_t flash_media_Camera_muted; +static varinfo_t flash_media_Camera_activityLevel; +static varinfo_t flash_media_Camera_loopback; +static varinfo_t flash_media_Camera_names; +static methodinfo_t flash_media_Camera_setQuality; +static methodinfo_t flash_media_Camera_setMotionLevel; +static methodinfo_t flash_net_registerClassAlias; +static classinfo_t flash_accessibility_AccessibilityImplementation; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accState; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accName; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accSelection; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accDoDefaultAction; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accFocus; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accDefaultAction; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accSelect; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accValue; +static varinfo_t flash_accessibility_AccessibilityImplementation_stub; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accRole; +static varinfo_t flash_accessibility_AccessibilityImplementation_errno; +static methodinfo_t flash_accessibility_AccessibilityImplementation_isLabeledBy; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accLocation; +static methodinfo_t flash_accessibility_AccessibilityImplementation_getChildIDArray; +static classinfo_t flash_utils_ByteArray; +static methodinfo_t flash_utils_ByteArray_writeBoolean; +static methodinfo_t flash_utils_ByteArray_readDouble; +static methodinfo_t flash_utils_ByteArray_toString; +static methodinfo_t flash_utils_ByteArray_writeByte; +static methodinfo_t flash_utils_ByteArray_writeObject; +static methodinfo_t flash_utils_ByteArray_readUTFBytes; +static methodinfo_t flash_utils_ByteArray_writeMultiByte; +static methodinfo_t flash_utils_ByteArray_uncompress; +static methodinfo_t flash_utils_ByteArray_readUnsignedByte; +static methodinfo_t flash_utils_ByteArray_writeInt; +static methodinfo_t flash_utils_ByteArray_deflate; +static methodinfo_t flash_utils_ByteArray_readMultiByte; +static methodinfo_t flash_utils_ByteArray_readBytes; +static methodinfo_t flash_utils_ByteArray_writeShort; +static varinfo_t flash_utils_ByteArray_position; +static methodinfo_t flash_utils_ByteArray_readShort; +static methodinfo_t flash_utils_ByteArray_writeUTF; +static methodinfo_t flash_utils_ByteArray_writeBytes; +static varinfo_t flash_utils_ByteArray_objectEncoding; +static methodinfo_t flash_utils_ByteArray_readObject; +static varinfo_t flash_utils_ByteArray_length; +static methodinfo_t flash_utils_ByteArray_writeUnsignedInt; +static methodinfo_t flash_utils_ByteArray_writeDouble; +static methodinfo_t flash_utils_ByteArray_writeFloat; +static methodinfo_t flash_utils_ByteArray_readInt; +static methodinfo_t flash_utils_ByteArray_readByte; +static varinfo_t flash_utils_ByteArray_bytesAvailable; +static methodinfo_t flash_utils_ByteArray_clear; +static varinfo_t flash_utils_ByteArray_endian; +static methodinfo_t flash_utils_ByteArray_readUnsignedShort; +static methodinfo_t flash_utils_ByteArray_readUnsignedInt; +static varinfo_t flash_utils_ByteArray_defaultObjectEncoding; +static methodinfo_t flash_utils_ByteArray_readFloat; +static methodinfo_t flash_utils_ByteArray_compress; +static methodinfo_t flash_utils_ByteArray_writeUTFBytes; +static methodinfo_t flash_utils_ByteArray_readBoolean; +static methodinfo_t flash_utils_ByteArray_inflate; +static methodinfo_t flash_utils_ByteArray_readUTF; +static methodinfo_t flash_sampler_stopSampling; +static classinfo_t flash_events_SyncEvent; +static varinfo_t flash_events_SyncEvent_SYNC; +static methodinfo_t flash_events_SyncEvent_toString; +static methodinfo_t flash_events_SyncEvent_clone; +static varinfo_t flash_events_SyncEvent_changeList; +static methodinfo_t _encodeURIComponent; +static classinfo_t flash_net_Socket; +static methodinfo_t flash_net_Socket_writeBoolean; +static methodinfo_t flash_net_Socket_connect; +static methodinfo_t flash_net_Socket_readDouble; +static methodinfo_t flash_net_Socket_writeByte; +static methodinfo_t flash_net_Socket_writeObject; +static methodinfo_t flash_net_Socket_readUTFBytes; +static methodinfo_t flash_net_Socket_close; +static methodinfo_t flash_net_Socket_writeMultiByte; +static methodinfo_t flash_net_Socket_readUnsignedByte; +static methodinfo_t flash_net_Socket_writeInt; +static methodinfo_t flash_net_Socket_readMultiByte; +static methodinfo_t flash_net_Socket_readBytes; +static methodinfo_t flash_net_Socket_writeShort; +static methodinfo_t flash_net_Socket_readShort; +static methodinfo_t flash_net_Socket_writeUTF; +static varinfo_t flash_net_Socket_timeout; +static methodinfo_t flash_net_Socket_writeBytes; +static varinfo_t flash_net_Socket_connected; +static methodinfo_t flash_net_Socket_readObject; +static varinfo_t flash_net_Socket_objectEncoding; +static methodinfo_t flash_net_Socket_flush; +static methodinfo_t flash_net_Socket_writeUnsignedInt; +static methodinfo_t flash_net_Socket_writeDouble; +static methodinfo_t flash_net_Socket_writeFloat; +static methodinfo_t flash_net_Socket_readInt; +static methodinfo_t flash_net_Socket_readByte; +static varinfo_t flash_net_Socket_bytesAvailable; +static varinfo_t flash_net_Socket_endian; +static methodinfo_t flash_net_Socket_readUnsignedShort; +static methodinfo_t flash_net_Socket_readUnsignedInt; +static methodinfo_t flash_net_Socket_readFloat; +static methodinfo_t flash_net_Socket_writeUTFBytes; +static methodinfo_t flash_net_Socket_readBoolean; +static methodinfo_t flash_net_Socket_readUTF; +static methodinfo_t _unescape; +static classinfo_t flash_utils_Timer; +static methodinfo_t flash_utils_Timer_reset; +static varinfo_t flash_utils_Timer_running; +static varinfo_t flash_utils_Timer_repeatCount; +static methodinfo_t flash_utils_Timer_stop; +static methodinfo_t flash_utils_Timer_start; +static varinfo_t flash_utils_Timer_currentCount; +static varinfo_t flash_utils_Timer_delay; static classinfo_t _Array; -static memberinfo_t _Array_reverse; -static memberinfo_t _Array_map; -static memberinfo_t _Array_shift; -static memberinfo_t _Array_length; -static memberinfo_t _Array_unshift; -static memberinfo_t _Array_join; -static memberinfo_t _Array_lastIndexOf; -static memberinfo_t _Array_indexOf; -static memberinfo_t _Array_pop; -static memberinfo_t _Array_slice; -static memberinfo_t _Array_concat; -static memberinfo_t _Array_some; -static memberinfo_t _Array_filter; -static memberinfo_t _Array_forEach; -static memberinfo_t _Array_push; -static memberinfo_t _Array_every; -static memberinfo_t _Array_splice; -static memberinfo_t _Array_sortOn; -static memberinfo_t _Array_sort; -static memberinfo_t _Array_CASEINSENSITIVE; -static memberinfo_t _Array_NUMERIC; -static memberinfo_t _Array_UNIQUESORT; -static memberinfo_t _Array_RETURNINDEXEDARRAY; -static memberinfo_t _Array_DESCENDING; -static classinfo_t _Boolean; -static memberinfo_t _Boolean_valueOf; -static memberinfo_t _Boolean_toString; -static memberinfo_t _Boolean_length; -static classinfo_t _Class; -static memberinfo_t _Class_prototype; -static memberinfo_t _Class_length; -static classinfo_t _Date; -static memberinfo_t _Date_month; -static memberinfo_t _Date_monthUTC; -static memberinfo_t _Date_getMilliseconds; -static memberinfo_t _Date_minutesUTC; -static memberinfo_t _Date_hours; -static memberinfo_t _Date_getUTCMinutes; -static memberinfo_t _Date_milliseconds; -static memberinfo_t _Date_setMilliseconds; -static memberinfo_t _Date_hoursUTC; -static memberinfo_t _Date_dateUTC; -static memberinfo_t _Date_fullYearUTC; -static memberinfo_t _Date_toTimeString; -static memberinfo_t _Date_toUTCString; -static memberinfo_t _Date_setUTCMilliseconds; -static memberinfo_t _Date_day; -static memberinfo_t _Date_setMinutes; -static memberinfo_t _Date_getUTCMilliseconds; -static memberinfo_t _Date_time; -static memberinfo_t _Date_getDate; -static memberinfo_t _Date_secondsUTC; -static memberinfo_t _Date_toLocaleString; -static memberinfo_t _Date_valueOf; -static memberinfo_t _Date_getMinutes; -static memberinfo_t _Date_setUTCMinutes; -static memberinfo_t _Date_date; -static memberinfo_t _Date_setDate; -static memberinfo_t _Date_getUTCSeconds; -static memberinfo_t _Date_getUTCMonth; -static memberinfo_t _Date_setUTCDate; -static memberinfo_t _Date_toDateString; -static memberinfo_t _Date_getUTCDate; -static memberinfo_t _Date_setUTCSeconds; -static memberinfo_t _Date_setUTCMonth; -static memberinfo_t _Date_getUTCHours; -static memberinfo_t _Date_getTime; -static memberinfo_t _Date_setSeconds; -static memberinfo_t _Date_setMonth; -static memberinfo_t _Date_getSeconds; -static memberinfo_t _Date_getMonth; -static memberinfo_t _Date_setHours; -static memberinfo_t _Date_getUTCDay; -static memberinfo_t _Date_setTime; -static memberinfo_t _Date_toLocaleTimeString; -static memberinfo_t _Date_setUTCHours; -static memberinfo_t _Date_minutes; -static memberinfo_t _Date_fullYear; -static memberinfo_t _Date_getHours; -static memberinfo_t _Date_getTimezoneOffset; -static memberinfo_t _Date_millisecondsUTC; -static memberinfo_t _Date_getDay; -static memberinfo_t _Date_dayUTC; -static memberinfo_t _Date_getFullYear; -static memberinfo_t _Date_toString; -static memberinfo_t _Date_setFullYear; -static memberinfo_t _Date_toLocaleDateString; -static memberinfo_t _Date_setUTCFullYear; -static memberinfo_t _Date_getUTCFullYear; -static memberinfo_t _Date_timezoneOffset; -static memberinfo_t _Date_seconds; -static memberinfo_t _Date_UTC; -static memberinfo_t _Date_parse; -static memberinfo_t _Date_length; -static classinfo_t _DefinitionError; -static classinfo_t _Error; -static memberinfo_t _Error_getStackTrace; -static memberinfo_t _Error_errorID; -static memberinfo_t _Error_message; -static memberinfo_t _Error_name; -static memberinfo_t _Error_throwError; -static memberinfo_t _Error_getErrorMessage; -static memberinfo_t _Error_length; -static classinfo_t _EvalError; +static methodinfo_t _Array_sort; +static methodinfo_t _Array_unshift; +static varinfo_t _Array_RETURNINDEXEDARRAY; +static methodinfo_t _Array_indexOf; +static methodinfo_t _Array_join; +static methodinfo_t _Array_sortOn; +static varinfo_t _Array_UNIQUESORT; +static methodinfo_t _Array_shift; +static methodinfo_t _Array_reverse; +static varinfo_t _Array_CASEINSENSITIVE; +static methodinfo_t _Array_forEach; +static varinfo_t _Array_DESCENDING; +static methodinfo_t _Array_pop; +static methodinfo_t _Array_slice; +static varinfo_t _Array_length; +static methodinfo_t _Array_map; +static methodinfo_t _Array_push; +static methodinfo_t _Array_lastIndexOf; +static methodinfo_t _Array_splice; +static methodinfo_t _Array_every; +static methodinfo_t _Array_concat; +static varinfo_t _Array_NUMERIC; +static methodinfo_t _Array_filter; +static methodinfo_t _Array_some; +static classinfo_t flash_geom_ColorTransform; +static varinfo_t flash_geom_ColorTransform_blueOffset; +static varinfo_t flash_geom_ColorTransform_greenOffset; +static varinfo_t flash_geom_ColorTransform_greenMultiplier; +static varinfo_t flash_geom_ColorTransform_redMultiplier; +static varinfo_t flash_geom_ColorTransform_color; +static methodinfo_t flash_geom_ColorTransform_concat; +static varinfo_t flash_geom_ColorTransform_alphaOffset; +static varinfo_t flash_geom_ColorTransform_blueMultiplier; +static methodinfo_t flash_geom_ColorTransform_toString; +static varinfo_t flash_geom_ColorTransform_alphaMultiplier; +static varinfo_t flash_geom_ColorTransform_redOffset; +static classinfo_t flash_text_GridFitType; +static varinfo_t flash_text_GridFitType_SUBPIXEL; +static varinfo_t flash_text_GridFitType_PIXEL; +static varinfo_t flash_text_GridFitType_NONE; +static classinfo_t flash_filters_DisplacementMapFilterMode; +static varinfo_t flash_filters_DisplacementMapFilterMode_COLOR; +static varinfo_t flash_filters_DisplacementMapFilterMode_WRAP; +static varinfo_t flash_filters_DisplacementMapFilterMode_CLAMP; +static varinfo_t flash_filters_DisplacementMapFilterMode_IGNORE; +static classinfo_t flash_text_TextFieldType; +static varinfo_t flash_text_TextFieldType_DYNAMIC; +static varinfo_t flash_text_TextFieldType_INPUT; +static classinfo_t flash_display_IGraphicsStroke; +static classinfo_t flash_media_SoundLoaderContext; +static varinfo_t flash_media_SoundLoaderContext_checkPolicyFile; +static varinfo_t flash_media_SoundLoaderContext_bufferTime; +static classinfo_t flash_net_IDynamicPropertyOutput; +static methodinfo_t flash_net_IDynamicPropertyOutput_writeDynamicProperty; +static classinfo_t flash_display_IGraphicsData; +static methodinfo_t flash_utils_getDefinitionByName; static classinfo_t _Function; -static memberinfo_t _Function_prototype; -static memberinfo_t _Function_call; -static memberinfo_t _Function_length; -static memberinfo_t _Function_apply; -static classinfo_t _Math; +static varinfo_t _Function_length; +static methodinfo_t _Function_apply; +static methodinfo_t _Function_call; +static varinfo_t _Function_prototype; +static classinfo_t flash_geom_PerspectiveProjection; +static varinfo_t flash_geom_PerspectiveProjection_fieldOfView; +static varinfo_t flash_geom_PerspectiveProjection_projectionCenter; +static methodinfo_t flash_geom_PerspectiveProjection_toMatrix3D; +static varinfo_t flash_geom_PerspectiveProjection_focalLength; +static classinfo_t flash_text_engine_BreakOpportunity; +static varinfo_t flash_text_engine_BreakOpportunity_AUTO; +static varinfo_t flash_text_engine_BreakOpportunity_ANY; +static varinfo_t flash_text_engine_BreakOpportunity_ALL; +static varinfo_t flash_text_engine_BreakOpportunity_NONE; +static methodinfo_t flash_sampler__getInvocationCount; +static methodinfo_t _parseFloat; +static classinfo_t flash_events_NetStatusEvent; +static varinfo_t flash_events_NetStatusEvent_NET_STATUS; +static methodinfo_t flash_events_NetStatusEvent_toString; +static varinfo_t flash_events_NetStatusEvent_info; +static methodinfo_t flash_events_NetStatusEvent_clone; +static classinfo_t flash_display_ShaderJob; +static methodinfo_t flash_display_ShaderJob_cancel; +static varinfo_t flash_display_ShaderJob_width; +static methodinfo_t flash_display_ShaderJob_start; +static varinfo_t flash_display_ShaderJob_shader; +static varinfo_t flash_display_ShaderJob_height; +static varinfo_t flash_display_ShaderJob_target; +static varinfo_t flash_display_ShaderJob_progress; +static classinfo_t _VerifyError; +static varinfo_t _VerifyError_length; +static classinfo_t flash_events_AsyncErrorEvent; +static methodinfo_t flash_events_AsyncErrorEvent_toString; +static varinfo_t flash_events_AsyncErrorEvent_ASYNC_ERROR; +static varinfo_t flash_events_AsyncErrorEvent_error; +static methodinfo_t flash_events_AsyncErrorEvent_clone; +static classinfo_t flash_net_SharedObject; +static methodinfo_t flash_net_SharedObject_getLocal; +static methodinfo_t flash_net_SharedObject_getDiskUsage; +static varinfo_t flash_net_SharedObject_objectEncoding; +static varinfo_t flash_net_SharedObject_client; +static methodinfo_t flash_net_SharedObject_setProperty; +static methodinfo_t flash_net_SharedObject_clear; +static methodinfo_t flash_net_SharedObject_flush; +static varinfo_t flash_net_SharedObject_defaultObjectEncoding; +static methodinfo_t flash_net_SharedObject_connect; +static varinfo_t flash_net_SharedObject_size; +static methodinfo_t flash_net_SharedObject_setDirty; +static methodinfo_t flash_net_SharedObject_getRemote; +static methodinfo_t flash_net_SharedObject_send; +static methodinfo_t flash_net_SharedObject_close; +static methodinfo_t flash_net_SharedObject_deleteAll; +static varinfo_t flash_net_SharedObject_data; static classinfo_t _Namespace; -static memberinfo_t _Namespace_valueOf; -static memberinfo_t _Namespace_prefix; -static memberinfo_t _Namespace_toString; -static memberinfo_t _Namespace_uri; -static memberinfo_t _Namespace_length; -static classinfo_t _Number; -static memberinfo_t _Number_toPrecision; -static memberinfo_t _Number_valueOf; -static memberinfo_t _Number_toFixed; -static memberinfo_t _Number_toExponential; -static memberinfo_t _Number_toString; -static memberinfo_t _Number_MIN_VALUE; -static memberinfo_t _Number_length; -static memberinfo_t _Number_POSITIVE_INFINITY; -static memberinfo_t _Number_NEGATIVE_INFINITY; -static memberinfo_t _Number_MAX_VALUE; -static memberinfo_t _Number_NaN; -static classinfo_t _Object; -static memberinfo_t _Object_hasOwnProperty; -static memberinfo_t _Object_propertyIsEnumerable; -static memberinfo_t _Object_isPrototypeOf; -static memberinfo_t _Object__dontEnumPrototype; -static memberinfo_t _Object__setPropertyIsEnumerable; -static memberinfo_t _Object_length; -static memberinfo_t _Object_init; +static methodinfo_t _Namespace_valueOf; +static varinfo_t _Namespace_length; +static methodinfo_t _Namespace_toString; +static varinfo_t _Namespace_uri; +static varinfo_t _Namespace_prefix; +static methodinfo_t flash_utils_setTimeout; +static classinfo_t flash_geom_Matrix3D; +static methodinfo_t flash_geom_Matrix3D_interpolateTo; +static methodinfo_t flash_geom_Matrix3D_pointAt; +static methodinfo_t flash_geom_Matrix3D_interpolate; +static methodinfo_t flash_geom_Matrix3D_prependRotation; +static methodinfo_t flash_geom_Matrix3D_transformVector; +static methodinfo_t flash_geom_Matrix3D_transpose; +static methodinfo_t flash_geom_Matrix3D_prependScale; +static methodinfo_t flash_geom_Matrix3D_deltaTransformVector; +static varinfo_t flash_geom_Matrix3D_position; +static methodinfo_t flash_geom_Matrix3D_decompose; +static methodinfo_t flash_geom_Matrix3D_append; +static methodinfo_t flash_geom_Matrix3D_recompose; +static methodinfo_t flash_geom_Matrix3D_clone; +static varinfo_t flash_geom_Matrix3D_rawData; +static varinfo_t flash_geom_Matrix3D_determinant; +static methodinfo_t flash_geom_Matrix3D_invert; +static methodinfo_t flash_geom_Matrix3D_appendScale; +static methodinfo_t flash_geom_Matrix3D_transformVectors; +static methodinfo_t flash_geom_Matrix3D_appendTranslation; +static methodinfo_t flash_geom_Matrix3D_appendRotation; +static methodinfo_t flash_geom_Matrix3D_prepend; +static methodinfo_t flash_geom_Matrix3D_identity; +static methodinfo_t flash_geom_Matrix3D_prependTranslation; +static methodinfo_t flash_sampler_pauseSampling; +static classinfo_t flash_system_Capabilities; +static varinfo_t flash_system_Capabilities_maxLevelIDC; +static varinfo_t flash_system_Capabilities_isDebugger; +static varinfo_t flash_system_Capabilities_hasStreamingAudio; +static varinfo_t flash_system_Capabilities_screenColor; +static varinfo_t flash_system_Capabilities_hasIME; +static varinfo_t flash_system_Capabilities_hasEmbeddedVideo; +static varinfo_t flash_system_Capabilities_hasTLS; +static varinfo_t flash_system_Capabilities_isEmbeddedInAcrobat; +static varinfo_t flash_system_Capabilities_hasScreenPlayback; +static varinfo_t flash_system_Capabilities_hasVideoEncoder; +static varinfo_t flash_system_Capabilities_hasAudioEncoder; +static varinfo_t flash_system_Capabilities_pixelAspectRatio; +static varinfo_t flash_system_Capabilities_hasStreamingVideo; +static varinfo_t flash_system_Capabilities_screenResolutionX; +static varinfo_t flash_system_Capabilities_hasScreenBroadcast; +static varinfo_t flash_system_Capabilities_hasAudio; +static varinfo_t flash_system_Capabilities_language; +static varinfo_t flash_system_Capabilities_manufacturer; +static varinfo_t flash_system_Capabilities_hasPrinting; +static varinfo_t flash_system_Capabilities_os; +static varinfo_t flash_system_Capabilities_localFileReadDisable; +static varinfo_t flash_system_Capabilities_hasMP3; +static varinfo_t flash_system_Capabilities_avHardwareDisable; +static varinfo_t flash_system_Capabilities_hasAccessibility; +static varinfo_t flash_system_Capabilities_version; +static varinfo_t flash_system_Capabilities_screenDPI; +static varinfo_t flash_system_Capabilities_playerType; +static varinfo_t flash_system_Capabilities_screenResolutionY; +static varinfo_t flash_system_Capabilities__internal; +static varinfo_t flash_system_Capabilities_serverString; +static methodinfo_t flash_sampler_getSetterInvocationCount; +static methodinfo_t flash_sampler_getGetterInvocationCount; +static classinfo_t flash_filters_BlurFilter; +static varinfo_t flash_filters_BlurFilter_blurY; +static methodinfo_t flash_filters_BlurFilter_clone; +static varinfo_t flash_filters_BlurFilter_quality; +static varinfo_t flash_filters_BlurFilter_blurX; +static methodinfo_t _isFinite; +static classinfo_t flash_media_Video; +static methodinfo_t flash_media_Video_attachCamera; +static varinfo_t flash_media_Video_videoWidth; +static methodinfo_t flash_media_Video_clear; +static varinfo_t flash_media_Video_deblocking; +static varinfo_t flash_media_Video_videoHeight; +static methodinfo_t flash_media_Video_attachNetStream; +static varinfo_t flash_media_Video_smoothing; +static classinfo_t flash_text_engine_TextLineCreationResult; +static varinfo_t flash_text_engine_TextLineCreationResult_EMERGENCY; +static varinfo_t flash_text_engine_TextLineCreationResult_COMPLETE; +static varinfo_t flash_text_engine_TextLineCreationResult_SUCCESS; +static varinfo_t flash_text_engine_TextLineCreationResult_INSUFFICIENT_WIDTH; +static classinfo_t _Error; +static methodinfo_t _Error_getErrorMessage; +static methodinfo_t _Error_throwError; +static varinfo_t _Error_length; +static varinfo_t _Error_name; +static varinfo_t _Error_message; +static methodinfo_t _Error_getStackTrace; +static varinfo_t _Error_errorID; +static classinfo_t flash_xml_XMLNode; +static varinfo_t flash_xml_XMLNode_childNodes; +static methodinfo_t flash_xml_XMLNode_appendChild; +static varinfo_t flash_xml_XMLNode_nextSibling; +static varinfo_t flash_xml_XMLNode_nodeType; +static varinfo_t flash_xml_XMLNode_attributes; +static varinfo_t flash_xml_XMLNode_firstChild; +static varinfo_t flash_xml_XMLNode_parentNode; +static methodinfo_t flash_xml_XMLNode_toString; +static varinfo_t flash_xml_XMLNode_prefix; +static varinfo_t flash_xml_XMLNode_localName; +static varinfo_t flash_xml_XMLNode_nodeName; +static methodinfo_t flash_xml_XMLNode_getNamespaceForPrefix; +static methodinfo_t flash_xml_XMLNode_insertBefore; +static varinfo_t flash_xml_XMLNode_lastChild; +static methodinfo_t flash_xml_XMLNode_cloneNode; +static methodinfo_t flash_xml_XMLNode_removeNode; +static varinfo_t flash_xml_XMLNode_namespaceURI; +static varinfo_t flash_xml_XMLNode_previousSibling; +static methodinfo_t flash_xml_XMLNode_hasChildNodes; +static methodinfo_t flash_xml_XMLNode_getPrefixForNamespace; +static varinfo_t flash_xml_XMLNode_nodeValue; +static classinfo_t flash_net_URLVariables; +static methodinfo_t flash_net_URLVariables_toString; +static methodinfo_t flash_net_URLVariables_decode; +static classinfo_t flash_display_LoaderInfo; +static methodinfo_t flash_display_LoaderInfo_getLoaderInfoByDefinition; +static varinfo_t flash_display_LoaderInfo_actionScriptVersion; +static varinfo_t flash_display_LoaderInfo_contentType; +static varinfo_t flash_display_LoaderInfo_sameDomain; +static varinfo_t flash_display_LoaderInfo_bytesTotal; +static varinfo_t flash_display_LoaderInfo_loaderURL; +static varinfo_t flash_display_LoaderInfo_width; +static methodinfo_t flash_display_LoaderInfo_dispatchEvent; +static varinfo_t flash_display_LoaderInfo_height; +static varinfo_t flash_display_LoaderInfo_frameRate; +static varinfo_t flash_display_LoaderInfo_parameters; +static varinfo_t flash_display_LoaderInfo_bytesLoaded; +static varinfo_t flash_display_LoaderInfo_url; +static varinfo_t flash_display_LoaderInfo_content; +static varinfo_t flash_display_LoaderInfo_swfVersion; +static varinfo_t flash_display_LoaderInfo_bytes; +static varinfo_t flash_display_LoaderInfo_loader; +static varinfo_t flash_display_LoaderInfo_applicationDomain; +static varinfo_t flash_display_LoaderInfo_parentAllowsChild; +static varinfo_t flash_display_LoaderInfo_childAllowsParent; +static varinfo_t flash_display_LoaderInfo_sharedEvents; +static classinfo_t flash_sampler_Sample; +static varinfo_t flash_sampler_Sample_time; +static varinfo_t flash_sampler_Sample_stack; +static classinfo_t flash_text_engine_DigitWidth; +static varinfo_t flash_text_engine_DigitWidth_PROPORTIONAL; +static varinfo_t flash_text_engine_DigitWidth_DEFAULT; +static varinfo_t flash_text_engine_DigitWidth_TABULAR; +static classinfo_t flash_net_URLRequestMethod; +static varinfo_t flash_net_URLRequestMethod_GET; +static varinfo_t flash_net_URLRequestMethod_POST; +static methodinfo_t adobe_utils_MMExecute; +static classinfo_t flash_system_System; +static methodinfo_t flash_system_System_pause; +static varinfo_t flash_system_System_useCodePage; +static methodinfo_t flash_system_System_exit; +static methodinfo_t flash_system_System_setClipboard; +static varinfo_t flash_system_System_totalMemory; +static methodinfo_t flash_system_System_gc; +static methodinfo_t flash_system_System_resume; +static varinfo_t flash_system_System_vmVersion; +static varinfo_t flash_system_System_ime; +static classinfo_t flash_filters_BitmapFilterQuality; +static varinfo_t flash_filters_BitmapFilterQuality_LOW; +static varinfo_t flash_filters_BitmapFilterQuality_MEDIUM; +static varinfo_t flash_filters_BitmapFilterQuality_HIGH; +static classinfo_t flash_display_DisplayObjectContainer; +static methodinfo_t flash_display_DisplayObjectContainer_addChild; +static methodinfo_t flash_display_DisplayObjectContainer_getObjectsUnderPoint; +static methodinfo_t flash_display_DisplayObjectContainer_removeChildAt; +static methodinfo_t flash_display_DisplayObjectContainer_swapChildren; +static methodinfo_t flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint; +static methodinfo_t flash_display_DisplayObjectContainer_setChildIndex; +static varinfo_t flash_display_DisplayObjectContainer_numChildren; +static methodinfo_t flash_display_DisplayObjectContainer_getChildIndex; +static methodinfo_t flash_display_DisplayObjectContainer_getChildAt; +static methodinfo_t flash_display_DisplayObjectContainer_removeChild; +static methodinfo_t flash_display_DisplayObjectContainer_addChildAt; +static methodinfo_t flash_display_DisplayObjectContainer_contains; +static methodinfo_t flash_display_DisplayObjectContainer_getChildByName; +static methodinfo_t flash_display_DisplayObjectContainer_swapChildrenAt; +static varinfo_t flash_display_DisplayObjectContainer_mouseChildren; +static varinfo_t flash_display_DisplayObjectContainer_tabChildren; +static varinfo_t flash_display_DisplayObjectContainer_textSnapshot; +static classinfo_t flash_system_LoaderContext; +static varinfo_t flash_system_LoaderContext_checkPolicyFile; +static varinfo_t flash_system_LoaderContext_securityDomain; +static varinfo_t flash_system_LoaderContext_applicationDomain; +static methodinfo_t flash_utils_clearTimeout; +static methodinfo_t _isXMLName; +static classinfo_t flash_xml_XMLNodeType; +static varinfo_t flash_xml_XMLNodeType_PROCESSING_INSTRUCTION_NODE; +static varinfo_t flash_xml_XMLNodeType_CDATA_NODE; +static varinfo_t flash_xml_XMLNodeType_DOCUMENT_TYPE_NODE; +static varinfo_t flash_xml_XMLNodeType_COMMENT_NODE; +static varinfo_t flash_xml_XMLNodeType_XML_DECLARATION; +static varinfo_t flash_xml_XMLNodeType_TEXT_NODE; +static varinfo_t flash_xml_XMLNodeType_ELEMENT_NODE; +static classinfo_t flash_events_ErrorEvent; +static methodinfo_t flash_events_ErrorEvent_toString; +static varinfo_t flash_events_ErrorEvent_ERROR; +static methodinfo_t flash_events_ErrorEvent_clone; +static classinfo_t flash_utils_IDataOutput; +static methodinfo_t flash_utils_IDataOutput_writeUnsignedInt; +static methodinfo_t flash_utils_IDataOutput_writeInt; +static varinfo_t flash_utils_IDataOutput_objectEncoding; +static methodinfo_t flash_utils_IDataOutput_writeUTFBytes; +static methodinfo_t flash_utils_IDataOutput_writeObject; +static methodinfo_t flash_utils_IDataOutput_writeMultiByte; +static methodinfo_t flash_utils_IDataOutput_writeShort; +static methodinfo_t flash_utils_IDataOutput_writeFloat; +static methodinfo_t flash_utils_IDataOutput_writeUTF; +static methodinfo_t flash_utils_IDataOutput_writeByte; +static methodinfo_t flash_utils_IDataOutput_writeBoolean; +static methodinfo_t flash_utils_IDataOutput_writeDouble; +static methodinfo_t flash_utils_IDataOutput_writeBytes; +static varinfo_t flash_utils_IDataOutput_endian; +static classinfo_t flash_geom_Utils3D; +static methodinfo_t flash_geom_Utils3D_projectVectors; +static methodinfo_t flash_geom_Utils3D_projectVector; +static methodinfo_t flash_geom_Utils3D_pointTowards; +static classinfo_t flash_events_TextEvent; +static varinfo_t flash_events_TextEvent_LINK; +static methodinfo_t flash_events_TextEvent_toString; +static varinfo_t flash_events_TextEvent_text; +static varinfo_t flash_events_TextEvent_TEXT_INPUT; +static methodinfo_t flash_events_TextEvent_clone; +static classinfo_t flash_utils_Proxy; +static methodinfo_t flash_utils_Proxy_callProperty; +static methodinfo_t flash_utils_Proxy_setProperty; +static methodinfo_t flash_utils_Proxy_getProperty; +static methodinfo_t flash_utils_Proxy_nextName; +static methodinfo_t flash_utils_Proxy_nextNameIndex; +static methodinfo_t flash_utils_Proxy_hasProperty; +static methodinfo_t flash_utils_Proxy_deleteProperty; +static methodinfo_t flash_utils_Proxy_getDescendants; +static methodinfo_t flash_utils_Proxy_isAttribute; +static methodinfo_t flash_utils_Proxy_nextValue; +static classinfo_t flash_text_engine_FontPosture; +static varinfo_t flash_text_engine_FontPosture_NORMAL; +static varinfo_t flash_text_engine_FontPosture_ITALIC; +static classinfo_t flash_xml_XMLDocument; +static varinfo_t flash_xml_XMLDocument_docTypeDecl; +static varinfo_t flash_xml_XMLDocument_idMap; +static methodinfo_t flash_xml_XMLDocument_toString; +static varinfo_t flash_xml_XMLDocument_xmlDecl; +static methodinfo_t flash_xml_XMLDocument_createElement; +static varinfo_t flash_xml_XMLDocument_ignoreWhite; +static methodinfo_t flash_xml_XMLDocument_createTextNode; +static methodinfo_t flash_xml_XMLDocument_parseXML; +static classinfo_t flash_display_ShaderInput; +static varinfo_t flash_display_ShaderInput_width; +static varinfo_t flash_display_ShaderInput_input; +static varinfo_t flash_display_ShaderInput_height; +static varinfo_t flash_display_ShaderInput_index; +static varinfo_t flash_display_ShaderInput_channels; +static classinfo_t flash_text_engine_TextBlock; +static methodinfo_t flash_text_engine_TextBlock_createTextLine; +static varinfo_t flash_text_engine_TextBlock_bidiLevel; +static methodinfo_t flash_text_engine_TextBlock_getTextLineAtCharIndex; +static varinfo_t flash_text_engine_TextBlock_lastLine; +static methodinfo_t flash_text_engine_TextBlock_findPreviousWordBoundary; +static methodinfo_t flash_text_engine_TextBlock_findPreviousAtomBoundary; +static varinfo_t flash_text_engine_TextBlock_baselineZero; +static varinfo_t flash_text_engine_TextBlock_applyNonLinearFontScaling; +static varinfo_t flash_text_engine_TextBlock_firstLine; +static varinfo_t flash_text_engine_TextBlock_textJustifier; +static methodinfo_t flash_text_engine_TextBlock_releaseLines; +static varinfo_t flash_text_engine_TextBlock_firstInvalidLine; +static varinfo_t flash_text_engine_TextBlock_baselineFontSize; +static varinfo_t flash_text_engine_TextBlock_lineRotation; +static varinfo_t flash_text_engine_TextBlock_userData; +static varinfo_t flash_text_engine_TextBlock_content; +static varinfo_t flash_text_engine_TextBlock_textLineCreationResult; +static varinfo_t flash_text_engine_TextBlock_baselineFontDescription; +static methodinfo_t flash_text_engine_TextBlock_findNextAtomBoundary; +static methodinfo_t flash_text_engine_TextBlock_findNextWordBoundary; +static varinfo_t flash_text_engine_TextBlock_tabStops; +static methodinfo_t flash_text_engine_TextBlock_dump; +static classinfo_t flash_ui_MouseCursor; +static varinfo_t flash_ui_MouseCursor_BUTTON; +static varinfo_t flash_ui_MouseCursor_AUTO; +static varinfo_t flash_ui_MouseCursor_ARROW; +static varinfo_t flash_ui_MouseCursor_IBEAM; +static varinfo_t flash_ui_MouseCursor_HAND; +static varinfo_t flash_utils_flash_proxy; +static classinfo_t flash_display_MorphShape; +static classinfo_t flash_text_TextDisplayMode; +static varinfo_t flash_text_TextDisplayMode_CRT; +static varinfo_t flash_text_TextDisplayMode_LCD; +static varinfo_t flash_text_TextDisplayMode_DEFAULT; +static classinfo_t flash_net_URLLoaderDataFormat; +static varinfo_t flash_net_URLLoaderDataFormat_VARIABLES; +static varinfo_t flash_net_URLLoaderDataFormat_BINARY; +static varinfo_t flash_net_URLLoaderDataFormat_TEXT; +static classinfo_t flash_display_StageQuality; +static varinfo_t flash_display_StageQuality_LOW; +static varinfo_t flash_display_StageQuality_MEDIUM; +static varinfo_t flash_display_StageQuality_HIGH; +static varinfo_t flash_display_StageQuality_BEST; +static classinfo_t flash_display_Sprite; +static methodinfo_t flash_display_Sprite_stopDrag; +static varinfo_t flash_display_Sprite_buttonMode; +static varinfo_t flash_display_Sprite_soundTransform; +static varinfo_t flash_display_Sprite_hitArea; +static varinfo_t flash_display_Sprite_useHandCursor; +static varinfo_t flash_display_Sprite_graphics; +static methodinfo_t flash_display_Sprite_startDrag; +static varinfo_t flash_display_Sprite_dropTarget; +static classinfo_t flash_ui_Keyboard; +static varinfo_t flash_ui_Keyboard_PAGE_DOWN; +static varinfo_t flash_ui_Keyboard_F4; +static varinfo_t flash_ui_Keyboard_ENTER; +static varinfo_t flash_ui_Keyboard_CONTROL; +static varinfo_t flash_ui_Keyboard_F7; +static varinfo_t flash_ui_Keyboard_F14; +static varinfo_t flash_ui_Keyboard_NUMPAD_3; +static varinfo_t flash_ui_Keyboard_NUMPAD_DECIMAL; +static varinfo_t flash_ui_Keyboard_CAPS_LOCK; +static varinfo_t flash_ui_Keyboard_SHIFT; +static varinfo_t flash_ui_Keyboard_TAB; +static varinfo_t flash_ui_Keyboard_NUMPAD_0; +static varinfo_t flash_ui_Keyboard_END; +static varinfo_t flash_ui_Keyboard_NUMPAD_1; +static varinfo_t flash_ui_Keyboard_LEFT; +static varinfo_t flash_ui_Keyboard_F8; +static varinfo_t flash_ui_Keyboard_F9; +static varinfo_t flash_ui_Keyboard_numLock; +static varinfo_t flash_ui_Keyboard_F2; +static varinfo_t flash_ui_Keyboard_NUMPAD_4; +static varinfo_t flash_ui_Keyboard_F3; +static varinfo_t flash_ui_Keyboard_NUMPAD_2; +static varinfo_t flash_ui_Keyboard_HOME; +static varinfo_t flash_ui_Keyboard_NUMPAD_7; +static varinfo_t flash_ui_Keyboard_NUMPAD_6; +static varinfo_t flash_ui_Keyboard_F6; +static varinfo_t flash_ui_Keyboard_F5; +static varinfo_t flash_ui_Keyboard_INSERT; +static varinfo_t flash_ui_Keyboard_ESCAPE; +static varinfo_t flash_ui_Keyboard_F1; +static varinfo_t flash_ui_Keyboard_NUMPAD_SUBTRACT; +static varinfo_t flash_ui_Keyboard_NUMPAD_8; +static varinfo_t flash_ui_Keyboard_SPACE; +static varinfo_t flash_ui_Keyboard_BACKSPACE; +static varinfo_t flash_ui_Keyboard_DELETE; +static varinfo_t flash_ui_Keyboard_NUMPAD_MULTIPLY; +static varinfo_t flash_ui_Keyboard_F13; +static varinfo_t flash_ui_Keyboard_NUMPAD_ADD; +static varinfo_t flash_ui_Keyboard_NUMPAD_9; +static varinfo_t flash_ui_Keyboard_F12; +static varinfo_t flash_ui_Keyboard_RIGHT; +static varinfo_t flash_ui_Keyboard_F15; +static varinfo_t flash_ui_Keyboard_F11; +static varinfo_t flash_ui_Keyboard_UP; +static methodinfo_t flash_ui_Keyboard_isAccessible; +static varinfo_t flash_ui_Keyboard_DOWN; +static varinfo_t flash_ui_Keyboard_capsLock; +static varinfo_t flash_ui_Keyboard_PAGE_UP; +static varinfo_t flash_ui_Keyboard_NUMPAD_ENTER; +static varinfo_t flash_ui_Keyboard_F10; +static varinfo_t flash_ui_Keyboard_NUMPAD_5; +static varinfo_t flash_ui_Keyboard_NUMPAD_DIVIDE; +static classinfo_t flash_filters_DisplacementMapFilter; +static varinfo_t flash_filters_DisplacementMapFilter_scaleY; +static varinfo_t flash_filters_DisplacementMapFilter_mapPoint; +static varinfo_t flash_filters_DisplacementMapFilter_scaleX; +static varinfo_t flash_filters_DisplacementMapFilter_mapBitmap; +static varinfo_t flash_filters_DisplacementMapFilter_mode; +static varinfo_t flash_filters_DisplacementMapFilter_color; +static varinfo_t flash_filters_DisplacementMapFilter_componentX; +static methodinfo_t flash_filters_DisplacementMapFilter_clone; +static varinfo_t flash_filters_DisplacementMapFilter_alpha; +static varinfo_t flash_filters_DisplacementMapFilter_componentY; +static methodinfo_t flash_utils_escapeMultiByte; +static methodinfo_t adobe_utils_MMEndCommand; +static classinfo_t flash_display_GradientType; +static varinfo_t flash_display_GradientType_LINEAR; +static varinfo_t flash_display_GradientType_RADIAL; +static classinfo_t flash_media_ID3Info; +static varinfo_t flash_media_ID3Info_comment; +static varinfo_t flash_media_ID3Info_year; +static varinfo_t flash_media_ID3Info_track; +static varinfo_t flash_media_ID3Info_artist; +static varinfo_t flash_media_ID3Info_songName; +static varinfo_t flash_media_ID3Info_genre; +static varinfo_t flash_media_ID3Info_album; +static classinfo_t flash_display_GraphicsSolidFill; +static varinfo_t flash_display_GraphicsSolidFill_color; +static varinfo_t flash_display_GraphicsSolidFill_alpha; +static classinfo_t flash_filters_ColorMatrixFilter; +static varinfo_t flash_filters_ColorMatrixFilter_matrix; +static methodinfo_t flash_filters_ColorMatrixFilter_clone; +static classinfo_t flash_net_NetStreamPlayTransitions; +static varinfo_t flash_net_NetStreamPlayTransitions_RESET; +static varinfo_t flash_net_NetStreamPlayTransitions_APPEND; +static varinfo_t flash_net_NetStreamPlayTransitions_SWAP; +static varinfo_t flash_net_NetStreamPlayTransitions_SWITCH; +static varinfo_t flash_net_NetStreamPlayTransitions_STOP; +static classinfo_t flash_media_SoundCodec; +static varinfo_t flash_media_SoundCodec_NELLYMOSER; +static varinfo_t flash_media_SoundCodec_SPEEX; +static classinfo_t flash_net_ObjectEncoding; +static varinfo_t flash_net_ObjectEncoding_dynamicPropertyWriter; +static varinfo_t flash_net_ObjectEncoding_DEFAULT; +static varinfo_t flash_net_ObjectEncoding_AMF0; +static varinfo_t flash_net_ObjectEncoding_AMF3; +static classinfo_t flash_text_engine_GroupElement; +static methodinfo_t flash_text_engine_GroupElement_groupElements; +static methodinfo_t flash_text_engine_GroupElement_splitTextElement; +static methodinfo_t flash_text_engine_GroupElement_mergeTextElements; +static methodinfo_t flash_text_engine_GroupElement_getElementAtCharIndex; +static varinfo_t flash_text_engine_GroupElement_elementCount; +static methodinfo_t flash_text_engine_GroupElement_setElements; +static methodinfo_t flash_text_engine_GroupElement_getElementAt; +static methodinfo_t flash_text_engine_GroupElement_ungroupElements; +static methodinfo_t flash_text_engine_GroupElement_replaceElements; +static methodinfo_t flash_text_engine_GroupElement_getElementIndex; +static methodinfo_t _parseInt; static classinfo_t _QName; -static memberinfo_t _QName_valueOf; -static memberinfo_t _QName_toString; -static memberinfo_t _QName_uri; -static memberinfo_t _QName_localName; -static memberinfo_t _QName_length; -static classinfo_t _RangeError; -static classinfo_t _ReferenceError; -static classinfo_t _RegExp; -static memberinfo_t _RegExp_exec; -static memberinfo_t _RegExp_ignoreCase; -static memberinfo_t _RegExp_global; -static memberinfo_t _RegExp_lastIndex; -static memberinfo_t _RegExp_extended; -static memberinfo_t _RegExp_test; -static memberinfo_t _RegExp_source; -static memberinfo_t _RegExp_multiline; -static memberinfo_t _RegExp_dotall; -static memberinfo_t _RegExp_length; -static classinfo_t _SecurityError; +static varinfo_t _QName_localName; +static methodinfo_t _QName_valueOf; +static varinfo_t _QName_length; +static methodinfo_t _QName_toString; +static varinfo_t _QName_uri; +static classinfo_t _UninitializedError; +static varinfo_t _UninitializedError_length; +static classinfo_t _Date; +static methodinfo_t _Date_getTimezoneOffset; +static methodinfo_t _Date_getTime; +static methodinfo_t _Date_setUTCMilliseconds; +static varinfo_t _Date_month; +static methodinfo_t _Date_toString; +static methodinfo_t _Date_getHours; +static varinfo_t _Date_date; +static varinfo_t _Date_milliseconds; +static methodinfo_t _Date_setSeconds; +static methodinfo_t _Date_getDate; +static varinfo_t _Date_hoursUTC; +static methodinfo_t _Date_getUTCDate; +static varinfo_t _Date_timezoneOffset; +static methodinfo_t _Date_setTime; +static varinfo_t _Date_millisecondsUTC; +static varinfo_t _Date_minutes; +static methodinfo_t _Date_setUTCHours; +static varinfo_t _Date_minutesUTC; +static varinfo_t _Date_length; +static methodinfo_t _Date_toLocaleTimeString; +static varinfo_t _Date_fullYearUTC; +static methodinfo_t _Date_UTC; +static varinfo_t _Date_time; +static varinfo_t _Date_monthUTC; +static methodinfo_t _Date_getUTCMilliseconds; +static methodinfo_t _Date_toDateString; +static methodinfo_t _Date_getMonth; +static methodinfo_t _Date_setMinutes; +static methodinfo_t _Date_toLocaleDateString; +static varinfo_t _Date_fullYear; +static methodinfo_t _Date_getUTCFullYear; +static methodinfo_t _Date_getSeconds; +static varinfo_t _Date_dateUTC; +static methodinfo_t _Date_getMilliseconds; +static methodinfo_t _Date_setUTCMinutes; +static varinfo_t _Date_day; +static methodinfo_t _Date_setUTCSeconds; +static methodinfo_t _Date_setUTCDate; +static methodinfo_t _Date_getUTCMonth; +static methodinfo_t _Date_valueOf; +static varinfo_t _Date_seconds; +static methodinfo_t _Date_getUTCMinutes; +static methodinfo_t _Date_setDate; +static methodinfo_t _Date_getFullYear; +static methodinfo_t _Date_setFullYear; +static methodinfo_t _Date_setHours; +static methodinfo_t _Date_setMonth; +static methodinfo_t _Date_parse; +static methodinfo_t _Date_getUTCSeconds; +static methodinfo_t _Date_getMinutes; +static methodinfo_t _Date_toLocaleString; +static methodinfo_t _Date_toUTCString; +static varinfo_t _Date_dayUTC; +static methodinfo_t _Date_getDay; +static methodinfo_t _Date_setUTCMonth; +static varinfo_t _Date_hours; +static methodinfo_t _Date_getUTCDay; +static methodinfo_t _Date_setUTCFullYear; +static varinfo_t _Date_secondsUTC; +static methodinfo_t _Date_toTimeString; +static methodinfo_t _Date_setMilliseconds; +static methodinfo_t _Date_getUTCHours; +static classinfo_t flash_text_StyleSheet; +static varinfo_t flash_text_StyleSheet_styleNames; +static methodinfo_t flash_text_StyleSheet_clear; +static methodinfo_t flash_text_StyleSheet_transform; +static methodinfo_t flash_text_StyleSheet_getStyle; +static methodinfo_t flash_text_StyleSheet_parseCSS; +static methodinfo_t flash_text_StyleSheet_setStyle; +static classinfo_t flash_display_ActionScriptVersion; +static varinfo_t flash_display_ActionScriptVersion_ACTIONSCRIPT3; +static varinfo_t flash_display_ActionScriptVersion_ACTIONSCRIPT2; +static classinfo_t flash_text_engine_EastAsianJustifier; +static varinfo_t flash_text_engine_EastAsianJustifier_justificationStyle; +static methodinfo_t flash_text_engine_EastAsianJustifier_clone; static classinfo_t _String; -static memberinfo_t _String_match; -static memberinfo_t _String_indexOf; -static memberinfo_t _String_substring; -static memberinfo_t _String_slice; -static memberinfo_t _String_lastIndexOf; -static memberinfo_t _String_toLowerCase; -static memberinfo_t _String_split; -static memberinfo_t _String_concat; -static memberinfo_t _String_toLocaleLowerCase; -static memberinfo_t _String_length; -static memberinfo_t _String_search; -static memberinfo_t _String_charAt; -static memberinfo_t _String_localeCompare; -static memberinfo_t _String_toString; -static memberinfo_t _String_valueOf; -static memberinfo_t _String_substr; -static memberinfo_t _String_replace; -static memberinfo_t _String_charCodeAt; -static memberinfo_t _String_toUpperCase; -static memberinfo_t _String_toLocaleUpperCase; -static memberinfo_t _String_fromCharCode; -static classinfo_t _SyntaxError; +static methodinfo_t _String_indexOf; +static methodinfo_t _String_replace; +static methodinfo_t _String_lastIndexOf; +static methodinfo_t _String_valueOf; +static methodinfo_t _String_concat; +static methodinfo_t _String_substr; +static methodinfo_t _String_slice; +static methodinfo_t _String_search; +static methodinfo_t _String_fromCharCode; +static methodinfo_t _String_toLocaleUpperCase; +static methodinfo_t _String_toString; +static methodinfo_t _String_toUpperCase; +static methodinfo_t _String_charAt; +static methodinfo_t _String_match; +static methodinfo_t _String_charCodeAt; +static methodinfo_t _String_substring; +static methodinfo_t _String_localeCompare; +static methodinfo_t _String_split; +static methodinfo_t _String_toLocaleLowerCase; +static varinfo_t _String_length; +static methodinfo_t _String_toLowerCase; +static classinfo_t flash_media_SoundChannel; +static varinfo_t flash_media_SoundChannel_leftPeak; +static methodinfo_t flash_media_SoundChannel_stop; +static varinfo_t flash_media_SoundChannel_position; +static varinfo_t flash_media_SoundChannel_soundTransform; +static varinfo_t flash_media_SoundChannel_rightPeak; +static classinfo_t flash_desktop_Clipboard; +static varinfo_t flash_desktop_Clipboard_generalClipboard; +static methodinfo_t flash_desktop_Clipboard_setDataHandler; +static methodinfo_t flash_desktop_Clipboard_setData; +static varinfo_t flash_desktop_Clipboard_formats; +static methodinfo_t flash_desktop_Clipboard_clear; +static methodinfo_t flash_desktop_Clipboard_getData; +static methodinfo_t flash_desktop_Clipboard_hasFormat; +static methodinfo_t flash_desktop_Clipboard_clearData; +static classinfo_t flash_display_IBitmapDrawable; static classinfo_t _TypeError; +static varinfo_t _TypeError_length; +static classinfo_t _int; +static varinfo_t _int_MAX_VALUE; +static methodinfo_t _int_valueOf; +static varinfo_t _int_length; +static varinfo_t _int_MIN_VALUE; +static methodinfo_t _int_toString; +static methodinfo_t _int_toExponential; +static methodinfo_t _int_toFixed; +static methodinfo_t _int_toPrecision; +static classinfo_t flash_display_Scene; +static varinfo_t flash_display_Scene_numFrames; +static varinfo_t flash_display_Scene_labels; +static varinfo_t flash_display_Scene_name; +static classinfo_t flash_text_engine_FontMetrics; +static varinfo_t flash_text_engine_FontMetrics_superscriptOffset; +static varinfo_t flash_text_engine_FontMetrics_underlineThickness; +static varinfo_t flash_text_engine_FontMetrics_subscriptScale; +static varinfo_t flash_text_engine_FontMetrics_strikethroughOffset; +static varinfo_t flash_text_engine_FontMetrics_emBox; +static varinfo_t flash_text_engine_FontMetrics_strikethroughThickness; +static varinfo_t flash_text_engine_FontMetrics_superscriptScale; +static varinfo_t flash_text_engine_FontMetrics_subscriptOffset; +static varinfo_t flash_text_engine_FontMetrics_underlineOffset; +static classinfo_t flash_utils_IExternalizable; +static methodinfo_t flash_utils_IExternalizable_readExternal; +static methodinfo_t flash_utils_IExternalizable_writeExternal; +static classinfo_t __AS3___vec_Vector; +static classinfo_t flash_filters_GradientBevelFilter; +static varinfo_t flash_filters_GradientBevelFilter_strength; +static varinfo_t flash_filters_GradientBevelFilter_quality; +static varinfo_t flash_filters_GradientBevelFilter_angle; +static varinfo_t flash_filters_GradientBevelFilter_knockout; +static varinfo_t flash_filters_GradientBevelFilter_alphas; +static varinfo_t flash_filters_GradientBevelFilter_type; +static varinfo_t flash_filters_GradientBevelFilter_ratios; +static varinfo_t flash_filters_GradientBevelFilter_colors; +static varinfo_t flash_filters_GradientBevelFilter_blurX; +static varinfo_t flash_filters_GradientBevelFilter_blurY; +static varinfo_t flash_filters_GradientBevelFilter_distance; +static methodinfo_t flash_filters_GradientBevelFilter_clone; +static classinfo_t flash_text_TextRun; +static varinfo_t flash_text_TextRun_beginIndex; +static varinfo_t flash_text_TextRun_endIndex; +static varinfo_t flash_text_TextRun_textFormat; +static classinfo_t flash_text_TextColorType; +static varinfo_t flash_text_TextColorType_DARK_COLOR; +static varinfo_t flash_text_TextColorType_LIGHT_COLOR; +static methodinfo_t flash_sampler_getSampleCount; +static classinfo_t flash_net_URLRequestHeader; +static varinfo_t flash_net_URLRequestHeader_value; +static varinfo_t flash_net_URLRequestHeader_name; +static methodinfo_t flash_profiler_showRedrawRegions; +static classinfo_t flash_display_ShaderData; +static classinfo_t flash_text_engine_TextLine; +static varinfo_t flash_text_engine_TextLine_previousLine; +static varinfo_t flash_text_engine_TextLine_validity; +static methodinfo_t flash_text_engine_TextLine_getAtomTextBlockBeginIndex; +static methodinfo_t flash_text_engine_TextLine_getAtomWordBoundaryOnLeft; +static varinfo_t flash_text_engine_TextLine_MAX_LINE_WIDTH; +static methodinfo_t flash_text_engine_TextLine_getAtomTextRotation; +static varinfo_t flash_text_engine_TextLine_textHeight; +static methodinfo_t flash_text_engine_TextLine_getAtomCenter; +static methodinfo_t flash_text_engine_TextLine_getAtomBounds; +static varinfo_t flash_text_engine_TextLine_mirrorRegions; +static varinfo_t flash_text_engine_TextLine_rawTextLength; +static varinfo_t flash_text_engine_TextLine_userData; +static varinfo_t flash_text_engine_TextLine_textWidth; +static varinfo_t flash_text_engine_TextLine_textBlock; +static varinfo_t flash_text_engine_TextLine_textBlockBeginIndex; +static varinfo_t flash_text_engine_TextLine_unjustifiedTextWidth; +static varinfo_t flash_text_engine_TextLine_ascent; +static methodinfo_t flash_text_engine_TextLine_getBaselinePosition; +static varinfo_t flash_text_engine_TextLine_specifiedWidth; +static methodinfo_t flash_text_engine_TextLine_getMirrorRegion; +static methodinfo_t flash_text_engine_TextLine_getAtomGraphic; +static varinfo_t flash_text_engine_TextLine_hasGraphicElement; +static methodinfo_t flash_text_engine_TextLine_flushAtomData; +static methodinfo_t flash_text_engine_TextLine_dump; +static varinfo_t flash_text_engine_TextLine_nextLine; +static methodinfo_t flash_text_engine_TextLine_getAtomIndexAtCharIndex; +static methodinfo_t flash_text_engine_TextLine_getAtomTextBlockEndIndex; +static varinfo_t flash_text_engine_TextLine_atomCount; +static varinfo_t flash_text_engine_TextLine_descent; +static methodinfo_t flash_text_engine_TextLine_getAtomBidiLevel; +static methodinfo_t flash_text_engine_TextLine_getAtomIndexAtPoint; +static methodinfo_t flash_sampler_getSamples; +static classinfo_t flash_net_URLRequest; +static varinfo_t flash_net_URLRequest_contentType; +static varinfo_t flash_net_URLRequest_url; +static varinfo_t flash_net_URLRequest_requestHeaders; +static varinfo_t flash_net_URLRequest_method; +static varinfo_t flash_net_URLRequest_digest; +static varinfo_t flash_net_URLRequest_data; static classinfo_t _URIError; -static classinfo_t _UninitializedError; -static classinfo_t _VerifyError; -static classinfo_t _XML; -static memberinfo_t _XML_hasOwnProperty; -static memberinfo_t _XML_insertChildBefore; -static memberinfo_t _XML_replace; -static memberinfo_t _XML_setNotification; -static memberinfo_t _XML_toXMLString; -static memberinfo_t _XML_propertyIsEnumerable; -static memberinfo_t _XML_setChildren; -static memberinfo_t _XML_name; -static memberinfo_t _XML_normalize; -static memberinfo_t _XML_inScopeNamespaces; -static memberinfo_t _XML_setLocalName; -static memberinfo_t _XML_localName; -static memberinfo_t _XML_attributes; -static memberinfo_t _XML_processingInstructions; -static memberinfo_t _XML_setNamespace; -static memberinfo_t _XML_namespace; -static memberinfo_t _XML_child; -static memberinfo_t _XML_childIndex; -static memberinfo_t _XML_contains; -static memberinfo_t _XML_appendChild; -static memberinfo_t _XML_hasComplexContent; -static memberinfo_t _XML_descendants; -static memberinfo_t _XML_length; -static memberinfo_t _XML_valueOf; -static memberinfo_t _XML_parent; -static memberinfo_t _XML_attribute; -static memberinfo_t _XML_toString; -static memberinfo_t _XML_hasSimpleContent; -static memberinfo_t _XML_prependChild; -static memberinfo_t _XML_setName; -static memberinfo_t _XML_notification; -static memberinfo_t _XML_comments; -static memberinfo_t _XML_copy; -static memberinfo_t _XML_nodeKind; -static memberinfo_t _XML_elements; -static memberinfo_t _XML_insertChildAfter; -static memberinfo_t _XML_addNamespace; -static memberinfo_t _XML_namespaceDeclarations; -static memberinfo_t _XML_text; -static memberinfo_t _XML_removeNamespace; -static memberinfo_t _XML_children; -static memberinfo_t _XML_settings; -static memberinfo_t _XML_prettyIndent; -static memberinfo_t _XML_setSettings; -static memberinfo_t _XML_ignoreComments; -static memberinfo_t _XML_ignoreProcessingInstructions; -static memberinfo_t _XML_prettyPrinting; -static memberinfo_t _XML_ignoreWhitespace; -static memberinfo_t _XML_defaultSettings; +static varinfo_t _URIError_length; +static methodinfo_t flash_net_getClassByAlias; +static classinfo_t flash_display_ShaderParameter; +static varinfo_t flash_display_ShaderParameter_value; +static varinfo_t flash_display_ShaderParameter_index; +static varinfo_t flash_display_ShaderParameter_type; +static classinfo_t flash_filters_BitmapFilterType; +static varinfo_t flash_filters_BitmapFilterType_FULL; +static varinfo_t flash_filters_BitmapFilterType_INNER; +static varinfo_t flash_filters_BitmapFilterType_OUTER; +static classinfo_t _SecurityError; +static varinfo_t _SecurityError_length; +static classinfo_t flash_utils_IDataInput; +static methodinfo_t flash_utils_IDataInput_readUTF; +static methodinfo_t flash_utils_IDataInput_readByte; +static methodinfo_t flash_utils_IDataInput_readUTFBytes; +static methodinfo_t flash_utils_IDataInput_readShort; +static varinfo_t flash_utils_IDataInput_objectEncoding; +static methodinfo_t flash_utils_IDataInput_readUnsignedInt; +static methodinfo_t flash_utils_IDataInput_readDouble; +static methodinfo_t flash_utils_IDataInput_readBytes; +static methodinfo_t flash_utils_IDataInput_readUnsignedByte; +static methodinfo_t flash_utils_IDataInput_readMultiByte; +static methodinfo_t flash_utils_IDataInput_readInt; +static varinfo_t flash_utils_IDataInput_bytesAvailable; +static methodinfo_t flash_utils_IDataInput_readUnsignedShort; +static methodinfo_t flash_utils_IDataInput_readObject; +static methodinfo_t flash_utils_IDataInput_readFloat; +static varinfo_t flash_utils_IDataInput_endian; +static methodinfo_t flash_utils_IDataInput_readBoolean; +static classinfo_t flash_events_IEventDispatcher; +static methodinfo_t flash_events_IEventDispatcher_willTrigger; +static methodinfo_t flash_events_IEventDispatcher_removeEventListener; +static methodinfo_t flash_events_IEventDispatcher_hasEventListener; +static methodinfo_t flash_events_IEventDispatcher_addEventListener; +static methodinfo_t flash_events_IEventDispatcher_dispatchEvent; +static classinfo_t _Class; +static varinfo_t _Class_length; +static varinfo_t _Class_prototype; +static classinfo_t flash_geom_Rectangle; +static varinfo_t flash_geom_Rectangle_top; +static methodinfo_t flash_geom_Rectangle_intersection; +static methodinfo_t flash_geom_Rectangle_intersects; +static methodinfo_t flash_geom_Rectangle_containsPoint; +static methodinfo_t flash_geom_Rectangle_setEmpty; +static varinfo_t flash_geom_Rectangle_topLeft; +static varinfo_t flash_geom_Rectangle_width; +static methodinfo_t flash_geom_Rectangle_containsRect; +static methodinfo_t flash_geom_Rectangle_isEmpty; +static methodinfo_t flash_geom_Rectangle_equals; +static varinfo_t flash_geom_Rectangle_height; +static varinfo_t flash_geom_Rectangle_left; +static methodinfo_t flash_geom_Rectangle_inflate; +static methodinfo_t flash_geom_Rectangle_inflatePoint; +static methodinfo_t flash_geom_Rectangle_toString; +static methodinfo_t flash_geom_Rectangle_offsetPoint; +static varinfo_t flash_geom_Rectangle_x; +static varinfo_t flash_geom_Rectangle_size; +static varinfo_t flash_geom_Rectangle_bottomRight; +static varinfo_t flash_geom_Rectangle_right; +static methodinfo_t flash_geom_Rectangle_contains; +static methodinfo_t flash_geom_Rectangle_union; +static varinfo_t flash_geom_Rectangle_bottom; +static methodinfo_t flash_geom_Rectangle_clone; +static varinfo_t flash_geom_Rectangle_y; +static methodinfo_t flash_geom_Rectangle_offset; +static classinfo_t flash_events_SecurityErrorEvent; +static methodinfo_t flash_events_SecurityErrorEvent_toString; +static methodinfo_t flash_events_SecurityErrorEvent_clone; +static varinfo_t flash_events_SecurityErrorEvent_SECURITY_ERROR; +static classinfo_t flash_net_IDynamicPropertyWriter; +static methodinfo_t flash_net_IDynamicPropertyWriter_writeDynamicProperties; +static classinfo_t flash_display_InterpolationMethod; +static varinfo_t flash_display_InterpolationMethod_RGB; +static varinfo_t flash_display_InterpolationMethod_LINEAR_RGB; +static classinfo_t _Object; +static methodinfo_t _Object_init; +static methodinfo_t _Object_propertyIsEnumerable; +static varinfo_t _Object_length; +static methodinfo_t _Object__setPropertyIsEnumerable; +static methodinfo_t _Object_isPrototypeOf; +static methodinfo_t _Object__dontEnumPrototype; +static methodinfo_t _Object_hasOwnProperty; +static classinfo_t flash_errors_EOFError; +static classinfo_t flash_net_NetStream; +static varinfo_t flash_net_NetStream_videoCodec; +static varinfo_t flash_net_NetStream_info; +static methodinfo_t flash_net_NetStream_attachCamera; +static varinfo_t flash_net_NetStream_farNonce; +static methodinfo_t flash_net_NetStream_close; +static methodinfo_t flash_net_NetStream_pause; +static varinfo_t flash_net_NetStream_CONNECT_TO_FMS; +static methodinfo_t flash_net_NetStream_onPeerConnect; +static varinfo_t flash_net_NetStream_client; +static methodinfo_t flash_net_NetStream_resume; +static varinfo_t flash_net_NetStream_liveDelay; +static varinfo_t flash_net_NetStream_peerStreams; +static varinfo_t flash_net_NetStream_objectEncoding; +static varinfo_t flash_net_NetStream_bytesLoaded; +static varinfo_t flash_net_NetStream_DIRECT_CONNECTIONS; +static methodinfo_t flash_net_NetStream_receiveVideo; +static varinfo_t flash_net_NetStream_maxPauseBufferTime; +static methodinfo_t flash_net_NetStream_play2; +static varinfo_t flash_net_NetStream_audioCodec; +static methodinfo_t flash_net_NetStream_receiveVideoFPS; +static varinfo_t flash_net_NetStream_bytesTotal; +static varinfo_t flash_net_NetStream_farID; +static methodinfo_t flash_net_NetStream_receiveAudio; +static varinfo_t flash_net_NetStream_bufferLength; +static methodinfo_t flash_net_NetStream_seek; +static methodinfo_t flash_net_NetStream_attachAudio; +static varinfo_t flash_net_NetStream_bufferTime; +static methodinfo_t flash_net_NetStream_play; +static methodinfo_t flash_net_NetStream_publish; +static methodinfo_t flash_net_NetStream_togglePause; +static varinfo_t flash_net_NetStream_checkPolicyFile; +static varinfo_t flash_net_NetStream_nearNonce; +static varinfo_t flash_net_NetStream_decodedFrames; +static methodinfo_t flash_net_NetStream_send; +static varinfo_t flash_net_NetStream_currentFPS; +static varinfo_t flash_net_NetStream_time; +static varinfo_t flash_net_NetStream_soundTransform; +static classinfo_t _ArgumentError; +static varinfo_t _ArgumentError_length; static classinfo_t _XMLList; -static memberinfo_t _XMLList_hasOwnProperty; -static memberinfo_t _XMLList_insertChildBefore; -static memberinfo_t _XMLList_namespaceDeclarations; -static memberinfo_t _XMLList_propertyIsEnumerable; -static memberinfo_t _XMLList_setChildren; -static memberinfo_t _XMLList_name; -static memberinfo_t _XMLList_replace; -static memberinfo_t _XMLList_normalize; -static memberinfo_t _XMLList_inScopeNamespaces; -static memberinfo_t _XMLList_toXMLString; -static memberinfo_t _XMLList_descendants; -static memberinfo_t _XMLList_attributes; -static memberinfo_t _XMLList_processingInstructions; -static memberinfo_t _XMLList_setNamespace; -static memberinfo_t _XMLList_setLocalName; -static memberinfo_t _XMLList_namespace; -static memberinfo_t _XMLList_attribute; -static memberinfo_t _XMLList_childIndex; -static memberinfo_t _XMLList_contains; -static memberinfo_t _XMLList_appendChild; -static memberinfo_t _XMLList_hasComplexContent; -static memberinfo_t _XMLList_localName; -static memberinfo_t _XMLList_length; -static memberinfo_t _XMLList_valueOf; -static memberinfo_t _XMLList_parent; -static memberinfo_t _XMLList_child; -static memberinfo_t _XMLList_toString; -static memberinfo_t _XMLList_hasSimpleContent; -static memberinfo_t _XMLList_prependChild; -static memberinfo_t _XMLList_setName; -static memberinfo_t _XMLList_text; -static memberinfo_t _XMLList_copy; -static memberinfo_t _XMLList_nodeKind; -static memberinfo_t _XMLList_elements; -static memberinfo_t _XMLList_insertChildAfter; -static memberinfo_t _XMLList_addNamespace; -static memberinfo_t _XMLList_comments; -static memberinfo_t _XMLList_removeNamespace; -static memberinfo_t _XMLList_children; -static classinfo_t _int; -static memberinfo_t _int_toPrecision; -static memberinfo_t _int_valueOf; -static memberinfo_t _int_toFixed; -static memberinfo_t _int_toExponential; -static memberinfo_t _int_toString; -static memberinfo_t _int_MIN_VALUE; -static memberinfo_t _int_length; -static memberinfo_t _int_MAX_VALUE; -static classinfo_t _uint; -static memberinfo_t _uint_toPrecision; -static memberinfo_t _uint_valueOf; -static memberinfo_t _uint_toFixed; -static memberinfo_t _uint_toExponential; -static memberinfo_t _uint_toString; -static memberinfo_t _uint_MIN_VALUE; -static memberinfo_t _uint_length; -static memberinfo_t _uint_MAX_VALUE; -static classinfo_t adobe_utils_CustomActions; -static classinfo_t adobe_utils_ProductManager; -static memberinfo_t adobe_utils_ProductManager_launch; -static memberinfo_t adobe_utils_ProductManager_download; -static memberinfo_t adobe_utils_ProductManager_installed; -static memberinfo_t adobe_utils_ProductManager_installedVersion; -static memberinfo_t adobe_utils_ProductManager_running; -static classinfo_t adobe_utils_XMLUI; -static classinfo_t flash_accessibility_Accessibility; -static classinfo_t flash_accessibility_AccessibilityImplementation; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accValue; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accFocus; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accName; -static memberinfo_t flash_accessibility_AccessibilityImplementation_errno; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accDoDefaultAction; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accRole; -static memberinfo_t flash_accessibility_AccessibilityImplementation_getChildIDArray; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accSelection; -static memberinfo_t flash_accessibility_AccessibilityImplementation_stub; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accLocation; -static memberinfo_t flash_accessibility_AccessibilityImplementation_isLabeledBy; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accState; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accSelect; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accDefaultAction; -static classinfo_t flash_accessibility_AccessibilityProperties; -static memberinfo_t flash_accessibility_AccessibilityProperties_shortcut; -static memberinfo_t flash_accessibility_AccessibilityProperties_name; -static memberinfo_t flash_accessibility_AccessibilityProperties_silent; -static memberinfo_t flash_accessibility_AccessibilityProperties_description; -static memberinfo_t flash_accessibility_AccessibilityProperties_forceSimple; -static memberinfo_t flash_accessibility_AccessibilityProperties_noAutoLabeling; -static classinfo_t flash_display_AVM1Movie; -static memberinfo_t flash_display_AVM1Movie_addCallback; -static memberinfo_t flash_display_AVM1Movie_call; -static classinfo_t flash_display_ActionScriptVersion; +static methodinfo_t _XMLList_normalize; +static methodinfo_t _XMLList_removeNamespace; +static methodinfo_t _XMLList_prependChild; +static methodinfo_t _XMLList_toXMLString; +static methodinfo_t _XMLList_nodeKind; +static methodinfo_t _XMLList_copy; +static methodinfo_t _XMLList_text; +static methodinfo_t _XMLList_toString; +static methodinfo_t _XMLList_childIndex; +static methodinfo_t _XMLList_setName; +static methodinfo_t _XMLList_setLocalName; +static methodinfo_t _XMLList_namespace; +static methodinfo_t _XMLList_insertChildBefore; +static methodinfo_t _XMLList_addNamespace; +static methodinfo_t _XMLList_propertyIsEnumerable; +static methodinfo_t _XMLList_comments; +static methodinfo_t _XMLList_attributes; +static methodinfo_t _XMLList_descendants; +static methodinfo_t _XMLList_replace; +static methodinfo_t _XMLList_children; +static methodinfo_t _XMLList_contains; +static methodinfo_t _XMLList_hasSimpleContent; +static methodinfo_t _XMLList_elements; +static methodinfo_t _XMLList_hasComplexContent; +static methodinfo_t _XMLList_insertChildAfter; +static methodinfo_t _XMLList_parent; +static methodinfo_t _XMLList_length; +static methodinfo_t _XMLList_processingInstructions; +static methodinfo_t _XMLList_child; +static methodinfo_t _XMLList_appendChild; +static methodinfo_t _XMLList_valueOf; +static methodinfo_t _XMLList_localName; +static methodinfo_t _XMLList_inScopeNamespaces; +static methodinfo_t _XMLList_hasOwnProperty; +static methodinfo_t _XMLList_setNamespace; +static methodinfo_t _XMLList_namespaceDeclarations; +static methodinfo_t _XMLList_name; +static methodinfo_t _XMLList_setChildren; +static methodinfo_t _XMLList_attribute; +static classinfo_t flash_geom_Point; +static methodinfo_t flash_geom_Point_subtract; +static methodinfo_t flash_geom_Point_distance; +static methodinfo_t flash_geom_Point_normalize; +static methodinfo_t flash_geom_Point_equals; +static methodinfo_t flash_geom_Point_toString; +static varinfo_t flash_geom_Point_x; +static methodinfo_t flash_geom_Point_add; +static methodinfo_t flash_geom_Point_polar; +static methodinfo_t flash_geom_Point_clone; +static methodinfo_t flash_geom_Point_interpolate; +static varinfo_t flash_geom_Point_y; +static varinfo_t flash_geom_Point_length; +static methodinfo_t flash_geom_Point_offset; +static classinfo_t flash_printing_PrintJobOptions; +static varinfo_t flash_printing_PrintJobOptions_printAsBitmap; +static classinfo_t flash_display_DisplayObject; +static varinfo_t flash_display_DisplayObject_rotation; +static varinfo_t flash_display_DisplayObject_filters; +static varinfo_t flash_display_DisplayObject_rotationZ; +static varinfo_t flash_display_DisplayObject_accessibilityProperties; +static varinfo_t flash_display_DisplayObject_mouseX; +static varinfo_t flash_display_DisplayObject_root; +static varinfo_t flash_display_DisplayObject_stage; +static varinfo_t flash_display_DisplayObject_rotationY; +static varinfo_t flash_display_DisplayObject_scaleZ; +static methodinfo_t flash_display_DisplayObject_local3DToGlobal; +static varinfo_t flash_display_DisplayObject_loaderInfo; +static varinfo_t flash_display_DisplayObject_cacheAsBitmap; +static varinfo_t flash_display_DisplayObject_transform; +static varinfo_t flash_display_DisplayObject_scaleY; +static varinfo_t flash_display_DisplayObject_height; +static varinfo_t flash_display_DisplayObject_rotationX; +static varinfo_t flash_display_DisplayObject_scrollRect; +static varinfo_t flash_display_DisplayObject_width; +static varinfo_t flash_display_DisplayObject_scale9Grid; +static varinfo_t flash_display_DisplayObject_parent; +static methodinfo_t flash_display_DisplayObject_hitTestObject; +static methodinfo_t flash_display_DisplayObject_hitTestPoint; +static varinfo_t flash_display_DisplayObject_alpha; +static methodinfo_t flash_display_DisplayObject_getRect; +static varinfo_t flash_display_DisplayObject_opaqueBackground; +static methodinfo_t flash_display_DisplayObject_globalToLocal3D; +static varinfo_t flash_display_DisplayObject_visible; +static varinfo_t flash_display_DisplayObject_blendMode; +static varinfo_t flash_display_DisplayObject_scaleX; +static methodinfo_t flash_display_DisplayObject_globalToLocal; +static methodinfo_t flash_display_DisplayObject_localToGlobal; +static varinfo_t flash_display_DisplayObject_z; +static varinfo_t flash_display_DisplayObject_name; +static methodinfo_t flash_display_DisplayObject_getBounds; +static varinfo_t flash_display_DisplayObject_mask; +static varinfo_t flash_display_DisplayObject_mouseY; +static varinfo_t flash_display_DisplayObject_x; +static varinfo_t flash_display_DisplayObject_y; +static classinfo_t flash_sampler_DeleteObjectSample; +static varinfo_t flash_sampler_DeleteObjectSample_size; +static varinfo_t flash_sampler_DeleteObjectSample_id; +static methodinfo_t flash_system_fscommand; +static methodinfo_t flash_utils_unescapeMultiByte; +static classinfo_t flash_sampler_StackFrame; +static varinfo_t flash_sampler_StackFrame_name; +static varinfo_t flash_sampler_StackFrame_line; +static methodinfo_t flash_sampler_StackFrame_toString; +static varinfo_t flash_sampler_StackFrame_file; +static classinfo_t flash_system_JPEGLoaderContext; +static varinfo_t flash_system_JPEGLoaderContext_deblockingFilter; +static classinfo_t flash_system_IME; +static methodinfo_t flash_system_IME_setCompositionString; +static varinfo_t flash_system_IME_enabled; +static methodinfo_t flash_system_IME_doConversion; +static varinfo_t flash_system_IME_conversionMode; +static methodinfo_t _isNaN; +static classinfo_t flash_system_Security; +static varinfo_t flash_system_Security_sandboxType; +static varinfo_t flash_system_Security_LOCAL_WITH_NETWORK; +static methodinfo_t flash_system_Security_loadPolicyFile; +static methodinfo_t flash_system_Security_allowDomain; +static methodinfo_t flash_system_Security_showSettings; +static varinfo_t flash_system_Security_LOCAL_TRUSTED; +static varinfo_t flash_system_Security_disableAVM1Loading; +static methodinfo_t flash_system_Security_allowInsecureDomain; +static varinfo_t flash_system_Security_exactSettings; +static varinfo_t flash_system_Security_REMOTE; +static varinfo_t flash_system_Security_LOCAL_WITH_FILE; static classinfo_t flash_display_Bitmap; -static memberinfo_t flash_display_Bitmap_bitmapData; -static memberinfo_t flash_display_Bitmap_smoothing; -static memberinfo_t flash_display_Bitmap_pixelSnapping; -static classinfo_t flash_display_BitmapData; -static memberinfo_t flash_display_BitmapData_copyPixels; -static memberinfo_t flash_display_BitmapData_setPixel; -static memberinfo_t flash_display_BitmapData_hitTest; -static memberinfo_t flash_display_BitmapData_width; -static memberinfo_t flash_display_BitmapData_colorTransform; -static memberinfo_t flash_display_BitmapData_draw; -static memberinfo_t flash_display_BitmapData_applyFilter; -static memberinfo_t flash_display_BitmapData_fillRect; -static memberinfo_t flash_display_BitmapData_getPixel; -static memberinfo_t flash_display_BitmapData_generateFilterRect; -static memberinfo_t flash_display_BitmapData_transparent; -static memberinfo_t flash_display_BitmapData_unlock; -static memberinfo_t flash_display_BitmapData_scroll; -static memberinfo_t flash_display_BitmapData_copyChannel; -static memberinfo_t flash_display_BitmapData_pixelDissolve; -static memberinfo_t flash_display_BitmapData_noise; -static memberinfo_t flash_display_BitmapData_clone; -static memberinfo_t flash_display_BitmapData_getColorBoundsRect; -static memberinfo_t flash_display_BitmapData_dispose; -static memberinfo_t flash_display_BitmapData_floodFill; -static memberinfo_t flash_display_BitmapData_setPixel32; -static memberinfo_t flash_display_BitmapData_rect; -static memberinfo_t flash_display_BitmapData_compare; -static memberinfo_t flash_display_BitmapData_perlinNoise; -static memberinfo_t flash_display_BitmapData_height; -static memberinfo_t flash_display_BitmapData_paletteMap; -static memberinfo_t flash_display_BitmapData_getPixels; -static memberinfo_t flash_display_BitmapData_threshold; -static memberinfo_t flash_display_BitmapData_getPixel32; -static memberinfo_t flash_display_BitmapData_lock; -static memberinfo_t flash_display_BitmapData_setPixels; -static memberinfo_t flash_display_BitmapData_merge; -static classinfo_t flash_display_BitmapDataChannel; -static classinfo_t flash_display_BlendMode; +static varinfo_t flash_display_Bitmap_pixelSnapping; +static varinfo_t flash_display_Bitmap_bitmapData; +static varinfo_t flash_display_Bitmap_smoothing; +static classinfo_t flash_printing_PrintJob; +static varinfo_t flash_printing_PrintJob_paperWidth; +static methodinfo_t flash_printing_PrintJob_addPage; +static varinfo_t flash_printing_PrintJob_pageHeight; +static methodinfo_t flash_printing_PrintJob_start; +static varinfo_t flash_printing_PrintJob_pageWidth; +static methodinfo_t flash_printing_PrintJob_send; +static varinfo_t flash_printing_PrintJob_paperHeight; +static varinfo_t flash_printing_PrintJob_orientation; +static classinfo_t flash_text_StaticText; +static varinfo_t flash_text_StaticText_text; +static classinfo_t flash_text_engine_SpaceJustifier; +static methodinfo_t flash_text_engine_SpaceJustifier_clone; +static varinfo_t flash_text_engine_SpaceJustifier_letterSpacing; +static classinfo_t flash_events_DataEvent; +static methodinfo_t flash_events_DataEvent_toString; +static varinfo_t flash_events_DataEvent_DATA; +static methodinfo_t flash_events_DataEvent_clone; +static varinfo_t flash_events_DataEvent_UPLOAD_COMPLETE_DATA; +static varinfo_t flash_events_DataEvent_data; +static classinfo_t flash_events_ActivityEvent; +static methodinfo_t flash_events_ActivityEvent_toString; +static varinfo_t flash_events_ActivityEvent_activating; +static methodinfo_t flash_events_ActivityEvent_clone; +static varinfo_t flash_events_ActivityEvent_ACTIVITY; +static classinfo_t flash_display_GraphicsEndFill; +static classinfo_t flash_display_ColorCorrection; +static varinfo_t flash_display_ColorCorrection_OFF; +static varinfo_t flash_display_ColorCorrection_DEFAULT; +static varinfo_t flash_display_ColorCorrection_ON; +static classinfo_t flash_events_IOErrorEvent; +static varinfo_t flash_events_IOErrorEvent_IO_ERROR; +static varinfo_t flash_events_IOErrorEvent_VERIFY_ERROR; +static methodinfo_t flash_events_IOErrorEvent_toString; +static varinfo_t flash_events_IOErrorEvent_NETWORK_ERROR; +static methodinfo_t flash_events_IOErrorEvent_clone; +static varinfo_t flash_events_IOErrorEvent_DISK_ERROR; +static classinfo_t flash_display_GraphicsStroke; +static varinfo_t flash_display_GraphicsStroke_scaleMode; +static varinfo_t flash_display_GraphicsStroke_miterLimit; +static varinfo_t flash_display_GraphicsStroke_pixelHinting; +static varinfo_t flash_display_GraphicsStroke_fill; +static varinfo_t flash_display_GraphicsStroke_thickness; +static varinfo_t flash_display_GraphicsStroke_joints; +static varinfo_t flash_display_GraphicsStroke_caps; +static classinfo_t _Boolean; +static methodinfo_t _Boolean_valueOf; +static varinfo_t _Boolean_length; +static methodinfo_t _Boolean_toString; +static methodinfo_t flash_sampler_getMemberNames; +static methodinfo_t flash_utils_getQualifiedClassName; +static classinfo_t flash_text_engine_GraphicElement; +static varinfo_t flash_text_engine_GraphicElement_graphic; +static varinfo_t flash_text_engine_GraphicElement_elementWidth; +static varinfo_t flash_text_engine_GraphicElement_elementHeight; +static classinfo_t flash_media_Microphone; +static varinfo_t flash_media_Microphone_codec; +static varinfo_t flash_media_Microphone_gain; +static varinfo_t flash_media_Microphone_index; +static methodinfo_t flash_media_Microphone_setLoopBack; +static methodinfo_t flash_media_Microphone_setSilenceLevel; +static varinfo_t flash_media_Microphone_name; +static methodinfo_t flash_media_Microphone_getMicrophone; +static methodinfo_t flash_media_Microphone_setUseEchoSuppression; +static varinfo_t flash_media_Microphone_framesPerPacket; +static varinfo_t flash_media_Microphone_muted; +static varinfo_t flash_media_Microphone_soundTransform; +static varinfo_t flash_media_Microphone_encodeQuality; +static varinfo_t flash_media_Microphone_useEchoSuppression; +static varinfo_t flash_media_Microphone_silenceLevel; +static varinfo_t flash_media_Microphone_silenceTimeout; +static varinfo_t flash_media_Microphone_rate; +static varinfo_t flash_media_Microphone_activityLevel; +static varinfo_t flash_media_Microphone_names; +static classinfo_t flash_ui_ContextMenuClipboardItems; +static varinfo_t flash_ui_ContextMenuClipboardItems_clear; +static methodinfo_t flash_ui_ContextMenuClipboardItems_clone; +static varinfo_t flash_ui_ContextMenuClipboardItems_paste; +static varinfo_t flash_ui_ContextMenuClipboardItems_selectAll; +static varinfo_t flash_ui_ContextMenuClipboardItems_copy; +static varinfo_t flash_ui_ContextMenuClipboardItems_cut; +static classinfo_t flash_display_GraphicsShaderFill; +static varinfo_t flash_display_GraphicsShaderFill_shader; +static varinfo_t flash_display_GraphicsShaderFill_matrix; +static classinfo_t flash_errors_IllegalOperationError; +static classinfo_t flash_filters_GradientGlowFilter; +static varinfo_t flash_filters_GradientGlowFilter_strength; +static varinfo_t flash_filters_GradientGlowFilter_quality; +static varinfo_t flash_filters_GradientGlowFilter_angle; +static varinfo_t flash_filters_GradientGlowFilter_knockout; +static varinfo_t flash_filters_GradientGlowFilter_type; +static varinfo_t flash_filters_GradientGlowFilter_alphas; +static varinfo_t flash_filters_GradientGlowFilter_ratios; +static varinfo_t flash_filters_GradientGlowFilter_colors; +static varinfo_t flash_filters_GradientGlowFilter_blurX; +static varinfo_t flash_filters_GradientGlowFilter_blurY; +static varinfo_t flash_filters_GradientGlowFilter_distance; +static methodinfo_t flash_filters_GradientGlowFilter_clone; static classinfo_t flash_display_CapsStyle; -static classinfo_t flash_display_DisplayObject; -static memberinfo_t flash_display_DisplayObject_y; -static memberinfo_t flash_display_DisplayObject_transform; -static memberinfo_t flash_display_DisplayObject_stage; -static memberinfo_t flash_display_DisplayObject_localToGlobal; -static memberinfo_t flash_display_DisplayObject_name; -static memberinfo_t flash_display_DisplayObject_width; -static memberinfo_t flash_display_DisplayObject_blendMode; -static memberinfo_t flash_display_DisplayObject_scale9Grid; -static memberinfo_t flash_display_DisplayObject_scaleX; -static memberinfo_t flash_display_DisplayObject_scaleY; -static memberinfo_t flash_display_DisplayObject_accessibilityProperties; -static memberinfo_t flash_display_DisplayObject_scrollRect; -static memberinfo_t flash_display_DisplayObject_cacheAsBitmap; -static memberinfo_t flash_display_DisplayObject_globalToLocal; -static memberinfo_t flash_display_DisplayObject_height; -static memberinfo_t flash_display_DisplayObject_parent; -static memberinfo_t flash_display_DisplayObject_getBounds; -static memberinfo_t flash_display_DisplayObject_opaqueBackground; -static memberinfo_t flash_display_DisplayObject_alpha; -static memberinfo_t flash_display_DisplayObject_hitTestPoint; -static memberinfo_t flash_display_DisplayObject_mouseX; -static memberinfo_t flash_display_DisplayObject_mask; -static memberinfo_t flash_display_DisplayObject_getRect; -static memberinfo_t flash_display_DisplayObject_mouseY; -static memberinfo_t flash_display_DisplayObject_loaderInfo; -static memberinfo_t flash_display_DisplayObject_root; -static memberinfo_t flash_display_DisplayObject_visible; -static memberinfo_t flash_display_DisplayObject_hitTestObject; -static memberinfo_t flash_display_DisplayObject_x; -static memberinfo_t flash_display_DisplayObject_filters; -static memberinfo_t flash_display_DisplayObject_rotation; -static classinfo_t flash_display_DisplayObjectContainer; -static memberinfo_t flash_display_DisplayObjectContainer_addChild; -static memberinfo_t flash_display_DisplayObjectContainer_getChildByName; -static memberinfo_t flash_display_DisplayObjectContainer_textSnapshot; -static memberinfo_t flash_display_DisplayObjectContainer_getChildIndex; -static memberinfo_t flash_display_DisplayObjectContainer_mouseChildren; -static memberinfo_t flash_display_DisplayObjectContainer_setChildIndex; -static memberinfo_t flash_display_DisplayObjectContainer_addChildAt; -static memberinfo_t flash_display_DisplayObjectContainer_contains; -static memberinfo_t flash_display_DisplayObjectContainer_numChildren; -static memberinfo_t flash_display_DisplayObjectContainer_swapChildrenAt; -static memberinfo_t flash_display_DisplayObjectContainer_tabChildren; -static memberinfo_t flash_display_DisplayObjectContainer_getChildAt; -static memberinfo_t flash_display_DisplayObjectContainer_swapChildren; -static memberinfo_t flash_display_DisplayObjectContainer_getObjectsUnderPoint; -static memberinfo_t flash_display_DisplayObjectContainer_removeChildAt; -static memberinfo_t flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint; -static memberinfo_t flash_display_DisplayObjectContainer_removeChild; -static classinfo_t flash_display_FrameLabel; -static memberinfo_t flash_display_FrameLabel_name; -static memberinfo_t flash_display_FrameLabel_frame; -static classinfo_t flash_display_GradientType; -static classinfo_t flash_display_Graphics; -static memberinfo_t flash_display_Graphics_drawRoundRectComplex; -static memberinfo_t flash_display_Graphics_drawCircle; -static memberinfo_t flash_display_Graphics_drawRect; -static memberinfo_t flash_display_Graphics_curveTo; -static memberinfo_t flash_display_Graphics_beginFill; -static memberinfo_t flash_display_Graphics_lineGradientStyle; -static memberinfo_t flash_display_Graphics_drawRoundRect; -static memberinfo_t flash_display_Graphics_moveTo; -static memberinfo_t flash_display_Graphics_clear; -static memberinfo_t flash_display_Graphics_lineTo; -static memberinfo_t flash_display_Graphics_drawEllipse; -static memberinfo_t flash_display_Graphics_beginBitmapFill; -static memberinfo_t flash_display_Graphics_beginGradientFill; -static memberinfo_t flash_display_Graphics_lineStyle; -static memberinfo_t flash_display_Graphics_endFill; -static classinfo_t flash_display_IBitmapDrawable; +static varinfo_t flash_display_CapsStyle_ROUND; +static varinfo_t flash_display_CapsStyle_SQUARE; +static varinfo_t flash_display_CapsStyle_NONE; +static classinfo_t flash_text_TextSnapshot; +static methodinfo_t flash_text_TextSnapshot_setSelectColor; +static methodinfo_t flash_text_TextSnapshot_setSelected; +static methodinfo_t flash_text_TextSnapshot_getSelectedText; +static methodinfo_t flash_text_TextSnapshot_getTextRunInfo; +static varinfo_t flash_text_TextSnapshot_charCount; +static methodinfo_t flash_text_TextSnapshot_findText; +static methodinfo_t flash_text_TextSnapshot_getSelected; +static methodinfo_t flash_text_TextSnapshot_hitTestTextNearPos; +static methodinfo_t flash_text_TextSnapshot_getText; +static classinfo_t flash_text_engine_FontLookup; +static varinfo_t flash_text_engine_FontLookup_DEVICE; +static varinfo_t flash_text_engine_FontLookup_EMBEDDED_CFF; static classinfo_t flash_display_InteractiveObject; -static memberinfo_t flash_display_InteractiveObject_tabEnabled; -static memberinfo_t flash_display_InteractiveObject_doubleClickEnabled; -static memberinfo_t flash_display_InteractiveObject_contextMenu; -static memberinfo_t flash_display_InteractiveObject_accessibilityImplementation; -static memberinfo_t flash_display_InteractiveObject_mouseEnabled; -static memberinfo_t flash_display_InteractiveObject_focusRect; -static memberinfo_t flash_display_InteractiveObject_tabIndex; -static classinfo_t flash_display_InterpolationMethod; -static classinfo_t flash_display_JointStyle; -static classinfo_t flash_display_LineScaleMode; -static classinfo_t flash_display_Loader; -static memberinfo_t flash_display_Loader_addChild; -static memberinfo_t flash_display_Loader_unload; -static memberinfo_t flash_display_Loader_setChildIndex; -static memberinfo_t flash_display_Loader_loadBytes; -static memberinfo_t flash_display_Loader_removeChildAt; -static memberinfo_t flash_display_Loader_content; -static memberinfo_t flash_display_Loader_addChildAt; -static memberinfo_t flash_display_Loader_contentLoaderInfo; -static memberinfo_t flash_display_Loader_load; -static memberinfo_t flash_display_Loader_removeChild; -static memberinfo_t flash_display_Loader_close; -static classinfo_t flash_display_LoaderInfo; -static memberinfo_t flash_display_LoaderInfo_dispatchEvent; -static memberinfo_t flash_display_LoaderInfo_bytesLoaded; -static memberinfo_t flash_display_LoaderInfo_contentType; -static memberinfo_t flash_display_LoaderInfo_childAllowsParent; -static memberinfo_t flash_display_LoaderInfo_bytesTotal; -static memberinfo_t flash_display_LoaderInfo_loader; -static memberinfo_t flash_display_LoaderInfo_loaderURL; -static memberinfo_t flash_display_LoaderInfo_width; -static memberinfo_t flash_display_LoaderInfo_sameDomain; -static memberinfo_t flash_display_LoaderInfo_sharedEvents; -static memberinfo_t flash_display_LoaderInfo_height; -static memberinfo_t flash_display_LoaderInfo_parentAllowsChild; -static memberinfo_t flash_display_LoaderInfo_parameters; -static memberinfo_t flash_display_LoaderInfo_frameRate; -static memberinfo_t flash_display_LoaderInfo_url; -static memberinfo_t flash_display_LoaderInfo_swfVersion; -static memberinfo_t flash_display_LoaderInfo_actionScriptVersion; -static memberinfo_t flash_display_LoaderInfo_content; -static memberinfo_t flash_display_LoaderInfo_applicationDomain; -static classinfo_t flash_display_MorphShape; -static classinfo_t flash_display_MovieClip; -static memberinfo_t flash_display_MovieClip_currentLabels; -static memberinfo_t flash_display_MovieClip_stop; -static memberinfo_t flash_display_MovieClip_currentLabel; -static memberinfo_t flash_display_MovieClip_totalFrames; -static memberinfo_t flash_display_MovieClip_prevScene; -static memberinfo_t flash_display_MovieClip_play; -static memberinfo_t flash_display_MovieClip_addFrameScript; -static memberinfo_t flash_display_MovieClip_nextFrame; -static memberinfo_t flash_display_MovieClip_enabled; -static memberinfo_t flash_display_MovieClip_framesLoaded; -static memberinfo_t flash_display_MovieClip_scenes; -static memberinfo_t flash_display_MovieClip_nextScene; -static memberinfo_t flash_display_MovieClip_currentFrame; -static memberinfo_t flash_display_MovieClip_gotoAndStop; -static memberinfo_t flash_display_MovieClip_currentScene; -static memberinfo_t flash_display_MovieClip_trackAsMenu; -static memberinfo_t flash_display_MovieClip_gotoAndPlay; -static memberinfo_t flash_display_MovieClip_prevFrame; -static classinfo_t flash_display_PixelSnapping; -static classinfo_t flash_display_SWFVersion; -static classinfo_t flash_display_Scene; -static memberinfo_t flash_display_Scene_name; -static memberinfo_t flash_display_Scene_numFrames; -static memberinfo_t flash_display_Scene_labels; -static classinfo_t flash_display_Shape; -static memberinfo_t flash_display_Shape_graphics; -static classinfo_t flash_display_SimpleButton; -static memberinfo_t flash_display_SimpleButton_enabled; -static memberinfo_t flash_display_SimpleButton_useHandCursor; -static memberinfo_t flash_display_SimpleButton_overState; -static memberinfo_t flash_display_SimpleButton_soundTransform; -static memberinfo_t flash_display_SimpleButton_downState; -static memberinfo_t flash_display_SimpleButton_trackAsMenu; -static memberinfo_t flash_display_SimpleButton_upState; -static memberinfo_t flash_display_SimpleButton_hitTestState; -static classinfo_t flash_display_SpreadMethod; -static classinfo_t flash_display_Sprite; -static memberinfo_t flash_display_Sprite_soundTransform; -static memberinfo_t flash_display_Sprite_useHandCursor; -static memberinfo_t flash_display_Sprite_stopDrag; -static memberinfo_t flash_display_Sprite_dropTarget; -static memberinfo_t flash_display_Sprite_hitArea; -static memberinfo_t flash_display_Sprite_graphics; -static memberinfo_t flash_display_Sprite_startDrag; -static memberinfo_t flash_display_Sprite_buttonMode; -static classinfo_t flash_display_Stage; -static memberinfo_t flash_display_Stage_addChild; -static memberinfo_t flash_display_Stage_align; -static memberinfo_t flash_display_Stage_stageFocusRect; -static memberinfo_t flash_display_Stage_scaleMode; -static memberinfo_t flash_display_Stage_textSnapshot; -static memberinfo_t flash_display_Stage_name; -static memberinfo_t flash_display_Stage_setChildIndex; -static memberinfo_t flash_display_Stage_showDefaultContextMenu; -static memberinfo_t flash_display_Stage_quality; -static memberinfo_t flash_display_Stage_height; -static memberinfo_t flash_display_Stage_blendMode; -static memberinfo_t flash_display_Stage_scale9Grid; -static memberinfo_t flash_display_Stage_invalidate; -static memberinfo_t flash_display_Stage_accessibilityImplementation; -static memberinfo_t flash_display_Stage_accessibilityProperties; -static memberinfo_t flash_display_Stage_cacheAsBitmap; -static memberinfo_t flash_display_Stage_dispatchEvent; -static memberinfo_t flash_display_Stage_removeChildAt; -static memberinfo_t flash_display_Stage_addEventListener; -static memberinfo_t flash_display_Stage_contextMenu; -static memberinfo_t flash_display_Stage_opaqueBackground; -static memberinfo_t flash_display_Stage_tabChildren; -static memberinfo_t flash_display_Stage_stageWidth; -static memberinfo_t flash_display_Stage_tabIndex; -static memberinfo_t flash_display_Stage_swapChildrenAt; -static memberinfo_t flash_display_Stage_stageHeight; -static memberinfo_t flash_display_Stage_width; -static memberinfo_t flash_display_Stage_willTrigger; -static memberinfo_t flash_display_Stage_addChildAt; -static memberinfo_t flash_display_Stage_mouseChildren; -static memberinfo_t flash_display_Stage_isFocusInaccessible; -static memberinfo_t flash_display_Stage_scaleX; -static memberinfo_t flash_display_Stage_scaleY; -static memberinfo_t flash_display_Stage_scrollRect; -static memberinfo_t flash_display_Stage_numChildren; -static memberinfo_t flash_display_Stage_focus; -static memberinfo_t flash_display_Stage_focusRect; -static memberinfo_t flash_display_Stage_alpha; -static memberinfo_t flash_display_Stage_mouseEnabled; -static memberinfo_t flash_display_Stage_mask; -static memberinfo_t flash_display_Stage_frameRate; -static memberinfo_t flash_display_Stage_transform; -static memberinfo_t flash_display_Stage_visible; -static memberinfo_t flash_display_Stage_tabEnabled; -static memberinfo_t flash_display_Stage_x; -static memberinfo_t flash_display_Stage_y; -static memberinfo_t flash_display_Stage_hasEventListener; -static memberinfo_t flash_display_Stage_filters; -static memberinfo_t flash_display_Stage_rotation; -static classinfo_t flash_display_StageAlign; -static classinfo_t flash_display_StageQuality; +static varinfo_t flash_display_InteractiveObject_tabIndex; +static varinfo_t flash_display_InteractiveObject_doubleClickEnabled; +static varinfo_t flash_display_InteractiveObject_tabEnabled; +static varinfo_t flash_display_InteractiveObject_mouseEnabled; +static varinfo_t flash_display_InteractiveObject_contextMenu; +static varinfo_t flash_display_InteractiveObject_focusRect; +static varinfo_t flash_display_InteractiveObject_accessibilityImplementation; +static classinfo_t flash_text_TextField; +static methodinfo_t flash_text_TextField_isFontCompatible; +static methodinfo_t flash_text_TextField_getTextFormat; +static varinfo_t flash_text_TextField_border; +static varinfo_t flash_text_TextField_selectedText; +static methodinfo_t flash_text_TextField_pasteRichText; +static varinfo_t flash_text_TextField_bottomScrollV; +static methodinfo_t flash_text_TextField_getLineIndexOfChar; +static methodinfo_t flash_text_TextField_replaceText; +static varinfo_t flash_text_TextField_defaultTextFormat; +static varinfo_t flash_text_TextField_restrict; +static varinfo_t flash_text_TextField_htmlText; +static methodinfo_t flash_text_TextField_copyRichText; +static methodinfo_t flash_text_TextField_getLineText; +static methodinfo_t flash_text_TextField_getFirstCharInParagraph; +static methodinfo_t flash_text_TextField_setSelection; +static varinfo_t flash_text_TextField_length; +static varinfo_t flash_text_TextField_wordWrap; +static methodinfo_t flash_text_TextField_appendText; +static varinfo_t flash_text_TextField_caretIndex; +static varinfo_t flash_text_TextField_mouseWheelEnabled; +static varinfo_t flash_text_TextField_selectionBeginIndex; +static varinfo_t flash_text_TextField_sharpness; +static varinfo_t flash_text_TextField_type; +static methodinfo_t flash_text_TextField_getLineIndexAtPoint; +static methodinfo_t flash_text_TextField_getCharIndexAtPoint; +static methodinfo_t flash_text_TextField_getXMLText; +static methodinfo_t flash_text_TextField_getParagraphLength; +static methodinfo_t flash_text_TextField_getRawText; +static varinfo_t flash_text_TextField_gridFitType; +static methodinfo_t flash_text_TextField_getLineOffset; +static varinfo_t flash_text_TextField_backgroundColor; +static varinfo_t flash_text_TextField_multiline; +static varinfo_t flash_text_TextField_numLines; +static methodinfo_t flash_text_TextField_getImageReference; +static varinfo_t flash_text_TextField_displayAsPassword; +static varinfo_t flash_text_TextField_textWidth; +static varinfo_t flash_text_TextField_autoSize; +static varinfo_t flash_text_TextField_selectable; +static methodinfo_t flash_text_TextField_getCharBoundaries; +static varinfo_t flash_text_TextField_alwaysShowSelection; +static varinfo_t flash_text_TextField_thickness; +static varinfo_t flash_text_TextField_useRichTextClipboard; +static varinfo_t flash_text_TextField_scrollV; +static methodinfo_t flash_text_TextField_getTextRuns; +static methodinfo_t flash_text_TextField_setTextFormat; +static varinfo_t flash_text_TextField_textColor; +static varinfo_t flash_text_TextField_maxScrollV; +static varinfo_t flash_text_TextField_embedFonts; +static varinfo_t flash_text_TextField_scrollH; +static varinfo_t flash_text_TextField_text; +static methodinfo_t flash_text_TextField_getLineLength; +static varinfo_t flash_text_TextField_textHeight; +static varinfo_t flash_text_TextField_antiAliasType; +static varinfo_t flash_text_TextField_styleSheet; +static varinfo_t flash_text_TextField_background; +static methodinfo_t flash_text_TextField_replaceSelectedText; +static varinfo_t flash_text_TextField_borderColor; +static varinfo_t flash_text_TextField_maxScrollH; +static varinfo_t flash_text_TextField_maxChars; +static methodinfo_t flash_text_TextField_getLineMetrics; +static varinfo_t flash_text_TextField_selectionEndIndex; +static methodinfo_t flash_text_TextField_insertXMLText; +static varinfo_t flash_text_TextField_condenseWhite; +static classinfo_t flash_printing_PrintJobOrientation; +static varinfo_t flash_printing_PrintJobOrientation_LANDSCAPE; +static varinfo_t flash_printing_PrintJobOrientation_PORTRAIT; +static classinfo_t flash_text_TextRenderer; +static varinfo_t flash_text_TextRenderer_displayMode; +static varinfo_t flash_text_TextRenderer_antiAliasType; +static varinfo_t flash_text_TextRenderer_maxLevel; +static methodinfo_t flash_text_TextRenderer_setAdvancedAntiAliasingTable; +static classinfo_t flash_net_NetConnection; +static varinfo_t flash_net_NetConnection_defaultObjectEncoding; +static varinfo_t flash_net_NetConnection_nearID; +static varinfo_t flash_net_NetConnection_client; +static varinfo_t flash_net_NetConnection_farNonce; +static varinfo_t flash_net_NetConnection_objectEncoding; +static varinfo_t flash_net_NetConnection_farID; +static varinfo_t flash_net_NetConnection_connected; +static methodinfo_t flash_net_NetConnection_call; +static varinfo_t flash_net_NetConnection_usingTLS; +static varinfo_t flash_net_NetConnection_proxyType; +static methodinfo_t flash_net_NetConnection_addHeader; +static varinfo_t flash_net_NetConnection_protocol; +static methodinfo_t flash_net_NetConnection_close; +static varinfo_t flash_net_NetConnection_nearNonce; +static methodinfo_t flash_net_NetConnection_connect; +static varinfo_t flash_net_NetConnection_unconnectedPeerStreams; +static varinfo_t flash_net_NetConnection_maxPeerConnections; +static varinfo_t flash_net_NetConnection_connectedProxyType; +static varinfo_t flash_net_NetConnection_uri; +static methodinfo_t _decodeURIComponent; +static methodinfo_t flash_sampler_isGetterSetter; +static methodinfo_t flash_utils_getQualifiedSuperclassName; +static classinfo_t flash_display_GraphicsPathWinding; +static varinfo_t flash_display_GraphicsPathWinding_EVEN_ODD; +static varinfo_t flash_display_GraphicsPathWinding_NON_ZERO; +static classinfo_t flash_text_engine_TabStop; +static varinfo_t flash_text_engine_TabStop_alignment; +static varinfo_t flash_text_engine_TabStop_position; +static varinfo_t flash_text_engine_TabStop_decimalAlignmentToken; +static classinfo_t flash_text_engine_JustificationStyle; +static varinfo_t flash_text_engine_JustificationStyle_PUSH_OUT_ONLY; +static varinfo_t flash_text_engine_JustificationStyle_PRIORITIZE_LEAST_ADJUSTMENT; +static varinfo_t flash_text_engine_JustificationStyle_PUSH_IN_KINSOKU; +static methodinfo_t flash_sampler_startSampling; +static classinfo_t flash_text_engine_TextRotation; +static varinfo_t flash_text_engine_TextRotation_ROTATE_270; +static varinfo_t flash_text_engine_TextRotation_AUTO; +static varinfo_t flash_text_engine_TextRotation_ROTATE_0; +static varinfo_t flash_text_engine_TextRotation_ROTATE_90; +static varinfo_t flash_text_engine_TextRotation_ROTATE_180; +static methodinfo_t flash_sampler_clearSamples; +static classinfo_t flash_system_IMEConversionMode; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_KATAKANA_FULL; +static varinfo_t flash_system_IMEConversionMode_CHINESE; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_KATAKANA_HALF; +static varinfo_t flash_system_IMEConversionMode_UNKNOWN; +static varinfo_t flash_system_IMEConversionMode_KOREAN; +static varinfo_t flash_system_IMEConversionMode_ALPHANUMERIC_HALF; +static varinfo_t flash_system_IMEConversionMode_ALPHANUMERIC_FULL; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_HIRAGANA; static classinfo_t flash_display_StageScaleMode; -static classinfo_t flash_errors_EOFError; -static classinfo_t flash_errors_IOError; -static classinfo_t flash_errors_IllegalOperationError; +static varinfo_t flash_display_StageScaleMode_SHOW_ALL; +static varinfo_t flash_display_StageScaleMode_NO_BORDER; +static varinfo_t flash_display_StageScaleMode_EXACT_FIT; +static varinfo_t flash_display_StageScaleMode_NO_SCALE; +static methodinfo_t flash_sampler_getSize; +static classinfo_t flash_net_URLStream; +static methodinfo_t flash_net_URLStream_readUTF; +static methodinfo_t flash_net_URLStream_readByte; +static methodinfo_t flash_net_URLStream_readUTFBytes; +static methodinfo_t flash_net_URLStream_readShort; +static varinfo_t flash_net_URLStream_objectEncoding; +static varinfo_t flash_net_URLStream_connected; +static methodinfo_t flash_net_URLStream_readUnsignedInt; +static methodinfo_t flash_net_URLStream_readDouble; +static methodinfo_t flash_net_URLStream_readBytes; +static methodinfo_t flash_net_URLStream_readUnsignedByte; +static methodinfo_t flash_net_URLStream_readMultiByte; +static methodinfo_t flash_net_URLStream_readInt; +static varinfo_t flash_net_URLStream_bytesAvailable; +static methodinfo_t flash_net_URLStream_load; +static methodinfo_t flash_net_URLStream_close; +static methodinfo_t flash_net_URLStream_readUnsignedShort; +static methodinfo_t flash_net_URLStream_readObject; +static methodinfo_t flash_net_URLStream_readFloat; +static varinfo_t flash_net_URLStream_endian; +static methodinfo_t flash_net_URLStream_readBoolean; +static classinfo_t flash_display_BlendMode; +static varinfo_t flash_display_BlendMode_LAYER; +static varinfo_t flash_display_BlendMode_ERASE; +static varinfo_t flash_display_BlendMode_HARDLIGHT; +static varinfo_t flash_display_BlendMode_OVERLAY; +static varinfo_t flash_display_BlendMode_ALPHA; +static varinfo_t flash_display_BlendMode_SUBTRACT; +static varinfo_t flash_display_BlendMode_INVERT; +static varinfo_t flash_display_BlendMode_DIFFERENCE; +static varinfo_t flash_display_BlendMode_DARKEN; +static varinfo_t flash_display_BlendMode_SHADER; +static varinfo_t flash_display_BlendMode_MULTIPLY; +static varinfo_t flash_display_BlendMode_ADD; +static varinfo_t flash_display_BlendMode_SCREEN; +static varinfo_t flash_display_BlendMode_NORMAL; +static varinfo_t flash_display_BlendMode_LIGHTEN; +static classinfo_t flash_ui_Mouse; +static varinfo_t flash_ui_Mouse_cursor; +static methodinfo_t flash_ui_Mouse_show; +static methodinfo_t flash_ui_Mouse_hide; static classinfo_t flash_errors_InvalidSWFError; -static classinfo_t flash_errors_MemoryError; -static classinfo_t flash_errors_ScriptTimeoutError; +static classinfo_t flash_text_engine_RenderingMode; +static varinfo_t flash_text_engine_RenderingMode_NORMAL; +static varinfo_t flash_text_engine_RenderingMode_CFF; +static classinfo_t flash_display_GraphicsTrianglePath; +static varinfo_t flash_display_GraphicsTrianglePath_culling; +static varinfo_t flash_display_GraphicsTrianglePath_vertices; +static varinfo_t flash_display_GraphicsTrianglePath_indices; +static varinfo_t flash_display_GraphicsTrianglePath_uvtData; +static classinfo_t flash_display_IGraphicsFill; +static classinfo_t flash_text_engine_TypographicCase; +static varinfo_t flash_text_engine_TypographicCase_UPPERCASE; +static varinfo_t flash_text_engine_TypographicCase_DEFAULT; +static varinfo_t flash_text_engine_TypographicCase_LOWERCASE; +static varinfo_t flash_text_engine_TypographicCase_SMALL_CAPS; +static varinfo_t flash_text_engine_TypographicCase_TITLE; +static varinfo_t flash_text_engine_TypographicCase_CAPS; +static varinfo_t flash_text_engine_TypographicCase_CAPS_AND_SMALL_CAPS; +static classinfo_t _XML; +static methodinfo_t _XML_attribute; +static methodinfo_t _XML_toString; +static methodinfo_t _XML_childIndex; +static methodinfo_t _XML_parent; +static methodinfo_t _XML_appendChild; +static methodinfo_t _XML_replace; +static methodinfo_t _XML_elements; +static methodinfo_t _XML_setNotification; +static methodinfo_t _XML_namespaceDeclarations; +static methodinfo_t _XML_length; +static methodinfo_t _XML_comments; +static methodinfo_t _XML_processingInstructions; +static methodinfo_t _XML_inScopeNamespaces; +static varinfo_t _XML_prettyPrinting; +static methodinfo_t _XML_children; +static methodinfo_t _XML_setLocalName; +static methodinfo_t _XML_setSettings; +static varinfo_t _XML_ignoreComments; +static methodinfo_t _XML_notification; +static varinfo_t _XML_ignoreWhitespace; +static methodinfo_t _XML_setNamespace; +static methodinfo_t _XML_prependChild; +static methodinfo_t _XML_hasSimpleContent; +static methodinfo_t _XML_insertChildBefore; +static methodinfo_t _XML_hasOwnProperty; +static methodinfo_t _XML_normalize; +static methodinfo_t _XML_valueOf; +static methodinfo_t _XML_copy; +static methodinfo_t _XML_localName; +static methodinfo_t _XML_contains; +static methodinfo_t _XML_propertyIsEnumerable; +static methodinfo_t _XML_defaultSettings; +static methodinfo_t _XML_settings; +static methodinfo_t _XML_namespace; +static methodinfo_t _XML_attributes; +static methodinfo_t _XML_setName; +static methodinfo_t _XML_text; +static methodinfo_t _XML_insertChildAfter; +static varinfo_t _XML_ignoreProcessingInstructions; +static varinfo_t _XML_prettyIndent; +static methodinfo_t _XML_descendants; +static methodinfo_t _XML_toXMLString; +static methodinfo_t _XML_hasComplexContent; +static methodinfo_t _XML_child; +static methodinfo_t _XML_removeNamespace; +static methodinfo_t _XML_addNamespace; +static methodinfo_t _XML_nodeKind; +static methodinfo_t _XML_name; +static methodinfo_t _XML_setChildren; +static classinfo_t flash_net_NetStreamInfo; +static varinfo_t flash_net_NetStreamInfo_maxBytesPerSecond; +static varinfo_t flash_net_NetStreamInfo_dataBufferByteLength; +static varinfo_t flash_net_NetStreamInfo_videoByteCount; +static varinfo_t flash_net_NetStreamInfo_videoBufferLength; +static varinfo_t flash_net_NetStreamInfo_audioBufferByteLength; +static varinfo_t flash_net_NetStreamInfo_dataBytesPerSecond; +static varinfo_t flash_net_NetStreamInfo_SRTT; +static varinfo_t flash_net_NetStreamInfo_droppedFrames; +static varinfo_t flash_net_NetStreamInfo_audioByteCount; +static varinfo_t flash_net_NetStreamInfo_audioBufferLength; +static varinfo_t flash_net_NetStreamInfo_byteCount; +static methodinfo_t flash_net_NetStreamInfo_toString; +static varinfo_t flash_net_NetStreamInfo_dataByteCount; +static varinfo_t flash_net_NetStreamInfo_videoBufferByteLength; +static varinfo_t flash_net_NetStreamInfo_dataBufferLength; +static varinfo_t flash_net_NetStreamInfo_audioLossRate; +static varinfo_t flash_net_NetStreamInfo_videoBytesPerSecond; +static varinfo_t flash_net_NetStreamInfo_currentBytesPerSecond; +static varinfo_t flash_net_NetStreamInfo_audioBytesPerSecond; +static varinfo_t flash_net_NetStreamInfo_playbackBytesPerSecond; +static classinfo_t flash_display_Stage; +static methodinfo_t flash_display_Stage_setChildIndex; +static varinfo_t flash_display_Stage_stageFocusRect; +static varinfo_t flash_display_Stage_frameRate; +static methodinfo_t flash_display_Stage_invalidate; +static varinfo_t flash_display_Stage_textSnapshot; +static varinfo_t flash_display_Stage_quality; +static methodinfo_t flash_display_Stage_willTrigger; +static methodinfo_t flash_display_Stage_dispatchEvent; +static methodinfo_t flash_display_Stage_isFocusInaccessible; +static methodinfo_t flash_display_Stage_removeChildAt; +static varinfo_t flash_display_Stage_fullScreenWidth; +static methodinfo_t flash_display_Stage_addChildAt; +static varinfo_t flash_display_Stage_height; +static varinfo_t flash_display_Stage_fullScreenSourceRect; +static varinfo_t flash_display_Stage_width; +static methodinfo_t flash_display_Stage_addChild; +static varinfo_t flash_display_Stage_numChildren; +static varinfo_t flash_display_Stage_mouseChildren; +static methodinfo_t flash_display_Stage_swapChildrenAt; +static varinfo_t flash_display_Stage_showDefaultContextMenu; +static methodinfo_t flash_display_Stage_addEventListener; +static varinfo_t flash_display_Stage_stageHeight; +static varinfo_t flash_display_Stage_fullScreenHeight; +static varinfo_t flash_display_Stage_align; +static methodinfo_t flash_display_Stage_hasEventListener; +static varinfo_t flash_display_Stage_displayState; +static varinfo_t flash_display_Stage_scaleMode; +static varinfo_t flash_display_Stage_tabChildren; +static varinfo_t flash_display_Stage_focus; +static varinfo_t flash_display_Stage_colorCorrection; +static varinfo_t flash_display_Stage_colorCorrectionSupport; +static varinfo_t flash_display_Stage_stageWidth; +static classinfo_t flash_ui_ContextMenuItem; +static varinfo_t flash_ui_ContextMenuItem_separatorBefore; +static varinfo_t flash_ui_ContextMenuItem_enabled; +static varinfo_t flash_ui_ContextMenuItem_caption; +static methodinfo_t flash_ui_ContextMenuItem_clone; +static varinfo_t flash_ui_ContextMenuItem_visible; +static classinfo_t flash_trace_Trace; +static varinfo_t flash_trace_Trace_METHODS_AND_LINES_WITH_ARGS; +static varinfo_t flash_trace_Trace_FILE; +static varinfo_t flash_trace_Trace_METHODS_WITH_ARGS; +static varinfo_t flash_trace_Trace_OFF; +static varinfo_t flash_trace_Trace_METHODS_AND_LINES; +static varinfo_t flash_trace_Trace_LISTENER; +static methodinfo_t flash_trace_Trace_getLevel; +static methodinfo_t flash_trace_Trace_setLevel; +static methodinfo_t flash_trace_Trace_setListener; +static methodinfo_t flash_trace_Trace_getListener; +static varinfo_t flash_trace_Trace_METHODS; +static classinfo_t flash_events_TimerEvent; +static varinfo_t flash_events_TimerEvent_TIMER_COMPLETE; +static methodinfo_t flash_events_TimerEvent_toString; +static methodinfo_t flash_events_TimerEvent_clone; +static varinfo_t flash_events_TimerEvent_TIMER; +static methodinfo_t flash_events_TimerEvent_updateAfterEvent; +static classinfo_t flash_events_SampleDataEvent; +static methodinfo_t flash_events_SampleDataEvent_toString; +static varinfo_t flash_events_SampleDataEvent_position; +static methodinfo_t flash_events_SampleDataEvent_clone; +static varinfo_t flash_events_SampleDataEvent_SAMPLE_DATA; +static varinfo_t flash_events_SampleDataEvent_data; +static classinfo_t flash_display_ShaderPrecision; +static varinfo_t flash_display_ShaderPrecision_FULL; +static varinfo_t flash_display_ShaderPrecision_FAST; +static classinfo_t flash_net_FileReference; +static varinfo_t flash_net_FileReference_type; +static methodinfo_t flash_net_FileReference_browse; +static varinfo_t flash_net_FileReference_creationDate; +static methodinfo_t flash_net_FileReference_upload; +static methodinfo_t flash_net_FileReference_download; +static methodinfo_t flash_net_FileReference_save; +static methodinfo_t flash_net_FileReference_cancel; +static varinfo_t flash_net_FileReference_creator; +static varinfo_t flash_net_FileReference_data; +static varinfo_t flash_net_FileReference_size; +static varinfo_t flash_net_FileReference_name; +static methodinfo_t flash_net_FileReference_load; +static varinfo_t flash_net_FileReference_modificationDate; +static classinfo_t _DefinitionError; +static varinfo_t _DefinitionError_length; +static classinfo_t flash_events_EventDispatcher; +static methodinfo_t flash_events_EventDispatcher_willTrigger; +static methodinfo_t flash_events_EventDispatcher_toString; +static methodinfo_t flash_events_EventDispatcher_removeEventListener; +static methodinfo_t flash_events_EventDispatcher_hasEventListener; +static methodinfo_t flash_events_EventDispatcher_addEventListener; +static methodinfo_t flash_events_EventDispatcher_dispatchEvent; +static classinfo_t flash_net_SharedObjectFlushStatus; +static varinfo_t flash_net_SharedObjectFlushStatus_FLUSHED; +static varinfo_t flash_net_SharedObjectFlushStatus_PENDING; +static classinfo_t flash_text_TextLineMetrics; +static varinfo_t flash_text_TextLineMetrics_descent; +static varinfo_t flash_text_TextLineMetrics_width; +static varinfo_t flash_text_TextLineMetrics_ascent; +static varinfo_t flash_text_TextLineMetrics_leading; +static varinfo_t flash_text_TextLineMetrics_height; +static varinfo_t flash_text_TextLineMetrics_x; +static classinfo_t flash_text_AntiAliasType; +static varinfo_t flash_text_AntiAliasType_NORMAL; +static varinfo_t flash_text_AntiAliasType_ADVANCED; +static classinfo_t flash_system_SecurityDomain; +static varinfo_t flash_system_SecurityDomain_currentDomain; +static classinfo_t flash_text_Font; +static methodinfo_t flash_text_Font_enumerateFonts; +static methodinfo_t flash_text_Font_hasGlyphs; +static varinfo_t flash_text_Font_fontName; +static methodinfo_t flash_text_Font_registerFont; +static varinfo_t flash_text_Font_fontStyle; +static varinfo_t flash_text_Font_fontType; +static classinfo_t _RegExp; +static varinfo_t _RegExp_source; +static methodinfo_t _RegExp_test; +static varinfo_t _RegExp_global; +static varinfo_t _RegExp_length; +static methodinfo_t _RegExp_exec; +static varinfo_t _RegExp_ignoreCase; +static varinfo_t _RegExp_dotall; +static varinfo_t _RegExp_lastIndex; +static varinfo_t _RegExp_extended; +static varinfo_t _RegExp_multiline; +static classinfo_t flash_accessibility_AccessibilityProperties; +static varinfo_t flash_accessibility_AccessibilityProperties_forceSimple; +static varinfo_t flash_accessibility_AccessibilityProperties_noAutoLabeling; +static varinfo_t flash_accessibility_AccessibilityProperties_description; +static varinfo_t flash_accessibility_AccessibilityProperties_name; +static varinfo_t flash_accessibility_AccessibilityProperties_shortcut; +static varinfo_t flash_accessibility_AccessibilityProperties_silent; +static classinfo_t flash_ui_ContextMenu; +static methodinfo_t flash_ui_ContextMenu_hideBuiltInItems; +static varinfo_t flash_ui_ContextMenu_clipboardItems; +static varinfo_t flash_ui_ContextMenu_builtInItems; +static varinfo_t flash_ui_ContextMenu_customItems; +static methodinfo_t flash_ui_ContextMenu_clone; +static varinfo_t flash_ui_ContextMenu_link; +static varinfo_t flash_ui_ContextMenu_clipboardMenu; +static classinfo_t flash_text_TextFieldAutoSize; +static varinfo_t flash_text_TextFieldAutoSize_LEFT; +static varinfo_t flash_text_TextFieldAutoSize_RIGHT; +static varinfo_t flash_text_TextFieldAutoSize_CENTER; +static varinfo_t flash_text_TextFieldAutoSize_NONE; +static classinfo_t _Math; +static methodinfo_t _Math_ceil; +static varinfo_t _Math_SQRT2; +static methodinfo_t _Math_cos; +static methodinfo_t _Math_abs; +static varinfo_t _Math_PI; +static varinfo_t _Math_E; +static methodinfo_t _Math_round; +static varinfo_t _Math_LN10; +static varinfo_t _Math_SQRT1_2; +static methodinfo_t _Math_log; +static varinfo_t _Math_LOG10E; +static methodinfo_t _Math_random; +static methodinfo_t _Math_acos; +static methodinfo_t _Math_tan; +static methodinfo_t _Math_asin; +static methodinfo_t _Math_exp; +static methodinfo_t _Math_atan2; +static methodinfo_t _Math_pow; +static methodinfo_t _Math_min; +static varinfo_t _Math_LN2; +static methodinfo_t _Math_sin; +static methodinfo_t _Math_sqrt; +static varinfo_t _Math_LOG2E; +static methodinfo_t _Math_max; +static methodinfo_t _Math_atan; +static methodinfo_t _Math_floor; +static classinfo_t flash_display_ColorCorrectionSupport; +static varinfo_t flash_display_ColorCorrectionSupport_UNSUPPORTED; +static varinfo_t flash_display_ColorCorrectionSupport_DEFAULT_ON; +static varinfo_t flash_display_ColorCorrectionSupport_DEFAULT_OFF; +static classinfo_t flash_errors_IOError; +static methodinfo_t _trace; +static classinfo_t flash_ui_ContextMenuBuiltInItems; +static varinfo_t flash_ui_ContextMenuBuiltInItems_zoom; +static varinfo_t flash_ui_ContextMenuBuiltInItems_save; +static varinfo_t flash_ui_ContextMenuBuiltInItems_loop; +static varinfo_t flash_ui_ContextMenuBuiltInItems_print; +static varinfo_t flash_ui_ContextMenuBuiltInItems_forwardAndBack; +static varinfo_t flash_ui_ContextMenuBuiltInItems_rewind; +static methodinfo_t flash_ui_ContextMenuBuiltInItems_clone; +static varinfo_t flash_ui_ContextMenuBuiltInItems_quality; +static varinfo_t flash_ui_ContextMenuBuiltInItems_play; +static classinfo_t flash_net_FileReferenceList; +static varinfo_t flash_net_FileReferenceList_fileList; +static methodinfo_t flash_net_FileReferenceList_browse; +static classinfo_t flash_display_TriangleCulling; +static varinfo_t flash_display_TriangleCulling_POSITIVE; +static varinfo_t flash_display_TriangleCulling_NEGATIVE; +static varinfo_t flash_display_TriangleCulling_NONE; +static classinfo_t flash_media_SoundMixer; +static methodinfo_t flash_media_SoundMixer_computeSpectrum; +static methodinfo_t flash_media_SoundMixer_areSoundsInaccessible; +static varinfo_t flash_media_SoundMixer_soundTransform; +static varinfo_t flash_media_SoundMixer_bufferTime; +static methodinfo_t flash_media_SoundMixer_stopAll; +static classinfo_t adobe_utils_XMLUI; +static methodinfo_t adobe_utils_XMLUI_cancel; +static methodinfo_t adobe_utils_XMLUI_setProperty; +static methodinfo_t adobe_utils_XMLUI_getProperty; +static methodinfo_t adobe_utils_XMLUI_accept; +static methodinfo_t _escape; +static methodinfo_t flash_utils_setInterval; +static classinfo_t flash_events_StatusEvent; +static varinfo_t flash_events_StatusEvent_STATUS; +static methodinfo_t flash_events_StatusEvent_toString; +static varinfo_t flash_events_StatusEvent_code; +static methodinfo_t flash_events_StatusEvent_clone; +static varinfo_t flash_events_StatusEvent_level; +static classinfo_t flash_display_IGraphicsPath; +static classinfo_t flash_events_ShaderEvent; +static varinfo_t flash_events_ShaderEvent_vector; +static methodinfo_t flash_events_ShaderEvent_toString; +static varinfo_t flash_events_ShaderEvent_bitmapData; +static methodinfo_t flash_events_ShaderEvent_clone; +static varinfo_t flash_events_ShaderEvent_COMPLETE; +static varinfo_t flash_events_ShaderEvent_byteArray; +static classinfo_t flash_display_Shader; +static varinfo_t flash_display_Shader_precisionHint; +static varinfo_t flash_display_Shader_data; static classinfo_t flash_errors_StackOverflowError; -static classinfo_t flash_events_ActivityEvent; -static memberinfo_t flash_events_ActivityEvent_clone; -static memberinfo_t flash_events_ActivityEvent_toString; -static memberinfo_t flash_events_ActivityEvent_activating; -static memberinfo_t flash_events_ActivityEvent_ACTIVITY; -static classinfo_t flash_events_AsyncErrorEvent; -static memberinfo_t flash_events_AsyncErrorEvent_clone; -static memberinfo_t flash_events_AsyncErrorEvent_toString; -static memberinfo_t flash_events_AsyncErrorEvent_error; -static memberinfo_t flash_events_AsyncErrorEvent_ASYNC_ERROR; +static methodinfo_t flash_sampler_getInvocationCount; +static classinfo_t flash_text_engine_Kerning; +static varinfo_t flash_text_engine_Kerning_AUTO; +static varinfo_t flash_text_engine_Kerning_OFF; +static varinfo_t flash_text_engine_Kerning_ON; +static classinfo_t flash_text_CSMSettings; +static varinfo_t flash_text_CSMSettings_fontSize; +static varinfo_t flash_text_CSMSettings_outsideCutoff; +static varinfo_t flash_text_CSMSettings_insideCutoff; +static classinfo_t _RangeError; +static varinfo_t _RangeError_length; +static classinfo_t _Number; +static varinfo_t _Number_MAX_VALUE; +static methodinfo_t _Number_valueOf; +static varinfo_t _Number_length; +static varinfo_t _Number_MIN_VALUE; +static methodinfo_t _Number_toString; +static varinfo_t _Number_NaN; +static varinfo_t _Number_POSITIVE_INFINITY; +static methodinfo_t _Number_toExponential; +static methodinfo_t _Number_toFixed; +static varinfo_t _Number_NEGATIVE_INFINITY; +static methodinfo_t _Number_toPrecision; +static classinfo_t flash_display_Graphics; +static methodinfo_t flash_display_Graphics_drawPath; +static methodinfo_t flash_display_Graphics_drawEllipse; +static methodinfo_t flash_display_Graphics_drawRoundRectComplex; +static methodinfo_t flash_display_Graphics_moveTo; +static methodinfo_t flash_display_Graphics_lineShaderStyle; +static methodinfo_t flash_display_Graphics_beginFill; +static methodinfo_t flash_display_Graphics_beginGradientFill; +static methodinfo_t flash_display_Graphics_drawGraphicsData; +static methodinfo_t flash_display_Graphics_lineGradientStyle; +static methodinfo_t flash_display_Graphics_drawRoundRect; +static methodinfo_t flash_display_Graphics_beginBitmapFill; +static methodinfo_t flash_display_Graphics_lineStyle; +static methodinfo_t flash_display_Graphics_lineTo; +static methodinfo_t flash_display_Graphics_endFill; +static methodinfo_t flash_display_Graphics_copyFrom; +static methodinfo_t flash_display_Graphics_lineBitmapStyle; +static methodinfo_t flash_display_Graphics_curveTo; +static methodinfo_t flash_display_Graphics_clear; +static methodinfo_t flash_display_Graphics_drawCircle; +static methodinfo_t flash_display_Graphics_beginShaderFill; +static methodinfo_t flash_display_Graphics_drawTriangles; +static methodinfo_t flash_display_Graphics_drawRect; +static classinfo_t _SyntaxError; +static varinfo_t _SyntaxError_length; +static classinfo_t flash_sampler_NewObjectSample; +static varinfo_t flash_sampler_NewObjectSample_type; +static varinfo_t flash_sampler_NewObjectSample_object; +static varinfo_t flash_sampler_NewObjectSample_id; +static classinfo_t flash_net_FileFilter; +static varinfo_t flash_net_FileFilter_extension; +static varinfo_t flash_net_FileFilter_description; +static varinfo_t flash_net_FileFilter_macType; +static classinfo_t flash_display_BitmapDataChannel; +static varinfo_t flash_display_BitmapDataChannel_BLUE; +static varinfo_t flash_display_BitmapDataChannel_GREEN; +static varinfo_t flash_display_BitmapDataChannel_ALPHA; +static varinfo_t flash_display_BitmapDataChannel_RED; +static methodinfo_t flash_utils_clearInterval; +static classinfo_t flash_text_engine_ContentElement; +static varinfo_t flash_text_engine_ContentElement_GRAPHIC_ELEMENT; +static varinfo_t flash_text_engine_ContentElement_eventMirror; +static varinfo_t flash_text_engine_ContentElement_groupElement; +static varinfo_t flash_text_engine_ContentElement_textRotation; +static varinfo_t flash_text_engine_ContentElement_text; +static varinfo_t flash_text_engine_ContentElement_userData; +static varinfo_t flash_text_engine_ContentElement_elementFormat; +static varinfo_t flash_text_engine_ContentElement_textBlock; +static varinfo_t flash_text_engine_ContentElement_rawText; +static varinfo_t flash_text_engine_ContentElement_textBlockBeginIndex; +static classinfo_t flash_utils_Endian; +static varinfo_t flash_utils_Endian_LITTLE_ENDIAN; +static varinfo_t flash_utils_Endian_BIG_ENDIAN; +static methodinfo_t flash_net_navigateToURL; +static classinfo_t flash_events_ProgressEvent; +static varinfo_t flash_events_ProgressEvent_bytesLoaded; +static methodinfo_t flash_events_ProgressEvent_toString; +static varinfo_t flash_events_ProgressEvent_PROGRESS; +static varinfo_t flash_events_ProgressEvent_bytesTotal; +static methodinfo_t flash_events_ProgressEvent_clone; +static varinfo_t flash_events_ProgressEvent_SOCKET_DATA; +static classinfo_t flash_media_Sound; +static methodinfo_t flash_media_Sound_extract; +static varinfo_t flash_media_Sound_bytesLoaded; +static varinfo_t flash_media_Sound_id3; +static methodinfo_t flash_media_Sound_play; +static varinfo_t flash_media_Sound_url; +static varinfo_t flash_media_Sound_isBuffering; +static methodinfo_t flash_media_Sound_load; +static varinfo_t flash_media_Sound_bytesTotal; +static varinfo_t flash_media_Sound_length; +static methodinfo_t flash_media_Sound_close; +static classinfo_t flash_text_TextExtent; +static varinfo_t flash_text_TextExtent_descent; +static varinfo_t flash_text_TextExtent_width; +static varinfo_t flash_text_TextExtent_ascent; +static varinfo_t flash_text_TextExtent_textFieldHeight; +static varinfo_t flash_text_TextExtent_textFieldWidth; +static varinfo_t flash_text_TextExtent_height; +static classinfo_t flash_text_FontStyle; +static varinfo_t flash_text_FontStyle_REGULAR; +static varinfo_t flash_text_FontStyle_BOLD; +static varinfo_t flash_text_FontStyle_BOLD_ITALIC; +static varinfo_t flash_text_FontStyle_ITALIC; +static classinfo_t flash_text_engine_TextLineMirrorRegion; +static varinfo_t flash_text_engine_TextLineMirrorRegion_mirror; +static varinfo_t flash_text_engine_TextLineMirrorRegion_previousRegion; +static varinfo_t flash_text_engine_TextLineMirrorRegion_bounds; +static varinfo_t flash_text_engine_TextLineMirrorRegion_nextRegion; +static varinfo_t flash_text_engine_TextLineMirrorRegion_element; +static varinfo_t flash_text_engine_TextLineMirrorRegion_textLine; +static classinfo_t flash_geom_Vector3D; +static methodinfo_t flash_geom_Vector3D_subtract; +static methodinfo_t flash_geom_Vector3D_distance; +static methodinfo_t flash_geom_Vector3D_scaleBy; +static methodinfo_t flash_geom_Vector3D_decrementBy; +static methodinfo_t flash_geom_Vector3D_equals; +static methodinfo_t flash_geom_Vector3D_normalize; +static methodinfo_t flash_geom_Vector3D_dotProduct; +static methodinfo_t flash_geom_Vector3D_negate; +static varinfo_t flash_geom_Vector3D_X_AXIS; +static methodinfo_t flash_geom_Vector3D_angleBetween; +static methodinfo_t flash_geom_Vector3D_toString; +static varinfo_t flash_geom_Vector3D_lengthSquared; +static varinfo_t flash_geom_Vector3D_x; +static methodinfo_t flash_geom_Vector3D_incrementBy; +static varinfo_t flash_geom_Vector3D_w; +static varinfo_t flash_geom_Vector3D_z; +static methodinfo_t flash_geom_Vector3D_add; +static varinfo_t flash_geom_Vector3D_Z_AXIS; +static methodinfo_t flash_geom_Vector3D_project; +static methodinfo_t flash_geom_Vector3D_crossProduct; +static methodinfo_t flash_geom_Vector3D_nearEquals; +static methodinfo_t flash_geom_Vector3D_clone; +static varinfo_t flash_geom_Vector3D_Y_AXIS; +static varinfo_t flash_geom_Vector3D_y; +static varinfo_t flash_geom_Vector3D_length; +static classinfo_t flash_desktop_ClipboardTransferMode; +static varinfo_t flash_desktop_ClipboardTransferMode_CLONE_ONLY; +static varinfo_t flash_desktop_ClipboardTransferMode_ORIGINAL_PREFERRED; +static varinfo_t flash_desktop_ClipboardTransferMode_CLONE_PREFERRED; +static varinfo_t flash_desktop_ClipboardTransferMode_ORIGINAL_ONLY; +static classinfo_t flash_display_SpreadMethod; +static varinfo_t flash_display_SpreadMethod_REFLECT; +static varinfo_t flash_display_SpreadMethod_REPEAT; +static varinfo_t flash_display_SpreadMethod_PAD; +static classinfo_t flash_system_SecurityPanel; +static varinfo_t flash_system_SecurityPanel_LOCAL_STORAGE; +static varinfo_t flash_system_SecurityPanel_CAMERA; +static varinfo_t flash_system_SecurityPanel_DEFAULT; +static varinfo_t flash_system_SecurityPanel_SETTINGS_MANAGER; +static varinfo_t flash_system_SecurityPanel_PRIVACY; +static varinfo_t flash_system_SecurityPanel_MICROPHONE; +static varinfo_t flash_system_SecurityPanel_DISPLAY; +static classinfo_t flash_events_HTTPStatusEvent; +static methodinfo_t flash_events_HTTPStatusEvent_toString; +static varinfo_t flash_events_HTTPStatusEvent_HTTP_STATUS; +static methodinfo_t flash_events_HTTPStatusEvent_clone; +static varinfo_t flash_events_HTTPStatusEvent_status; +static classinfo_t flash_net_NetStreamPlayOptions; +static varinfo_t flash_net_NetStreamPlayOptions_len; +static varinfo_t flash_net_NetStreamPlayOptions_streamName; +static varinfo_t flash_net_NetStreamPlayOptions_start; +static varinfo_t flash_net_NetStreamPlayOptions_oldStreamName; +static varinfo_t flash_net_NetStreamPlayOptions_transition; +static classinfo_t flash_net_Responder; +static classinfo_t flash_net_XMLSocket; +static methodinfo_t flash_net_XMLSocket_close; +static methodinfo_t flash_net_XMLSocket_connect; +static methodinfo_t flash_net_XMLSocket_send; +static varinfo_t flash_net_XMLSocket_connected; +static varinfo_t flash_net_XMLSocket_timeout; +static classinfo_t flash_filters_ConvolutionFilter; +static varinfo_t flash_filters_ConvolutionFilter_alpha; +static varinfo_t flash_filters_ConvolutionFilter_matrixX; +static varinfo_t flash_filters_ConvolutionFilter_matrix; +static varinfo_t flash_filters_ConvolutionFilter_bias; +static varinfo_t flash_filters_ConvolutionFilter_color; +static varinfo_t flash_filters_ConvolutionFilter_preserveAlpha; +static varinfo_t flash_filters_ConvolutionFilter_divisor; +static methodinfo_t flash_filters_ConvolutionFilter_clone; +static varinfo_t flash_filters_ConvolutionFilter_clamp; +static varinfo_t flash_filters_ConvolutionFilter_matrixY; +static classinfo_t flash_text_engine_ElementFormat; +static methodinfo_t flash_text_engine_ElementFormat_getFontMetrics; +static varinfo_t flash_text_engine_ElementFormat_digitCase; +static varinfo_t flash_text_engine_ElementFormat_breakOpportunity; +static varinfo_t flash_text_engine_ElementFormat_ligatureLevel; +static varinfo_t flash_text_engine_ElementFormat_dominantBaseline; +static varinfo_t flash_text_engine_ElementFormat_alignmentBaseline; +static varinfo_t flash_text_engine_ElementFormat_color; +static varinfo_t flash_text_engine_ElementFormat_digitWidth; +static varinfo_t flash_text_engine_ElementFormat_kerning; +static varinfo_t flash_text_engine_ElementFormat_fontSize; +static varinfo_t flash_text_engine_ElementFormat_fontDescription; +static varinfo_t flash_text_engine_ElementFormat_baselineShift; +static varinfo_t flash_text_engine_ElementFormat_locale; +static varinfo_t flash_text_engine_ElementFormat_typographicCase; +static varinfo_t flash_text_engine_ElementFormat_trackingLeft; +static varinfo_t flash_text_engine_ElementFormat_locked; +static methodinfo_t flash_text_engine_ElementFormat_clone; +static varinfo_t flash_text_engine_ElementFormat_alpha; +static varinfo_t flash_text_engine_ElementFormat_textRotation; +static varinfo_t flash_text_engine_ElementFormat_trackingRight; +static classinfo_t flash_display_GraphicsGradientFill; +static varinfo_t flash_display_GraphicsGradientFill_interpolationMethod; +static varinfo_t flash_display_GraphicsGradientFill_focalPointRatio; +static varinfo_t flash_display_GraphicsGradientFill_colors; +static varinfo_t flash_display_GraphicsGradientFill_matrix; +static varinfo_t flash_display_GraphicsGradientFill_type; +static varinfo_t flash_display_GraphicsGradientFill_ratios; +static varinfo_t flash_display_GraphicsGradientFill_spreadMethod; +static varinfo_t flash_display_GraphicsGradientFill_alphas; +static classinfo_t flash_display_FrameLabel; +static varinfo_t flash_display_FrameLabel_frame; +static varinfo_t flash_display_FrameLabel_name; +static classinfo_t flash_media_SoundTransform; +static varinfo_t flash_media_SoundTransform_pan; +static varinfo_t flash_media_SoundTransform_leftToRight; +static varinfo_t flash_media_SoundTransform_rightToLeft; +static varinfo_t flash_media_SoundTransform_volume; +static varinfo_t flash_media_SoundTransform_leftToLeft; +static varinfo_t flash_media_SoundTransform_rightToRight; +static varinfo_t _AS3; +static classinfo_t flash_net_LocalConnection; +static varinfo_t flash_net_LocalConnection_client; +static methodinfo_t flash_net_LocalConnection_allowDomain; +static methodinfo_t flash_net_LocalConnection_connect; +static varinfo_t flash_net_LocalConnection_domain; +static methodinfo_t flash_net_LocalConnection_allowInsecureDomain; +static methodinfo_t flash_net_LocalConnection_send; +static methodinfo_t flash_net_LocalConnection_close; +static classinfo_t flash_display_ShaderParameterType; +static varinfo_t flash_display_ShaderParameterType_FLOAT; +static varinfo_t flash_display_ShaderParameterType_BOOL; +static varinfo_t flash_display_ShaderParameterType_FLOAT2; +static varinfo_t flash_display_ShaderParameterType_MATRIX2X2; +static varinfo_t flash_display_ShaderParameterType_INT; +static varinfo_t flash_display_ShaderParameterType_INT4; +static varinfo_t flash_display_ShaderParameterType_MATRIX4X4; +static varinfo_t flash_display_ShaderParameterType_FLOAT3; +static varinfo_t flash_display_ShaderParameterType_BOOL2; +static varinfo_t flash_display_ShaderParameterType_INT3; +static varinfo_t flash_display_ShaderParameterType_BOOL3; +static varinfo_t flash_display_ShaderParameterType_BOOL4; +static varinfo_t flash_display_ShaderParameterType_FLOAT4; +static varinfo_t flash_display_ShaderParameterType_INT2; +static varinfo_t flash_display_ShaderParameterType_MATRIX3X3; +static classinfo_t flash_events_IMEEvent; +static methodinfo_t flash_events_IMEEvent_toString; +static methodinfo_t flash_events_IMEEvent_clone; +static varinfo_t flash_events_IMEEvent_IME_COMPOSITION; +static classinfo_t flash_text_TextFormatDisplay; +static varinfo_t flash_text_TextFormatDisplay_INLINE; +static varinfo_t flash_text_TextFormatDisplay_BLOCK; +static methodinfo_t flash_profiler_profile; +static classinfo_t flash_display_AVM1Movie; +static methodinfo_t flash_display_AVM1Movie_call; +static methodinfo_t flash_display_AVM1Movie_addCallback; static classinfo_t flash_events_ContextMenuEvent; -static memberinfo_t flash_events_ContextMenuEvent_contextMenuOwner; -static memberinfo_t flash_events_ContextMenuEvent_mouseTarget; -static memberinfo_t flash_events_ContextMenuEvent_clone; -static memberinfo_t flash_events_ContextMenuEvent_toString; -static memberinfo_t flash_events_ContextMenuEvent_MENU_ITEM_SELECT; -static memberinfo_t flash_events_ContextMenuEvent_MENU_SELECT; -static classinfo_t flash_events_DataEvent; -static memberinfo_t flash_events_DataEvent_data; -static memberinfo_t flash_events_DataEvent_toString; -static memberinfo_t flash_events_DataEvent_clone; -static memberinfo_t flash_events_DataEvent_DATA; -static classinfo_t flash_events_ErrorEvent; -static memberinfo_t flash_events_ErrorEvent_toString; -static memberinfo_t flash_events_ErrorEvent_clone; -static memberinfo_t flash_events_ErrorEvent_ERROR; -static classinfo_t flash_events_Event; -static memberinfo_t flash_events_Event_isDefaultPrevented; -static memberinfo_t flash_events_Event_formatToString; -static memberinfo_t flash_events_Event_stopImmediatePropagation; -static memberinfo_t flash_events_Event_eventPhase; -static memberinfo_t flash_events_Event_preventDefault; -static memberinfo_t flash_events_Event_currentTarget; -static memberinfo_t flash_events_Event_toString; -static memberinfo_t flash_events_Event_bubbles; -static memberinfo_t flash_events_Event_target; -static memberinfo_t flash_events_Event_cancelable; -static memberinfo_t flash_events_Event_stopPropagation; -static memberinfo_t flash_events_Event_type; -static memberinfo_t flash_events_Event_clone; -static memberinfo_t flash_events_Event_CANCEL; -static memberinfo_t flash_events_Event_RESIZE; -static memberinfo_t flash_events_Event_ENTER_FRAME; -static memberinfo_t flash_events_Event_REMOVED; -static memberinfo_t flash_events_Event_SOUND_COMPLETE; -static memberinfo_t flash_events_Event_CONNECT; -static memberinfo_t flash_events_Event_SCROLL; -static memberinfo_t flash_events_Event_INIT; -static memberinfo_t flash_events_Event_OPEN; -static memberinfo_t flash_events_Event_RENDER; -static memberinfo_t flash_events_Event_UNLOAD; -static memberinfo_t flash_events_Event_CLOSE; -static memberinfo_t flash_events_Event_MOUSE_LEAVE; -static memberinfo_t flash_events_Event_TAB_ENABLED_CHANGE; -static memberinfo_t flash_events_Event_ADDED; -static memberinfo_t flash_events_Event_TAB_CHILDREN_CHANGE; -static memberinfo_t flash_events_Event_TAB_INDEX_CHANGE; -static memberinfo_t flash_events_Event_ACTIVATE; -static memberinfo_t flash_events_Event_DEACTIVATE; -static memberinfo_t flash_events_Event_CHANGE; -static memberinfo_t flash_events_Event_ID3; -static memberinfo_t flash_events_Event_COMPLETE; -static memberinfo_t flash_events_Event_SELECT; -static classinfo_t flash_events_EventDispatcher; -static memberinfo_t flash_events_EventDispatcher_dispatchEvent; -static memberinfo_t flash_events_EventDispatcher_willTrigger; -static memberinfo_t flash_events_EventDispatcher_toString; -static memberinfo_t flash_events_EventDispatcher_removeEventListener; -static memberinfo_t flash_events_EventDispatcher_hasEventListener; -static memberinfo_t flash_events_EventDispatcher_addEventListener; +static varinfo_t flash_events_ContextMenuEvent_isMouseTargetInaccessible; +static varinfo_t flash_events_ContextMenuEvent_mouseTarget; +static varinfo_t flash_events_ContextMenuEvent_contextMenuOwner; +static varinfo_t flash_events_ContextMenuEvent_MENU_ITEM_SELECT; +static varinfo_t flash_events_ContextMenuEvent_MENU_SELECT; +static methodinfo_t flash_events_ContextMenuEvent_toString; +static methodinfo_t flash_events_ContextMenuEvent_clone; static classinfo_t flash_events_EventPhase; +static varinfo_t flash_events_EventPhase_BUBBLING_PHASE; +static varinfo_t flash_events_EventPhase_CAPTURING_PHASE; +static varinfo_t flash_events_EventPhase_AT_TARGET; +static classinfo_t flash_display_JointStyle; +static varinfo_t flash_display_JointStyle_ROUND; +static varinfo_t flash_display_JointStyle_MITER; +static varinfo_t flash_display_JointStyle_BEVEL; +static classinfo_t flash_utils_Dictionary; +static classinfo_t flash_display_GraphicsPathCommand; +static varinfo_t flash_display_GraphicsPathCommand_NO_OP; +static varinfo_t flash_display_GraphicsPathCommand_MOVE_TO; +static varinfo_t flash_display_GraphicsPathCommand_WIDE_MOVE_TO; +static varinfo_t flash_display_GraphicsPathCommand_CURVE_TO; +static varinfo_t flash_display_GraphicsPathCommand_LINE_TO; +static varinfo_t flash_display_GraphicsPathCommand_WIDE_LINE_TO; +static classinfo_t flash_filters_BevelFilter; +static varinfo_t flash_filters_BevelFilter_type; +static varinfo_t flash_filters_BevelFilter_highlightColor; +static varinfo_t flash_filters_BevelFilter_knockout; +static varinfo_t flash_filters_BevelFilter_distance; +static varinfo_t flash_filters_BevelFilter_strength; +static varinfo_t flash_filters_BevelFilter_highlightAlpha; +static varinfo_t flash_filters_BevelFilter_blurY; +static varinfo_t flash_filters_BevelFilter_shadowColor; +static varinfo_t flash_filters_BevelFilter_angle; +static varinfo_t flash_filters_BevelFilter_blurX; +static varinfo_t flash_filters_BevelFilter_shadowAlpha; +static varinfo_t flash_filters_BevelFilter_quality; +static methodinfo_t flash_filters_BevelFilter_clone; +static methodinfo_t flash_utils_getTimer; +static classinfo_t flash_display_Loader; +static varinfo_t flash_display_Loader_content; +static methodinfo_t flash_display_Loader_unloadAndStop; +static methodinfo_t flash_display_Loader_unload; +static methodinfo_t flash_display_Loader_removeChildAt; +static methodinfo_t flash_display_Loader_addChildAt; +static varinfo_t flash_display_Loader_contentLoaderInfo; +static methodinfo_t flash_display_Loader_loadBytes; +static methodinfo_t flash_display_Loader_removeChild; +static methodinfo_t flash_display_Loader_load; +static methodinfo_t flash_display_Loader_addChild; +static methodinfo_t flash_display_Loader_close; +static methodinfo_t flash_display_Loader_setChildIndex; +static classinfo_t flash_display_GraphicsBitmapFill; +static varinfo_t flash_display_GraphicsBitmapFill_smooth; +static varinfo_t flash_display_GraphicsBitmapFill_repeat; +static varinfo_t flash_display_GraphicsBitmapFill_bitmapData; +static varinfo_t flash_display_GraphicsBitmapFill_matrix; +static varinfo_t _undefined; +static classinfo_t flash_display_SimpleButton; +static varinfo_t flash_display_SimpleButton_overState; +static varinfo_t flash_display_SimpleButton_downState; +static varinfo_t flash_display_SimpleButton_enabled; +static varinfo_t flash_display_SimpleButton_trackAsMenu; +static varinfo_t flash_display_SimpleButton_soundTransform; +static varinfo_t flash_display_SimpleButton_useHandCursor; +static varinfo_t flash_display_SimpleButton_upState; +static varinfo_t flash_display_SimpleButton_hitTestState; +static classinfo_t flash_text_engine_TabAlignment; +static varinfo_t flash_text_engine_TabAlignment_END; +static varinfo_t flash_text_engine_TabAlignment_CENTER; +static varinfo_t flash_text_engine_TabAlignment_START; +static varinfo_t flash_text_engine_TabAlignment_DECIMAL; +static classinfo_t flash_text_engine_FontWeight; +static varinfo_t flash_text_engine_FontWeight_NORMAL; +static varinfo_t flash_text_engine_FontWeight_BOLD; +static methodinfo_t flash_utils_describeType; +static classinfo_t flash_display_PixelSnapping; +static varinfo_t flash_display_PixelSnapping_AUTO; +static varinfo_t flash_display_PixelSnapping_NEVER; +static varinfo_t flash_display_PixelSnapping_ALWAYS; static classinfo_t flash_events_FocusEvent; -static memberinfo_t flash_events_FocusEvent_shiftKey; -static memberinfo_t flash_events_FocusEvent_relatedObject; -static memberinfo_t flash_events_FocusEvent_keyCode; -static memberinfo_t flash_events_FocusEvent_clone; -static memberinfo_t flash_events_FocusEvent_toString; -static memberinfo_t flash_events_FocusEvent_MOUSE_FOCUS_CHANGE; -static memberinfo_t flash_events_FocusEvent_FOCUS_OUT; -static memberinfo_t flash_events_FocusEvent_KEY_FOCUS_CHANGE; -static memberinfo_t flash_events_FocusEvent_FOCUS_IN; -static classinfo_t flash_events_HTTPStatusEvent; -static memberinfo_t flash_events_HTTPStatusEvent_clone; -static memberinfo_t flash_events_HTTPStatusEvent_toString; -static memberinfo_t flash_events_HTTPStatusEvent_status; -static memberinfo_t flash_events_HTTPStatusEvent_HTTP_STATUS; -static classinfo_t flash_events_IEventDispatcher; -static memberinfo_t flash_events_IEventDispatcher_dispatchEvent; -static memberinfo_t flash_events_IEventDispatcher_hasEventListener; -static memberinfo_t flash_events_IEventDispatcher_willTrigger; -static memberinfo_t flash_events_IEventDispatcher_removeEventListener; -static memberinfo_t flash_events_IEventDispatcher_addEventListener; -static classinfo_t flash_events_IMEEvent; -static memberinfo_t flash_events_IMEEvent_toString; -static memberinfo_t flash_events_IMEEvent_clone; -static memberinfo_t flash_events_IMEEvent_IME_COMPOSITION; -static classinfo_t flash_events_IOErrorEvent; -static memberinfo_t flash_events_IOErrorEvent_clone; -static memberinfo_t flash_events_IOErrorEvent_toString; -static memberinfo_t flash_events_IOErrorEvent_DISK_ERROR; -static memberinfo_t flash_events_IOErrorEvent_NETWORK_ERROR; -static memberinfo_t flash_events_IOErrorEvent_VERIFY_ERROR; -static memberinfo_t flash_events_IOErrorEvent_IO_ERROR; -static classinfo_t flash_events_KeyboardEvent; -static memberinfo_t flash_events_KeyboardEvent_charCode; -static memberinfo_t flash_events_KeyboardEvent_keyLocation; -static memberinfo_t flash_events_KeyboardEvent_altKey; -static memberinfo_t flash_events_KeyboardEvent_shiftKey; -static memberinfo_t flash_events_KeyboardEvent_keyCode; -static memberinfo_t flash_events_KeyboardEvent_clone; -static memberinfo_t flash_events_KeyboardEvent_updateAfterEvent; -static memberinfo_t flash_events_KeyboardEvent_ctrlKey; -static memberinfo_t flash_events_KeyboardEvent_toString; -static memberinfo_t flash_events_KeyboardEvent_KEY_DOWN; -static memberinfo_t flash_events_KeyboardEvent_KEY_UP; -static classinfo_t flash_events_MouseEvent; -static memberinfo_t flash_events_MouseEvent_relatedObject; -static memberinfo_t flash_events_MouseEvent_localX; -static memberinfo_t flash_events_MouseEvent_stageY; -static memberinfo_t flash_events_MouseEvent_localY; -static memberinfo_t flash_events_MouseEvent_stageX; -static memberinfo_t flash_events_MouseEvent_delta; -static memberinfo_t flash_events_MouseEvent_updateAfterEvent; -static memberinfo_t flash_events_MouseEvent_clone; -static memberinfo_t flash_events_MouseEvent_ctrlKey; -static memberinfo_t flash_events_MouseEvent_toString; -static memberinfo_t flash_events_MouseEvent_buttonDown; -static memberinfo_t flash_events_MouseEvent_altKey; -static memberinfo_t flash_events_MouseEvent_shiftKey; -static memberinfo_t flash_events_MouseEvent_MOUSE_WHEEL; -static memberinfo_t flash_events_MouseEvent_MOUSE_MOVE; -static memberinfo_t flash_events_MouseEvent_ROLL_OUT; -static memberinfo_t flash_events_MouseEvent_MOUSE_OVER; -static memberinfo_t flash_events_MouseEvent_CLICK; -static memberinfo_t flash_events_MouseEvent_MOUSE_OUT; -static memberinfo_t flash_events_MouseEvent_MOUSE_UP; -static memberinfo_t flash_events_MouseEvent_DOUBLE_CLICK; -static memberinfo_t flash_events_MouseEvent_MOUSE_DOWN; -static memberinfo_t flash_events_MouseEvent_ROLL_OVER; +static varinfo_t flash_events_FocusEvent_FOCUS_OUT; +static varinfo_t flash_events_FocusEvent_KEY_FOCUS_CHANGE; +static varinfo_t flash_events_FocusEvent_shiftKey; +static varinfo_t flash_events_FocusEvent_isRelatedObjectInaccessible; +static varinfo_t flash_events_FocusEvent_keyCode; +static varinfo_t flash_events_FocusEvent_relatedObject; +static varinfo_t flash_events_FocusEvent_FOCUS_IN; +static varinfo_t flash_events_FocusEvent_MOUSE_FOCUS_CHANGE; +static methodinfo_t flash_events_FocusEvent_toString; +static methodinfo_t flash_events_FocusEvent_clone; +static classinfo_t flash_errors_MemoryError; static classinfo_t flash_events_NetFilterEvent; -static memberinfo_t flash_events_NetFilterEvent_data; -static memberinfo_t flash_events_NetFilterEvent_clone; -static memberinfo_t flash_events_NetFilterEvent_toString; -static memberinfo_t flash_events_NetFilterEvent_header; -static classinfo_t flash_events_NetStatusEvent; -static memberinfo_t flash_events_NetStatusEvent_clone; -static memberinfo_t flash_events_NetStatusEvent_toString; -static memberinfo_t flash_events_NetStatusEvent_info; -static memberinfo_t flash_events_NetStatusEvent_NET_STATUS; -static classinfo_t flash_events_ProgressEvent; -static memberinfo_t flash_events_ProgressEvent_bytesLoaded; -static memberinfo_t flash_events_ProgressEvent_bytesTotal; -static memberinfo_t flash_events_ProgressEvent_clone; -static memberinfo_t flash_events_ProgressEvent_toString; -static memberinfo_t flash_events_ProgressEvent_PROGRESS; -static memberinfo_t flash_events_ProgressEvent_SOCKET_DATA; -static classinfo_t flash_events_SecurityErrorEvent; -static memberinfo_t flash_events_SecurityErrorEvent_clone; -static memberinfo_t flash_events_SecurityErrorEvent_toString; -static memberinfo_t flash_events_SecurityErrorEvent_SECURITY_ERROR; -static classinfo_t flash_events_StatusEvent; -static memberinfo_t flash_events_StatusEvent_level; -static memberinfo_t flash_events_StatusEvent_code; -static memberinfo_t flash_events_StatusEvent_clone; -static memberinfo_t flash_events_StatusEvent_toString; -static memberinfo_t flash_events_StatusEvent_STATUS; -static classinfo_t flash_events_SyncEvent; -static memberinfo_t flash_events_SyncEvent_clone; -static memberinfo_t flash_events_SyncEvent_toString; -static memberinfo_t flash_events_SyncEvent_changeList; -static memberinfo_t flash_events_SyncEvent_SYNC; -static classinfo_t flash_events_TextEvent; -static memberinfo_t flash_events_TextEvent_clone; -static memberinfo_t flash_events_TextEvent_toString; -static memberinfo_t flash_events_TextEvent_text; -static memberinfo_t flash_events_TextEvent_TEXT_INPUT; -static memberinfo_t flash_events_TextEvent_LINK; -static classinfo_t flash_events_TimerEvent; -static memberinfo_t flash_events_TimerEvent_clone; -static memberinfo_t flash_events_TimerEvent_toString; -static memberinfo_t flash_events_TimerEvent_updateAfterEvent; -static memberinfo_t flash_events_TimerEvent_TIMER_COMPLETE; -static memberinfo_t flash_events_TimerEvent_TIMER; +static varinfo_t flash_events_NetFilterEvent_header; +static methodinfo_t flash_events_NetFilterEvent_toString; +static methodinfo_t flash_events_NetFilterEvent_clone; +static varinfo_t flash_events_NetFilterEvent_data; +static methodinfo_t _decodeURI; +static methodinfo_t _encodeURI; +static classinfo_t flash_text_engine_TextBaseline; +static varinfo_t flash_text_engine_TextBaseline_ROMAN; +static varinfo_t flash_text_engine_TextBaseline_DESCENT; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_CENTER; +static varinfo_t flash_text_engine_TextBaseline_USE_DOMINANT_BASELINE; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_BOTTOM; +static varinfo_t flash_text_engine_TextBaseline_ASCENT; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_TOP; static classinfo_t flash_external_ExternalInterface; -static classinfo_t flash_filters_BevelFilter; -static memberinfo_t flash_filters_BevelFilter_strength; -static memberinfo_t flash_filters_BevelFilter_shadowColor; -static memberinfo_t flash_filters_BevelFilter_type; -static memberinfo_t flash_filters_BevelFilter_highlightAlpha; -static memberinfo_t flash_filters_BevelFilter_highlightColor; -static memberinfo_t flash_filters_BevelFilter_blurX; -static memberinfo_t flash_filters_BevelFilter_blurY; -static memberinfo_t flash_filters_BevelFilter_angle; -static memberinfo_t flash_filters_BevelFilter_clone; -static memberinfo_t flash_filters_BevelFilter_shadowAlpha; -static memberinfo_t flash_filters_BevelFilter_distance; -static memberinfo_t flash_filters_BevelFilter_knockout; -static memberinfo_t flash_filters_BevelFilter_quality; -static classinfo_t flash_filters_BitmapFilter; -static memberinfo_t flash_filters_BitmapFilter_clone; -static classinfo_t flash_filters_BitmapFilterQuality; -static classinfo_t flash_filters_BitmapFilterType; -static classinfo_t flash_filters_BlurFilter; -static memberinfo_t flash_filters_BlurFilter_blurX; -static memberinfo_t flash_filters_BlurFilter_blurY; -static memberinfo_t flash_filters_BlurFilter_quality; -static memberinfo_t flash_filters_BlurFilter_clone; -static classinfo_t flash_filters_ColorMatrixFilter; -static memberinfo_t flash_filters_ColorMatrixFilter_matrix; -static memberinfo_t flash_filters_ColorMatrixFilter_clone; -static classinfo_t flash_filters_ConvolutionFilter; -static memberinfo_t flash_filters_ConvolutionFilter_matrix; -static memberinfo_t flash_filters_ConvolutionFilter_color; -static memberinfo_t flash_filters_ConvolutionFilter_preserveAlpha; -static memberinfo_t flash_filters_ConvolutionFilter_alpha; -static memberinfo_t flash_filters_ConvolutionFilter_matrixX; -static memberinfo_t flash_filters_ConvolutionFilter_matrixY; -static memberinfo_t flash_filters_ConvolutionFilter_bias; -static memberinfo_t flash_filters_ConvolutionFilter_clamp; -static memberinfo_t flash_filters_ConvolutionFilter_divisor; -static memberinfo_t flash_filters_ConvolutionFilter_clone; -static classinfo_t flash_filters_DisplacementMapFilter; -static memberinfo_t flash_filters_DisplacementMapFilter_alpha; -static memberinfo_t flash_filters_DisplacementMapFilter_scaleX; -static memberinfo_t flash_filters_DisplacementMapFilter_clone; -static memberinfo_t flash_filters_DisplacementMapFilter_scaleY; -static memberinfo_t flash_filters_DisplacementMapFilter_mode; -static memberinfo_t flash_filters_DisplacementMapFilter_mapPoint; -static memberinfo_t flash_filters_DisplacementMapFilter_mapBitmap; -static memberinfo_t flash_filters_DisplacementMapFilter_color; -static memberinfo_t flash_filters_DisplacementMapFilter_componentX; -static memberinfo_t flash_filters_DisplacementMapFilter_componentY; -static classinfo_t flash_filters_DisplacementMapFilterMode; -static classinfo_t flash_filters_DropShadowFilter; -static memberinfo_t flash_filters_DropShadowFilter_hideObject; -static memberinfo_t flash_filters_DropShadowFilter_color; -static memberinfo_t flash_filters_DropShadowFilter_strength; -static memberinfo_t flash_filters_DropShadowFilter_blurX; -static memberinfo_t flash_filters_DropShadowFilter_blurY; -static memberinfo_t flash_filters_DropShadowFilter_angle; -static memberinfo_t flash_filters_DropShadowFilter_inner; -static memberinfo_t flash_filters_DropShadowFilter_clone; -static memberinfo_t flash_filters_DropShadowFilter_alpha; -static memberinfo_t flash_filters_DropShadowFilter_distance; -static memberinfo_t flash_filters_DropShadowFilter_knockout; -static memberinfo_t flash_filters_DropShadowFilter_quality; -static classinfo_t flash_filters_GlowFilter; -static memberinfo_t flash_filters_GlowFilter_blurX; -static memberinfo_t flash_filters_GlowFilter_color; -static memberinfo_t flash_filters_GlowFilter_blurY; -static memberinfo_t flash_filters_GlowFilter_quality; -static memberinfo_t flash_filters_GlowFilter_strength; -static memberinfo_t flash_filters_GlowFilter_inner; -static memberinfo_t flash_filters_GlowFilter_knockout; -static memberinfo_t flash_filters_GlowFilter_alpha; -static memberinfo_t flash_filters_GlowFilter_clone; -static classinfo_t flash_filters_GradientBevelFilter; -static memberinfo_t flash_filters_GradientBevelFilter_strength; -static memberinfo_t flash_filters_GradientBevelFilter_ratios; -static memberinfo_t flash_filters_GradientBevelFilter_knockout; -static memberinfo_t flash_filters_GradientBevelFilter_blurX; -static memberinfo_t flash_filters_GradientBevelFilter_blurY; -static memberinfo_t flash_filters_GradientBevelFilter_angle; -static memberinfo_t flash_filters_GradientBevelFilter_alphas; -static memberinfo_t flash_filters_GradientBevelFilter_clone; -static memberinfo_t flash_filters_GradientBevelFilter_colors; -static memberinfo_t flash_filters_GradientBevelFilter_distance; -static memberinfo_t flash_filters_GradientBevelFilter_type; -static memberinfo_t flash_filters_GradientBevelFilter_quality; -static classinfo_t flash_filters_GradientGlowFilter; -static memberinfo_t flash_filters_GradientGlowFilter_strength; -static memberinfo_t flash_filters_GradientGlowFilter_knockout; -static memberinfo_t flash_filters_GradientGlowFilter_ratios; -static memberinfo_t flash_filters_GradientGlowFilter_blurX; -static memberinfo_t flash_filters_GradientGlowFilter_blurY; -static memberinfo_t flash_filters_GradientGlowFilter_angle; -static memberinfo_t flash_filters_GradientGlowFilter_alphas; -static memberinfo_t flash_filters_GradientGlowFilter_clone; -static memberinfo_t flash_filters_GradientGlowFilter_colors; -static memberinfo_t flash_filters_GradientGlowFilter_distance; -static memberinfo_t flash_filters_GradientGlowFilter_type; -static memberinfo_t flash_filters_GradientGlowFilter_quality; -static classinfo_t flash_geom_ColorTransform; -static memberinfo_t flash_geom_ColorTransform_color; -static memberinfo_t flash_geom_ColorTransform_redOffset; -static memberinfo_t flash_geom_ColorTransform_greenMultiplier; -static memberinfo_t flash_geom_ColorTransform_blueOffset; -static memberinfo_t flash_geom_ColorTransform_toString; -static memberinfo_t flash_geom_ColorTransform_alphaOffset; -static memberinfo_t flash_geom_ColorTransform_redMultiplier; -static memberinfo_t flash_geom_ColorTransform_concat; -static memberinfo_t flash_geom_ColorTransform_blueMultiplier; -static memberinfo_t flash_geom_ColorTransform_greenOffset; -static memberinfo_t flash_geom_ColorTransform_alphaMultiplier; -static classinfo_t flash_geom_Matrix; -static memberinfo_t flash_geom_Matrix_ty; -static memberinfo_t flash_geom_Matrix_tx; -static memberinfo_t flash_geom_Matrix_translate; -static memberinfo_t flash_geom_Matrix_scale; -static memberinfo_t flash_geom_Matrix_transformPoint; -static memberinfo_t flash_geom_Matrix_concat; -static memberinfo_t flash_geom_Matrix_invert; -static memberinfo_t flash_geom_Matrix_rotate; -static memberinfo_t flash_geom_Matrix_deltaTransformPoint; -static memberinfo_t flash_geom_Matrix_clone; -static memberinfo_t flash_geom_Matrix_createGradientBox; -static memberinfo_t flash_geom_Matrix_a; -static memberinfo_t flash_geom_Matrix_b; -static memberinfo_t flash_geom_Matrix_c; -static memberinfo_t flash_geom_Matrix_d; -static memberinfo_t flash_geom_Matrix_toString; -static memberinfo_t flash_geom_Matrix_createBox; -static memberinfo_t flash_geom_Matrix_identity; -static classinfo_t flash_geom_Point; -static memberinfo_t flash_geom_Point_length; -static memberinfo_t flash_geom_Point_add; -static memberinfo_t flash_geom_Point_toString; -static memberinfo_t flash_geom_Point_normalize; -static memberinfo_t flash_geom_Point_subtract; -static memberinfo_t flash_geom_Point_x; -static memberinfo_t flash_geom_Point_y; -static memberinfo_t flash_geom_Point_offset; -static memberinfo_t flash_geom_Point_clone; -static memberinfo_t flash_geom_Point_equals; -static memberinfo_t flash_geom_Point_interpolate; -static memberinfo_t flash_geom_Point_distance; -static memberinfo_t flash_geom_Point_polar; -static classinfo_t flash_geom_Rectangle; -static memberinfo_t flash_geom_Rectangle_containsPoint; -static memberinfo_t flash_geom_Rectangle_size; -static memberinfo_t flash_geom_Rectangle_isEmpty; -static memberinfo_t flash_geom_Rectangle_width; -static memberinfo_t flash_geom_Rectangle_left; -static memberinfo_t flash_geom_Rectangle_inflatePoint; -static memberinfo_t flash_geom_Rectangle_setEmpty; -static memberinfo_t flash_geom_Rectangle_right; -static memberinfo_t flash_geom_Rectangle_offset; -static memberinfo_t flash_geom_Rectangle_top; -static memberinfo_t flash_geom_Rectangle_equals; -static memberinfo_t flash_geom_Rectangle_intersection; -static memberinfo_t flash_geom_Rectangle_union; -static memberinfo_t flash_geom_Rectangle_inflate; -static memberinfo_t flash_geom_Rectangle_bottomRight; -static memberinfo_t flash_geom_Rectangle_containsRect; -static memberinfo_t flash_geom_Rectangle_clone; -static memberinfo_t flash_geom_Rectangle_bottom; -static memberinfo_t flash_geom_Rectangle_contains; -static memberinfo_t flash_geom_Rectangle_height; -static memberinfo_t flash_geom_Rectangle_toString; -static memberinfo_t flash_geom_Rectangle_intersects; -static memberinfo_t flash_geom_Rectangle_topLeft; -static memberinfo_t flash_geom_Rectangle_y; -static memberinfo_t flash_geom_Rectangle_offsetPoint; -static memberinfo_t flash_geom_Rectangle_x; -static classinfo_t flash_geom_Transform; -static memberinfo_t flash_geom_Transform_concatenatedMatrix; -static memberinfo_t flash_geom_Transform_matrix; -static memberinfo_t flash_geom_Transform_concatenatedColorTransform; -static memberinfo_t flash_geom_Transform_colorTransform; -static memberinfo_t flash_geom_Transform_pixelBounds; -static classinfo_t flash_media_Camera; -static memberinfo_t flash_media_Camera_setMotionLevel; -static memberinfo_t flash_media_Camera_motionTimeout; -static memberinfo_t flash_media_Camera_index; -static memberinfo_t flash_media_Camera_loopback; -static memberinfo_t flash_media_Camera_setLoopback; -static memberinfo_t flash_media_Camera_width; -static memberinfo_t flash_media_Camera_setCursor; -static memberinfo_t flash_media_Camera_name; -static memberinfo_t flash_media_Camera_setMode; -static memberinfo_t flash_media_Camera_height; -static memberinfo_t flash_media_Camera_fps; -static memberinfo_t flash_media_Camera_muted; -static memberinfo_t flash_media_Camera_motionLevel; -static memberinfo_t flash_media_Camera_currentFPS; -static memberinfo_t flash_media_Camera_bandwidth; -static memberinfo_t flash_media_Camera_keyFrameInterval; -static memberinfo_t flash_media_Camera_activityLevel; -static memberinfo_t flash_media_Camera_setKeyFrameInterval; -static memberinfo_t flash_media_Camera_setQuality; -static memberinfo_t flash_media_Camera_quality; -static memberinfo_t flash_media_Camera_names; -static memberinfo_t flash_media_Camera_getCamera; -static classinfo_t flash_media_ID3Info; -static memberinfo_t flash_media_ID3Info_songName; -static memberinfo_t flash_media_ID3Info_genre; -static memberinfo_t flash_media_ID3Info_artist; -static memberinfo_t flash_media_ID3Info_track; -static memberinfo_t flash_media_ID3Info_album; -static memberinfo_t flash_media_ID3Info_year; -static memberinfo_t flash_media_ID3Info_comment; -static classinfo_t flash_media_Microphone; -static memberinfo_t flash_media_Microphone_rate; -static memberinfo_t flash_media_Microphone_setUseEchoSuppression; -static memberinfo_t flash_media_Microphone_name; -static memberinfo_t flash_media_Microphone_index; -static memberinfo_t flash_media_Microphone_useEchoSuppression; -static memberinfo_t flash_media_Microphone_soundTransform; -static memberinfo_t flash_media_Microphone_silenceTimeout; -static memberinfo_t flash_media_Microphone_silenceLevel; -static memberinfo_t flash_media_Microphone_setSilenceLevel; -static memberinfo_t flash_media_Microphone_muted; -static memberinfo_t flash_media_Microphone_setLoopBack; -static memberinfo_t flash_media_Microphone_activityLevel; -static memberinfo_t flash_media_Microphone_gain; -static memberinfo_t flash_media_Microphone_getMicrophone; -static memberinfo_t flash_media_Microphone_names; -static classinfo_t flash_media_Sound; -static memberinfo_t flash_media_Sound_bytesLoaded; -static memberinfo_t flash_media_Sound_bytesTotal; -static memberinfo_t flash_media_Sound_isBuffering; -static memberinfo_t flash_media_Sound_load; -static memberinfo_t flash_media_Sound_url; -static memberinfo_t flash_media_Sound_play; -static memberinfo_t flash_media_Sound_length; -static memberinfo_t flash_media_Sound_id3; -static memberinfo_t flash_media_Sound_close; -static classinfo_t flash_media_SoundChannel; -static memberinfo_t flash_media_SoundChannel_stop; -static memberinfo_t flash_media_SoundChannel_position; -static memberinfo_t flash_media_SoundChannel_rightPeak; -static memberinfo_t flash_media_SoundChannel_leftPeak; -static memberinfo_t flash_media_SoundChannel_soundTransform; -static classinfo_t flash_media_SoundLoaderContext; -static memberinfo_t flash_media_SoundLoaderContext_checkPolicyFile; -static memberinfo_t flash_media_SoundLoaderContext_bufferTime; -static classinfo_t flash_media_SoundMixer; -static classinfo_t flash_media_SoundTransform; -static memberinfo_t flash_media_SoundTransform_pan; -static memberinfo_t flash_media_SoundTransform_rightToLeft; -static memberinfo_t flash_media_SoundTransform_rightToRight; -static memberinfo_t flash_media_SoundTransform_leftToLeft; -static memberinfo_t flash_media_SoundTransform_volume; -static memberinfo_t flash_media_SoundTransform_leftToRight; -static classinfo_t flash_media_Video; -static memberinfo_t flash_media_Video_deblocking; -static memberinfo_t flash_media_Video_videoHeight; -static memberinfo_t flash_media_Video_videoWidth; -static memberinfo_t flash_media_Video_smoothing; -static memberinfo_t flash_media_Video_attachNetStream; -static memberinfo_t flash_media_Video_attachCamera; -static memberinfo_t flash_media_Video_clear; -static classinfo_t flash_net_FileFilter; -static memberinfo_t flash_net_FileFilter_macType; -static memberinfo_t flash_net_FileFilter_extension; -static memberinfo_t flash_net_FileFilter_description; -static classinfo_t flash_net_FileReference; -static memberinfo_t flash_net_FileReference_browse; -static memberinfo_t flash_net_FileReference_creator; -static memberinfo_t flash_net_FileReference_size; -static memberinfo_t flash_net_FileReference_type; -static memberinfo_t flash_net_FileReference_name; -static memberinfo_t flash_net_FileReference_upload; -static memberinfo_t flash_net_FileReference_cancel; -static memberinfo_t flash_net_FileReference_download; -static memberinfo_t flash_net_FileReference_modificationDate; -static memberinfo_t flash_net_FileReference_creationDate; -static classinfo_t flash_net_FileReferenceList; -static memberinfo_t flash_net_FileReferenceList_browse; -static memberinfo_t flash_net_FileReferenceList_fileList; -static classinfo_t flash_net_IDynamicPropertyOutput; -static memberinfo_t flash_net_IDynamicPropertyOutput_writeDynamicProperty; -static classinfo_t flash_net_IDynamicPropertyWriter; -static memberinfo_t flash_net_IDynamicPropertyWriter_writeDynamicProperties; -static classinfo_t flash_net_LocalConnection; -static memberinfo_t flash_net_LocalConnection_domain; -static memberinfo_t flash_net_LocalConnection_send; -static memberinfo_t flash_net_LocalConnection_allowInsecureDomain; -static memberinfo_t flash_net_LocalConnection_client; -static memberinfo_t flash_net_LocalConnection_connect; -static memberinfo_t flash_net_LocalConnection_allowDomain; -static memberinfo_t flash_net_LocalConnection_close; -static classinfo_t flash_net_NetConnection; -static memberinfo_t flash_net_NetConnection_proxyType; -static memberinfo_t flash_net_NetConnection_connected; -static memberinfo_t flash_net_NetConnection_client; -static memberinfo_t flash_net_NetConnection_addHeader; -static memberinfo_t flash_net_NetConnection_usingTLS; -static memberinfo_t flash_net_NetConnection_call; -static memberinfo_t flash_net_NetConnection_objectEncoding; -static memberinfo_t flash_net_NetConnection_connect; -static memberinfo_t flash_net_NetConnection_uri; -static memberinfo_t flash_net_NetConnection_close; -static memberinfo_t flash_net_NetConnection_connectedProxyType; -static memberinfo_t flash_net_NetConnection_defaultObjectEncoding; -static classinfo_t flash_net_NetStream; -static memberinfo_t flash_net_NetStream_togglePause; -static memberinfo_t flash_net_NetStream_send; -static memberinfo_t flash_net_NetStream_seek; -static memberinfo_t flash_net_NetStream_attachAudio; -static memberinfo_t flash_net_NetStream_publish; -static memberinfo_t flash_net_NetStream_bytesTotal; -static memberinfo_t flash_net_NetStream_soundTransform; -static memberinfo_t flash_net_NetStream_client; -static memberinfo_t flash_net_NetStream_bufferTime; -static memberinfo_t flash_net_NetStream_currentFPS; -static memberinfo_t flash_net_NetStream_objectEncoding; -static memberinfo_t flash_net_NetStream_play; -static memberinfo_t flash_net_NetStream_resume; -static memberinfo_t flash_net_NetStream_receiveAudio; -static memberinfo_t flash_net_NetStream_bufferLength; -static memberinfo_t flash_net_NetStream_bytesLoaded; -static memberinfo_t flash_net_NetStream_receiveVideo; -static memberinfo_t flash_net_NetStream_attachCamera; -static memberinfo_t flash_net_NetStream_videoCodec; -static memberinfo_t flash_net_NetStream_audioCodec; -static memberinfo_t flash_net_NetStream_time; -static memberinfo_t flash_net_NetStream_checkPolicyFile; -static memberinfo_t flash_net_NetStream_pause; -static memberinfo_t flash_net_NetStream_liveDelay; -static memberinfo_t flash_net_NetStream_decodedFrames; -static memberinfo_t flash_net_NetStream_close; -static classinfo_t flash_net_ObjectEncoding; -static classinfo_t flash_net_Responder; -static classinfo_t flash_net_SharedObject; -static memberinfo_t flash_net_SharedObject_flush; -static memberinfo_t flash_net_SharedObject_size; -static memberinfo_t flash_net_SharedObject_client; -static memberinfo_t flash_net_SharedObject_setDirty; -static memberinfo_t flash_net_SharedObject_fps; -static memberinfo_t flash_net_SharedObject_clear; -static memberinfo_t flash_net_SharedObject_send; -static memberinfo_t flash_net_SharedObject_setProperty; -static memberinfo_t flash_net_SharedObject_objectEncoding; -static memberinfo_t flash_net_SharedObject_connect; -static memberinfo_t flash_net_SharedObject_data; -static memberinfo_t flash_net_SharedObject_close; -static memberinfo_t flash_net_SharedObject_defaultObjectEncoding; -static memberinfo_t flash_net_SharedObject_getDiskUsage; -static memberinfo_t flash_net_SharedObject_getLocal; -static memberinfo_t flash_net_SharedObject_deleteAll; -static memberinfo_t flash_net_SharedObject_getRemote; -static classinfo_t flash_net_SharedObjectFlushStatus; -static classinfo_t flash_net_Socket; -static memberinfo_t flash_net_Socket_writeUTFBytes; -static memberinfo_t flash_net_Socket_flush; -static memberinfo_t flash_net_Socket_connected; -static memberinfo_t flash_net_Socket_writeByte; -static memberinfo_t flash_net_Socket_writeInt; -static memberinfo_t flash_net_Socket_readShort; -static memberinfo_t flash_net_Socket_readUnsignedShort; -static memberinfo_t flash_net_Socket_endian; -static memberinfo_t flash_net_Socket_objectEncoding; -static memberinfo_t flash_net_Socket_writeDouble; -static memberinfo_t flash_net_Socket_readObject; -static memberinfo_t flash_net_Socket_bytesAvailable; -static memberinfo_t flash_net_Socket_readDouble; -static memberinfo_t flash_net_Socket_readUTF; -static memberinfo_t flash_net_Socket_readBoolean; -static memberinfo_t flash_net_Socket_readUTFBytes; -static memberinfo_t flash_net_Socket_writeMultiByte; -static memberinfo_t flash_net_Socket_writeFloat; -static memberinfo_t flash_net_Socket_readByte; -static memberinfo_t flash_net_Socket_writeUTF; -static memberinfo_t flash_net_Socket_writeBoolean; -static memberinfo_t flash_net_Socket_readUnsignedInt; -static memberinfo_t flash_net_Socket_writeBytes; -static memberinfo_t flash_net_Socket_readUnsignedByte; -static memberinfo_t flash_net_Socket_writeUnsignedInt; -static memberinfo_t flash_net_Socket_writeShort; -static memberinfo_t flash_net_Socket_readFloat; -static memberinfo_t flash_net_Socket_connect; -static memberinfo_t flash_net_Socket_readMultiByte; -static memberinfo_t flash_net_Socket_close; -static memberinfo_t flash_net_Socket_readInt; -static memberinfo_t flash_net_Socket_readBytes; -static memberinfo_t flash_net_Socket_writeObject; -static classinfo_t flash_net_URLLoader; -static memberinfo_t flash_net_URLLoader_dataFormat; -static memberinfo_t flash_net_URLLoader_bytesLoaded; -static memberinfo_t flash_net_URLLoader_bytesTotal; -static memberinfo_t flash_net_URLLoader_load; -static memberinfo_t flash_net_URLLoader_data; -static memberinfo_t flash_net_URLLoader_close; -static classinfo_t flash_net_URLLoaderDataFormat; -static classinfo_t flash_net_URLRequest; -static memberinfo_t flash_net_URLRequest_method; -static memberinfo_t flash_net_URLRequest_contentType; -static memberinfo_t flash_net_URLRequest_data; -static memberinfo_t flash_net_URLRequest_requestHeaders; -static memberinfo_t flash_net_URLRequest_url; -static classinfo_t flash_net_URLRequestHeader; -static memberinfo_t flash_net_URLRequestHeader_value; -static memberinfo_t flash_net_URLRequestHeader_name; -static classinfo_t flash_net_URLRequestMethod; -static classinfo_t flash_net_URLStream; -static memberinfo_t flash_net_URLStream_readBytes; -static memberinfo_t flash_net_URLStream_connected; -static memberinfo_t flash_net_URLStream_readShort; -static memberinfo_t flash_net_URLStream_readDouble; -static memberinfo_t flash_net_URLStream_readUnsignedShort; -static memberinfo_t flash_net_URLStream_endian; -static memberinfo_t flash_net_URLStream_bytesAvailable; -static memberinfo_t flash_net_URLStream_readUTF; -static memberinfo_t flash_net_URLStream_objectEncoding; -static memberinfo_t flash_net_URLStream_readBoolean; -static memberinfo_t flash_net_URLStream_readUTFBytes; -static memberinfo_t flash_net_URLStream_readByte; -static memberinfo_t flash_net_URLStream_readUnsignedInt; -static memberinfo_t flash_net_URLStream_readUnsignedByte; -static memberinfo_t flash_net_URLStream_load; -static memberinfo_t flash_net_URLStream_readMultiByte; -static memberinfo_t flash_net_URLStream_readObject; -static memberinfo_t flash_net_URLStream_readInt; -static memberinfo_t flash_net_URLStream_readFloat; -static memberinfo_t flash_net_URLStream_close; -static classinfo_t flash_net_URLVariables; -static memberinfo_t flash_net_URLVariables_toString; -static memberinfo_t flash_net_URLVariables_decode; -static classinfo_t flash_net_XMLSocket; -static memberinfo_t flash_net_XMLSocket_send; -static memberinfo_t flash_net_XMLSocket_connected; -static memberinfo_t flash_net_XMLSocket_connect; -static memberinfo_t flash_net_XMLSocket_close; -static classinfo_t flash_printing_PrintJob; -static memberinfo_t flash_printing_PrintJob_send; -static memberinfo_t flash_printing_PrintJob_orientation; -static memberinfo_t flash_printing_PrintJob_paperHeight; -static memberinfo_t flash_printing_PrintJob_pageHeight; -static memberinfo_t flash_printing_PrintJob_paperWidth; -static memberinfo_t flash_printing_PrintJob_addPage; -static memberinfo_t flash_printing_PrintJob_start; -static memberinfo_t flash_printing_PrintJob_pageWidth; -static classinfo_t flash_printing_PrintJobOptions; -static memberinfo_t flash_printing_PrintJobOptions_printAsBitmap; -static classinfo_t flash_printing_PrintJobOrientation; -static classinfo_t flash_system_ApplicationDomain; -static memberinfo_t flash_system_ApplicationDomain_getDefinition; -static memberinfo_t flash_system_ApplicationDomain_hasDefinition; -static memberinfo_t flash_system_ApplicationDomain_parentDomain; -static memberinfo_t flash_system_ApplicationDomain_currentDomain; -static classinfo_t flash_system_Capabilities; -static classinfo_t flash_system_IME; -static classinfo_t flash_system_IMEConversionMode; -static classinfo_t flash_system_LoaderContext; -static memberinfo_t flash_system_LoaderContext_applicationDomain; -static memberinfo_t flash_system_LoaderContext_checkPolicyFile; -static memberinfo_t flash_system_LoaderContext_securityDomain; -static classinfo_t flash_system_Security; -static classinfo_t flash_system_SecurityDomain; -static classinfo_t flash_system_SecurityPanel; -static classinfo_t flash_system_System; -static classinfo_t flash_text_AntiAliasType; -static classinfo_t flash_text_CSMSettings; -static memberinfo_t flash_text_CSMSettings_fontSize; -static memberinfo_t flash_text_CSMSettings_insideCutoff; -static memberinfo_t flash_text_CSMSettings_outsideCutoff; -static classinfo_t flash_text_Font; -static memberinfo_t flash_text_Font_fontStyle; -static memberinfo_t flash_text_Font_hasGlyphs; -static memberinfo_t flash_text_Font_fontType; -static memberinfo_t flash_text_Font_fontName; -static memberinfo_t flash_text_Font_enumerateFonts; -static memberinfo_t flash_text_Font_registerFont; -static classinfo_t flash_text_FontStyle; -static classinfo_t flash_text_FontType; -static classinfo_t flash_text_GridFitType; -static classinfo_t flash_text_StaticText; -static memberinfo_t flash_text_StaticText_text; -static classinfo_t flash_text_StyleSheet; -static memberinfo_t flash_text_StyleSheet_parseCSS; -static memberinfo_t flash_text_StyleSheet_clear; -static memberinfo_t flash_text_StyleSheet_styleNames; -static memberinfo_t flash_text_StyleSheet_transform; -static memberinfo_t flash_text_StyleSheet_setStyle; -static memberinfo_t flash_text_StyleSheet_getStyle; -static classinfo_t flash_text_TextColorType; -static classinfo_t flash_text_TextDisplayMode; -static classinfo_t flash_text_TextExtent; -static memberinfo_t flash_text_TextExtent_width; -static memberinfo_t flash_text_TextExtent_height; -static memberinfo_t flash_text_TextExtent_descent; -static memberinfo_t flash_text_TextExtent_textFieldHeight; -static memberinfo_t flash_text_TextExtent_textFieldWidth; -static memberinfo_t flash_text_TextExtent_ascent; -static classinfo_t flash_text_TextField; -static memberinfo_t flash_text_TextField_replaceText; -static memberinfo_t flash_text_TextField_pasteRichText; -static memberinfo_t flash_text_TextField_maxScrollH; -static memberinfo_t flash_text_TextField_numLines; -static memberinfo_t flash_text_TextField_scrollH; -static memberinfo_t flash_text_TextField_caretIndex; -static memberinfo_t flash_text_TextField_maxScrollV; -static memberinfo_t flash_text_TextField_getImageReference; -static memberinfo_t flash_text_TextField_scrollV; -static memberinfo_t flash_text_TextField_border; -static memberinfo_t flash_text_TextField_text; -static memberinfo_t flash_text_TextField_background; -static memberinfo_t flash_text_TextField_getCharBoundaries; -static memberinfo_t flash_text_TextField_borderColor; -static memberinfo_t flash_text_TextField_getFirstCharInParagraph; -static memberinfo_t flash_text_TextField_type; -static memberinfo_t flash_text_TextField_replaceSelectedText; -static memberinfo_t flash_text_TextField_getRawText; -static memberinfo_t flash_text_TextField_alwaysShowSelection; -static memberinfo_t flash_text_TextField_sharpness; -static memberinfo_t flash_text_TextField_textColor; -static memberinfo_t flash_text_TextField_defaultTextFormat; -static memberinfo_t flash_text_TextField_condenseWhite; -static memberinfo_t flash_text_TextField_autoSize; -static memberinfo_t flash_text_TextField_styleSheet; -static memberinfo_t flash_text_TextField_embedFonts; -static memberinfo_t flash_text_TextField_displayAsPassword; -static memberinfo_t flash_text_TextField_antiAliasType; -static memberinfo_t flash_text_TextField_multiline; -static memberinfo_t flash_text_TextField_selectionEndIndex; -static memberinfo_t flash_text_TextField_mouseWheelEnabled; -static memberinfo_t flash_text_TextField_selectedText; -static memberinfo_t flash_text_TextField_thickness; -static memberinfo_t flash_text_TextField_getLineIndexAtPoint; -static memberinfo_t flash_text_TextField_appendText; -static memberinfo_t flash_text_TextField_selectionBeginIndex; -static memberinfo_t flash_text_TextField_bottomScrollV; -static memberinfo_t flash_text_TextField_htmlText; -static memberinfo_t flash_text_TextField_selectable; -static memberinfo_t flash_text_TextField_getLineIndexOfChar; -static memberinfo_t flash_text_TextField_restrict; -static memberinfo_t flash_text_TextField_gridFitType; -static memberinfo_t flash_text_TextField_setSelection; -static memberinfo_t flash_text_TextField_getTextFormat; -static memberinfo_t flash_text_TextField_setTextFormat; -static memberinfo_t flash_text_TextField_textWidth; -static memberinfo_t flash_text_TextField_getTextRuns; -static memberinfo_t flash_text_TextField_getLineOffset; -static memberinfo_t flash_text_TextField_wordWrap; -static memberinfo_t flash_text_TextField_useRichTextClipboard; -static memberinfo_t flash_text_TextField_backgroundColor; -static memberinfo_t flash_text_TextField_textHeight; -static memberinfo_t flash_text_TextField_getXMLText; -static memberinfo_t flash_text_TextField_getLineText; -static memberinfo_t flash_text_TextField_maxChars; -static memberinfo_t flash_text_TextField_copyRichText; -static memberinfo_t flash_text_TextField_getParagraphLength; -static memberinfo_t flash_text_TextField_getCharIndexAtPoint; -static memberinfo_t flash_text_TextField_length; -static memberinfo_t flash_text_TextField_insertXMLText; -static memberinfo_t flash_text_TextField_getLineMetrics; -static memberinfo_t flash_text_TextField_getLineLength; -static classinfo_t flash_text_TextFieldAutoSize; -static classinfo_t flash_text_TextFieldType; -static classinfo_t flash_text_TextFormat; -static memberinfo_t flash_text_TextFormat_bullet; -static memberinfo_t flash_text_TextFormat_align; -static memberinfo_t flash_text_TextFormat_color; -static memberinfo_t flash_text_TextFormat_size; -static memberinfo_t flash_text_TextFormat_display; -static memberinfo_t flash_text_TextFormat_bold; -static memberinfo_t flash_text_TextFormat_leading; -static memberinfo_t flash_text_TextFormat_rightMargin; -static memberinfo_t flash_text_TextFormat_leftMargin; -static memberinfo_t flash_text_TextFormat_font; -static memberinfo_t flash_text_TextFormat_indent; -static memberinfo_t flash_text_TextFormat_blockIndent; -static memberinfo_t flash_text_TextFormat_kerning; -static memberinfo_t flash_text_TextFormat_tabStops; -static memberinfo_t flash_text_TextFormat_italic; -static memberinfo_t flash_text_TextFormat_target; -static memberinfo_t flash_text_TextFormat_underline; -static memberinfo_t flash_text_TextFormat_url; -static memberinfo_t flash_text_TextFormat_letterSpacing; +static methodinfo_t flash_external_ExternalInterface_call; +static varinfo_t flash_external_ExternalInterface_available; +static methodinfo_t flash_external_ExternalInterface_addCallback; +static varinfo_t flash_external_ExternalInterface_marshallExceptions; +static varinfo_t flash_external_ExternalInterface_objectID; +static classinfo_t _EvalError; +static varinfo_t _EvalError_length; +static classinfo_t flash_text_engine_DigitCase; +static varinfo_t flash_text_engine_DigitCase_OLD_STYLE; +static varinfo_t flash_text_engine_DigitCase_DEFAULT; +static varinfo_t flash_text_engine_DigitCase_LINING; static classinfo_t flash_text_TextFormatAlign; -static classinfo_t flash_text_TextFormatDisplay; -static classinfo_t flash_text_TextLineMetrics; -static memberinfo_t flash_text_TextLineMetrics_width; -static memberinfo_t flash_text_TextLineMetrics_ascent; -static memberinfo_t flash_text_TextLineMetrics_leading; -static memberinfo_t flash_text_TextLineMetrics_height; -static memberinfo_t flash_text_TextLineMetrics_x; -static memberinfo_t flash_text_TextLineMetrics_descent; -static classinfo_t flash_text_TextRenderer; -static classinfo_t flash_text_TextRun; -static memberinfo_t flash_text_TextRun_textFormat; -static memberinfo_t flash_text_TextRun_endIndex; -static memberinfo_t flash_text_TextRun_beginIndex; -static classinfo_t flash_text_TextSnapshot; -static memberinfo_t flash_text_TextSnapshot_getText; -static memberinfo_t flash_text_TextSnapshot_setSelectColor; -static memberinfo_t flash_text_TextSnapshot_findText; -static memberinfo_t flash_text_TextSnapshot_getSelected; -static memberinfo_t flash_text_TextSnapshot_getTextRunInfo; -static memberinfo_t flash_text_TextSnapshot_charCount; -static memberinfo_t flash_text_TextSnapshot_hitTestTextNearPos; -static memberinfo_t flash_text_TextSnapshot_setSelected; -static memberinfo_t flash_text_TextSnapshot_getSelectedText; -static classinfo_t flash_ui_ContextMenu; -static memberinfo_t flash_ui_ContextMenu_builtInItems; -static memberinfo_t flash_ui_ContextMenu_customItems; -static memberinfo_t flash_ui_ContextMenu_clone; -static memberinfo_t flash_ui_ContextMenu_hideBuiltInItems; -static classinfo_t flash_ui_ContextMenuBuiltInItems; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_loop; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_clone; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_print; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_zoom; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_play; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_forwardAndBack; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_rewind; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_save; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_quality; -static classinfo_t flash_ui_ContextMenuItem; -static memberinfo_t flash_ui_ContextMenuItem_enabled; -static memberinfo_t flash_ui_ContextMenuItem_caption; -static memberinfo_t flash_ui_ContextMenuItem_separatorBefore; -static memberinfo_t flash_ui_ContextMenuItem_visible; -static memberinfo_t flash_ui_ContextMenuItem_clone; -static classinfo_t flash_ui_KeyLocation; -static classinfo_t flash_ui_Keyboard; -static classinfo_t flash_ui_Mouse; -static classinfo_t flash_utils_ByteArray; -static memberinfo_t flash_utils_ByteArray_writeUTFBytes; -static memberinfo_t flash_utils_ByteArray_readObject; -static memberinfo_t flash_utils_ByteArray_writeObject; -static memberinfo_t flash_utils_ByteArray_readShort; -static memberinfo_t flash_utils_ByteArray_writeDouble; -static memberinfo_t flash_utils_ByteArray_writeByte; -static memberinfo_t flash_utils_ByteArray_readUnsignedShort; -static memberinfo_t flash_utils_ByteArray_endian; -static memberinfo_t flash_utils_ByteArray_bytesAvailable; -static memberinfo_t flash_utils_ByteArray_writeInt; -static memberinfo_t flash_utils_ByteArray_position; -static memberinfo_t flash_utils_ByteArray_readBoolean; -static memberinfo_t flash_utils_ByteArray_readDouble; -static memberinfo_t flash_utils_ByteArray_readUTF; -static memberinfo_t flash_utils_ByteArray_readUTFBytes; -static memberinfo_t flash_utils_ByteArray_readUnsignedInt; -static memberinfo_t flash_utils_ByteArray_readByte; -static memberinfo_t flash_utils_ByteArray_writeUTF; -static memberinfo_t flash_utils_ByteArray_objectEncoding; -static memberinfo_t flash_utils_ByteArray_writeBoolean; -static memberinfo_t flash_utils_ByteArray_writeMultiByte; -static memberinfo_t flash_utils_ByteArray_writeBytes; -static memberinfo_t flash_utils_ByteArray_writeFloat; -static memberinfo_t flash_utils_ByteArray_readUnsignedByte; -static memberinfo_t flash_utils_ByteArray_writeUnsignedInt; -static memberinfo_t flash_utils_ByteArray_writeShort; -static memberinfo_t flash_utils_ByteArray_compress; -static memberinfo_t flash_utils_ByteArray_toString; -static memberinfo_t flash_utils_ByteArray_readFloat; -static memberinfo_t flash_utils_ByteArray_length; -static memberinfo_t flash_utils_ByteArray_readInt; -static memberinfo_t flash_utils_ByteArray_readMultiByte; -static memberinfo_t flash_utils_ByteArray_uncompress; -static memberinfo_t flash_utils_ByteArray_readBytes; -static memberinfo_t flash_utils_ByteArray_defaultObjectEncoding; -static classinfo_t flash_utils_Dictionary; -static classinfo_t flash_utils_Endian; -static classinfo_t flash_utils_IDataInput; -static memberinfo_t flash_utils_IDataInput_readUnsignedInt; -static memberinfo_t flash_utils_IDataInput_bytesAvailable; -static memberinfo_t flash_utils_IDataInput_readShort; -static memberinfo_t flash_utils_IDataInput_objectEncoding; -static memberinfo_t flash_utils_IDataInput_readMultiByte; -static memberinfo_t flash_utils_IDataInput_readFloat; -static memberinfo_t flash_utils_IDataInput_readDouble; -static memberinfo_t flash_utils_IDataInput_readUnsignedShort; -static memberinfo_t flash_utils_IDataInput_readBoolean; -static memberinfo_t flash_utils_IDataInput_readUnsignedByte; -static memberinfo_t flash_utils_IDataInput_readBytes; -static memberinfo_t flash_utils_IDataInput_endian; -static memberinfo_t flash_utils_IDataInput_readUTF; -static memberinfo_t flash_utils_IDataInput_readInt; -static memberinfo_t flash_utils_IDataInput_readUTFBytes; -static memberinfo_t flash_utils_IDataInput_readObject; -static memberinfo_t flash_utils_IDataInput_readByte; -static classinfo_t flash_utils_IDataOutput; -static memberinfo_t flash_utils_IDataOutput_writeMultiByte; -static memberinfo_t flash_utils_IDataOutput_writeUTFBytes; -static memberinfo_t flash_utils_IDataOutput_writeShort; -static memberinfo_t flash_utils_IDataOutput_writeByte; -static memberinfo_t flash_utils_IDataOutput_writeUTF; -static memberinfo_t flash_utils_IDataOutput_writeBoolean; -static memberinfo_t flash_utils_IDataOutput_endian; -static memberinfo_t flash_utils_IDataOutput_objectEncoding; -static memberinfo_t flash_utils_IDataOutput_writeBytes; -static memberinfo_t flash_utils_IDataOutput_writeInt; -static memberinfo_t flash_utils_IDataOutput_writeDouble; -static memberinfo_t flash_utils_IDataOutput_writeUnsignedInt; -static memberinfo_t flash_utils_IDataOutput_writeFloat; -static memberinfo_t flash_utils_IDataOutput_writeObject; -static classinfo_t flash_utils_IExternalizable; -static memberinfo_t flash_utils_IExternalizable_readExternal; -static memberinfo_t flash_utils_IExternalizable_writeExternal; -static classinfo_t flash_utils_Proxy; -static memberinfo_t flash_utils_Proxy_deleteProperty; -static memberinfo_t flash_utils_Proxy_nextValue; -static memberinfo_t flash_utils_Proxy_getDescendants; -static memberinfo_t flash_utils_Proxy_getProperty; -static memberinfo_t flash_utils_Proxy_hasProperty; -static memberinfo_t flash_utils_Proxy_isAttribute; -static memberinfo_t flash_utils_Proxy_callProperty; -static memberinfo_t flash_utils_Proxy_nextNameIndex; -static memberinfo_t flash_utils_Proxy_setProperty; -static memberinfo_t flash_utils_Proxy_nextName; -static classinfo_t flash_utils_Timer; -static memberinfo_t flash_utils_Timer_stop; -static memberinfo_t flash_utils_Timer_delay; -static memberinfo_t flash_utils_Timer_currentCount; -static memberinfo_t flash_utils_Timer_reset; -static memberinfo_t flash_utils_Timer_repeatCount; -static memberinfo_t flash_utils_Timer_start; -static memberinfo_t flash_utils_Timer_running; -static classinfo_t flash_xml_XMLDocument; -static memberinfo_t flash_xml_XMLDocument_idMap; -static memberinfo_t flash_xml_XMLDocument_createElement; -static memberinfo_t flash_xml_XMLDocument_xmlDecl; -static memberinfo_t flash_xml_XMLDocument_docTypeDecl; -static memberinfo_t flash_xml_XMLDocument_parseXML; -static memberinfo_t flash_xml_XMLDocument_createTextNode; -static memberinfo_t flash_xml_XMLDocument_toString; -static memberinfo_t flash_xml_XMLDocument_ignoreWhite; -static classinfo_t flash_xml_XMLNode; -static memberinfo_t flash_xml_XMLNode_previousSibling; -static memberinfo_t flash_xml_XMLNode_parentNode; -static memberinfo_t flash_xml_XMLNode_nodeValue; -static memberinfo_t flash_xml_XMLNode_namespaceURI; -static memberinfo_t flash_xml_XMLNode_prefix; -static memberinfo_t flash_xml_XMLNode_firstChild; -static memberinfo_t flash_xml_XMLNode_nextSibling; -static memberinfo_t flash_xml_XMLNode_attributes; -static memberinfo_t flash_xml_XMLNode_nodeType; -static memberinfo_t flash_xml_XMLNode_appendChild; -static memberinfo_t flash_xml_XMLNode_lastChild; -static memberinfo_t flash_xml_XMLNode_insertBefore; -static memberinfo_t flash_xml_XMLNode_getNamespaceForPrefix; -static memberinfo_t flash_xml_XMLNode_nodeName; -static memberinfo_t flash_xml_XMLNode_hasChildNodes; -static memberinfo_t flash_xml_XMLNode_childNodes; -static memberinfo_t flash_xml_XMLNode_localName; -static memberinfo_t flash_xml_XMLNode_getPrefixForNamespace; -static memberinfo_t flash_xml_XMLNode_toString; -static memberinfo_t flash_xml_XMLNode_removeNode; -static memberinfo_t flash_xml_XMLNode_cloneNode; -static classinfo_t flash_xml_XMLNodeType; -static classinfo_t _ArgumentError = {0x16, 0x08, "", "ArgumentError", 0, &_Error, interfaces:{0}}; -static classinfo_t _Array = {0x16, 0x08, "", "Array", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Array_reverse = {MEMBER_METHOD, 0x01, "reverse", &_Array}; -static memberinfo_t _Array_map = {MEMBER_METHOD, 0x01, "map", &_Array}; -static memberinfo_t _Array_shift = {MEMBER_METHOD, 0x01, "shift", 0}; -static memberinfo_t _Array_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t _Array_unshift = {MEMBER_METHOD, 0x01, "unshift", &_uint}; -static memberinfo_t _Array_join = {MEMBER_METHOD, 0x01, "join", &_String}; -static memberinfo_t _Array_lastIndexOf = {MEMBER_METHOD, 0x01, "lastIndexOf", &_int}; -static memberinfo_t _Array_indexOf = {MEMBER_METHOD, 0x01, "indexOf", &_int}; -static memberinfo_t _Array_pop = {MEMBER_METHOD, 0x01, "pop", 0}; -static memberinfo_t _Array_slice = {MEMBER_METHOD, 0x01, "slice", &_Array}; -static memberinfo_t _Array_concat = {MEMBER_METHOD, 0x01, "concat", &_Array}; -static memberinfo_t _Array_some = {MEMBER_METHOD, 0x01, "some", &_Boolean}; -static memberinfo_t _Array_filter = {MEMBER_METHOD, 0x01, "filter", &_Array}; -static memberinfo_t _Array_forEach = {MEMBER_METHOD, 0x01, "forEach", 0}; -static memberinfo_t _Array_push = {MEMBER_METHOD, 0x01, "push", &_uint}; -static memberinfo_t _Array_every = {MEMBER_METHOD, 0x01, "every", &_Boolean}; -static memberinfo_t _Array_splice = {MEMBER_METHOD, 0x01, "splice", 0}; -static memberinfo_t _Array_sortOn = {MEMBER_METHOD, 0x01, "sortOn", 0}; -static memberinfo_t _Array_sort = {MEMBER_METHOD, 0x01, "sort", 0}; -static memberinfo_t _Array_CASEINSENSITIVE = {MEMBER_SLOT, 0x09, "CASEINSENSITIVE", 0}; -static memberinfo_t _Array_NUMERIC = {MEMBER_SLOT, 0x09, "NUMERIC", 0}; -static memberinfo_t _Array_UNIQUESORT = {MEMBER_SLOT, 0x09, "UNIQUESORT", 0}; -static memberinfo_t _Array_RETURNINDEXEDARRAY = {MEMBER_SLOT, 0x09, "RETURNINDEXEDARRAY", 0}; -static memberinfo_t _Array_DESCENDING = {MEMBER_SLOT, 0x09, "DESCENDING", 0}; -static classinfo_t _Boolean = {0x16, 0x0b, "", "Boolean", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Boolean_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_Boolean}; -static memberinfo_t _Boolean_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _Boolean_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _Class = {0x16, 0x08, "", "Class", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Class_prototype = {MEMBER_SLOT, 0x01, "prototype", 0}; -static memberinfo_t _Class_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _Date = {0x16, 0x0a, "", "Date", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Date_month = {MEMBER_SLOT, 0x01, "month", 0}; -static memberinfo_t _Date_monthUTC = {MEMBER_SLOT, 0x01, "monthUTC", 0}; -static memberinfo_t _Date_getMilliseconds = {MEMBER_METHOD, 0x01, "getMilliseconds", &_Number}; -static memberinfo_t _Date_minutesUTC = {MEMBER_SLOT, 0x01, "minutesUTC", 0}; -static memberinfo_t _Date_hours = {MEMBER_SLOT, 0x01, "hours", 0}; -static memberinfo_t _Date_getUTCMinutes = {MEMBER_METHOD, 0x01, "getUTCMinutes", &_Number}; -static memberinfo_t _Date_milliseconds = {MEMBER_SLOT, 0x01, "milliseconds", 0}; -static memberinfo_t _Date_setMilliseconds = {MEMBER_METHOD, 0x01, "setMilliseconds", &_Number}; -static memberinfo_t _Date_hoursUTC = {MEMBER_SLOT, 0x01, "hoursUTC", 0}; -static memberinfo_t _Date_dateUTC = {MEMBER_SLOT, 0x01, "dateUTC", 0}; -static memberinfo_t _Date_fullYearUTC = {MEMBER_SLOT, 0x01, "fullYearUTC", 0}; -static memberinfo_t _Date_toTimeString = {MEMBER_METHOD, 0x01, "toTimeString", &_String}; -static memberinfo_t _Date_toUTCString = {MEMBER_METHOD, 0x01, "toUTCString", &_String}; -static memberinfo_t _Date_setUTCMilliseconds = {MEMBER_METHOD, 0x01, "setUTCMilliseconds", &_Number}; -static memberinfo_t _Date_day = {MEMBER_SLOT, 0x01, "day", 0}; -static memberinfo_t _Date_setMinutes = {MEMBER_METHOD, 0x01, "setMinutes", &_Number}; -static memberinfo_t _Date_getUTCMilliseconds = {MEMBER_METHOD, 0x01, "getUTCMilliseconds", &_Number}; -static memberinfo_t _Date_time = {MEMBER_SLOT, 0x01, "time", 0}; -static memberinfo_t _Date_getDate = {MEMBER_METHOD, 0x01, "getDate", &_Number}; -static memberinfo_t _Date_secondsUTC = {MEMBER_SLOT, 0x01, "secondsUTC", 0}; -static memberinfo_t _Date_toLocaleString = {MEMBER_METHOD, 0x01, "toLocaleString", &_String}; -static memberinfo_t _Date_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_Number}; -static memberinfo_t _Date_getMinutes = {MEMBER_METHOD, 0x01, "getMinutes", &_Number}; -static memberinfo_t _Date_setUTCMinutes = {MEMBER_METHOD, 0x01, "setUTCMinutes", &_Number}; -static memberinfo_t _Date_date = {MEMBER_SLOT, 0x01, "date", 0}; -static memberinfo_t _Date_setDate = {MEMBER_METHOD, 0x01, "setDate", &_Number}; -static memberinfo_t _Date_getUTCSeconds = {MEMBER_METHOD, 0x01, "getUTCSeconds", &_Number}; -static memberinfo_t _Date_getUTCMonth = {MEMBER_METHOD, 0x01, "getUTCMonth", &_Number}; -static memberinfo_t _Date_setUTCDate = {MEMBER_METHOD, 0x01, "setUTCDate", &_Number}; -static memberinfo_t _Date_toDateString = {MEMBER_METHOD, 0x01, "toDateString", &_String}; -static memberinfo_t _Date_getUTCDate = {MEMBER_METHOD, 0x01, "getUTCDate", &_Number}; -static memberinfo_t _Date_setUTCSeconds = {MEMBER_METHOD, 0x01, "setUTCSeconds", &_Number}; -static memberinfo_t _Date_setUTCMonth = {MEMBER_METHOD, 0x01, "setUTCMonth", &_Number}; -static memberinfo_t _Date_getUTCHours = {MEMBER_METHOD, 0x01, "getUTCHours", &_Number}; -static memberinfo_t _Date_getTime = {MEMBER_METHOD, 0x01, "getTime", &_Number}; -static memberinfo_t _Date_setSeconds = {MEMBER_METHOD, 0x01, "setSeconds", &_Number}; -static memberinfo_t _Date_setMonth = {MEMBER_METHOD, 0x01, "setMonth", &_Number}; -static memberinfo_t _Date_getSeconds = {MEMBER_METHOD, 0x01, "getSeconds", &_Number}; -static memberinfo_t _Date_getMonth = {MEMBER_METHOD, 0x01, "getMonth", &_Number}; -static memberinfo_t _Date_setHours = {MEMBER_METHOD, 0x01, "setHours", &_Number}; -static memberinfo_t _Date_getUTCDay = {MEMBER_METHOD, 0x01, "getUTCDay", &_Number}; -static memberinfo_t _Date_setTime = {MEMBER_METHOD, 0x01, "setTime", &_Number}; -static memberinfo_t _Date_toLocaleTimeString = {MEMBER_METHOD, 0x01, "toLocaleTimeString", &_String}; -static memberinfo_t _Date_setUTCHours = {MEMBER_METHOD, 0x01, "setUTCHours", &_Number}; -static memberinfo_t _Date_minutes = {MEMBER_SLOT, 0x01, "minutes", 0}; -static memberinfo_t _Date_fullYear = {MEMBER_SLOT, 0x01, "fullYear", 0}; -static memberinfo_t _Date_getHours = {MEMBER_METHOD, 0x01, "getHours", &_Number}; -static memberinfo_t _Date_getTimezoneOffset = {MEMBER_METHOD, 0x01, "getTimezoneOffset", &_Number}; -static memberinfo_t _Date_millisecondsUTC = {MEMBER_SLOT, 0x01, "millisecondsUTC", 0}; -static memberinfo_t _Date_getDay = {MEMBER_METHOD, 0x01, "getDay", &_Number}; -static memberinfo_t _Date_dayUTC = {MEMBER_SLOT, 0x01, "dayUTC", 0}; -static memberinfo_t _Date_getFullYear = {MEMBER_METHOD, 0x01, "getFullYear", &_Number}; -static memberinfo_t _Date_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _Date_setFullYear = {MEMBER_METHOD, 0x01, "setFullYear", &_Number}; -static memberinfo_t _Date_toLocaleDateString = {MEMBER_METHOD, 0x01, "toLocaleDateString", &_String}; -static memberinfo_t _Date_setUTCFullYear = {MEMBER_METHOD, 0x01, "setUTCFullYear", &_Number}; -static memberinfo_t _Date_getUTCFullYear = {MEMBER_METHOD, 0x01, "getUTCFullYear", &_Number}; -static memberinfo_t _Date_timezoneOffset = {MEMBER_SLOT, 0x01, "timezoneOffset", 0}; -static memberinfo_t _Date_seconds = {MEMBER_SLOT, 0x01, "seconds", 0}; -static memberinfo_t _Date_UTC = {MEMBER_METHOD, 0x09, "UTC", &_Number}; -static memberinfo_t _Date_parse = {MEMBER_METHOD, 0x09, "parse", &_Number}; -static memberinfo_t _Date_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _DefinitionError = {0x16, 0x08, "", "DefinitionError", 0, &_Error, interfaces:{0}}; -static classinfo_t _Error = {0x16, 0x08, "", "Error", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Error_getStackTrace = {MEMBER_METHOD, 0x01, "getStackTrace", &_String}; -static memberinfo_t _Error_errorID = {MEMBER_SLOT, 0x01, "errorID", 0}; -static memberinfo_t _Error_message = {MEMBER_SLOT, 0x01, "message", 0}; -static memberinfo_t _Error_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t _Error_throwError = {MEMBER_METHOD, 0x09, "throwError", 0}; -static memberinfo_t _Error_getErrorMessage = {MEMBER_METHOD, 0x09, "getErrorMessage", &_String}; -static memberinfo_t _Error_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _EvalError = {0x16, 0x08, "", "EvalError", 0, &_Error, interfaces:{0}}; -static classinfo_t _Function = {0x16, 0x08, "", "Function", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Function_prototype = {MEMBER_SLOT, 0x01, "prototype", 0}; -static memberinfo_t _Function_call = {MEMBER_METHOD, 0x01, "call", 0}; -static memberinfo_t _Function_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t _Function_apply = {MEMBER_METHOD, 0x01, "apply", 0}; -static classinfo_t _Math = {0x16, 0x0b, "", "Math", 0, &_Object, interfaces:{0}}; -static classinfo_t _Namespace = {0x16, 0x0b, "", "Namespace", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Namespace_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_String}; -static memberinfo_t _Namespace_prefix = {MEMBER_SLOT, 0x01, "prefix", 0}; -static memberinfo_t _Namespace_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _Namespace_uri = {MEMBER_SLOT, 0x01, "uri", 0}; -static memberinfo_t _Namespace_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _Number = {0x16, 0x0b, "", "Number", 0, &_Object, interfaces:{0}}; -static memberinfo_t _Number_toPrecision = {MEMBER_METHOD, 0x01, "toPrecision", &_String}; -static memberinfo_t _Number_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_Number}; -static memberinfo_t _Number_toFixed = {MEMBER_METHOD, 0x01, "toFixed", &_String}; -static memberinfo_t _Number_toExponential = {MEMBER_METHOD, 0x01, "toExponential", &_String}; -static memberinfo_t _Number_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _Number_MIN_VALUE = {MEMBER_SLOT, 0x09, "MIN_VALUE", 0}; -static memberinfo_t _Number_length = {MEMBER_SLOT, 0x09, "length", 0}; -static memberinfo_t _Number_POSITIVE_INFINITY = {MEMBER_SLOT, 0x09, "POSITIVE_INFINITY", 0}; -static memberinfo_t _Number_NEGATIVE_INFINITY = {MEMBER_SLOT, 0x09, "NEGATIVE_INFINITY", 0}; -static memberinfo_t _Number_MAX_VALUE = {MEMBER_SLOT, 0x09, "MAX_VALUE", 0}; -static memberinfo_t _Number_NaN = {MEMBER_SLOT, 0x09, "NaN", 0}; -static classinfo_t _Object = {0x16, 0x08, "", "Object", 0, 0, {0}}; -static memberinfo_t _Object_hasOwnProperty = {MEMBER_METHOD, 0x01, "hasOwnProperty", &_Boolean}; -static memberinfo_t _Object_propertyIsEnumerable = {MEMBER_METHOD, 0x01, "propertyIsEnumerable", &_Boolean}; -static memberinfo_t _Object_isPrototypeOf = {MEMBER_METHOD, 0x01, "isPrototypeOf", &_Boolean}; -static memberinfo_t _Object__dontEnumPrototype = {MEMBER_METHOD, 0x09, "_dontEnumPrototype", 0}; -static memberinfo_t _Object__setPropertyIsEnumerable = {MEMBER_METHOD, 0x09, "_setPropertyIsEnumerable", 0}; -static memberinfo_t _Object_length = {MEMBER_SLOT, 0x09, "length", 0}; -static memberinfo_t _Object_init = {MEMBER_METHOD, 0x09, "init", 0}; -static classinfo_t _QName = {0x16, 0x0b, "", "QName", 0, &_Object, interfaces:{0}}; -static memberinfo_t _QName_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_QName}; -static memberinfo_t _QName_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _QName_uri = {MEMBER_SLOT, 0x01, "uri", 0}; -static memberinfo_t _QName_localName = {MEMBER_SLOT, 0x01, "localName", 0}; -static memberinfo_t _QName_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _RangeError = {0x16, 0x08, "", "RangeError", 0, &_Error, interfaces:{0}}; -static classinfo_t _ReferenceError = {0x16, 0x08, "", "ReferenceError", 0, &_Error, interfaces:{0}}; -static classinfo_t _RegExp = {0x16, 0x08, "", "RegExp", 0, &_Object, interfaces:{0}}; -static memberinfo_t _RegExp_exec = {MEMBER_METHOD, 0x01, "exec", 0}; -static memberinfo_t _RegExp_ignoreCase = {MEMBER_SLOT, 0x01, "ignoreCase", 0}; -static memberinfo_t _RegExp_global = {MEMBER_SLOT, 0x01, "global", 0}; -static memberinfo_t _RegExp_lastIndex = {MEMBER_SLOT, 0x01, "lastIndex", 0}; -static memberinfo_t _RegExp_extended = {MEMBER_SLOT, 0x01, "extended", 0}; -static memberinfo_t _RegExp_test = {MEMBER_METHOD, 0x01, "test", &_Boolean}; -static memberinfo_t _RegExp_source = {MEMBER_SLOT, 0x01, "source", 0}; -static memberinfo_t _RegExp_multiline = {MEMBER_SLOT, 0x01, "multiline", 0}; -static memberinfo_t _RegExp_dotall = {MEMBER_SLOT, 0x01, "dotall", 0}; -static memberinfo_t _RegExp_length = {MEMBER_SLOT, 0x09, "length", 0}; -static classinfo_t _SecurityError = {0x16, 0x08, "", "SecurityError", 0, &_Error, interfaces:{0}}; -static classinfo_t _String = {0x16, 0x0b, "", "String", 0, &_Object, interfaces:{0}}; -static memberinfo_t _String_match = {MEMBER_METHOD, 0x01, "match", &_Array}; -static memberinfo_t _String_indexOf = {MEMBER_METHOD, 0x01, "indexOf", &_int}; -static memberinfo_t _String_substring = {MEMBER_METHOD, 0x01, "substring", &_String}; -static memberinfo_t _String_slice = {MEMBER_METHOD, 0x01, "slice", &_String}; -static memberinfo_t _String_lastIndexOf = {MEMBER_METHOD, 0x01, "lastIndexOf", &_int}; -static memberinfo_t _String_toLowerCase = {MEMBER_METHOD, 0x01, "toLowerCase", &_String}; -static memberinfo_t _String_split = {MEMBER_METHOD, 0x01, "split", &_Array}; -static memberinfo_t _String_concat = {MEMBER_METHOD, 0x01, "concat", &_String}; -static memberinfo_t _String_toLocaleLowerCase = {MEMBER_METHOD, 0x01, "toLocaleLowerCase", &_String}; -static memberinfo_t _String_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t _String_search = {MEMBER_METHOD, 0x01, "search", &_int}; -static memberinfo_t _String_charAt = {MEMBER_METHOD, 0x01, "charAt", &_String}; -static memberinfo_t _String_localeCompare = {MEMBER_METHOD, 0x01, "localeCompare", &_int}; -static memberinfo_t _String_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _String_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_String}; -static memberinfo_t _String_substr = {MEMBER_METHOD, 0x01, "substr", &_String}; -static memberinfo_t _String_replace = {MEMBER_METHOD, 0x01, "replace", &_String}; -static memberinfo_t _String_charCodeAt = {MEMBER_METHOD, 0x01, "charCodeAt", &_Number}; -static memberinfo_t _String_toUpperCase = {MEMBER_METHOD, 0x01, "toUpperCase", &_String}; -static memberinfo_t _String_toLocaleUpperCase = {MEMBER_METHOD, 0x01, "toLocaleUpperCase", &_String}; -static memberinfo_t _String_fromCharCode = {MEMBER_METHOD, 0x09, "fromCharCode", &_String}; -static classinfo_t _SyntaxError = {0x16, 0x08, "", "SyntaxError", 0, &_Error, interfaces:{0}}; -static classinfo_t _TypeError = {0x16, 0x08, "", "TypeError", 0, &_Error, interfaces:{0}}; -static classinfo_t _URIError = {0x16, 0x08, "", "URIError", 0, &_Error, interfaces:{0}}; -static classinfo_t _UninitializedError = {0x16, 0x08, "", "UninitializedError", 0, &_Error, interfaces:{0}}; -static classinfo_t _VerifyError = {0x16, 0x08, "", "VerifyError", 0, &_Error, interfaces:{0}}; -static classinfo_t _XML = {0x16, 0x0a, "", "XML", 0, &_Object, interfaces:{0}}; -static memberinfo_t _XML_hasOwnProperty = {MEMBER_METHOD, 0x01, "hasOwnProperty", &_Boolean}; -static memberinfo_t _XML_insertChildBefore = {MEMBER_METHOD, 0x01, "insertChildBefore", 0}; -static memberinfo_t _XML_replace = {MEMBER_METHOD, 0x01, "replace", &_XML}; -static memberinfo_t _XML_setNotification = {MEMBER_METHOD, 0x01, "setNotification", 0}; -static memberinfo_t _XML_toXMLString = {MEMBER_METHOD, 0x01, "toXMLString", &_String}; -static memberinfo_t _XML_propertyIsEnumerable = {MEMBER_METHOD, 0x01, "propertyIsEnumerable", &_Boolean}; -static memberinfo_t _XML_setChildren = {MEMBER_METHOD, 0x01, "setChildren", &_XML}; -static memberinfo_t _XML_name = {MEMBER_METHOD, 0x01, "name", &_Object}; -static memberinfo_t _XML_normalize = {MEMBER_METHOD, 0x01, "normalize", &_XML}; -static memberinfo_t _XML_inScopeNamespaces = {MEMBER_METHOD, 0x01, "inScopeNamespaces", &_Array}; -static memberinfo_t _XML_setLocalName = {MEMBER_METHOD, 0x01, "setLocalName", 0}; -static memberinfo_t _XML_localName = {MEMBER_METHOD, 0x01, "localName", &_Object}; -static memberinfo_t _XML_attributes = {MEMBER_METHOD, 0x01, "attributes", &_XMLList}; -static memberinfo_t _XML_processingInstructions = {MEMBER_METHOD, 0x01, "processingInstructions", &_XMLList}; -static memberinfo_t _XML_setNamespace = {MEMBER_METHOD, 0x01, "setNamespace", 0}; -static memberinfo_t _XML_namespace = {MEMBER_METHOD, 0x01, "namespace", 0}; -static memberinfo_t _XML_child = {MEMBER_METHOD, 0x01, "child", &_XMLList}; -static memberinfo_t _XML_childIndex = {MEMBER_METHOD, 0x01, "childIndex", &_int}; -static memberinfo_t _XML_contains = {MEMBER_METHOD, 0x01, "contains", &_Boolean}; -static memberinfo_t _XML_appendChild = {MEMBER_METHOD, 0x01, "appendChild", &_XML}; -static memberinfo_t _XML_hasComplexContent = {MEMBER_METHOD, 0x01, "hasComplexContent", &_Boolean}; -static memberinfo_t _XML_descendants = {MEMBER_METHOD, 0x01, "descendants", &_XMLList}; -static memberinfo_t _XML_length = {MEMBER_METHOD, 0x01, "length", &_int}; -static memberinfo_t _XML_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_XML}; -static memberinfo_t _XML_parent = {MEMBER_METHOD, 0x01, "parent", 0}; -static memberinfo_t _XML_attribute = {MEMBER_METHOD, 0x01, "attribute", &_XMLList}; -static memberinfo_t _XML_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _XML_hasSimpleContent = {MEMBER_METHOD, 0x01, "hasSimpleContent", &_Boolean}; -static memberinfo_t _XML_prependChild = {MEMBER_METHOD, 0x01, "prependChild", &_XML}; -static memberinfo_t _XML_setName = {MEMBER_METHOD, 0x01, "setName", 0}; -static memberinfo_t _XML_notification = {MEMBER_METHOD, 0x01, "notification", &_Function}; -static memberinfo_t _XML_comments = {MEMBER_METHOD, 0x01, "comments", &_XMLList}; -static memberinfo_t _XML_copy = {MEMBER_METHOD, 0x01, "copy", &_XML}; -static memberinfo_t _XML_nodeKind = {MEMBER_METHOD, 0x01, "nodeKind", &_String}; -static memberinfo_t _XML_elements = {MEMBER_METHOD, 0x01, "elements", &_XMLList}; -static memberinfo_t _XML_insertChildAfter = {MEMBER_METHOD, 0x01, "insertChildAfter", 0}; -static memberinfo_t _XML_addNamespace = {MEMBER_METHOD, 0x01, "addNamespace", &_XML}; -static memberinfo_t _XML_namespaceDeclarations = {MEMBER_METHOD, 0x01, "namespaceDeclarations", &_Array}; -static memberinfo_t _XML_text = {MEMBER_METHOD, 0x01, "text", &_XMLList}; -static memberinfo_t _XML_removeNamespace = {MEMBER_METHOD, 0x01, "removeNamespace", &_XML}; -static memberinfo_t _XML_children = {MEMBER_METHOD, 0x01, "children", &_XMLList}; -static memberinfo_t _XML_settings = {MEMBER_METHOD, 0x09, "settings", &_Object}; -static memberinfo_t _XML_prettyIndent = {MEMBER_SLOT, 0x09, "prettyIndent", 0}; -static memberinfo_t _XML_setSettings = {MEMBER_METHOD, 0x09, "setSettings", 0}; -static memberinfo_t _XML_ignoreComments = {MEMBER_SLOT, 0x09, "ignoreComments", 0}; -static memberinfo_t _XML_ignoreProcessingInstructions = {MEMBER_SLOT, 0x09, "ignoreProcessingInstructions", 0}; -static memberinfo_t _XML_prettyPrinting = {MEMBER_SLOT, 0x09, "prettyPrinting", 0}; -static memberinfo_t _XML_ignoreWhitespace = {MEMBER_SLOT, 0x09, "ignoreWhitespace", 0}; -static memberinfo_t _XML_defaultSettings = {MEMBER_METHOD, 0x09, "defaultSettings", &_Object}; -static classinfo_t _XMLList = {0x16, 0x0a, "", "XMLList", 0, &_Object, interfaces:{0}}; -static memberinfo_t _XMLList_hasOwnProperty = {MEMBER_METHOD, 0x01, "hasOwnProperty", &_Boolean}; -static memberinfo_t _XMLList_insertChildBefore = {MEMBER_METHOD, 0x01, "insertChildBefore", 0}; -static memberinfo_t _XMLList_namespaceDeclarations = {MEMBER_METHOD, 0x01, "namespaceDeclarations", &_Array}; -static memberinfo_t _XMLList_propertyIsEnumerable = {MEMBER_METHOD, 0x01, "propertyIsEnumerable", &_Boolean}; -static memberinfo_t _XMLList_setChildren = {MEMBER_METHOD, 0x01, "setChildren", &_XML}; -static memberinfo_t _XMLList_name = {MEMBER_METHOD, 0x01, "name", &_Object}; -static memberinfo_t _XMLList_replace = {MEMBER_METHOD, 0x01, "replace", &_XML}; -static memberinfo_t _XMLList_normalize = {MEMBER_METHOD, 0x01, "normalize", &_XMLList}; -static memberinfo_t _XMLList_inScopeNamespaces = {MEMBER_METHOD, 0x01, "inScopeNamespaces", &_Array}; -static memberinfo_t _XMLList_toXMLString = {MEMBER_METHOD, 0x01, "toXMLString", &_String}; -static memberinfo_t _XMLList_descendants = {MEMBER_METHOD, 0x01, "descendants", &_XMLList}; -static memberinfo_t _XMLList_attributes = {MEMBER_METHOD, 0x01, "attributes", &_XMLList}; -static memberinfo_t _XMLList_processingInstructions = {MEMBER_METHOD, 0x01, "processingInstructions", &_XMLList}; -static memberinfo_t _XMLList_setNamespace = {MEMBER_METHOD, 0x01, "setNamespace", 0}; -static memberinfo_t _XMLList_setLocalName = {MEMBER_METHOD, 0x01, "setLocalName", 0}; -static memberinfo_t _XMLList_namespace = {MEMBER_METHOD, 0x01, "namespace", 0}; -static memberinfo_t _XMLList_attribute = {MEMBER_METHOD, 0x01, "attribute", &_XMLList}; -static memberinfo_t _XMLList_childIndex = {MEMBER_METHOD, 0x01, "childIndex", &_int}; -static memberinfo_t _XMLList_contains = {MEMBER_METHOD, 0x01, "contains", &_Boolean}; -static memberinfo_t _XMLList_appendChild = {MEMBER_METHOD, 0x01, "appendChild", &_XML}; -static memberinfo_t _XMLList_hasComplexContent = {MEMBER_METHOD, 0x01, "hasComplexContent", &_Boolean}; -static memberinfo_t _XMLList_localName = {MEMBER_METHOD, 0x01, "localName", &_Object}; -static memberinfo_t _XMLList_length = {MEMBER_METHOD, 0x01, "length", &_int}; -static memberinfo_t _XMLList_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_XMLList}; -static memberinfo_t _XMLList_parent = {MEMBER_METHOD, 0x01, "parent", 0}; -static memberinfo_t _XMLList_child = {MEMBER_METHOD, 0x01, "child", &_XMLList}; -static memberinfo_t _XMLList_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _XMLList_hasSimpleContent = {MEMBER_METHOD, 0x01, "hasSimpleContent", &_Boolean}; -static memberinfo_t _XMLList_prependChild = {MEMBER_METHOD, 0x01, "prependChild", &_XML}; -static memberinfo_t _XMLList_setName = {MEMBER_METHOD, 0x01, "setName", 0}; -static memberinfo_t _XMLList_text = {MEMBER_METHOD, 0x01, "text", &_XMLList}; -static memberinfo_t _XMLList_copy = {MEMBER_METHOD, 0x01, "copy", &_XMLList}; -static memberinfo_t _XMLList_nodeKind = {MEMBER_METHOD, 0x01, "nodeKind", &_String}; -static memberinfo_t _XMLList_elements = {MEMBER_METHOD, 0x01, "elements", &_XMLList}; -static memberinfo_t _XMLList_insertChildAfter = {MEMBER_METHOD, 0x01, "insertChildAfter", 0}; -static memberinfo_t _XMLList_addNamespace = {MEMBER_METHOD, 0x01, "addNamespace", &_XML}; -static memberinfo_t _XMLList_comments = {MEMBER_METHOD, 0x01, "comments", &_XMLList}; -static memberinfo_t _XMLList_removeNamespace = {MEMBER_METHOD, 0x01, "removeNamespace", &_XML}; -static memberinfo_t _XMLList_children = {MEMBER_METHOD, 0x01, "children", &_XMLList}; -static classinfo_t _int = {0x16, 0x0b, "", "int", 0, &_Object, interfaces:{0}}; -static memberinfo_t _int_toPrecision = {MEMBER_METHOD, 0x01, "toPrecision", &_String}; -static memberinfo_t _int_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_int}; -static memberinfo_t _int_toFixed = {MEMBER_METHOD, 0x01, "toFixed", &_String}; -static memberinfo_t _int_toExponential = {MEMBER_METHOD, 0x01, "toExponential", &_String}; -static memberinfo_t _int_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _int_MIN_VALUE = {MEMBER_SLOT, 0x09, "MIN_VALUE", 0}; -static memberinfo_t _int_length = {MEMBER_SLOT, 0x09, "length", 0}; -static memberinfo_t _int_MAX_VALUE = {MEMBER_SLOT, 0x09, "MAX_VALUE", 0}; -static classinfo_t _uint = {0x16, 0x0b, "", "uint", 0, &_Object, interfaces:{0}}; -static memberinfo_t _uint_toPrecision = {MEMBER_METHOD, 0x01, "toPrecision", &_String}; -static memberinfo_t _uint_valueOf = {MEMBER_METHOD, 0x01, "valueOf", &_uint}; -static memberinfo_t _uint_toFixed = {MEMBER_METHOD, 0x01, "toFixed", &_String}; -static memberinfo_t _uint_toExponential = {MEMBER_METHOD, 0x01, "toExponential", &_String}; -static memberinfo_t _uint_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t _uint_MIN_VALUE = {MEMBER_SLOT, 0x09, "MIN_VALUE", 0}; -static memberinfo_t _uint_length = {MEMBER_SLOT, 0x09, "length", 0}; -static memberinfo_t _uint_MAX_VALUE = {MEMBER_SLOT, 0x09, "MAX_VALUE", 0}; -static classinfo_t adobe_utils_CustomActions = {0x16, 0x0b, "adobe.utils", "CustomActions", 0, &_Object, interfaces:{0}}; -static classinfo_t adobe_utils_ProductManager = {0x16, 0x0b, "adobe.utils", "ProductManager", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t adobe_utils_ProductManager_launch = {MEMBER_METHOD, 0x01, "launch", &_Boolean}; -static memberinfo_t adobe_utils_ProductManager_download = {MEMBER_METHOD, 0x01, "download", &_Boolean}; -static memberinfo_t adobe_utils_ProductManager_installed = {MEMBER_SLOT, 0x01, "installed", 0}; -static memberinfo_t adobe_utils_ProductManager_installedVersion = {MEMBER_SLOT, 0x01, "installedVersion", 0}; -static memberinfo_t adobe_utils_ProductManager_running = {MEMBER_SLOT, 0x01, "running", 0}; -static classinfo_t adobe_utils_XMLUI = {0x16, 0x0b, "adobe.utils", "XMLUI", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_accessibility_Accessibility = {0x16, 0x0b, "flash.accessibility", "Accessibility", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_accessibility_AccessibilityImplementation = {0x16, 0x09, "flash.accessibility", "AccessibilityImplementation", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accValue = {MEMBER_METHOD, 0x01, "get_accValue", &_String}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accFocus = {MEMBER_METHOD, 0x01, "get_accFocus", &_uint}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accName = {MEMBER_METHOD, 0x01, "get_accName", &_String}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_errno = {MEMBER_SLOT, 0x01, "errno", 0}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accDoDefaultAction = {MEMBER_METHOD, 0x01, "accDoDefaultAction", 0}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accRole = {MEMBER_METHOD, 0x01, "get_accRole", &_uint}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_getChildIDArray = {MEMBER_METHOD, 0x01, "getChildIDArray", &_Array}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accSelection = {MEMBER_METHOD, 0x01, "get_accSelection", &_Array}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_stub = {MEMBER_SLOT, 0x01, "stub", 0}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accLocation = {MEMBER_METHOD, 0x01, "accLocation", 0}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_isLabeledBy = {MEMBER_METHOD, 0x01, "isLabeledBy", &_Boolean}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accState = {MEMBER_METHOD, 0x01, "get_accState", &_uint}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_accSelect = {MEMBER_METHOD, 0x01, "accSelect", 0}; -static memberinfo_t flash_accessibility_AccessibilityImplementation_get_accDefaultAction = {MEMBER_METHOD, 0x01, "get_accDefaultAction", &_String}; -static classinfo_t flash_accessibility_AccessibilityProperties = {0x16, 0x09, "flash.accessibility", "AccessibilityProperties", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_accessibility_AccessibilityProperties_shortcut = {MEMBER_SLOT, 0x01, "shortcut", 0}; -static memberinfo_t flash_accessibility_AccessibilityProperties_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_accessibility_AccessibilityProperties_silent = {MEMBER_SLOT, 0x01, "silent", 0}; -static memberinfo_t flash_accessibility_AccessibilityProperties_description = {MEMBER_SLOT, 0x01, "description", 0}; -static memberinfo_t flash_accessibility_AccessibilityProperties_forceSimple = {MEMBER_SLOT, 0x01, "forceSimple", 0}; -static memberinfo_t flash_accessibility_AccessibilityProperties_noAutoLabeling = {MEMBER_SLOT, 0x01, "noAutoLabeling", 0}; -static classinfo_t flash_display_AVM1Movie = {0x16, 0x09, "flash.display", "AVM1Movie", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_display_AVM1Movie_addCallback = {MEMBER_METHOD, 0x01, "addCallback", 0}; -static memberinfo_t flash_display_AVM1Movie_call = {MEMBER_METHOD, 0x01, "call", 0}; -static classinfo_t flash_display_ActionScriptVersion = {0x16, 0x0b, "flash.display", "ActionScriptVersion", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_Bitmap = {0x16, 0x09, "flash.display", "Bitmap", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_display_Bitmap_bitmapData = {MEMBER_SLOT, 0x01, "bitmapData", 0}; -static memberinfo_t flash_display_Bitmap_smoothing = {MEMBER_SLOT, 0x01, "smoothing", 0}; -static memberinfo_t flash_display_Bitmap_pixelSnapping = {MEMBER_SLOT, 0x01, "pixelSnapping", 0}; -static classinfo_t flash_display_BitmapData = {0x16, 0x09, "flash.display", "BitmapData", 0, &_Object, interfaces:{&flash_display_IBitmapDrawable, 0}}; -static memberinfo_t flash_display_BitmapData_copyPixels = {MEMBER_METHOD, 0x01, "copyPixels", 0}; -static memberinfo_t flash_display_BitmapData_setPixel = {MEMBER_METHOD, 0x01, "setPixel", 0}; -static memberinfo_t flash_display_BitmapData_hitTest = {MEMBER_METHOD, 0x01, "hitTest", &_Boolean}; -static memberinfo_t flash_display_BitmapData_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_display_BitmapData_colorTransform = {MEMBER_METHOD, 0x01, "colorTransform", 0}; -static memberinfo_t flash_display_BitmapData_draw = {MEMBER_METHOD, 0x01, "draw", 0}; -static memberinfo_t flash_display_BitmapData_applyFilter = {MEMBER_METHOD, 0x01, "applyFilter", 0}; -static memberinfo_t flash_display_BitmapData_fillRect = {MEMBER_METHOD, 0x01, "fillRect", 0}; -static memberinfo_t flash_display_BitmapData_getPixel = {MEMBER_METHOD, 0x01, "getPixel", &_uint}; -static memberinfo_t flash_display_BitmapData_generateFilterRect = {MEMBER_METHOD, 0x01, "generateFilterRect", &flash_geom_Rectangle}; -static memberinfo_t flash_display_BitmapData_transparent = {MEMBER_SLOT, 0x01, "transparent", 0}; -static memberinfo_t flash_display_BitmapData_unlock = {MEMBER_METHOD, 0x01, "unlock", 0}; -static memberinfo_t flash_display_BitmapData_scroll = {MEMBER_METHOD, 0x01, "scroll", 0}; -static memberinfo_t flash_display_BitmapData_copyChannel = {MEMBER_METHOD, 0x01, "copyChannel", 0}; -static memberinfo_t flash_display_BitmapData_pixelDissolve = {MEMBER_METHOD, 0x01, "pixelDissolve", &_int}; -static memberinfo_t flash_display_BitmapData_noise = {MEMBER_METHOD, 0x01, "noise", 0}; -static memberinfo_t flash_display_BitmapData_clone = {MEMBER_METHOD, 0x01, "clone", &flash_display_BitmapData}; -static memberinfo_t flash_display_BitmapData_getColorBoundsRect = {MEMBER_METHOD, 0x01, "getColorBoundsRect", &flash_geom_Rectangle}; -static memberinfo_t flash_display_BitmapData_dispose = {MEMBER_METHOD, 0x01, "dispose", 0}; -static memberinfo_t flash_display_BitmapData_floodFill = {MEMBER_METHOD, 0x01, "floodFill", 0}; -static memberinfo_t flash_display_BitmapData_setPixel32 = {MEMBER_METHOD, 0x01, "setPixel32", 0}; -static memberinfo_t flash_display_BitmapData_rect = {MEMBER_SLOT, 0x01, "rect", 0}; -static memberinfo_t flash_display_BitmapData_compare = {MEMBER_METHOD, 0x01, "compare", &_Object}; -static memberinfo_t flash_display_BitmapData_perlinNoise = {MEMBER_METHOD, 0x01, "perlinNoise", 0}; -static memberinfo_t flash_display_BitmapData_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_display_BitmapData_paletteMap = {MEMBER_METHOD, 0x01, "paletteMap", 0}; -static memberinfo_t flash_display_BitmapData_getPixels = {MEMBER_METHOD, 0x01, "getPixels", &flash_utils_ByteArray}; -static memberinfo_t flash_display_BitmapData_threshold = {MEMBER_METHOD, 0x01, "threshold", &_uint}; -static memberinfo_t flash_display_BitmapData_getPixel32 = {MEMBER_METHOD, 0x01, "getPixel32", &_uint}; -static memberinfo_t flash_display_BitmapData_lock = {MEMBER_METHOD, 0x01, "lock", 0}; -static memberinfo_t flash_display_BitmapData_setPixels = {MEMBER_METHOD, 0x01, "setPixels", 0}; -static memberinfo_t flash_display_BitmapData_merge = {MEMBER_METHOD, 0x01, "merge", 0}; -static classinfo_t flash_display_BitmapDataChannel = {0x16, 0x0b, "flash.display", "BitmapDataChannel", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_BlendMode = {0x16, 0x0b, "flash.display", "BlendMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_CapsStyle = {0x16, 0x0b, "flash.display", "CapsStyle", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_DisplayObject = {0x16, 0x09, "flash.display", "DisplayObject", 0, &flash_events_EventDispatcher, interfaces:{&flash_display_IBitmapDrawable, 0}}; -static memberinfo_t flash_display_DisplayObject_y = {MEMBER_SLOT, 0x01, "y", 0}; -static memberinfo_t flash_display_DisplayObject_transform = {MEMBER_SLOT, 0x01, "transform", 0}; -static memberinfo_t flash_display_DisplayObject_stage = {MEMBER_SLOT, 0x01, "stage", 0}; -static memberinfo_t flash_display_DisplayObject_localToGlobal = {MEMBER_METHOD, 0x01, "localToGlobal", &flash_geom_Point}; -static memberinfo_t flash_display_DisplayObject_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_display_DisplayObject_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_display_DisplayObject_blendMode = {MEMBER_SLOT, 0x01, "blendMode", 0}; -static memberinfo_t flash_display_DisplayObject_scale9Grid = {MEMBER_SLOT, 0x01, "scale9Grid", 0}; -static memberinfo_t flash_display_DisplayObject_scaleX = {MEMBER_SLOT, 0x01, "scaleX", 0}; -static memberinfo_t flash_display_DisplayObject_scaleY = {MEMBER_SLOT, 0x01, "scaleY", 0}; -static memberinfo_t flash_display_DisplayObject_accessibilityProperties = {MEMBER_SLOT, 0x01, "accessibilityProperties", 0}; -static memberinfo_t flash_display_DisplayObject_scrollRect = {MEMBER_SLOT, 0x01, "scrollRect", 0}; -static memberinfo_t flash_display_DisplayObject_cacheAsBitmap = {MEMBER_SLOT, 0x01, "cacheAsBitmap", 0}; -static memberinfo_t flash_display_DisplayObject_globalToLocal = {MEMBER_METHOD, 0x01, "globalToLocal", &flash_geom_Point}; -static memberinfo_t flash_display_DisplayObject_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_display_DisplayObject_parent = {MEMBER_SLOT, 0x01, "parent", 0}; -static memberinfo_t flash_display_DisplayObject_getBounds = {MEMBER_METHOD, 0x01, "getBounds", &flash_geom_Rectangle}; -static memberinfo_t flash_display_DisplayObject_opaqueBackground = {MEMBER_SLOT, 0x01, "opaqueBackground", 0}; -static memberinfo_t flash_display_DisplayObject_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_display_DisplayObject_hitTestPoint = {MEMBER_METHOD, 0x01, "hitTestPoint", &_Boolean}; -static memberinfo_t flash_display_DisplayObject_mouseX = {MEMBER_SLOT, 0x01, "mouseX", 0}; -static memberinfo_t flash_display_DisplayObject_mask = {MEMBER_SLOT, 0x01, "mask", 0}; -static memberinfo_t flash_display_DisplayObject_getRect = {MEMBER_METHOD, 0x01, "getRect", &flash_geom_Rectangle}; -static memberinfo_t flash_display_DisplayObject_mouseY = {MEMBER_SLOT, 0x01, "mouseY", 0}; -static memberinfo_t flash_display_DisplayObject_loaderInfo = {MEMBER_SLOT, 0x01, "loaderInfo", 0}; -static memberinfo_t flash_display_DisplayObject_root = {MEMBER_SLOT, 0x01, "root", 0}; -static memberinfo_t flash_display_DisplayObject_visible = {MEMBER_SLOT, 0x01, "visible", 0}; -static memberinfo_t flash_display_DisplayObject_hitTestObject = {MEMBER_METHOD, 0x01, "hitTestObject", &_Boolean}; -static memberinfo_t flash_display_DisplayObject_x = {MEMBER_SLOT, 0x01, "x", 0}; -static memberinfo_t flash_display_DisplayObject_filters = {MEMBER_SLOT, 0x01, "filters", 0}; -static memberinfo_t flash_display_DisplayObject_rotation = {MEMBER_SLOT, 0x01, "rotation", 0}; -static classinfo_t flash_display_DisplayObjectContainer = {0x16, 0x09, "flash.display", "DisplayObjectContainer", 0, &flash_display_InteractiveObject, interfaces:{0}}; -static memberinfo_t flash_display_DisplayObjectContainer_addChild = {MEMBER_METHOD, 0x01, "addChild", &flash_display_DisplayObject}; -static memberinfo_t flash_display_DisplayObjectContainer_getChildByName = {MEMBER_METHOD, 0x01, "getChildByName", &flash_display_DisplayObject}; -static memberinfo_t flash_display_DisplayObjectContainer_textSnapshot = {MEMBER_SLOT, 0x01, "textSnapshot", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_getChildIndex = {MEMBER_METHOD, 0x01, "getChildIndex", &_int}; -static memberinfo_t flash_display_DisplayObjectContainer_mouseChildren = {MEMBER_SLOT, 0x01, "mouseChildren", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_setChildIndex = {MEMBER_METHOD, 0x01, "setChildIndex", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_addChildAt = {MEMBER_METHOD, 0x01, "addChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_DisplayObjectContainer_contains = {MEMBER_METHOD, 0x01, "contains", &_Boolean}; -static memberinfo_t flash_display_DisplayObjectContainer_numChildren = {MEMBER_SLOT, 0x01, "numChildren", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_swapChildrenAt = {MEMBER_METHOD, 0x01, "swapChildrenAt", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_tabChildren = {MEMBER_SLOT, 0x01, "tabChildren", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_getChildAt = {MEMBER_METHOD, 0x01, "getChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_DisplayObjectContainer_swapChildren = {MEMBER_METHOD, 0x01, "swapChildren", 0}; -static memberinfo_t flash_display_DisplayObjectContainer_getObjectsUnderPoint = {MEMBER_METHOD, 0x01, "getObjectsUnderPoint", &_Array}; -static memberinfo_t flash_display_DisplayObjectContainer_removeChildAt = {MEMBER_METHOD, 0x01, "removeChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint = {MEMBER_METHOD, 0x01, "areInaccessibleObjectsUnderPoint", &_Boolean}; -static memberinfo_t flash_display_DisplayObjectContainer_removeChild = {MEMBER_METHOD, 0x01, "removeChild", &flash_display_DisplayObject}; -static classinfo_t flash_display_FrameLabel = {0x16, 0x0b, "flash.display", "FrameLabel", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_display_FrameLabel_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_display_FrameLabel_frame = {MEMBER_SLOT, 0x01, "frame", 0}; -static classinfo_t flash_display_GradientType = {0x16, 0x0b, "flash.display", "GradientType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_Graphics = {0x16, 0x0b, "flash.display", "Graphics", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_display_Graphics_drawRoundRectComplex = {MEMBER_METHOD, 0x01, "drawRoundRectComplex", 0}; -static memberinfo_t flash_display_Graphics_drawCircle = {MEMBER_METHOD, 0x01, "drawCircle", 0}; -static memberinfo_t flash_display_Graphics_drawRect = {MEMBER_METHOD, 0x01, "drawRect", 0}; -static memberinfo_t flash_display_Graphics_curveTo = {MEMBER_METHOD, 0x01, "curveTo", 0}; -static memberinfo_t flash_display_Graphics_beginFill = {MEMBER_METHOD, 0x01, "beginFill", 0}; -static memberinfo_t flash_display_Graphics_lineGradientStyle = {MEMBER_METHOD, 0x01, "lineGradientStyle", 0}; -static memberinfo_t flash_display_Graphics_drawRoundRect = {MEMBER_METHOD, 0x01, "drawRoundRect", 0}; -static memberinfo_t flash_display_Graphics_moveTo = {MEMBER_METHOD, 0x01, "moveTo", 0}; -static memberinfo_t flash_display_Graphics_clear = {MEMBER_METHOD, 0x01, "clear", 0}; -static memberinfo_t flash_display_Graphics_lineTo = {MEMBER_METHOD, 0x01, "lineTo", 0}; -static memberinfo_t flash_display_Graphics_drawEllipse = {MEMBER_METHOD, 0x01, "drawEllipse", 0}; -static memberinfo_t flash_display_Graphics_beginBitmapFill = {MEMBER_METHOD, 0x01, "beginBitmapFill", 0}; -static memberinfo_t flash_display_Graphics_beginGradientFill = {MEMBER_METHOD, 0x01, "beginGradientFill", 0}; -static memberinfo_t flash_display_Graphics_lineStyle = {MEMBER_METHOD, 0x01, "lineStyle", 0}; -static memberinfo_t flash_display_Graphics_endFill = {MEMBER_METHOD, 0x01, "endFill", 0}; -static classinfo_t flash_display_IBitmapDrawable = {0x16, 0x05, "flash.display", "IBitmapDrawable", 0, 0, {0}}; -static classinfo_t flash_display_InteractiveObject = {0x16, 0x09, "flash.display", "InteractiveObject", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_display_InteractiveObject_tabEnabled = {MEMBER_SLOT, 0x01, "tabEnabled", 0}; -static memberinfo_t flash_display_InteractiveObject_doubleClickEnabled = {MEMBER_SLOT, 0x01, "doubleClickEnabled", 0}; -static memberinfo_t flash_display_InteractiveObject_contextMenu = {MEMBER_SLOT, 0x01, "contextMenu", 0}; -static memberinfo_t flash_display_InteractiveObject_accessibilityImplementation = {MEMBER_SLOT, 0x01, "accessibilityImplementation", 0}; -static memberinfo_t flash_display_InteractiveObject_mouseEnabled = {MEMBER_SLOT, 0x01, "mouseEnabled", 0}; -static memberinfo_t flash_display_InteractiveObject_focusRect = {MEMBER_SLOT, 0x01, "focusRect", 0}; -static memberinfo_t flash_display_InteractiveObject_tabIndex = {MEMBER_SLOT, 0x01, "tabIndex", 0}; -static classinfo_t flash_display_InterpolationMethod = {0x16, 0x0b, "flash.display", "InterpolationMethod", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_JointStyle = {0x16, 0x0b, "flash.display", "JointStyle", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_LineScaleMode = {0x16, 0x0b, "flash.display", "LineScaleMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_Loader = {0x16, 0x09, "flash.display", "Loader", 0, &flash_display_DisplayObjectContainer, interfaces:{0}}; -static memberinfo_t flash_display_Loader_addChild = {MEMBER_METHOD, 0x01, "addChild", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Loader_unload = {MEMBER_METHOD, 0x01, "unload", 0}; -static memberinfo_t flash_display_Loader_setChildIndex = {MEMBER_METHOD, 0x01, "setChildIndex", 0}; -static memberinfo_t flash_display_Loader_loadBytes = {MEMBER_METHOD, 0x01, "loadBytes", 0}; -static memberinfo_t flash_display_Loader_removeChildAt = {MEMBER_METHOD, 0x01, "removeChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Loader_content = {MEMBER_SLOT, 0x01, "content", 0}; -static memberinfo_t flash_display_Loader_addChildAt = {MEMBER_METHOD, 0x01, "addChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Loader_contentLoaderInfo = {MEMBER_SLOT, 0x01, "contentLoaderInfo", 0}; -static memberinfo_t flash_display_Loader_load = {MEMBER_METHOD, 0x01, "load", 0}; -static memberinfo_t flash_display_Loader_removeChild = {MEMBER_METHOD, 0x01, "removeChild", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Loader_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_display_LoaderInfo = {0x16, 0x09, "flash.display", "LoaderInfo", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_display_LoaderInfo_dispatchEvent = {MEMBER_METHOD, 0x01, "dispatchEvent", &_Boolean}; -static memberinfo_t flash_display_LoaderInfo_bytesLoaded = {MEMBER_SLOT, 0x01, "bytesLoaded", 0}; -static memberinfo_t flash_display_LoaderInfo_contentType = {MEMBER_SLOT, 0x01, "contentType", 0}; -static memberinfo_t flash_display_LoaderInfo_childAllowsParent = {MEMBER_SLOT, 0x01, "childAllowsParent", 0}; -static memberinfo_t flash_display_LoaderInfo_bytesTotal = {MEMBER_SLOT, 0x01, "bytesTotal", 0}; -static memberinfo_t flash_display_LoaderInfo_loader = {MEMBER_SLOT, 0x01, "loader", 0}; -static memberinfo_t flash_display_LoaderInfo_loaderURL = {MEMBER_SLOT, 0x01, "loaderURL", 0}; -static memberinfo_t flash_display_LoaderInfo_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_display_LoaderInfo_sameDomain = {MEMBER_SLOT, 0x01, "sameDomain", 0}; -static memberinfo_t flash_display_LoaderInfo_sharedEvents = {MEMBER_SLOT, 0x01, "sharedEvents", 0}; -static memberinfo_t flash_display_LoaderInfo_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_display_LoaderInfo_parentAllowsChild = {MEMBER_SLOT, 0x01, "parentAllowsChild", 0}; -static memberinfo_t flash_display_LoaderInfo_parameters = {MEMBER_SLOT, 0x01, "parameters", 0}; -static memberinfo_t flash_display_LoaderInfo_frameRate = {MEMBER_SLOT, 0x01, "frameRate", 0}; -static memberinfo_t flash_display_LoaderInfo_url = {MEMBER_SLOT, 0x01, "url", 0}; -static memberinfo_t flash_display_LoaderInfo_swfVersion = {MEMBER_SLOT, 0x01, "swfVersion", 0}; -static memberinfo_t flash_display_LoaderInfo_actionScriptVersion = {MEMBER_SLOT, 0x01, "actionScriptVersion", 0}; -static memberinfo_t flash_display_LoaderInfo_content = {MEMBER_SLOT, 0x01, "content", 0}; -static memberinfo_t flash_display_LoaderInfo_applicationDomain = {MEMBER_SLOT, 0x01, "applicationDomain", 0}; -static classinfo_t flash_display_MorphShape = {0x16, 0x0b, "flash.display", "MorphShape", 0, &flash_display_DisplayObject, interfaces:{0}}; -static classinfo_t flash_display_MovieClip = {0x16, 0x08, "flash.display", "MovieClip", 0, &flash_display_Sprite, interfaces:{0}}; -static memberinfo_t flash_display_MovieClip_currentLabels = {MEMBER_SLOT, 0x01, "currentLabels", 0}; -static memberinfo_t flash_display_MovieClip_stop = {MEMBER_METHOD, 0x01, "stop", 0}; -static memberinfo_t flash_display_MovieClip_currentLabel = {MEMBER_SLOT, 0x01, "currentLabel", 0}; -static memberinfo_t flash_display_MovieClip_totalFrames = {MEMBER_SLOT, 0x01, "totalFrames", 0}; -static memberinfo_t flash_display_MovieClip_prevScene = {MEMBER_METHOD, 0x01, "prevScene", 0}; -static memberinfo_t flash_display_MovieClip_play = {MEMBER_METHOD, 0x01, "play", 0}; -static memberinfo_t flash_display_MovieClip_addFrameScript = {MEMBER_METHOD, 0x01, "addFrameScript", 0}; -static memberinfo_t flash_display_MovieClip_nextFrame = {MEMBER_METHOD, 0x01, "nextFrame", 0}; -static memberinfo_t flash_display_MovieClip_enabled = {MEMBER_SLOT, 0x01, "enabled", 0}; -static memberinfo_t flash_display_MovieClip_framesLoaded = {MEMBER_SLOT, 0x01, "framesLoaded", 0}; -static memberinfo_t flash_display_MovieClip_scenes = {MEMBER_SLOT, 0x01, "scenes", 0}; -static memberinfo_t flash_display_MovieClip_nextScene = {MEMBER_METHOD, 0x01, "nextScene", 0}; -static memberinfo_t flash_display_MovieClip_currentFrame = {MEMBER_SLOT, 0x01, "currentFrame", 0}; -static memberinfo_t flash_display_MovieClip_gotoAndStop = {MEMBER_METHOD, 0x01, "gotoAndStop", 0}; -static memberinfo_t flash_display_MovieClip_currentScene = {MEMBER_SLOT, 0x01, "currentScene", 0}; -static memberinfo_t flash_display_MovieClip_trackAsMenu = {MEMBER_SLOT, 0x01, "trackAsMenu", 0}; -static memberinfo_t flash_display_MovieClip_gotoAndPlay = {MEMBER_METHOD, 0x01, "gotoAndPlay", 0}; -static memberinfo_t flash_display_MovieClip_prevFrame = {MEMBER_METHOD, 0x01, "prevFrame", 0}; -static classinfo_t flash_display_PixelSnapping = {0x16, 0x0b, "flash.display", "PixelSnapping", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_SWFVersion = {0x16, 0x0b, "flash.display", "SWFVersion", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_Scene = {0x16, 0x0b, "flash.display", "Scene", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_display_Scene_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_display_Scene_numFrames = {MEMBER_SLOT, 0x01, "numFrames", 0}; -static memberinfo_t flash_display_Scene_labels = {MEMBER_SLOT, 0x01, "labels", 0}; -static classinfo_t flash_display_Shape = {0x16, 0x09, "flash.display", "Shape", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_display_Shape_graphics = {MEMBER_SLOT, 0x01, "graphics", 0}; -static classinfo_t flash_display_SimpleButton = {0x16, 0x09, "flash.display", "SimpleButton", 0, &flash_display_InteractiveObject, interfaces:{0}}; -static memberinfo_t flash_display_SimpleButton_enabled = {MEMBER_SLOT, 0x01, "enabled", 0}; -static memberinfo_t flash_display_SimpleButton_useHandCursor = {MEMBER_SLOT, 0x01, "useHandCursor", 0}; -static memberinfo_t flash_display_SimpleButton_overState = {MEMBER_SLOT, 0x01, "overState", 0}; -static memberinfo_t flash_display_SimpleButton_soundTransform = {MEMBER_SLOT, 0x01, "soundTransform", 0}; -static memberinfo_t flash_display_SimpleButton_downState = {MEMBER_SLOT, 0x01, "downState", 0}; -static memberinfo_t flash_display_SimpleButton_trackAsMenu = {MEMBER_SLOT, 0x01, "trackAsMenu", 0}; -static memberinfo_t flash_display_SimpleButton_upState = {MEMBER_SLOT, 0x01, "upState", 0}; -static memberinfo_t flash_display_SimpleButton_hitTestState = {MEMBER_SLOT, 0x01, "hitTestState", 0}; -static classinfo_t flash_display_SpreadMethod = {0x16, 0x0b, "flash.display", "SpreadMethod", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_Sprite = {0x16, 0x09, "flash.display", "Sprite", 0, &flash_display_DisplayObjectContainer, interfaces:{0}}; -static memberinfo_t flash_display_Sprite_soundTransform = {MEMBER_SLOT, 0x01, "soundTransform", 0}; -static memberinfo_t flash_display_Sprite_useHandCursor = {MEMBER_SLOT, 0x01, "useHandCursor", 0}; -static memberinfo_t flash_display_Sprite_stopDrag = {MEMBER_METHOD, 0x01, "stopDrag", 0}; -static memberinfo_t flash_display_Sprite_dropTarget = {MEMBER_SLOT, 0x01, "dropTarget", 0}; -static memberinfo_t flash_display_Sprite_hitArea = {MEMBER_SLOT, 0x01, "hitArea", 0}; -static memberinfo_t flash_display_Sprite_graphics = {MEMBER_SLOT, 0x01, "graphics", 0}; -static memberinfo_t flash_display_Sprite_startDrag = {MEMBER_METHOD, 0x01, "startDrag", 0}; -static memberinfo_t flash_display_Sprite_buttonMode = {MEMBER_SLOT, 0x01, "buttonMode", 0}; -static classinfo_t flash_display_Stage = {0x16, 0x09, "flash.display", "Stage", 0, &flash_display_DisplayObjectContainer, interfaces:{0}}; -static memberinfo_t flash_display_Stage_addChild = {MEMBER_METHOD, 0x01, "addChild", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Stage_align = {MEMBER_SLOT, 0x01, "align", 0}; -static memberinfo_t flash_display_Stage_stageFocusRect = {MEMBER_SLOT, 0x01, "stageFocusRect", 0}; -static memberinfo_t flash_display_Stage_scaleMode = {MEMBER_SLOT, 0x01, "scaleMode", 0}; -static memberinfo_t flash_display_Stage_textSnapshot = {MEMBER_SLOT, 0x01, "textSnapshot", 0}; -static memberinfo_t flash_display_Stage_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_display_Stage_setChildIndex = {MEMBER_METHOD, 0x01, "setChildIndex", 0}; -static memberinfo_t flash_display_Stage_showDefaultContextMenu = {MEMBER_SLOT, 0x01, "showDefaultContextMenu", 0}; -static memberinfo_t flash_display_Stage_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static memberinfo_t flash_display_Stage_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_display_Stage_blendMode = {MEMBER_SLOT, 0x01, "blendMode", 0}; -static memberinfo_t flash_display_Stage_scale9Grid = {MEMBER_SLOT, 0x01, "scale9Grid", 0}; -static memberinfo_t flash_display_Stage_invalidate = {MEMBER_METHOD, 0x01, "invalidate", 0}; -static memberinfo_t flash_display_Stage_accessibilityImplementation = {MEMBER_SLOT, 0x01, "accessibilityImplementation", 0}; -static memberinfo_t flash_display_Stage_accessibilityProperties = {MEMBER_SLOT, 0x01, "accessibilityProperties", 0}; -static memberinfo_t flash_display_Stage_cacheAsBitmap = {MEMBER_SLOT, 0x01, "cacheAsBitmap", 0}; -static memberinfo_t flash_display_Stage_dispatchEvent = {MEMBER_METHOD, 0x01, "dispatchEvent", &_Boolean}; -static memberinfo_t flash_display_Stage_removeChildAt = {MEMBER_METHOD, 0x01, "removeChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Stage_addEventListener = {MEMBER_METHOD, 0x01, "addEventListener", 0}; -static memberinfo_t flash_display_Stage_contextMenu = {MEMBER_SLOT, 0x01, "contextMenu", 0}; -static memberinfo_t flash_display_Stage_opaqueBackground = {MEMBER_SLOT, 0x01, "opaqueBackground", 0}; -static memberinfo_t flash_display_Stage_tabChildren = {MEMBER_SLOT, 0x01, "tabChildren", 0}; -static memberinfo_t flash_display_Stage_stageWidth = {MEMBER_SLOT, 0x01, "stageWidth", 0}; -static memberinfo_t flash_display_Stage_tabIndex = {MEMBER_SLOT, 0x01, "tabIndex", 0}; -static memberinfo_t flash_display_Stage_swapChildrenAt = {MEMBER_METHOD, 0x01, "swapChildrenAt", 0}; -static memberinfo_t flash_display_Stage_stageHeight = {MEMBER_SLOT, 0x01, "stageHeight", 0}; -static memberinfo_t flash_display_Stage_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_display_Stage_willTrigger = {MEMBER_METHOD, 0x01, "willTrigger", &_Boolean}; -static memberinfo_t flash_display_Stage_addChildAt = {MEMBER_METHOD, 0x01, "addChildAt", &flash_display_DisplayObject}; -static memberinfo_t flash_display_Stage_mouseChildren = {MEMBER_SLOT, 0x01, "mouseChildren", 0}; -static memberinfo_t flash_display_Stage_isFocusInaccessible = {MEMBER_METHOD, 0x01, "isFocusInaccessible", &_Boolean}; -static memberinfo_t flash_display_Stage_scaleX = {MEMBER_SLOT, 0x01, "scaleX", 0}; -static memberinfo_t flash_display_Stage_scaleY = {MEMBER_SLOT, 0x01, "scaleY", 0}; -static memberinfo_t flash_display_Stage_scrollRect = {MEMBER_SLOT, 0x01, "scrollRect", 0}; -static memberinfo_t flash_display_Stage_numChildren = {MEMBER_SLOT, 0x01, "numChildren", 0}; -static memberinfo_t flash_display_Stage_focus = {MEMBER_SLOT, 0x01, "focus", 0}; -static memberinfo_t flash_display_Stage_focusRect = {MEMBER_SLOT, 0x01, "focusRect", 0}; -static memberinfo_t flash_display_Stage_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_display_Stage_mouseEnabled = {MEMBER_SLOT, 0x01, "mouseEnabled", 0}; -static memberinfo_t flash_display_Stage_mask = {MEMBER_SLOT, 0x01, "mask", 0}; -static memberinfo_t flash_display_Stage_frameRate = {MEMBER_SLOT, 0x01, "frameRate", 0}; -static memberinfo_t flash_display_Stage_transform = {MEMBER_SLOT, 0x01, "transform", 0}; -static memberinfo_t flash_display_Stage_visible = {MEMBER_SLOT, 0x01, "visible", 0}; -static memberinfo_t flash_display_Stage_tabEnabled = {MEMBER_SLOT, 0x01, "tabEnabled", 0}; -static memberinfo_t flash_display_Stage_x = {MEMBER_SLOT, 0x01, "x", 0}; -static memberinfo_t flash_display_Stage_y = {MEMBER_SLOT, 0x01, "y", 0}; -static memberinfo_t flash_display_Stage_hasEventListener = {MEMBER_METHOD, 0x01, "hasEventListener", &_Boolean}; -static memberinfo_t flash_display_Stage_filters = {MEMBER_SLOT, 0x01, "filters", 0}; -static memberinfo_t flash_display_Stage_rotation = {MEMBER_SLOT, 0x01, "rotation", 0}; -static classinfo_t flash_display_StageAlign = {0x16, 0x0b, "flash.display", "StageAlign", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_StageQuality = {0x16, 0x0b, "flash.display", "StageQuality", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_display_StageScaleMode = {0x16, 0x0b, "flash.display", "StageScaleMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_errors_EOFError = {0x16, 0x08, "flash.errors", "EOFError", 0, &flash_errors_IOError, interfaces:{0}}; -static classinfo_t flash_errors_IOError = {0x16, 0x08, "flash.errors", "IOError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_errors_IllegalOperationError = {0x16, 0x08, "flash.errors", "IllegalOperationError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_errors_InvalidSWFError = {0x16, 0x08, "flash.errors", "InvalidSWFError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_errors_MemoryError = {0x16, 0x08, "flash.errors", "MemoryError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_errors_ScriptTimeoutError = {0x16, 0x08, "flash.errors", "ScriptTimeoutError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_errors_StackOverflowError = {0x16, 0x08, "flash.errors", "StackOverflowError", 0, &_Error, interfaces:{0}}; -static classinfo_t flash_events_ActivityEvent = {0x16, 0x09, "flash.events", "ActivityEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_ActivityEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_ActivityEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_ActivityEvent_activating = {MEMBER_SLOT, 0x01, "activating", 0}; -static memberinfo_t flash_events_ActivityEvent_ACTIVITY = {MEMBER_SLOT, 0x09, "ACTIVITY", 0}; -static classinfo_t flash_events_AsyncErrorEvent = {0x16, 0x09, "flash.events", "AsyncErrorEvent", 0, &flash_events_ErrorEvent, interfaces:{0}}; -static memberinfo_t flash_events_AsyncErrorEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_AsyncErrorEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_AsyncErrorEvent_error = {MEMBER_SLOT, 0x01, "error", 0}; -static memberinfo_t flash_events_AsyncErrorEvent_ASYNC_ERROR = {MEMBER_SLOT, 0x09, "ASYNC_ERROR", 0}; -static classinfo_t flash_events_ContextMenuEvent = {0x16, 0x09, "flash.events", "ContextMenuEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_ContextMenuEvent_contextMenuOwner = {MEMBER_SLOT, 0x01, "contextMenuOwner", 0}; -static memberinfo_t flash_events_ContextMenuEvent_mouseTarget = {MEMBER_SLOT, 0x01, "mouseTarget", 0}; -static memberinfo_t flash_events_ContextMenuEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_ContextMenuEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_ContextMenuEvent_MENU_ITEM_SELECT = {MEMBER_SLOT, 0x09, "MENU_ITEM_SELECT", 0}; -static memberinfo_t flash_events_ContextMenuEvent_MENU_SELECT = {MEMBER_SLOT, 0x09, "MENU_SELECT", 0}; -static classinfo_t flash_events_DataEvent = {0x16, 0x09, "flash.events", "DataEvent", 0, &flash_events_TextEvent, interfaces:{0}}; -static memberinfo_t flash_events_DataEvent_data = {MEMBER_SLOT, 0x01, "data", 0}; -static memberinfo_t flash_events_DataEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_DataEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_DataEvent_DATA = {MEMBER_SLOT, 0x09, "DATA", 0}; -static classinfo_t flash_events_ErrorEvent = {0x16, 0x09, "flash.events", "ErrorEvent", 0, &flash_events_TextEvent, interfaces:{0}}; -static memberinfo_t flash_events_ErrorEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_ErrorEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_ErrorEvent_ERROR = {MEMBER_SLOT, 0x09, "ERROR", 0}; -static classinfo_t flash_events_Event = {0x16, 0x09, "flash.events", "Event", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_events_Event_isDefaultPrevented = {MEMBER_METHOD, 0x01, "isDefaultPrevented", &_Boolean}; -static memberinfo_t flash_events_Event_formatToString = {MEMBER_METHOD, 0x01, "formatToString", &_String}; -static memberinfo_t flash_events_Event_stopImmediatePropagation = {MEMBER_METHOD, 0x01, "stopImmediatePropagation", 0}; -static memberinfo_t flash_events_Event_eventPhase = {MEMBER_SLOT, 0x01, "eventPhase", 0}; -static memberinfo_t flash_events_Event_preventDefault = {MEMBER_METHOD, 0x01, "preventDefault", 0}; -static memberinfo_t flash_events_Event_currentTarget = {MEMBER_SLOT, 0x01, "currentTarget", 0}; -static memberinfo_t flash_events_Event_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_Event_bubbles = {MEMBER_SLOT, 0x01, "bubbles", 0}; -static memberinfo_t flash_events_Event_target = {MEMBER_SLOT, 0x01, "target", 0}; -static memberinfo_t flash_events_Event_cancelable = {MEMBER_SLOT, 0x01, "cancelable", 0}; -static memberinfo_t flash_events_Event_stopPropagation = {MEMBER_METHOD, 0x01, "stopPropagation", 0}; -static memberinfo_t flash_events_Event_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_events_Event_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_Event_CANCEL = {MEMBER_SLOT, 0x09, "CANCEL", 0}; -static memberinfo_t flash_events_Event_RESIZE = {MEMBER_SLOT, 0x09, "RESIZE", 0}; -static memberinfo_t flash_events_Event_ENTER_FRAME = {MEMBER_SLOT, 0x09, "ENTER_FRAME", 0}; -static memberinfo_t flash_events_Event_REMOVED = {MEMBER_SLOT, 0x09, "REMOVED", 0}; -static memberinfo_t flash_events_Event_SOUND_COMPLETE = {MEMBER_SLOT, 0x09, "SOUND_COMPLETE", 0}; -static memberinfo_t flash_events_Event_CONNECT = {MEMBER_SLOT, 0x09, "CONNECT", 0}; -static memberinfo_t flash_events_Event_SCROLL = {MEMBER_SLOT, 0x09, "SCROLL", 0}; -static memberinfo_t flash_events_Event_INIT = {MEMBER_SLOT, 0x09, "INIT", 0}; -static memberinfo_t flash_events_Event_OPEN = {MEMBER_SLOT, 0x09, "OPEN", 0}; -static memberinfo_t flash_events_Event_RENDER = {MEMBER_SLOT, 0x09, "RENDER", 0}; -static memberinfo_t flash_events_Event_UNLOAD = {MEMBER_SLOT, 0x09, "UNLOAD", 0}; -static memberinfo_t flash_events_Event_CLOSE = {MEMBER_SLOT, 0x09, "CLOSE", 0}; -static memberinfo_t flash_events_Event_MOUSE_LEAVE = {MEMBER_SLOT, 0x09, "MOUSE_LEAVE", 0}; -static memberinfo_t flash_events_Event_TAB_ENABLED_CHANGE = {MEMBER_SLOT, 0x09, "TAB_ENABLED_CHANGE", 0}; -static memberinfo_t flash_events_Event_ADDED = {MEMBER_SLOT, 0x09, "ADDED", 0}; -static memberinfo_t flash_events_Event_TAB_CHILDREN_CHANGE = {MEMBER_SLOT, 0x09, "TAB_CHILDREN_CHANGE", 0}; -static memberinfo_t flash_events_Event_TAB_INDEX_CHANGE = {MEMBER_SLOT, 0x09, "TAB_INDEX_CHANGE", 0}; -static memberinfo_t flash_events_Event_ACTIVATE = {MEMBER_SLOT, 0x09, "ACTIVATE", 0}; -static memberinfo_t flash_events_Event_DEACTIVATE = {MEMBER_SLOT, 0x09, "DEACTIVATE", 0}; -static memberinfo_t flash_events_Event_CHANGE = {MEMBER_SLOT, 0x09, "CHANGE", 0}; -static memberinfo_t flash_events_Event_ID3 = {MEMBER_SLOT, 0x09, "ID3", 0}; -static memberinfo_t flash_events_Event_COMPLETE = {MEMBER_SLOT, 0x09, "COMPLETE", 0}; -static memberinfo_t flash_events_Event_SELECT = {MEMBER_SLOT, 0x09, "SELECT", 0}; -static classinfo_t flash_events_EventDispatcher = {0x16, 0x09, "flash.events", "EventDispatcher", 0, &_Object, interfaces:{&flash_events_IEventDispatcher, 0}}; -static memberinfo_t flash_events_EventDispatcher_dispatchEvent = {MEMBER_METHOD, 0x01, "dispatchEvent", &_Boolean}; -static memberinfo_t flash_events_EventDispatcher_willTrigger = {MEMBER_METHOD, 0x01, "willTrigger", &_Boolean}; -static memberinfo_t flash_events_EventDispatcher_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_EventDispatcher_removeEventListener = {MEMBER_METHOD, 0x01, "removeEventListener", 0}; -static memberinfo_t flash_events_EventDispatcher_hasEventListener = {MEMBER_METHOD, 0x01, "hasEventListener", &_Boolean}; -static memberinfo_t flash_events_EventDispatcher_addEventListener = {MEMBER_METHOD, 0x01, "addEventListener", 0}; -static classinfo_t flash_events_EventPhase = {0x16, 0x0b, "flash.events", "EventPhase", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_events_FocusEvent = {0x16, 0x09, "flash.events", "FocusEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_FocusEvent_shiftKey = {MEMBER_SLOT, 0x01, "shiftKey", 0}; -static memberinfo_t flash_events_FocusEvent_relatedObject = {MEMBER_SLOT, 0x01, "relatedObject", 0}; -static memberinfo_t flash_events_FocusEvent_keyCode = {MEMBER_SLOT, 0x01, "keyCode", 0}; -static memberinfo_t flash_events_FocusEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_FocusEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_FocusEvent_MOUSE_FOCUS_CHANGE = {MEMBER_SLOT, 0x09, "MOUSE_FOCUS_CHANGE", 0}; -static memberinfo_t flash_events_FocusEvent_FOCUS_OUT = {MEMBER_SLOT, 0x09, "FOCUS_OUT", 0}; -static memberinfo_t flash_events_FocusEvent_KEY_FOCUS_CHANGE = {MEMBER_SLOT, 0x09, "KEY_FOCUS_CHANGE", 0}; -static memberinfo_t flash_events_FocusEvent_FOCUS_IN = {MEMBER_SLOT, 0x09, "FOCUS_IN", 0}; -static classinfo_t flash_events_HTTPStatusEvent = {0x16, 0x09, "flash.events", "HTTPStatusEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_HTTPStatusEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_HTTPStatusEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_HTTPStatusEvent_status = {MEMBER_SLOT, 0x01, "status", 0}; -static memberinfo_t flash_events_HTTPStatusEvent_HTTP_STATUS = {MEMBER_SLOT, 0x09, "HTTP_STATUS", 0}; -static classinfo_t flash_events_IEventDispatcher = {0x16, 0x05, "flash.events", "IEventDispatcher", 0, 0, {0}}; -static memberinfo_t flash_events_IEventDispatcher_dispatchEvent = {MEMBER_METHOD, 0x01, "dispatchEvent", &_Boolean}; -static memberinfo_t flash_events_IEventDispatcher_hasEventListener = {MEMBER_METHOD, 0x01, "hasEventListener", &_Boolean}; -static memberinfo_t flash_events_IEventDispatcher_willTrigger = {MEMBER_METHOD, 0x01, "willTrigger", &_Boolean}; -static memberinfo_t flash_events_IEventDispatcher_removeEventListener = {MEMBER_METHOD, 0x01, "removeEventListener", 0}; -static memberinfo_t flash_events_IEventDispatcher_addEventListener = {MEMBER_METHOD, 0x01, "addEventListener", 0}; -static classinfo_t flash_events_IMEEvent = {0x16, 0x09, "flash.events", "IMEEvent", 0, &flash_events_TextEvent, interfaces:{0}}; -static memberinfo_t flash_events_IMEEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_IMEEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_IMEEvent_IME_COMPOSITION = {MEMBER_SLOT, 0x09, "IME_COMPOSITION", 0}; -static classinfo_t flash_events_IOErrorEvent = {0x16, 0x09, "flash.events", "IOErrorEvent", 0, &flash_events_ErrorEvent, interfaces:{0}}; -static memberinfo_t flash_events_IOErrorEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_IOErrorEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_IOErrorEvent_DISK_ERROR = {MEMBER_SLOT, 0x09, "DISK_ERROR", 0}; -static memberinfo_t flash_events_IOErrorEvent_NETWORK_ERROR = {MEMBER_SLOT, 0x09, "NETWORK_ERROR", 0}; -static memberinfo_t flash_events_IOErrorEvent_VERIFY_ERROR = {MEMBER_SLOT, 0x09, "VERIFY_ERROR", 0}; -static memberinfo_t flash_events_IOErrorEvent_IO_ERROR = {MEMBER_SLOT, 0x09, "IO_ERROR", 0}; -static classinfo_t flash_events_KeyboardEvent = {0x16, 0x09, "flash.events", "KeyboardEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_KeyboardEvent_charCode = {MEMBER_SLOT, 0x01, "charCode", 0}; -static memberinfo_t flash_events_KeyboardEvent_keyLocation = {MEMBER_SLOT, 0x01, "keyLocation", 0}; -static memberinfo_t flash_events_KeyboardEvent_altKey = {MEMBER_SLOT, 0x01, "altKey", 0}; -static memberinfo_t flash_events_KeyboardEvent_shiftKey = {MEMBER_SLOT, 0x01, "shiftKey", 0}; -static memberinfo_t flash_events_KeyboardEvent_keyCode = {MEMBER_SLOT, 0x01, "keyCode", 0}; -static memberinfo_t flash_events_KeyboardEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_KeyboardEvent_updateAfterEvent = {MEMBER_METHOD, 0x01, "updateAfterEvent", 0}; -static memberinfo_t flash_events_KeyboardEvent_ctrlKey = {MEMBER_SLOT, 0x01, "ctrlKey", 0}; -static memberinfo_t flash_events_KeyboardEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_KeyboardEvent_KEY_DOWN = {MEMBER_SLOT, 0x09, "KEY_DOWN", 0}; -static memberinfo_t flash_events_KeyboardEvent_KEY_UP = {MEMBER_SLOT, 0x09, "KEY_UP", 0}; -static classinfo_t flash_events_MouseEvent = {0x16, 0x09, "flash.events", "MouseEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_MouseEvent_relatedObject = {MEMBER_SLOT, 0x01, "relatedObject", 0}; -static memberinfo_t flash_events_MouseEvent_localX = {MEMBER_SLOT, 0x01, "localX", 0}; -static memberinfo_t flash_events_MouseEvent_stageY = {MEMBER_SLOT, 0x01, "stageY", 0}; -static memberinfo_t flash_events_MouseEvent_localY = {MEMBER_SLOT, 0x01, "localY", 0}; -static memberinfo_t flash_events_MouseEvent_stageX = {MEMBER_SLOT, 0x01, "stageX", 0}; -static memberinfo_t flash_events_MouseEvent_delta = {MEMBER_SLOT, 0x01, "delta", 0}; -static memberinfo_t flash_events_MouseEvent_updateAfterEvent = {MEMBER_METHOD, 0x01, "updateAfterEvent", 0}; -static memberinfo_t flash_events_MouseEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_MouseEvent_ctrlKey = {MEMBER_SLOT, 0x01, "ctrlKey", 0}; -static memberinfo_t flash_events_MouseEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_MouseEvent_buttonDown = {MEMBER_SLOT, 0x01, "buttonDown", 0}; -static memberinfo_t flash_events_MouseEvent_altKey = {MEMBER_SLOT, 0x01, "altKey", 0}; -static memberinfo_t flash_events_MouseEvent_shiftKey = {MEMBER_SLOT, 0x01, "shiftKey", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_WHEEL = {MEMBER_SLOT, 0x09, "MOUSE_WHEEL", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_MOVE = {MEMBER_SLOT, 0x09, "MOUSE_MOVE", 0}; -static memberinfo_t flash_events_MouseEvent_ROLL_OUT = {MEMBER_SLOT, 0x09, "ROLL_OUT", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_OVER = {MEMBER_SLOT, 0x09, "MOUSE_OVER", 0}; -static memberinfo_t flash_events_MouseEvent_CLICK = {MEMBER_SLOT, 0x09, "CLICK", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_OUT = {MEMBER_SLOT, 0x09, "MOUSE_OUT", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_UP = {MEMBER_SLOT, 0x09, "MOUSE_UP", 0}; -static memberinfo_t flash_events_MouseEvent_DOUBLE_CLICK = {MEMBER_SLOT, 0x09, "DOUBLE_CLICK", 0}; -static memberinfo_t flash_events_MouseEvent_MOUSE_DOWN = {MEMBER_SLOT, 0x09, "MOUSE_DOWN", 0}; -static memberinfo_t flash_events_MouseEvent_ROLL_OVER = {MEMBER_SLOT, 0x09, "ROLL_OVER", 0}; -static classinfo_t flash_events_NetFilterEvent = {0x16, 0x09, "flash.events", "NetFilterEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_NetFilterEvent_data = {MEMBER_SLOT, 0x01, "data", 0}; -static memberinfo_t flash_events_NetFilterEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_NetFilterEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_NetFilterEvent_header = {MEMBER_SLOT, 0x01, "header", 0}; -static classinfo_t flash_events_NetStatusEvent = {0x16, 0x09, "flash.events", "NetStatusEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_NetStatusEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_NetStatusEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_NetStatusEvent_info = {MEMBER_SLOT, 0x01, "info", 0}; -static memberinfo_t flash_events_NetStatusEvent_NET_STATUS = {MEMBER_SLOT, 0x09, "NET_STATUS", 0}; -static classinfo_t flash_events_ProgressEvent = {0x16, 0x09, "flash.events", "ProgressEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_ProgressEvent_bytesLoaded = {MEMBER_SLOT, 0x01, "bytesLoaded", 0}; -static memberinfo_t flash_events_ProgressEvent_bytesTotal = {MEMBER_SLOT, 0x01, "bytesTotal", 0}; -static memberinfo_t flash_events_ProgressEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_ProgressEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_ProgressEvent_PROGRESS = {MEMBER_SLOT, 0x09, "PROGRESS", 0}; -static memberinfo_t flash_events_ProgressEvent_SOCKET_DATA = {MEMBER_SLOT, 0x09, "SOCKET_DATA", 0}; -static classinfo_t flash_events_SecurityErrorEvent = {0x16, 0x09, "flash.events", "SecurityErrorEvent", 0, &flash_events_ErrorEvent, interfaces:{0}}; -static memberinfo_t flash_events_SecurityErrorEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_SecurityErrorEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_SecurityErrorEvent_SECURITY_ERROR = {MEMBER_SLOT, 0x09, "SECURITY_ERROR", 0}; -static classinfo_t flash_events_StatusEvent = {0x16, 0x09, "flash.events", "StatusEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_StatusEvent_level = {MEMBER_SLOT, 0x01, "level", 0}; -static memberinfo_t flash_events_StatusEvent_code = {MEMBER_SLOT, 0x01, "code", 0}; -static memberinfo_t flash_events_StatusEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_StatusEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_StatusEvent_STATUS = {MEMBER_SLOT, 0x09, "STATUS", 0}; -static classinfo_t flash_events_SyncEvent = {0x16, 0x09, "flash.events", "SyncEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_SyncEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_SyncEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_SyncEvent_changeList = {MEMBER_SLOT, 0x01, "changeList", 0}; -static memberinfo_t flash_events_SyncEvent_SYNC = {MEMBER_SLOT, 0x09, "SYNC", 0}; -static classinfo_t flash_events_TextEvent = {0x16, 0x09, "flash.events", "TextEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_TextEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_TextEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_TextEvent_text = {MEMBER_SLOT, 0x01, "text", 0}; -static memberinfo_t flash_events_TextEvent_TEXT_INPUT = {MEMBER_SLOT, 0x09, "TEXT_INPUT", 0}; -static memberinfo_t flash_events_TextEvent_LINK = {MEMBER_SLOT, 0x09, "LINK", 0}; -static classinfo_t flash_events_TimerEvent = {0x16, 0x09, "flash.events", "TimerEvent", 0, &flash_events_Event, interfaces:{0}}; -static memberinfo_t flash_events_TimerEvent_clone = {MEMBER_METHOD, 0x01, "clone", &flash_events_Event}; -static memberinfo_t flash_events_TimerEvent_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_events_TimerEvent_updateAfterEvent = {MEMBER_METHOD, 0x01, "updateAfterEvent", 0}; -static memberinfo_t flash_events_TimerEvent_TIMER_COMPLETE = {MEMBER_SLOT, 0x09, "TIMER_COMPLETE", 0}; -static memberinfo_t flash_events_TimerEvent_TIMER = {MEMBER_SLOT, 0x09, "TIMER", 0}; -static classinfo_t flash_external_ExternalInterface = {0x16, 0x0b, "flash.external", "ExternalInterface", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_filters_BevelFilter = {0x16, 0x0b, "flash.filters", "BevelFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_BevelFilter_strength = {MEMBER_SLOT, 0x01, "strength", 0}; -static memberinfo_t flash_filters_BevelFilter_shadowColor = {MEMBER_SLOT, 0x01, "shadowColor", 0}; -static memberinfo_t flash_filters_BevelFilter_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_filters_BevelFilter_highlightAlpha = {MEMBER_SLOT, 0x01, "highlightAlpha", 0}; -static memberinfo_t flash_filters_BevelFilter_highlightColor = {MEMBER_SLOT, 0x01, "highlightColor", 0}; -static memberinfo_t flash_filters_BevelFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_BevelFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_BevelFilter_angle = {MEMBER_SLOT, 0x01, "angle", 0}; -static memberinfo_t flash_filters_BevelFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static memberinfo_t flash_filters_BevelFilter_shadowAlpha = {MEMBER_SLOT, 0x01, "shadowAlpha", 0}; -static memberinfo_t flash_filters_BevelFilter_distance = {MEMBER_SLOT, 0x01, "distance", 0}; -static memberinfo_t flash_filters_BevelFilter_knockout = {MEMBER_SLOT, 0x01, "knockout", 0}; -static memberinfo_t flash_filters_BevelFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static classinfo_t flash_filters_BitmapFilter = {0x16, 0x09, "flash.filters", "BitmapFilter", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_filters_BitmapFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static classinfo_t flash_filters_BitmapFilterQuality = {0x16, 0x0b, "flash.filters", "BitmapFilterQuality", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_filters_BitmapFilterType = {0x16, 0x0b, "flash.filters", "BitmapFilterType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_filters_BlurFilter = {0x16, 0x0b, "flash.filters", "BlurFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_BlurFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_BlurFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_BlurFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static memberinfo_t flash_filters_BlurFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static classinfo_t flash_filters_ColorMatrixFilter = {0x16, 0x0b, "flash.filters", "ColorMatrixFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_ColorMatrixFilter_matrix = {MEMBER_SLOT, 0x01, "matrix", 0}; -static memberinfo_t flash_filters_ColorMatrixFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static classinfo_t flash_filters_ConvolutionFilter = {0x16, 0x09, "flash.filters", "ConvolutionFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_ConvolutionFilter_matrix = {MEMBER_SLOT, 0x01, "matrix", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_preserveAlpha = {MEMBER_SLOT, 0x01, "preserveAlpha", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_matrixX = {MEMBER_SLOT, 0x01, "matrixX", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_matrixY = {MEMBER_SLOT, 0x01, "matrixY", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_bias = {MEMBER_SLOT, 0x01, "bias", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_clamp = {MEMBER_SLOT, 0x01, "clamp", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_divisor = {MEMBER_SLOT, 0x01, "divisor", 0}; -static memberinfo_t flash_filters_ConvolutionFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static classinfo_t flash_filters_DisplacementMapFilter = {0x16, 0x0b, "flash.filters", "DisplacementMapFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_DisplacementMapFilter_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_scaleX = {MEMBER_SLOT, 0x01, "scaleX", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static memberinfo_t flash_filters_DisplacementMapFilter_scaleY = {MEMBER_SLOT, 0x01, "scaleY", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_mode = {MEMBER_SLOT, 0x01, "mode", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_mapPoint = {MEMBER_SLOT, 0x01, "mapPoint", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_mapBitmap = {MEMBER_SLOT, 0x01, "mapBitmap", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_componentX = {MEMBER_SLOT, 0x01, "componentX", 0}; -static memberinfo_t flash_filters_DisplacementMapFilter_componentY = {MEMBER_SLOT, 0x01, "componentY", 0}; -static classinfo_t flash_filters_DisplacementMapFilterMode = {0x16, 0x0b, "flash.filters", "DisplacementMapFilterMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_filters_DropShadowFilter = {0x16, 0x0b, "flash.filters", "DropShadowFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_DropShadowFilter_hideObject = {MEMBER_SLOT, 0x01, "hideObject", 0}; -static memberinfo_t flash_filters_DropShadowFilter_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_filters_DropShadowFilter_strength = {MEMBER_SLOT, 0x01, "strength", 0}; -static memberinfo_t flash_filters_DropShadowFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_DropShadowFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_DropShadowFilter_angle = {MEMBER_SLOT, 0x01, "angle", 0}; -static memberinfo_t flash_filters_DropShadowFilter_inner = {MEMBER_SLOT, 0x01, "inner", 0}; -static memberinfo_t flash_filters_DropShadowFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static memberinfo_t flash_filters_DropShadowFilter_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_filters_DropShadowFilter_distance = {MEMBER_SLOT, 0x01, "distance", 0}; -static memberinfo_t flash_filters_DropShadowFilter_knockout = {MEMBER_SLOT, 0x01, "knockout", 0}; -static memberinfo_t flash_filters_DropShadowFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static classinfo_t flash_filters_GlowFilter = {0x16, 0x0b, "flash.filters", "GlowFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_GlowFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_GlowFilter_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_filters_GlowFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_GlowFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static memberinfo_t flash_filters_GlowFilter_strength = {MEMBER_SLOT, 0x01, "strength", 0}; -static memberinfo_t flash_filters_GlowFilter_inner = {MEMBER_SLOT, 0x01, "inner", 0}; -static memberinfo_t flash_filters_GlowFilter_knockout = {MEMBER_SLOT, 0x01, "knockout", 0}; -static memberinfo_t flash_filters_GlowFilter_alpha = {MEMBER_SLOT, 0x01, "alpha", 0}; -static memberinfo_t flash_filters_GlowFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static classinfo_t flash_filters_GradientBevelFilter = {0x16, 0x0b, "flash.filters", "GradientBevelFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_GradientBevelFilter_strength = {MEMBER_SLOT, 0x01, "strength", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_ratios = {MEMBER_SLOT, 0x01, "ratios", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_knockout = {MEMBER_SLOT, 0x01, "knockout", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_angle = {MEMBER_SLOT, 0x01, "angle", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_alphas = {MEMBER_SLOT, 0x01, "alphas", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static memberinfo_t flash_filters_GradientBevelFilter_colors = {MEMBER_SLOT, 0x01, "colors", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_distance = {MEMBER_SLOT, 0x01, "distance", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_filters_GradientBevelFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static classinfo_t flash_filters_GradientGlowFilter = {0x16, 0x0b, "flash.filters", "GradientGlowFilter", 0, &flash_filters_BitmapFilter, interfaces:{0}}; -static memberinfo_t flash_filters_GradientGlowFilter_strength = {MEMBER_SLOT, 0x01, "strength", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_knockout = {MEMBER_SLOT, 0x01, "knockout", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_ratios = {MEMBER_SLOT, 0x01, "ratios", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_blurX = {MEMBER_SLOT, 0x01, "blurX", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_blurY = {MEMBER_SLOT, 0x01, "blurY", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_angle = {MEMBER_SLOT, 0x01, "angle", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_alphas = {MEMBER_SLOT, 0x01, "alphas", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_clone = {MEMBER_METHOD, 0x01, "clone", &flash_filters_BitmapFilter}; -static memberinfo_t flash_filters_GradientGlowFilter_colors = {MEMBER_SLOT, 0x01, "colors", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_distance = {MEMBER_SLOT, 0x01, "distance", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_filters_GradientGlowFilter_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static classinfo_t flash_geom_ColorTransform = {0x16, 0x09, "flash.geom", "ColorTransform", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_geom_ColorTransform_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_geom_ColorTransform_redOffset = {MEMBER_SLOT, 0x01, "redOffset", 0}; -static memberinfo_t flash_geom_ColorTransform_greenMultiplier = {MEMBER_SLOT, 0x01, "greenMultiplier", 0}; -static memberinfo_t flash_geom_ColorTransform_blueOffset = {MEMBER_SLOT, 0x01, "blueOffset", 0}; -static memberinfo_t flash_geom_ColorTransform_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_geom_ColorTransform_alphaOffset = {MEMBER_SLOT, 0x01, "alphaOffset", 0}; -static memberinfo_t flash_geom_ColorTransform_redMultiplier = {MEMBER_SLOT, 0x01, "redMultiplier", 0}; -static memberinfo_t flash_geom_ColorTransform_concat = {MEMBER_METHOD, 0x01, "concat", 0}; -static memberinfo_t flash_geom_ColorTransform_blueMultiplier = {MEMBER_SLOT, 0x01, "blueMultiplier", 0}; -static memberinfo_t flash_geom_ColorTransform_greenOffset = {MEMBER_SLOT, 0x01, "greenOffset", 0}; -static memberinfo_t flash_geom_ColorTransform_alphaMultiplier = {MEMBER_SLOT, 0x01, "alphaMultiplier", 0}; -static classinfo_t flash_geom_Matrix = {0x16, 0x09, "flash.geom", "Matrix", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_geom_Matrix_ty = {MEMBER_SLOT, 0x01, "ty", 0}; -static memberinfo_t flash_geom_Matrix_tx = {MEMBER_SLOT, 0x01, "tx", 0}; -static memberinfo_t flash_geom_Matrix_translate = {MEMBER_METHOD, 0x01, "translate", 0}; -static memberinfo_t flash_geom_Matrix_scale = {MEMBER_METHOD, 0x01, "scale", 0}; -static memberinfo_t flash_geom_Matrix_transformPoint = {MEMBER_METHOD, 0x01, "transformPoint", &flash_geom_Point}; -static memberinfo_t flash_geom_Matrix_concat = {MEMBER_METHOD, 0x01, "concat", 0}; -static memberinfo_t flash_geom_Matrix_invert = {MEMBER_METHOD, 0x01, "invert", 0}; -static memberinfo_t flash_geom_Matrix_rotate = {MEMBER_METHOD, 0x01, "rotate", 0}; -static memberinfo_t flash_geom_Matrix_deltaTransformPoint = {MEMBER_METHOD, 0x01, "deltaTransformPoint", &flash_geom_Point}; -static memberinfo_t flash_geom_Matrix_clone = {MEMBER_METHOD, 0x01, "clone", &flash_geom_Matrix}; -static memberinfo_t flash_geom_Matrix_createGradientBox = {MEMBER_METHOD, 0x01, "createGradientBox", 0}; -static memberinfo_t flash_geom_Matrix_a = {MEMBER_SLOT, 0x01, "a", 0}; -static memberinfo_t flash_geom_Matrix_b = {MEMBER_SLOT, 0x01, "b", 0}; -static memberinfo_t flash_geom_Matrix_c = {MEMBER_SLOT, 0x01, "c", 0}; -static memberinfo_t flash_geom_Matrix_d = {MEMBER_SLOT, 0x01, "d", 0}; -static memberinfo_t flash_geom_Matrix_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_geom_Matrix_createBox = {MEMBER_METHOD, 0x01, "createBox", 0}; -static memberinfo_t flash_geom_Matrix_identity = {MEMBER_METHOD, 0x01, "identity", 0}; -static classinfo_t flash_geom_Point = {0x16, 0x09, "flash.geom", "Point", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_geom_Point_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t flash_geom_Point_add = {MEMBER_METHOD, 0x01, "add", &flash_geom_Point}; -static memberinfo_t flash_geom_Point_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_geom_Point_normalize = {MEMBER_METHOD, 0x01, "normalize", 0}; -static memberinfo_t flash_geom_Point_subtract = {MEMBER_METHOD, 0x01, "subtract", &flash_geom_Point}; -static memberinfo_t flash_geom_Point_x = {MEMBER_SLOT, 0x01, "x", 0}; -static memberinfo_t flash_geom_Point_y = {MEMBER_SLOT, 0x01, "y", 0}; -static memberinfo_t flash_geom_Point_offset = {MEMBER_METHOD, 0x01, "offset", 0}; -static memberinfo_t flash_geom_Point_clone = {MEMBER_METHOD, 0x01, "clone", &flash_geom_Point}; -static memberinfo_t flash_geom_Point_equals = {MEMBER_METHOD, 0x01, "equals", &_Boolean}; -static memberinfo_t flash_geom_Point_interpolate = {MEMBER_METHOD, 0x09, "interpolate", &flash_geom_Point}; -static memberinfo_t flash_geom_Point_distance = {MEMBER_METHOD, 0x09, "distance", &_Number}; -static memberinfo_t flash_geom_Point_polar = {MEMBER_METHOD, 0x09, "polar", &flash_geom_Point}; -static classinfo_t flash_geom_Rectangle = {0x16, 0x09, "flash.geom", "Rectangle", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_geom_Rectangle_containsPoint = {MEMBER_METHOD, 0x01, "containsPoint", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_size = {MEMBER_SLOT, 0x01, "size", 0}; -static memberinfo_t flash_geom_Rectangle_isEmpty = {MEMBER_METHOD, 0x01, "isEmpty", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_geom_Rectangle_left = {MEMBER_SLOT, 0x01, "left", 0}; -static memberinfo_t flash_geom_Rectangle_inflatePoint = {MEMBER_METHOD, 0x01, "inflatePoint", 0}; -static memberinfo_t flash_geom_Rectangle_setEmpty = {MEMBER_METHOD, 0x01, "setEmpty", 0}; -static memberinfo_t flash_geom_Rectangle_right = {MEMBER_SLOT, 0x01, "right", 0}; -static memberinfo_t flash_geom_Rectangle_offset = {MEMBER_METHOD, 0x01, "offset", 0}; -static memberinfo_t flash_geom_Rectangle_top = {MEMBER_SLOT, 0x01, "top", 0}; -static memberinfo_t flash_geom_Rectangle_equals = {MEMBER_METHOD, 0x01, "equals", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_intersection = {MEMBER_METHOD, 0x01, "intersection", &flash_geom_Rectangle}; -static memberinfo_t flash_geom_Rectangle_union = {MEMBER_METHOD, 0x01, "union", &flash_geom_Rectangle}; -static memberinfo_t flash_geom_Rectangle_inflate = {MEMBER_METHOD, 0x01, "inflate", 0}; -static memberinfo_t flash_geom_Rectangle_bottomRight = {MEMBER_SLOT, 0x01, "bottomRight", 0}; -static memberinfo_t flash_geom_Rectangle_containsRect = {MEMBER_METHOD, 0x01, "containsRect", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_clone = {MEMBER_METHOD, 0x01, "clone", &flash_geom_Rectangle}; -static memberinfo_t flash_geom_Rectangle_bottom = {MEMBER_SLOT, 0x01, "bottom", 0}; -static memberinfo_t flash_geom_Rectangle_contains = {MEMBER_METHOD, 0x01, "contains", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_geom_Rectangle_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_geom_Rectangle_intersects = {MEMBER_METHOD, 0x01, "intersects", &_Boolean}; -static memberinfo_t flash_geom_Rectangle_topLeft = {MEMBER_SLOT, 0x01, "topLeft", 0}; -static memberinfo_t flash_geom_Rectangle_y = {MEMBER_SLOT, 0x01, "y", 0}; -static memberinfo_t flash_geom_Rectangle_offsetPoint = {MEMBER_METHOD, 0x01, "offsetPoint", 0}; -static memberinfo_t flash_geom_Rectangle_x = {MEMBER_SLOT, 0x01, "x", 0}; -static classinfo_t flash_geom_Transform = {0x16, 0x09, "flash.geom", "Transform", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_geom_Transform_concatenatedMatrix = {MEMBER_SLOT, 0x01, "concatenatedMatrix", 0}; -static memberinfo_t flash_geom_Transform_matrix = {MEMBER_SLOT, 0x01, "matrix", 0}; -static memberinfo_t flash_geom_Transform_concatenatedColorTransform = {MEMBER_SLOT, 0x01, "concatenatedColorTransform", 0}; -static memberinfo_t flash_geom_Transform_colorTransform = {MEMBER_SLOT, 0x01, "colorTransform", 0}; -static memberinfo_t flash_geom_Transform_pixelBounds = {MEMBER_SLOT, 0x01, "pixelBounds", 0}; -static classinfo_t flash_media_Camera = {0x16, 0x0b, "flash.media", "Camera", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_media_Camera_setMotionLevel = {MEMBER_METHOD, 0x01, "setMotionLevel", 0}; -static memberinfo_t flash_media_Camera_motionTimeout = {MEMBER_SLOT, 0x01, "motionTimeout", 0}; -static memberinfo_t flash_media_Camera_index = {MEMBER_SLOT, 0x01, "index", 0}; -static memberinfo_t flash_media_Camera_loopback = {MEMBER_SLOT, 0x01, "loopback", 0}; -static memberinfo_t flash_media_Camera_setLoopback = {MEMBER_METHOD, 0x01, "setLoopback", 0}; -static memberinfo_t flash_media_Camera_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_media_Camera_setCursor = {MEMBER_METHOD, 0x01, "setCursor", 0}; -static memberinfo_t flash_media_Camera_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_media_Camera_setMode = {MEMBER_METHOD, 0x01, "setMode", 0}; -static memberinfo_t flash_media_Camera_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_media_Camera_fps = {MEMBER_SLOT, 0x01, "fps", 0}; -static memberinfo_t flash_media_Camera_muted = {MEMBER_SLOT, 0x01, "muted", 0}; -static memberinfo_t flash_media_Camera_motionLevel = {MEMBER_SLOT, 0x01, "motionLevel", 0}; -static memberinfo_t flash_media_Camera_currentFPS = {MEMBER_SLOT, 0x01, "currentFPS", 0}; -static memberinfo_t flash_media_Camera_bandwidth = {MEMBER_SLOT, 0x01, "bandwidth", 0}; -static memberinfo_t flash_media_Camera_keyFrameInterval = {MEMBER_SLOT, 0x01, "keyFrameInterval", 0}; -static memberinfo_t flash_media_Camera_activityLevel = {MEMBER_SLOT, 0x01, "activityLevel", 0}; -static memberinfo_t flash_media_Camera_setKeyFrameInterval = {MEMBER_METHOD, 0x01, "setKeyFrameInterval", 0}; -static memberinfo_t flash_media_Camera_setQuality = {MEMBER_METHOD, 0x01, "setQuality", 0}; -static memberinfo_t flash_media_Camera_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static memberinfo_t flash_media_Camera_names = {MEMBER_SLOT, 0x09, "names", 0}; -static memberinfo_t flash_media_Camera_getCamera = {MEMBER_METHOD, 0x09, "getCamera", &flash_media_Camera}; -static classinfo_t flash_media_ID3Info = {0x16, 0x0a, "flash.media", "ID3Info", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_media_ID3Info_songName = {MEMBER_SLOT, 0x01, "songName", 0}; -static memberinfo_t flash_media_ID3Info_genre = {MEMBER_SLOT, 0x01, "genre", 0}; -static memberinfo_t flash_media_ID3Info_artist = {MEMBER_SLOT, 0x01, "artist", 0}; -static memberinfo_t flash_media_ID3Info_track = {MEMBER_SLOT, 0x01, "track", 0}; -static memberinfo_t flash_media_ID3Info_album = {MEMBER_SLOT, 0x01, "album", 0}; -static memberinfo_t flash_media_ID3Info_year = {MEMBER_SLOT, 0x01, "year", 0}; -static memberinfo_t flash_media_ID3Info_comment = {MEMBER_SLOT, 0x01, "comment", 0}; -static classinfo_t flash_media_Microphone = {0x16, 0x0b, "flash.media", "Microphone", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_media_Microphone_rate = {MEMBER_SLOT, 0x01, "rate", 0}; -static memberinfo_t flash_media_Microphone_setUseEchoSuppression = {MEMBER_METHOD, 0x01, "setUseEchoSuppression", 0}; -static memberinfo_t flash_media_Microphone_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_media_Microphone_index = {MEMBER_SLOT, 0x01, "index", 0}; -static memberinfo_t flash_media_Microphone_useEchoSuppression = {MEMBER_SLOT, 0x01, "useEchoSuppression", 0}; -static memberinfo_t flash_media_Microphone_soundTransform = {MEMBER_SLOT, 0x01, "soundTransform", 0}; -static memberinfo_t flash_media_Microphone_silenceTimeout = {MEMBER_SLOT, 0x01, "silenceTimeout", 0}; -static memberinfo_t flash_media_Microphone_silenceLevel = {MEMBER_SLOT, 0x01, "silenceLevel", 0}; -static memberinfo_t flash_media_Microphone_setSilenceLevel = {MEMBER_METHOD, 0x01, "setSilenceLevel", 0}; -static memberinfo_t flash_media_Microphone_muted = {MEMBER_SLOT, 0x01, "muted", 0}; -static memberinfo_t flash_media_Microphone_setLoopBack = {MEMBER_METHOD, 0x01, "setLoopBack", 0}; -static memberinfo_t flash_media_Microphone_activityLevel = {MEMBER_SLOT, 0x01, "activityLevel", 0}; -static memberinfo_t flash_media_Microphone_gain = {MEMBER_SLOT, 0x01, "gain", 0}; -static memberinfo_t flash_media_Microphone_getMicrophone = {MEMBER_METHOD, 0x09, "getMicrophone", &flash_media_Microphone}; -static memberinfo_t flash_media_Microphone_names = {MEMBER_SLOT, 0x09, "names", 0}; -static classinfo_t flash_media_Sound = {0x16, 0x09, "flash.media", "Sound", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_media_Sound_bytesLoaded = {MEMBER_SLOT, 0x01, "bytesLoaded", 0}; -static memberinfo_t flash_media_Sound_bytesTotal = {MEMBER_SLOT, 0x01, "bytesTotal", 0}; -static memberinfo_t flash_media_Sound_isBuffering = {MEMBER_SLOT, 0x01, "isBuffering", 0}; -static memberinfo_t flash_media_Sound_load = {MEMBER_METHOD, 0x01, "load", 0}; -static memberinfo_t flash_media_Sound_url = {MEMBER_SLOT, 0x01, "url", 0}; -static memberinfo_t flash_media_Sound_play = {MEMBER_METHOD, 0x01, "play", &flash_media_SoundChannel}; -static memberinfo_t flash_media_Sound_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t flash_media_Sound_id3 = {MEMBER_SLOT, 0x01, "id3", 0}; -static memberinfo_t flash_media_Sound_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_media_SoundChannel = {0x16, 0x0b, "flash.media", "SoundChannel", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_media_SoundChannel_stop = {MEMBER_METHOD, 0x01, "stop", 0}; -static memberinfo_t flash_media_SoundChannel_position = {MEMBER_SLOT, 0x01, "position", 0}; -static memberinfo_t flash_media_SoundChannel_rightPeak = {MEMBER_SLOT, 0x01, "rightPeak", 0}; -static memberinfo_t flash_media_SoundChannel_leftPeak = {MEMBER_SLOT, 0x01, "leftPeak", 0}; -static memberinfo_t flash_media_SoundChannel_soundTransform = {MEMBER_SLOT, 0x01, "soundTransform", 0}; -static classinfo_t flash_media_SoundLoaderContext = {0x16, 0x09, "flash.media", "SoundLoaderContext", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_media_SoundLoaderContext_checkPolicyFile = {MEMBER_SLOT, 0x01, "checkPolicyFile", 0}; -static memberinfo_t flash_media_SoundLoaderContext_bufferTime = {MEMBER_SLOT, 0x01, "bufferTime", 0}; -static classinfo_t flash_media_SoundMixer = {0x16, 0x0b, "flash.media", "SoundMixer", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_media_SoundTransform = {0x16, 0x0b, "flash.media", "SoundTransform", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_media_SoundTransform_pan = {MEMBER_SLOT, 0x01, "pan", 0}; -static memberinfo_t flash_media_SoundTransform_rightToLeft = {MEMBER_SLOT, 0x01, "rightToLeft", 0}; -static memberinfo_t flash_media_SoundTransform_rightToRight = {MEMBER_SLOT, 0x01, "rightToRight", 0}; -static memberinfo_t flash_media_SoundTransform_leftToLeft = {MEMBER_SLOT, 0x01, "leftToLeft", 0}; -static memberinfo_t flash_media_SoundTransform_volume = {MEMBER_SLOT, 0x01, "volume", 0}; -static memberinfo_t flash_media_SoundTransform_leftToRight = {MEMBER_SLOT, 0x01, "leftToRight", 0}; -static classinfo_t flash_media_Video = {0x16, 0x09, "flash.media", "Video", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_media_Video_deblocking = {MEMBER_SLOT, 0x01, "deblocking", 0}; -static memberinfo_t flash_media_Video_videoHeight = {MEMBER_SLOT, 0x01, "videoHeight", 0}; -static memberinfo_t flash_media_Video_videoWidth = {MEMBER_SLOT, 0x01, "videoWidth", 0}; -static memberinfo_t flash_media_Video_smoothing = {MEMBER_SLOT, 0x01, "smoothing", 0}; -static memberinfo_t flash_media_Video_attachNetStream = {MEMBER_METHOD, 0x01, "attachNetStream", 0}; -static memberinfo_t flash_media_Video_attachCamera = {MEMBER_METHOD, 0x01, "attachCamera", 0}; -static memberinfo_t flash_media_Video_clear = {MEMBER_METHOD, 0x01, "clear", 0}; -static classinfo_t flash_net_FileFilter = {0x16, 0x0b, "flash.net", "FileFilter", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_net_FileFilter_macType = {MEMBER_SLOT, 0x01, "macType", 0}; -static memberinfo_t flash_net_FileFilter_extension = {MEMBER_SLOT, 0x01, "extension", 0}; -static memberinfo_t flash_net_FileFilter_description = {MEMBER_SLOT, 0x01, "description", 0}; -static classinfo_t flash_net_FileReference = {0x16, 0x09, "flash.net", "FileReference", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_FileReference_browse = {MEMBER_METHOD, 0x01, "browse", &_Boolean}; -static memberinfo_t flash_net_FileReference_creator = {MEMBER_SLOT, 0x01, "creator", 0}; -static memberinfo_t flash_net_FileReference_size = {MEMBER_SLOT, 0x01, "size", 0}; -static memberinfo_t flash_net_FileReference_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_net_FileReference_name = {MEMBER_SLOT, 0x01, "name", 0}; -static memberinfo_t flash_net_FileReference_upload = {MEMBER_METHOD, 0x01, "upload", 0}; -static memberinfo_t flash_net_FileReference_cancel = {MEMBER_METHOD, 0x01, "cancel", 0}; -static memberinfo_t flash_net_FileReference_download = {MEMBER_METHOD, 0x01, "download", 0}; -static memberinfo_t flash_net_FileReference_modificationDate = {MEMBER_SLOT, 0x01, "modificationDate", 0}; -static memberinfo_t flash_net_FileReference_creationDate = {MEMBER_SLOT, 0x01, "creationDate", 0}; -static classinfo_t flash_net_FileReferenceList = {0x16, 0x09, "flash.net", "FileReferenceList", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_FileReferenceList_browse = {MEMBER_METHOD, 0x01, "browse", &_Boolean}; -static memberinfo_t flash_net_FileReferenceList_fileList = {MEMBER_SLOT, 0x01, "fileList", 0}; -static classinfo_t flash_net_IDynamicPropertyOutput = {0x16, 0x05, "flash.net", "IDynamicPropertyOutput", 0, 0, {0}}; -static memberinfo_t flash_net_IDynamicPropertyOutput_writeDynamicProperty = {MEMBER_METHOD, 0x01, "writeDynamicProperty", 0}; -static classinfo_t flash_net_IDynamicPropertyWriter = {0x16, 0x05, "flash.net", "IDynamicPropertyWriter", 0, 0, {0}}; -static memberinfo_t flash_net_IDynamicPropertyWriter_writeDynamicProperties = {MEMBER_METHOD, 0x01, "writeDynamicProperties", 0}; -static classinfo_t flash_net_LocalConnection = {0x16, 0x09, "flash.net", "LocalConnection", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_LocalConnection_domain = {MEMBER_SLOT, 0x01, "domain", 0}; -static memberinfo_t flash_net_LocalConnection_send = {MEMBER_METHOD, 0x01, "send", 0}; -static memberinfo_t flash_net_LocalConnection_allowInsecureDomain = {MEMBER_METHOD, 0x01, "allowInsecureDomain", 0}; -static memberinfo_t flash_net_LocalConnection_client = {MEMBER_SLOT, 0x01, "client", 0}; -static memberinfo_t flash_net_LocalConnection_connect = {MEMBER_METHOD, 0x01, "connect", 0}; -static memberinfo_t flash_net_LocalConnection_allowDomain = {MEMBER_METHOD, 0x01, "allowDomain", 0}; -static memberinfo_t flash_net_LocalConnection_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_net_NetConnection = {0x16, 0x09, "flash.net", "NetConnection", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_NetConnection_proxyType = {MEMBER_SLOT, 0x01, "proxyType", 0}; -static memberinfo_t flash_net_NetConnection_connected = {MEMBER_SLOT, 0x01, "connected", 0}; -static memberinfo_t flash_net_NetConnection_client = {MEMBER_SLOT, 0x01, "client", 0}; -static memberinfo_t flash_net_NetConnection_addHeader = {MEMBER_METHOD, 0x01, "addHeader", 0}; -static memberinfo_t flash_net_NetConnection_usingTLS = {MEMBER_SLOT, 0x01, "usingTLS", 0}; -static memberinfo_t flash_net_NetConnection_call = {MEMBER_METHOD, 0x01, "call", 0}; -static memberinfo_t flash_net_NetConnection_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_net_NetConnection_connect = {MEMBER_METHOD, 0x01, "connect", 0}; -static memberinfo_t flash_net_NetConnection_uri = {MEMBER_SLOT, 0x01, "uri", 0}; -static memberinfo_t flash_net_NetConnection_close = {MEMBER_METHOD, 0x01, "close", 0}; -static memberinfo_t flash_net_NetConnection_connectedProxyType = {MEMBER_SLOT, 0x01, "connectedProxyType", 0}; -static memberinfo_t flash_net_NetConnection_defaultObjectEncoding = {MEMBER_SLOT, 0x09, "defaultObjectEncoding", 0}; -static classinfo_t flash_net_NetStream = {0x16, 0x09, "flash.net", "NetStream", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_NetStream_togglePause = {MEMBER_METHOD, 0x01, "togglePause", 0}; -static memberinfo_t flash_net_NetStream_send = {MEMBER_METHOD, 0x01, "send", 0}; -static memberinfo_t flash_net_NetStream_seek = {MEMBER_METHOD, 0x01, "seek", 0}; -static memberinfo_t flash_net_NetStream_attachAudio = {MEMBER_METHOD, 0x01, "attachAudio", 0}; -static memberinfo_t flash_net_NetStream_publish = {MEMBER_METHOD, 0x01, "publish", 0}; -static memberinfo_t flash_net_NetStream_bytesTotal = {MEMBER_SLOT, 0x01, "bytesTotal", 0}; -static memberinfo_t flash_net_NetStream_soundTransform = {MEMBER_SLOT, 0x01, "soundTransform", 0}; -static memberinfo_t flash_net_NetStream_client = {MEMBER_SLOT, 0x01, "client", 0}; -static memberinfo_t flash_net_NetStream_bufferTime = {MEMBER_SLOT, 0x01, "bufferTime", 0}; -static memberinfo_t flash_net_NetStream_currentFPS = {MEMBER_SLOT, 0x01, "currentFPS", 0}; -static memberinfo_t flash_net_NetStream_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_net_NetStream_play = {MEMBER_METHOD, 0x01, "play", 0}; -static memberinfo_t flash_net_NetStream_resume = {MEMBER_METHOD, 0x01, "resume", 0}; -static memberinfo_t flash_net_NetStream_receiveAudio = {MEMBER_METHOD, 0x01, "receiveAudio", 0}; -static memberinfo_t flash_net_NetStream_bufferLength = {MEMBER_SLOT, 0x01, "bufferLength", 0}; -static memberinfo_t flash_net_NetStream_bytesLoaded = {MEMBER_SLOT, 0x01, "bytesLoaded", 0}; -static memberinfo_t flash_net_NetStream_receiveVideo = {MEMBER_METHOD, 0x01, "receiveVideo", 0}; -static memberinfo_t flash_net_NetStream_attachCamera = {MEMBER_METHOD, 0x01, "attachCamera", 0}; -static memberinfo_t flash_net_NetStream_videoCodec = {MEMBER_SLOT, 0x01, "videoCodec", 0}; -static memberinfo_t flash_net_NetStream_audioCodec = {MEMBER_SLOT, 0x01, "audioCodec", 0}; -static memberinfo_t flash_net_NetStream_time = {MEMBER_SLOT, 0x01, "time", 0}; -static memberinfo_t flash_net_NetStream_checkPolicyFile = {MEMBER_SLOT, 0x01, "checkPolicyFile", 0}; -static memberinfo_t flash_net_NetStream_pause = {MEMBER_METHOD, 0x01, "pause", 0}; -static memberinfo_t flash_net_NetStream_liveDelay = {MEMBER_SLOT, 0x01, "liveDelay", 0}; -static memberinfo_t flash_net_NetStream_decodedFrames = {MEMBER_SLOT, 0x01, "decodedFrames", 0}; -static memberinfo_t flash_net_NetStream_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_net_ObjectEncoding = {0x16, 0x0b, "flash.net", "ObjectEncoding", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_net_Responder = {0x16, 0x09, "flash.net", "Responder", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_net_SharedObject = {0x16, 0x09, "flash.net", "SharedObject", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_SharedObject_flush = {MEMBER_METHOD, 0x01, "flush", &_String}; -static memberinfo_t flash_net_SharedObject_size = {MEMBER_SLOT, 0x01, "size", 0}; -static memberinfo_t flash_net_SharedObject_client = {MEMBER_SLOT, 0x01, "client", 0}; -static memberinfo_t flash_net_SharedObject_setDirty = {MEMBER_METHOD, 0x01, "setDirty", 0}; -static memberinfo_t flash_net_SharedObject_fps = {MEMBER_SLOT, 0x01, "fps", 0}; -static memberinfo_t flash_net_SharedObject_clear = {MEMBER_METHOD, 0x01, "clear", 0}; -static memberinfo_t flash_net_SharedObject_send = {MEMBER_METHOD, 0x01, "send", 0}; -static memberinfo_t flash_net_SharedObject_setProperty = {MEMBER_METHOD, 0x01, "setProperty", 0}; -static memberinfo_t flash_net_SharedObject_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_net_SharedObject_connect = {MEMBER_METHOD, 0x01, "connect", 0}; -static memberinfo_t flash_net_SharedObject_data = {MEMBER_SLOT, 0x01, "data", 0}; -static memberinfo_t flash_net_SharedObject_close = {MEMBER_METHOD, 0x01, "close", 0}; -static memberinfo_t flash_net_SharedObject_defaultObjectEncoding = {MEMBER_SLOT, 0x09, "defaultObjectEncoding", 0}; -static memberinfo_t flash_net_SharedObject_getDiskUsage = {MEMBER_METHOD, 0x09, "getDiskUsage", &_int}; -static memberinfo_t flash_net_SharedObject_getLocal = {MEMBER_METHOD, 0x09, "getLocal", &flash_net_SharedObject}; -static memberinfo_t flash_net_SharedObject_deleteAll = {MEMBER_METHOD, 0x09, "deleteAll", &_int}; -static memberinfo_t flash_net_SharedObject_getRemote = {MEMBER_METHOD, 0x09, "getRemote", &flash_net_SharedObject}; -static classinfo_t flash_net_SharedObjectFlushStatus = {0x16, 0x0b, "flash.net", "SharedObjectFlushStatus", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_net_Socket = {0x16, 0x09, "flash.net", "Socket", 0, &flash_events_EventDispatcher, interfaces:{&flash_utils_IDataInput, &flash_utils_IDataOutput, 0}}; -static memberinfo_t flash_net_Socket_writeUTFBytes = {MEMBER_METHOD, 0x01, "writeUTFBytes", 0}; -static memberinfo_t flash_net_Socket_flush = {MEMBER_METHOD, 0x01, "flush", 0}; -static memberinfo_t flash_net_Socket_connected = {MEMBER_SLOT, 0x01, "connected", 0}; -static memberinfo_t flash_net_Socket_writeByte = {MEMBER_METHOD, 0x01, "writeByte", 0}; -static memberinfo_t flash_net_Socket_writeInt = {MEMBER_METHOD, 0x01, "writeInt", 0}; -static memberinfo_t flash_net_Socket_readShort = {MEMBER_METHOD, 0x01, "readShort", &_int}; -static memberinfo_t flash_net_Socket_readUnsignedShort = {MEMBER_METHOD, 0x01, "readUnsignedShort", &_uint}; -static memberinfo_t flash_net_Socket_endian = {MEMBER_SLOT, 0x01, "endian", 0}; -static memberinfo_t flash_net_Socket_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_net_Socket_writeDouble = {MEMBER_METHOD, 0x01, "writeDouble", 0}; -static memberinfo_t flash_net_Socket_readObject = {MEMBER_METHOD, 0x01, "readObject", 0}; -static memberinfo_t flash_net_Socket_bytesAvailable = {MEMBER_SLOT, 0x01, "bytesAvailable", 0}; -static memberinfo_t flash_net_Socket_readDouble = {MEMBER_METHOD, 0x01, "readDouble", &_Number}; -static memberinfo_t flash_net_Socket_readUTF = {MEMBER_METHOD, 0x01, "readUTF", &_String}; -static memberinfo_t flash_net_Socket_readBoolean = {MEMBER_METHOD, 0x01, "readBoolean", &_Boolean}; -static memberinfo_t flash_net_Socket_readUTFBytes = {MEMBER_METHOD, 0x01, "readUTFBytes", &_String}; -static memberinfo_t flash_net_Socket_writeMultiByte = {MEMBER_METHOD, 0x01, "writeMultiByte", 0}; -static memberinfo_t flash_net_Socket_writeFloat = {MEMBER_METHOD, 0x01, "writeFloat", 0}; -static memberinfo_t flash_net_Socket_readByte = {MEMBER_METHOD, 0x01, "readByte", &_int}; -static memberinfo_t flash_net_Socket_writeUTF = {MEMBER_METHOD, 0x01, "writeUTF", 0}; -static memberinfo_t flash_net_Socket_writeBoolean = {MEMBER_METHOD, 0x01, "writeBoolean", 0}; -static memberinfo_t flash_net_Socket_readUnsignedInt = {MEMBER_METHOD, 0x01, "readUnsignedInt", &_uint}; -static memberinfo_t flash_net_Socket_writeBytes = {MEMBER_METHOD, 0x01, "writeBytes", 0}; -static memberinfo_t flash_net_Socket_readUnsignedByte = {MEMBER_METHOD, 0x01, "readUnsignedByte", &_uint}; -static memberinfo_t flash_net_Socket_writeUnsignedInt = {MEMBER_METHOD, 0x01, "writeUnsignedInt", 0}; -static memberinfo_t flash_net_Socket_writeShort = {MEMBER_METHOD, 0x01, "writeShort", 0}; -static memberinfo_t flash_net_Socket_readFloat = {MEMBER_METHOD, 0x01, "readFloat", &_Number}; -static memberinfo_t flash_net_Socket_connect = {MEMBER_METHOD, 0x01, "connect", 0}; -static memberinfo_t flash_net_Socket_readMultiByte = {MEMBER_METHOD, 0x01, "readMultiByte", &_String}; -static memberinfo_t flash_net_Socket_close = {MEMBER_METHOD, 0x01, "close", 0}; -static memberinfo_t flash_net_Socket_readInt = {MEMBER_METHOD, 0x01, "readInt", &_int}; -static memberinfo_t flash_net_Socket_readBytes = {MEMBER_METHOD, 0x01, "readBytes", 0}; -static memberinfo_t flash_net_Socket_writeObject = {MEMBER_METHOD, 0x01, "writeObject", 0}; -static classinfo_t flash_net_URLLoader = {0x16, 0x09, "flash.net", "URLLoader", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_URLLoader_dataFormat = {MEMBER_SLOT, 0x01, "dataFormat", 0}; -static memberinfo_t flash_net_URLLoader_bytesLoaded = {MEMBER_SLOT, 0x01, "bytesLoaded", 0}; -static memberinfo_t flash_net_URLLoader_bytesTotal = {MEMBER_SLOT, 0x01, "bytesTotal", 0}; -static memberinfo_t flash_net_URLLoader_load = {MEMBER_METHOD, 0x01, "load", 0}; -static memberinfo_t flash_net_URLLoader_data = {MEMBER_SLOT, 0x01, "data", 0}; -static memberinfo_t flash_net_URLLoader_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_net_URLLoaderDataFormat = {0x16, 0x0b, "flash.net", "URLLoaderDataFormat", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_net_URLRequest = {0x16, 0x0b, "flash.net", "URLRequest", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_net_URLRequest_method = {MEMBER_SLOT, 0x01, "method", 0}; -static memberinfo_t flash_net_URLRequest_contentType = {MEMBER_SLOT, 0x01, "contentType", 0}; -static memberinfo_t flash_net_URLRequest_data = {MEMBER_SLOT, 0x01, "data", 0}; -static memberinfo_t flash_net_URLRequest_requestHeaders = {MEMBER_SLOT, 0x01, "requestHeaders", 0}; -static memberinfo_t flash_net_URLRequest_url = {MEMBER_SLOT, 0x01, "url", 0}; -static classinfo_t flash_net_URLRequestHeader = {0x16, 0x0b, "flash.net", "URLRequestHeader", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_net_URLRequestHeader_value = {MEMBER_SLOT, 0x01, "value", 0}; -static memberinfo_t flash_net_URLRequestHeader_name = {MEMBER_SLOT, 0x01, "name", 0}; -static classinfo_t flash_net_URLRequestMethod = {0x16, 0x0b, "flash.net", "URLRequestMethod", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_net_URLStream = {0x16, 0x09, "flash.net", "URLStream", 0, &flash_events_EventDispatcher, interfaces:{&flash_utils_IDataInput, 0}}; -static memberinfo_t flash_net_URLStream_readBytes = {MEMBER_METHOD, 0x01, "readBytes", 0}; -static memberinfo_t flash_net_URLStream_connected = {MEMBER_SLOT, 0x01, "connected", 0}; -static memberinfo_t flash_net_URLStream_readShort = {MEMBER_METHOD, 0x01, "readShort", &_int}; -static memberinfo_t flash_net_URLStream_readDouble = {MEMBER_METHOD, 0x01, "readDouble", &_Number}; -static memberinfo_t flash_net_URLStream_readUnsignedShort = {MEMBER_METHOD, 0x01, "readUnsignedShort", &_uint}; -static memberinfo_t flash_net_URLStream_endian = {MEMBER_SLOT, 0x01, "endian", 0}; -static memberinfo_t flash_net_URLStream_bytesAvailable = {MEMBER_SLOT, 0x01, "bytesAvailable", 0}; -static memberinfo_t flash_net_URLStream_readUTF = {MEMBER_METHOD, 0x01, "readUTF", &_String}; -static memberinfo_t flash_net_URLStream_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_net_URLStream_readBoolean = {MEMBER_METHOD, 0x01, "readBoolean", &_Boolean}; -static memberinfo_t flash_net_URLStream_readUTFBytes = {MEMBER_METHOD, 0x01, "readUTFBytes", &_String}; -static memberinfo_t flash_net_URLStream_readByte = {MEMBER_METHOD, 0x01, "readByte", &_int}; -static memberinfo_t flash_net_URLStream_readUnsignedInt = {MEMBER_METHOD, 0x01, "readUnsignedInt", &_uint}; -static memberinfo_t flash_net_URLStream_readUnsignedByte = {MEMBER_METHOD, 0x01, "readUnsignedByte", &_uint}; -static memberinfo_t flash_net_URLStream_load = {MEMBER_METHOD, 0x01, "load", 0}; -static memberinfo_t flash_net_URLStream_readMultiByte = {MEMBER_METHOD, 0x01, "readMultiByte", &_String}; -static memberinfo_t flash_net_URLStream_readObject = {MEMBER_METHOD, 0x01, "readObject", 0}; -static memberinfo_t flash_net_URLStream_readInt = {MEMBER_METHOD, 0x01, "readInt", &_int}; -static memberinfo_t flash_net_URLStream_readFloat = {MEMBER_METHOD, 0x01, "readFloat", &_Number}; -static memberinfo_t flash_net_URLStream_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_net_URLVariables = {0x16, 0x08, "flash.net", "URLVariables", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_net_URLVariables_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_net_URLVariables_decode = {MEMBER_METHOD, 0x01, "decode", 0}; -static classinfo_t flash_net_XMLSocket = {0x16, 0x09, "flash.net", "XMLSocket", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_net_XMLSocket_send = {MEMBER_METHOD, 0x01, "send", 0}; -static memberinfo_t flash_net_XMLSocket_connected = {MEMBER_SLOT, 0x01, "connected", 0}; -static memberinfo_t flash_net_XMLSocket_connect = {MEMBER_METHOD, 0x01, "connect", 0}; -static memberinfo_t flash_net_XMLSocket_close = {MEMBER_METHOD, 0x01, "close", 0}; -static classinfo_t flash_printing_PrintJob = {0x16, 0x09, "flash.printing", "PrintJob", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_printing_PrintJob_send = {MEMBER_METHOD, 0x01, "send", 0}; -static memberinfo_t flash_printing_PrintJob_orientation = {MEMBER_SLOT, 0x01, "orientation", 0}; -static memberinfo_t flash_printing_PrintJob_paperHeight = {MEMBER_SLOT, 0x01, "paperHeight", 0}; -static memberinfo_t flash_printing_PrintJob_pageHeight = {MEMBER_SLOT, 0x01, "pageHeight", 0}; -static memberinfo_t flash_printing_PrintJob_paperWidth = {MEMBER_SLOT, 0x01, "paperWidth", 0}; -static memberinfo_t flash_printing_PrintJob_addPage = {MEMBER_METHOD, 0x01, "addPage", 0}; -static memberinfo_t flash_printing_PrintJob_start = {MEMBER_METHOD, 0x01, "start", &_Boolean}; -static memberinfo_t flash_printing_PrintJob_pageWidth = {MEMBER_SLOT, 0x01, "pageWidth", 0}; -static classinfo_t flash_printing_PrintJobOptions = {0x16, 0x09, "flash.printing", "PrintJobOptions", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_printing_PrintJobOptions_printAsBitmap = {MEMBER_SLOT, 0x01, "printAsBitmap", 0}; -static classinfo_t flash_printing_PrintJobOrientation = {0x16, 0x0b, "flash.printing", "PrintJobOrientation", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_ApplicationDomain = {0x16, 0x0b, "flash.system", "ApplicationDomain", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_system_ApplicationDomain_getDefinition = {MEMBER_METHOD, 0x01, "getDefinition", &_Object}; -static memberinfo_t flash_system_ApplicationDomain_hasDefinition = {MEMBER_METHOD, 0x01, "hasDefinition", &_Boolean}; -static memberinfo_t flash_system_ApplicationDomain_parentDomain = {MEMBER_SLOT, 0x01, "parentDomain", 0}; -static memberinfo_t flash_system_ApplicationDomain_currentDomain = {MEMBER_SLOT, 0x09, "currentDomain", 0}; -static classinfo_t flash_system_Capabilities = {0x16, 0x0b, "flash.system", "Capabilities", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_IME = {0x16, 0x0b, "flash.system", "IME", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static classinfo_t flash_system_IMEConversionMode = {0x16, 0x0b, "flash.system", "IMEConversionMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_LoaderContext = {0x16, 0x09, "flash.system", "LoaderContext", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_system_LoaderContext_applicationDomain = {MEMBER_SLOT, 0x01, "applicationDomain", 0}; -static memberinfo_t flash_system_LoaderContext_checkPolicyFile = {MEMBER_SLOT, 0x01, "checkPolicyFile", 0}; -static memberinfo_t flash_system_LoaderContext_securityDomain = {MEMBER_SLOT, 0x01, "securityDomain", 0}; -static classinfo_t flash_system_Security = {0x16, 0x0b, "flash.system", "Security", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_SecurityDomain = {0x16, 0x09, "flash.system", "SecurityDomain", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_SecurityPanel = {0x16, 0x0b, "flash.system", "SecurityPanel", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_system_System = {0x16, 0x0b, "flash.system", "System", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_AntiAliasType = {0x16, 0x0b, "flash.text", "AntiAliasType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_CSMSettings = {0x16, 0x0b, "flash.text", "CSMSettings", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_CSMSettings_fontSize = {MEMBER_SLOT, 0x01, "fontSize", 0}; -static memberinfo_t flash_text_CSMSettings_insideCutoff = {MEMBER_SLOT, 0x01, "insideCutoff", 0}; -static memberinfo_t flash_text_CSMSettings_outsideCutoff = {MEMBER_SLOT, 0x01, "outsideCutoff", 0}; -static classinfo_t flash_text_Font = {0x16, 0x09, "flash.text", "Font", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_Font_fontStyle = {MEMBER_SLOT, 0x01, "fontStyle", 0}; -static memberinfo_t flash_text_Font_hasGlyphs = {MEMBER_METHOD, 0x01, "hasGlyphs", &_Boolean}; -static memberinfo_t flash_text_Font_fontType = {MEMBER_SLOT, 0x01, "fontType", 0}; -static memberinfo_t flash_text_Font_fontName = {MEMBER_SLOT, 0x01, "fontName", 0}; -static memberinfo_t flash_text_Font_enumerateFonts = {MEMBER_METHOD, 0x09, "enumerateFonts", &_Array}; -static memberinfo_t flash_text_Font_registerFont = {MEMBER_METHOD, 0x09, "registerFont", 0}; -static classinfo_t flash_text_FontStyle = {0x16, 0x0b, "flash.text", "FontStyle", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_FontType = {0x16, 0x0b, "flash.text", "FontType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_GridFitType = {0x16, 0x0b, "flash.text", "GridFitType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_StaticText = {0x16, 0x0b, "flash.text", "StaticText", 0, &flash_display_DisplayObject, interfaces:{0}}; -static memberinfo_t flash_text_StaticText_text = {MEMBER_SLOT, 0x01, "text", 0}; -static classinfo_t flash_text_StyleSheet = {0x16, 0x08, "flash.text", "StyleSheet", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_text_StyleSheet_parseCSS = {MEMBER_METHOD, 0x01, "parseCSS", 0}; -static memberinfo_t flash_text_StyleSheet_clear = {MEMBER_METHOD, 0x01, "clear", 0}; -static memberinfo_t flash_text_StyleSheet_styleNames = {MEMBER_SLOT, 0x01, "styleNames", 0}; -static memberinfo_t flash_text_StyleSheet_transform = {MEMBER_METHOD, 0x01, "transform", &flash_text_TextFormat}; -static memberinfo_t flash_text_StyleSheet_setStyle = {MEMBER_METHOD, 0x01, "setStyle", 0}; -static memberinfo_t flash_text_StyleSheet_getStyle = {MEMBER_METHOD, 0x01, "getStyle", &_Object}; -static classinfo_t flash_text_TextColorType = {0x16, 0x0b, "flash.text", "TextColorType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextDisplayMode = {0x16, 0x0b, "flash.text", "TextDisplayMode", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextExtent = {0x16, 0x09, "flash.text", "TextExtent", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_TextExtent_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_text_TextExtent_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_text_TextExtent_descent = {MEMBER_SLOT, 0x01, "descent", 0}; -static memberinfo_t flash_text_TextExtent_textFieldHeight = {MEMBER_SLOT, 0x01, "textFieldHeight", 0}; -static memberinfo_t flash_text_TextExtent_textFieldWidth = {MEMBER_SLOT, 0x01, "textFieldWidth", 0}; -static memberinfo_t flash_text_TextExtent_ascent = {MEMBER_SLOT, 0x01, "ascent", 0}; -static classinfo_t flash_text_TextField = {0x16, 0x09, "flash.text", "TextField", 0, &flash_display_InteractiveObject, interfaces:{0}}; -static memberinfo_t flash_text_TextField_replaceText = {MEMBER_METHOD, 0x01, "replaceText", 0}; -static memberinfo_t flash_text_TextField_pasteRichText = {MEMBER_METHOD, 0x01, "pasteRichText", &_Boolean}; -static memberinfo_t flash_text_TextField_maxScrollH = {MEMBER_SLOT, 0x01, "maxScrollH", 0}; -static memberinfo_t flash_text_TextField_numLines = {MEMBER_SLOT, 0x01, "numLines", 0}; -static memberinfo_t flash_text_TextField_scrollH = {MEMBER_SLOT, 0x01, "scrollH", 0}; -static memberinfo_t flash_text_TextField_caretIndex = {MEMBER_SLOT, 0x01, "caretIndex", 0}; -static memberinfo_t flash_text_TextField_maxScrollV = {MEMBER_SLOT, 0x01, "maxScrollV", 0}; -static memberinfo_t flash_text_TextField_getImageReference = {MEMBER_METHOD, 0x01, "getImageReference", &flash_display_DisplayObject}; -static memberinfo_t flash_text_TextField_scrollV = {MEMBER_SLOT, 0x01, "scrollV", 0}; -static memberinfo_t flash_text_TextField_border = {MEMBER_SLOT, 0x01, "border", 0}; -static memberinfo_t flash_text_TextField_text = {MEMBER_SLOT, 0x01, "text", 0}; -static memberinfo_t flash_text_TextField_background = {MEMBER_SLOT, 0x01, "background", 0}; -static memberinfo_t flash_text_TextField_getCharBoundaries = {MEMBER_METHOD, 0x01, "getCharBoundaries", &flash_geom_Rectangle}; -static memberinfo_t flash_text_TextField_borderColor = {MEMBER_SLOT, 0x01, "borderColor", 0}; -static memberinfo_t flash_text_TextField_getFirstCharInParagraph = {MEMBER_METHOD, 0x01, "getFirstCharInParagraph", &_int}; -static memberinfo_t flash_text_TextField_type = {MEMBER_SLOT, 0x01, "type", 0}; -static memberinfo_t flash_text_TextField_replaceSelectedText = {MEMBER_METHOD, 0x01, "replaceSelectedText", 0}; -static memberinfo_t flash_text_TextField_getRawText = {MEMBER_METHOD, 0x01, "getRawText", &_String}; -static memberinfo_t flash_text_TextField_alwaysShowSelection = {MEMBER_SLOT, 0x01, "alwaysShowSelection", 0}; -static memberinfo_t flash_text_TextField_sharpness = {MEMBER_SLOT, 0x01, "sharpness", 0}; -static memberinfo_t flash_text_TextField_textColor = {MEMBER_SLOT, 0x01, "textColor", 0}; -static memberinfo_t flash_text_TextField_defaultTextFormat = {MEMBER_SLOT, 0x01, "defaultTextFormat", 0}; -static memberinfo_t flash_text_TextField_condenseWhite = {MEMBER_SLOT, 0x01, "condenseWhite", 0}; -static memberinfo_t flash_text_TextField_autoSize = {MEMBER_SLOT, 0x01, "autoSize", 0}; -static memberinfo_t flash_text_TextField_styleSheet = {MEMBER_SLOT, 0x01, "styleSheet", 0}; -static memberinfo_t flash_text_TextField_embedFonts = {MEMBER_SLOT, 0x01, "embedFonts", 0}; -static memberinfo_t flash_text_TextField_displayAsPassword = {MEMBER_SLOT, 0x01, "displayAsPassword", 0}; -static memberinfo_t flash_text_TextField_antiAliasType = {MEMBER_SLOT, 0x01, "antiAliasType", 0}; -static memberinfo_t flash_text_TextField_multiline = {MEMBER_SLOT, 0x01, "multiline", 0}; -static memberinfo_t flash_text_TextField_selectionEndIndex = {MEMBER_SLOT, 0x01, "selectionEndIndex", 0}; -static memberinfo_t flash_text_TextField_mouseWheelEnabled = {MEMBER_SLOT, 0x01, "mouseWheelEnabled", 0}; -static memberinfo_t flash_text_TextField_selectedText = {MEMBER_SLOT, 0x01, "selectedText", 0}; -static memberinfo_t flash_text_TextField_thickness = {MEMBER_SLOT, 0x01, "thickness", 0}; -static memberinfo_t flash_text_TextField_getLineIndexAtPoint = {MEMBER_METHOD, 0x01, "getLineIndexAtPoint", &_int}; -static memberinfo_t flash_text_TextField_appendText = {MEMBER_METHOD, 0x01, "appendText", 0}; -static memberinfo_t flash_text_TextField_selectionBeginIndex = {MEMBER_SLOT, 0x01, "selectionBeginIndex", 0}; -static memberinfo_t flash_text_TextField_bottomScrollV = {MEMBER_SLOT, 0x01, "bottomScrollV", 0}; -static memberinfo_t flash_text_TextField_htmlText = {MEMBER_SLOT, 0x01, "htmlText", 0}; -static memberinfo_t flash_text_TextField_selectable = {MEMBER_SLOT, 0x01, "selectable", 0}; -static memberinfo_t flash_text_TextField_getLineIndexOfChar = {MEMBER_METHOD, 0x01, "getLineIndexOfChar", &_int}; -static memberinfo_t flash_text_TextField_restrict = {MEMBER_SLOT, 0x01, "restrict", 0}; -static memberinfo_t flash_text_TextField_gridFitType = {MEMBER_SLOT, 0x01, "gridFitType", 0}; -static memberinfo_t flash_text_TextField_setSelection = {MEMBER_METHOD, 0x01, "setSelection", 0}; -static memberinfo_t flash_text_TextField_getTextFormat = {MEMBER_METHOD, 0x01, "getTextFormat", &flash_text_TextFormat}; -static memberinfo_t flash_text_TextField_setTextFormat = {MEMBER_METHOD, 0x01, "setTextFormat", 0}; -static memberinfo_t flash_text_TextField_textWidth = {MEMBER_SLOT, 0x01, "textWidth", 0}; -static memberinfo_t flash_text_TextField_getTextRuns = {MEMBER_METHOD, 0x01, "getTextRuns", &_Array}; -static memberinfo_t flash_text_TextField_getLineOffset = {MEMBER_METHOD, 0x01, "getLineOffset", &_int}; -static memberinfo_t flash_text_TextField_wordWrap = {MEMBER_SLOT, 0x01, "wordWrap", 0}; -static memberinfo_t flash_text_TextField_useRichTextClipboard = {MEMBER_SLOT, 0x01, "useRichTextClipboard", 0}; -static memberinfo_t flash_text_TextField_backgroundColor = {MEMBER_SLOT, 0x01, "backgroundColor", 0}; -static memberinfo_t flash_text_TextField_textHeight = {MEMBER_SLOT, 0x01, "textHeight", 0}; -static memberinfo_t flash_text_TextField_getXMLText = {MEMBER_METHOD, 0x01, "getXMLText", &_String}; -static memberinfo_t flash_text_TextField_getLineText = {MEMBER_METHOD, 0x01, "getLineText", &_String}; -static memberinfo_t flash_text_TextField_maxChars = {MEMBER_SLOT, 0x01, "maxChars", 0}; -static memberinfo_t flash_text_TextField_copyRichText = {MEMBER_METHOD, 0x01, "copyRichText", &_String}; -static memberinfo_t flash_text_TextField_getParagraphLength = {MEMBER_METHOD, 0x01, "getParagraphLength", &_int}; -static memberinfo_t flash_text_TextField_getCharIndexAtPoint = {MEMBER_METHOD, 0x01, "getCharIndexAtPoint", &_int}; -static memberinfo_t flash_text_TextField_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t flash_text_TextField_insertXMLText = {MEMBER_METHOD, 0x01, "insertXMLText", 0}; -static memberinfo_t flash_text_TextField_getLineMetrics = {MEMBER_METHOD, 0x01, "getLineMetrics", &flash_text_TextLineMetrics}; -static memberinfo_t flash_text_TextField_getLineLength = {MEMBER_METHOD, 0x01, "getLineLength", &_int}; -static classinfo_t flash_text_TextFieldAutoSize = {0x16, 0x0b, "flash.text", "TextFieldAutoSize", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextFieldType = {0x16, 0x0b, "flash.text", "TextFieldType", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextFormat = {0x16, 0x09, "flash.text", "TextFormat", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_TextFormat_bullet = {MEMBER_SLOT, 0x01, "bullet", 0}; -static memberinfo_t flash_text_TextFormat_align = {MEMBER_SLOT, 0x01, "align", 0}; -static memberinfo_t flash_text_TextFormat_color = {MEMBER_SLOT, 0x01, "color", 0}; -static memberinfo_t flash_text_TextFormat_size = {MEMBER_SLOT, 0x01, "size", 0}; -static memberinfo_t flash_text_TextFormat_display = {MEMBER_SLOT, 0x01, "display", 0}; -static memberinfo_t flash_text_TextFormat_bold = {MEMBER_SLOT, 0x01, "bold", 0}; -static memberinfo_t flash_text_TextFormat_leading = {MEMBER_SLOT, 0x01, "leading", 0}; -static memberinfo_t flash_text_TextFormat_rightMargin = {MEMBER_SLOT, 0x01, "rightMargin", 0}; -static memberinfo_t flash_text_TextFormat_leftMargin = {MEMBER_SLOT, 0x01, "leftMargin", 0}; -static memberinfo_t flash_text_TextFormat_font = {MEMBER_SLOT, 0x01, "font", 0}; -static memberinfo_t flash_text_TextFormat_indent = {MEMBER_SLOT, 0x01, "indent", 0}; -static memberinfo_t flash_text_TextFormat_blockIndent = {MEMBER_SLOT, 0x01, "blockIndent", 0}; -static memberinfo_t flash_text_TextFormat_kerning = {MEMBER_SLOT, 0x01, "kerning", 0}; -static memberinfo_t flash_text_TextFormat_tabStops = {MEMBER_SLOT, 0x01, "tabStops", 0}; -static memberinfo_t flash_text_TextFormat_italic = {MEMBER_SLOT, 0x01, "italic", 0}; -static memberinfo_t flash_text_TextFormat_target = {MEMBER_SLOT, 0x01, "target", 0}; -static memberinfo_t flash_text_TextFormat_underline = {MEMBER_SLOT, 0x01, "underline", 0}; -static memberinfo_t flash_text_TextFormat_url = {MEMBER_SLOT, 0x01, "url", 0}; -static memberinfo_t flash_text_TextFormat_letterSpacing = {MEMBER_SLOT, 0x01, "letterSpacing", 0}; -static classinfo_t flash_text_TextFormatAlign = {0x16, 0x0b, "flash.text", "TextFormatAlign", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextFormatDisplay = {0x16, 0x0b, "flash.text", "TextFormatDisplay", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextLineMetrics = {0x16, 0x09, "flash.text", "TextLineMetrics", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_TextLineMetrics_width = {MEMBER_SLOT, 0x01, "width", 0}; -static memberinfo_t flash_text_TextLineMetrics_ascent = {MEMBER_SLOT, 0x01, "ascent", 0}; -static memberinfo_t flash_text_TextLineMetrics_leading = {MEMBER_SLOT, 0x01, "leading", 0}; -static memberinfo_t flash_text_TextLineMetrics_height = {MEMBER_SLOT, 0x01, "height", 0}; -static memberinfo_t flash_text_TextLineMetrics_x = {MEMBER_SLOT, 0x01, "x", 0}; -static memberinfo_t flash_text_TextLineMetrics_descent = {MEMBER_SLOT, 0x01, "descent", 0}; -static classinfo_t flash_text_TextRenderer = {0x16, 0x0b, "flash.text", "TextRenderer", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_text_TextRun = {0x16, 0x09, "flash.text", "TextRun", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_TextRun_textFormat = {MEMBER_SLOT, 0x01, "textFormat", 0}; -static memberinfo_t flash_text_TextRun_endIndex = {MEMBER_SLOT, 0x01, "endIndex", 0}; -static memberinfo_t flash_text_TextRun_beginIndex = {MEMBER_SLOT, 0x01, "beginIndex", 0}; -static classinfo_t flash_text_TextSnapshot = {0x16, 0x09, "flash.text", "TextSnapshot", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_text_TextSnapshot_getText = {MEMBER_METHOD, 0x01, "getText", &_String}; -static memberinfo_t flash_text_TextSnapshot_setSelectColor = {MEMBER_METHOD, 0x01, "setSelectColor", 0}; -static memberinfo_t flash_text_TextSnapshot_findText = {MEMBER_METHOD, 0x01, "findText", &_int}; -static memberinfo_t flash_text_TextSnapshot_getSelected = {MEMBER_METHOD, 0x01, "getSelected", &_Boolean}; -static memberinfo_t flash_text_TextSnapshot_getTextRunInfo = {MEMBER_METHOD, 0x01, "getTextRunInfo", &_Array}; -static memberinfo_t flash_text_TextSnapshot_charCount = {MEMBER_SLOT, 0x01, "charCount", 0}; -static memberinfo_t flash_text_TextSnapshot_hitTestTextNearPos = {MEMBER_METHOD, 0x01, "hitTestTextNearPos", &_Number}; -static memberinfo_t flash_text_TextSnapshot_setSelected = {MEMBER_METHOD, 0x01, "setSelected", 0}; -static memberinfo_t flash_text_TextSnapshot_getSelectedText = {MEMBER_METHOD, 0x01, "getSelectedText", &_String}; -static classinfo_t flash_ui_ContextMenu = {0x16, 0x0b, "flash.ui", "ContextMenu", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_ui_ContextMenu_builtInItems = {MEMBER_SLOT, 0x01, "builtInItems", 0}; -static memberinfo_t flash_ui_ContextMenu_customItems = {MEMBER_SLOT, 0x01, "customItems", 0}; -static memberinfo_t flash_ui_ContextMenu_clone = {MEMBER_METHOD, 0x01, "clone", &flash_ui_ContextMenu}; -static memberinfo_t flash_ui_ContextMenu_hideBuiltInItems = {MEMBER_METHOD, 0x01, "hideBuiltInItems", 0}; -static classinfo_t flash_ui_ContextMenuBuiltInItems = {0x16, 0x0b, "flash.ui", "ContextMenuBuiltInItems", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_loop = {MEMBER_SLOT, 0x01, "loop", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_clone = {MEMBER_METHOD, 0x01, "clone", &flash_ui_ContextMenuBuiltInItems}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_print = {MEMBER_SLOT, 0x01, "print", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_zoom = {MEMBER_SLOT, 0x01, "zoom", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_play = {MEMBER_SLOT, 0x01, "play", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_forwardAndBack = {MEMBER_SLOT, 0x01, "forwardAndBack", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_rewind = {MEMBER_SLOT, 0x01, "rewind", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_save = {MEMBER_SLOT, 0x01, "save", 0}; -static memberinfo_t flash_ui_ContextMenuBuiltInItems_quality = {MEMBER_SLOT, 0x01, "quality", 0}; -static classinfo_t flash_ui_ContextMenuItem = {0x16, 0x0b, "flash.ui", "ContextMenuItem", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_ui_ContextMenuItem_enabled = {MEMBER_SLOT, 0x01, "enabled", 0}; -static memberinfo_t flash_ui_ContextMenuItem_caption = {MEMBER_SLOT, 0x01, "caption", 0}; -static memberinfo_t flash_ui_ContextMenuItem_separatorBefore = {MEMBER_SLOT, 0x01, "separatorBefore", 0}; -static memberinfo_t flash_ui_ContextMenuItem_visible = {MEMBER_SLOT, 0x01, "visible", 0}; -static memberinfo_t flash_ui_ContextMenuItem_clone = {MEMBER_METHOD, 0x01, "clone", &flash_ui_ContextMenuItem}; -static classinfo_t flash_ui_KeyLocation = {0x16, 0x0b, "flash.ui", "KeyLocation", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_ui_Keyboard = {0x16, 0x0b, "flash.ui", "Keyboard", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_ui_Mouse = {0x16, 0x0b, "flash.ui", "Mouse", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_utils_ByteArray = {0x16, 0x09, "flash.utils", "ByteArray", 0, &_Object, interfaces:{&flash_utils_IDataInput, &flash_utils_IDataOutput, 0}}; -static memberinfo_t flash_utils_ByteArray_writeUTFBytes = {MEMBER_METHOD, 0x01, "writeUTFBytes", 0}; -static memberinfo_t flash_utils_ByteArray_readObject = {MEMBER_METHOD, 0x01, "readObject", 0}; -static memberinfo_t flash_utils_ByteArray_writeObject = {MEMBER_METHOD, 0x01, "writeObject", 0}; -static memberinfo_t flash_utils_ByteArray_readShort = {MEMBER_METHOD, 0x01, "readShort", &_int}; -static memberinfo_t flash_utils_ByteArray_writeDouble = {MEMBER_METHOD, 0x01, "writeDouble", 0}; -static memberinfo_t flash_utils_ByteArray_writeByte = {MEMBER_METHOD, 0x01, "writeByte", 0}; -static memberinfo_t flash_utils_ByteArray_readUnsignedShort = {MEMBER_METHOD, 0x01, "readUnsignedShort", &_uint}; -static memberinfo_t flash_utils_ByteArray_endian = {MEMBER_SLOT, 0x01, "endian", 0}; -static memberinfo_t flash_utils_ByteArray_bytesAvailable = {MEMBER_SLOT, 0x01, "bytesAvailable", 0}; -static memberinfo_t flash_utils_ByteArray_writeInt = {MEMBER_METHOD, 0x01, "writeInt", 0}; -static memberinfo_t flash_utils_ByteArray_position = {MEMBER_SLOT, 0x01, "position", 0}; -static memberinfo_t flash_utils_ByteArray_readBoolean = {MEMBER_METHOD, 0x01, "readBoolean", &_Boolean}; -static memberinfo_t flash_utils_ByteArray_readDouble = {MEMBER_METHOD, 0x01, "readDouble", &_Number}; -static memberinfo_t flash_utils_ByteArray_readUTF = {MEMBER_METHOD, 0x01, "readUTF", &_String}; -static memberinfo_t flash_utils_ByteArray_readUTFBytes = {MEMBER_METHOD, 0x01, "readUTFBytes", &_String}; -static memberinfo_t flash_utils_ByteArray_readUnsignedInt = {MEMBER_METHOD, 0x01, "readUnsignedInt", &_uint}; -static memberinfo_t flash_utils_ByteArray_readByte = {MEMBER_METHOD, 0x01, "readByte", &_int}; -static memberinfo_t flash_utils_ByteArray_writeUTF = {MEMBER_METHOD, 0x01, "writeUTF", 0}; -static memberinfo_t flash_utils_ByteArray_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_utils_ByteArray_writeBoolean = {MEMBER_METHOD, 0x01, "writeBoolean", 0}; -static memberinfo_t flash_utils_ByteArray_writeMultiByte = {MEMBER_METHOD, 0x01, "writeMultiByte", 0}; -static memberinfo_t flash_utils_ByteArray_writeBytes = {MEMBER_METHOD, 0x01, "writeBytes", 0}; -static memberinfo_t flash_utils_ByteArray_writeFloat = {MEMBER_METHOD, 0x01, "writeFloat", 0}; -static memberinfo_t flash_utils_ByteArray_readUnsignedByte = {MEMBER_METHOD, 0x01, "readUnsignedByte", &_uint}; -static memberinfo_t flash_utils_ByteArray_writeUnsignedInt = {MEMBER_METHOD, 0x01, "writeUnsignedInt", 0}; -static memberinfo_t flash_utils_ByteArray_writeShort = {MEMBER_METHOD, 0x01, "writeShort", 0}; -static memberinfo_t flash_utils_ByteArray_compress = {MEMBER_METHOD, 0x01, "compress", 0}; -static memberinfo_t flash_utils_ByteArray_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_utils_ByteArray_readFloat = {MEMBER_METHOD, 0x01, "readFloat", &_Number}; -static memberinfo_t flash_utils_ByteArray_length = {MEMBER_SLOT, 0x01, "length", 0}; -static memberinfo_t flash_utils_ByteArray_readInt = {MEMBER_METHOD, 0x01, "readInt", &_int}; -static memberinfo_t flash_utils_ByteArray_readMultiByte = {MEMBER_METHOD, 0x01, "readMultiByte", &_String}; -static memberinfo_t flash_utils_ByteArray_uncompress = {MEMBER_METHOD, 0x01, "uncompress", 0}; -static memberinfo_t flash_utils_ByteArray_readBytes = {MEMBER_METHOD, 0x01, "readBytes", 0}; -static memberinfo_t flash_utils_ByteArray_defaultObjectEncoding = {MEMBER_SLOT, 0x09, "defaultObjectEncoding", 0}; -static classinfo_t flash_utils_Dictionary = {0x16, 0x08, "flash.utils", "Dictionary", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_utils_Endian = {0x16, 0x0b, "flash.utils", "Endian", 0, &_Object, interfaces:{0}}; -static classinfo_t flash_utils_IDataInput = {0x16, 0x05, "flash.utils", "IDataInput", 0, 0, {0}}; -static memberinfo_t flash_utils_IDataInput_readUnsignedInt = {MEMBER_METHOD, 0x01, "readUnsignedInt", &_uint}; -static memberinfo_t flash_utils_IDataInput_bytesAvailable = {MEMBER_SLOT, 0x01, "bytesAvailable", 0}; -static memberinfo_t flash_utils_IDataInput_readShort = {MEMBER_METHOD, 0x01, "readShort", &_int}; -static memberinfo_t flash_utils_IDataInput_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_utils_IDataInput_readMultiByte = {MEMBER_METHOD, 0x01, "readMultiByte", &_String}; -static memberinfo_t flash_utils_IDataInput_readFloat = {MEMBER_METHOD, 0x01, "readFloat", &_Number}; -static memberinfo_t flash_utils_IDataInput_readDouble = {MEMBER_METHOD, 0x01, "readDouble", &_Number}; -static memberinfo_t flash_utils_IDataInput_readUnsignedShort = {MEMBER_METHOD, 0x01, "readUnsignedShort", &_uint}; -static memberinfo_t flash_utils_IDataInput_readBoolean = {MEMBER_METHOD, 0x01, "readBoolean", &_Boolean}; -static memberinfo_t flash_utils_IDataInput_readUnsignedByte = {MEMBER_METHOD, 0x01, "readUnsignedByte", &_uint}; -static memberinfo_t flash_utils_IDataInput_readBytes = {MEMBER_METHOD, 0x01, "readBytes", 0}; -static memberinfo_t flash_utils_IDataInput_endian = {MEMBER_SLOT, 0x01, "endian", 0}; -static memberinfo_t flash_utils_IDataInput_readUTF = {MEMBER_METHOD, 0x01, "readUTF", &_String}; -static memberinfo_t flash_utils_IDataInput_readInt = {MEMBER_METHOD, 0x01, "readInt", &_int}; -static memberinfo_t flash_utils_IDataInput_readUTFBytes = {MEMBER_METHOD, 0x01, "readUTFBytes", &_String}; -static memberinfo_t flash_utils_IDataInput_readObject = {MEMBER_METHOD, 0x01, "readObject", 0}; -static memberinfo_t flash_utils_IDataInput_readByte = {MEMBER_METHOD, 0x01, "readByte", &_int}; -static classinfo_t flash_utils_IDataOutput = {0x16, 0x05, "flash.utils", "IDataOutput", 0, 0, {0}}; -static memberinfo_t flash_utils_IDataOutput_writeMultiByte = {MEMBER_METHOD, 0x01, "writeMultiByte", 0}; -static memberinfo_t flash_utils_IDataOutput_writeUTFBytes = {MEMBER_METHOD, 0x01, "writeUTFBytes", 0}; -static memberinfo_t flash_utils_IDataOutput_writeShort = {MEMBER_METHOD, 0x01, "writeShort", 0}; -static memberinfo_t flash_utils_IDataOutput_writeByte = {MEMBER_METHOD, 0x01, "writeByte", 0}; -static memberinfo_t flash_utils_IDataOutput_writeUTF = {MEMBER_METHOD, 0x01, "writeUTF", 0}; -static memberinfo_t flash_utils_IDataOutput_writeBoolean = {MEMBER_METHOD, 0x01, "writeBoolean", 0}; -static memberinfo_t flash_utils_IDataOutput_endian = {MEMBER_SLOT, 0x01, "endian", 0}; -static memberinfo_t flash_utils_IDataOutput_objectEncoding = {MEMBER_SLOT, 0x01, "objectEncoding", 0}; -static memberinfo_t flash_utils_IDataOutput_writeBytes = {MEMBER_METHOD, 0x01, "writeBytes", 0}; -static memberinfo_t flash_utils_IDataOutput_writeInt = {MEMBER_METHOD, 0x01, "writeInt", 0}; -static memberinfo_t flash_utils_IDataOutput_writeDouble = {MEMBER_METHOD, 0x01, "writeDouble", 0}; -static memberinfo_t flash_utils_IDataOutput_writeUnsignedInt = {MEMBER_METHOD, 0x01, "writeUnsignedInt", 0}; -static memberinfo_t flash_utils_IDataOutput_writeFloat = {MEMBER_METHOD, 0x01, "writeFloat", 0}; -static memberinfo_t flash_utils_IDataOutput_writeObject = {MEMBER_METHOD, 0x01, "writeObject", 0}; -static classinfo_t flash_utils_IExternalizable = {0x16, 0x05, "flash.utils", "IExternalizable", 0, 0, {0}}; -static memberinfo_t flash_utils_IExternalizable_readExternal = {MEMBER_METHOD, 0x01, "readExternal", 0}; -static memberinfo_t flash_utils_IExternalizable_writeExternal = {MEMBER_METHOD, 0x01, "writeExternal", 0}; -static classinfo_t flash_utils_Proxy = {0x16, 0x09, "flash.utils", "Proxy", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_utils_Proxy_deleteProperty = {MEMBER_METHOD, 0x01, "deleteProperty", &_Boolean}; -static memberinfo_t flash_utils_Proxy_nextValue = {MEMBER_METHOD, 0x01, "nextValue", 0}; -static memberinfo_t flash_utils_Proxy_getDescendants = {MEMBER_METHOD, 0x01, "getDescendants", 0}; -static memberinfo_t flash_utils_Proxy_getProperty = {MEMBER_METHOD, 0x01, "getProperty", 0}; -static memberinfo_t flash_utils_Proxy_hasProperty = {MEMBER_METHOD, 0x01, "hasProperty", &_Boolean}; -static memberinfo_t flash_utils_Proxy_isAttribute = {MEMBER_METHOD, 0x01, "isAttribute", &_Boolean}; -static memberinfo_t flash_utils_Proxy_callProperty = {MEMBER_METHOD, 0x01, "callProperty", 0}; -static memberinfo_t flash_utils_Proxy_nextNameIndex = {MEMBER_METHOD, 0x01, "nextNameIndex", &_int}; -static memberinfo_t flash_utils_Proxy_setProperty = {MEMBER_METHOD, 0x01, "setProperty", 0}; -static memberinfo_t flash_utils_Proxy_nextName = {MEMBER_METHOD, 0x01, "nextName", &_String}; -static classinfo_t flash_utils_Timer = {0x16, 0x09, "flash.utils", "Timer", 0, &flash_events_EventDispatcher, interfaces:{0}}; -static memberinfo_t flash_utils_Timer_stop = {MEMBER_METHOD, 0x01, "stop", 0}; -static memberinfo_t flash_utils_Timer_delay = {MEMBER_SLOT, 0x01, "delay", 0}; -static memberinfo_t flash_utils_Timer_currentCount = {MEMBER_SLOT, 0x01, "currentCount", 0}; -static memberinfo_t flash_utils_Timer_reset = {MEMBER_METHOD, 0x01, "reset", 0}; -static memberinfo_t flash_utils_Timer_repeatCount = {MEMBER_SLOT, 0x01, "repeatCount", 0}; -static memberinfo_t flash_utils_Timer_start = {MEMBER_METHOD, 0x01, "start", 0}; -static memberinfo_t flash_utils_Timer_running = {MEMBER_SLOT, 0x01, "running", 0}; -static classinfo_t flash_xml_XMLDocument = {0x16, 0x09, "flash.xml", "XMLDocument", 0, &flash_xml_XMLNode, interfaces:{0}}; -static memberinfo_t flash_xml_XMLDocument_idMap = {MEMBER_SLOT, 0x01, "idMap", 0}; -static memberinfo_t flash_xml_XMLDocument_createElement = {MEMBER_METHOD, 0x01, "createElement", &flash_xml_XMLNode}; -static memberinfo_t flash_xml_XMLDocument_xmlDecl = {MEMBER_SLOT, 0x01, "xmlDecl", 0}; -static memberinfo_t flash_xml_XMLDocument_docTypeDecl = {MEMBER_SLOT, 0x01, "docTypeDecl", 0}; -static memberinfo_t flash_xml_XMLDocument_parseXML = {MEMBER_METHOD, 0x01, "parseXML", 0}; -static memberinfo_t flash_xml_XMLDocument_createTextNode = {MEMBER_METHOD, 0x01, "createTextNode", &flash_xml_XMLNode}; -static memberinfo_t flash_xml_XMLDocument_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_xml_XMLDocument_ignoreWhite = {MEMBER_SLOT, 0x01, "ignoreWhite", 0}; -static classinfo_t flash_xml_XMLNode = {0x16, 0x09, "flash.xml", "XMLNode", 0, &_Object, interfaces:{0}}; -static memberinfo_t flash_xml_XMLNode_previousSibling = {MEMBER_SLOT, 0x01, "previousSibling", 0}; -static memberinfo_t flash_xml_XMLNode_parentNode = {MEMBER_SLOT, 0x01, "parentNode", 0}; -static memberinfo_t flash_xml_XMLNode_nodeValue = {MEMBER_SLOT, 0x01, "nodeValue", 0}; -static memberinfo_t flash_xml_XMLNode_namespaceURI = {MEMBER_SLOT, 0x01, "namespaceURI", 0}; -static memberinfo_t flash_xml_XMLNode_prefix = {MEMBER_SLOT, 0x01, "prefix", 0}; -static memberinfo_t flash_xml_XMLNode_firstChild = {MEMBER_SLOT, 0x01, "firstChild", 0}; -static memberinfo_t flash_xml_XMLNode_nextSibling = {MEMBER_SLOT, 0x01, "nextSibling", 0}; -static memberinfo_t flash_xml_XMLNode_attributes = {MEMBER_SLOT, 0x01, "attributes", 0}; -static memberinfo_t flash_xml_XMLNode_nodeType = {MEMBER_SLOT, 0x01, "nodeType", 0}; -static memberinfo_t flash_xml_XMLNode_appendChild = {MEMBER_METHOD, 0x01, "appendChild", 0}; -static memberinfo_t flash_xml_XMLNode_lastChild = {MEMBER_SLOT, 0x01, "lastChild", 0}; -static memberinfo_t flash_xml_XMLNode_insertBefore = {MEMBER_METHOD, 0x01, "insertBefore", 0}; -static memberinfo_t flash_xml_XMLNode_getNamespaceForPrefix = {MEMBER_METHOD, 0x01, "getNamespaceForPrefix", &_String}; -static memberinfo_t flash_xml_XMLNode_nodeName = {MEMBER_SLOT, 0x01, "nodeName", 0}; -static memberinfo_t flash_xml_XMLNode_hasChildNodes = {MEMBER_METHOD, 0x01, "hasChildNodes", &_Boolean}; -static memberinfo_t flash_xml_XMLNode_childNodes = {MEMBER_SLOT, 0x01, "childNodes", 0}; -static memberinfo_t flash_xml_XMLNode_localName = {MEMBER_SLOT, 0x01, "localName", 0}; -static memberinfo_t flash_xml_XMLNode_getPrefixForNamespace = {MEMBER_METHOD, 0x01, "getPrefixForNamespace", &_String}; -static memberinfo_t flash_xml_XMLNode_toString = {MEMBER_METHOD, 0x01, "toString", &_String}; -static memberinfo_t flash_xml_XMLNode_removeNode = {MEMBER_METHOD, 0x01, "removeNode", 0}; -static memberinfo_t flash_xml_XMLNode_cloneNode = {MEMBER_METHOD, 0x01, "cloneNode", &flash_xml_XMLNode}; -static classinfo_t flash_xml_XMLNodeType = {0x16, 0x0b, "flash.xml", "XMLNodeType", 0, &_Object, interfaces:{0}}; +static varinfo_t flash_text_TextFormatAlign_LEFT; +static varinfo_t flash_text_TextFormatAlign_RIGHT; +static varinfo_t flash_text_TextFormatAlign_CENTER; +static varinfo_t flash_text_TextFormatAlign_JUSTIFY; +static classinfo_t flash_errors_ScriptTimeoutError; +static classinfo_t _uint; +static varinfo_t _uint_MAX_VALUE; +static methodinfo_t _uint_valueOf; +static varinfo_t _uint_length; +static varinfo_t _uint_MIN_VALUE; +static methodinfo_t _uint_toString; +static methodinfo_t _uint_toExponential; +static methodinfo_t _uint_toFixed; +static methodinfo_t _uint_toPrecision; +static methodinfo_t flash_debugger_enterDebugger; +static classinfo_t flash_geom_Orientation3D; +static varinfo_t flash_geom_Orientation3D_QUATERNION; +static varinfo_t flash_geom_Orientation3D_EULER_ANGLES; +static varinfo_t flash_geom_Orientation3D_AXIS_ANGLE; +static classinfo_t flash_text_engine_CFFHinting; +static varinfo_t flash_text_engine_CFFHinting_HORIZONTAL_STEM; +static varinfo_t flash_text_engine_CFFHinting_NONE; +static classinfo_t flash_text_FontType; +static varinfo_t flash_text_FontType_EMBEDDED; +static varinfo_t flash_text_FontType_DEVICE; +static varinfo_t flash_text_FontType_EMBEDDED_CFF; +static classinfo_t flash_filters_ShaderFilter; +static varinfo_t flash_filters_ShaderFilter_bottomExtension; +static varinfo_t flash_filters_ShaderFilter_shader; +static varinfo_t flash_filters_ShaderFilter_rightExtension; +static varinfo_t flash_filters_ShaderFilter_leftExtension; +static varinfo_t flash_filters_ShaderFilter_topExtension; +static classinfo_t flash_display_GraphicsPath; +static methodinfo_t flash_display_GraphicsPath_wideMoveTo; +static varinfo_t flash_display_GraphicsPath_winding; +static methodinfo_t flash_display_GraphicsPath_moveTo; +static methodinfo_t flash_display_GraphicsPath_wideLineTo; +static varinfo_t flash_display_GraphicsPath_commands; +static methodinfo_t flash_display_GraphicsPath_curveTo; +static methodinfo_t flash_display_GraphicsPath_lineTo; +static varinfo_t flash_display_GraphicsPath_data; +static classinfo_t flash_system_ApplicationDomain; +static methodinfo_t flash_system_ApplicationDomain_hasDefinition; +static methodinfo_t flash_system_ApplicationDomain_getDefinition; +static varinfo_t flash_system_ApplicationDomain_MIN_DOMAIN_MEMORY_LENGTH; +static varinfo_t flash_system_ApplicationDomain_parentDomain; +static varinfo_t flash_system_ApplicationDomain_domainMemory; +static varinfo_t flash_system_ApplicationDomain_currentDomain; +static classinfo_t flash_events_KeyboardEvent; +static methodinfo_t flash_events_KeyboardEvent_updateAfterEvent; +static varinfo_t flash_events_KeyboardEvent_charCode; +static varinfo_t flash_events_KeyboardEvent_KEY_UP; +static varinfo_t flash_events_KeyboardEvent_KEY_DOWN; +static methodinfo_t flash_events_KeyboardEvent_toString; +static varinfo_t flash_events_KeyboardEvent_keyLocation; +static varinfo_t flash_events_KeyboardEvent_shiftKey; +static methodinfo_t flash_events_KeyboardEvent_clone; +static varinfo_t flash_events_KeyboardEvent_ctrlKey; +static varinfo_t flash_events_KeyboardEvent_altKey; +static varinfo_t flash_events_KeyboardEvent_keyCode; +static classinfo_t adobe_utils_ProductManager; +static varinfo_t adobe_utils_ProductManager_running; +static methodinfo_t adobe_utils_ProductManager_download; +static varinfo_t adobe_utils_ProductManager_installedVersion; +static varinfo_t adobe_utils_ProductManager_installed; +static methodinfo_t adobe_utils_ProductManager_launch; +static classinfo_t flash_events_Event; +static varinfo_t flash_events_Event_CLEAR; +static methodinfo_t flash_events_Event_toString; +static varinfo_t flash_events_Event_cancelable; +static varinfo_t flash_events_Event_CANCEL; +static methodinfo_t flash_events_Event_clone; +static varinfo_t flash_events_Event_CONNECT; +static varinfo_t flash_events_Event_REMOVED_FROM_STAGE; +static varinfo_t flash_events_Event_FRAME_CONSTRUCTED; +static varinfo_t flash_events_Event_TAB_INDEX_CHANGE; +static varinfo_t flash_events_Event_currentTarget; +static varinfo_t flash_events_Event_ADDED; +static varinfo_t flash_events_Event_OPEN; +static varinfo_t flash_events_Event_TAB_CHILDREN_CHANGE; +static varinfo_t flash_events_Event_COMPLETE; +static varinfo_t flash_events_Event_ACTIVATE; +static varinfo_t flash_events_Event_RENDER; +static varinfo_t flash_events_Event_EXIT_FRAME; +static varinfo_t flash_events_Event_type; +static varinfo_t flash_events_Event_DEACTIVATE; +static methodinfo_t flash_events_Event_stopImmediatePropagation; +static varinfo_t flash_events_Event_SELECT_ALL; +static varinfo_t flash_events_Event_CUT; +static varinfo_t flash_events_Event_ENTER_FRAME; +static varinfo_t flash_events_Event_INIT; +static varinfo_t flash_events_Event_SOUND_COMPLETE; +static varinfo_t flash_events_Event_COPY; +static methodinfo_t flash_events_Event_isDefaultPrevented; +static varinfo_t flash_events_Event_PASTE; +static methodinfo_t flash_events_Event_stopPropagation; +static varinfo_t flash_events_Event_CLOSE; +static varinfo_t flash_events_Event_REMOVED; +static varinfo_t flash_events_Event_TAB_ENABLED_CHANGE; +static varinfo_t flash_events_Event_eventPhase; +static varinfo_t flash_events_Event_UNLOAD; +static varinfo_t flash_events_Event_bubbles; +static methodinfo_t flash_events_Event_formatToString; +static varinfo_t flash_events_Event_FULLSCREEN; +static varinfo_t flash_events_Event_MOUSE_LEAVE; +static varinfo_t flash_events_Event_ID3; +static varinfo_t flash_events_Event_RESIZE; +static varinfo_t flash_events_Event_CHANGE; +static varinfo_t flash_events_Event_SELECT; +static varinfo_t flash_events_Event_SCROLL; +static varinfo_t flash_events_Event_ADDED_TO_STAGE; +static methodinfo_t flash_events_Event_preventDefault; +static varinfo_t flash_events_Event_target; +static classinfo_t flash_desktop_ClipboardFormats; +static varinfo_t flash_desktop_ClipboardFormats_TEXT_FORMAT; +static varinfo_t flash_desktop_ClipboardFormats_BITMAP_FORMAT; +static varinfo_t flash_desktop_ClipboardFormats_FLASH_PREFIX; +static varinfo_t flash_desktop_ClipboardFormats_HTML_FORMAT; +static varinfo_t flash_desktop_ClipboardFormats_REFERENCE_PREFIX; +static varinfo_t flash_desktop_ClipboardFormats_AIR_PREFIX; +static varinfo_t flash_desktop_ClipboardFormats_SERIALIZATION_PREFIX; +static varinfo_t flash_desktop_ClipboardFormats_RICH_TEXT_FORMAT; +static varinfo_t flash_desktop_ClipboardFormats_URL_FORMAT; +static varinfo_t flash_desktop_ClipboardFormats_FILE_LIST_FORMAT; +static classinfo_t flash_display_MovieClip; +static methodinfo_t flash_display_MovieClip_prevScene; +static methodinfo_t flash_display_MovieClip_gotoAndPlay; +static varinfo_t flash_display_MovieClip_currentLabels; +static methodinfo_t flash_display_MovieClip_nextFrame; +static varinfo_t flash_display_MovieClip_currentScene; +static varinfo_t flash_display_MovieClip_enabled; +static varinfo_t flash_display_MovieClip_currentFrameLabel; +static methodinfo_t flash_display_MovieClip_play; +static varinfo_t flash_display_MovieClip_framesLoaded; +static varinfo_t flash_display_MovieClip_scenes; +static methodinfo_t flash_display_MovieClip_addFrameScript; +static varinfo_t flash_display_MovieClip_currentLabel; +static methodinfo_t flash_display_MovieClip_prevFrame; +static methodinfo_t flash_display_MovieClip_gotoAndStop; +static varinfo_t flash_display_MovieClip_currentFrame; +static methodinfo_t flash_display_MovieClip_nextScene; +static varinfo_t flash_display_MovieClip_totalFrames; +static varinfo_t flash_display_MovieClip_trackAsMenu; +static methodinfo_t flash_display_MovieClip_stop; +static classinfo_t flash_display_BitmapData; +static methodinfo_t flash_display_BitmapData_getPixel32; +static methodinfo_t flash_display_BitmapData_draw; +static methodinfo_t flash_display_BitmapData_setPixels; +static methodinfo_t flash_display_BitmapData_copyPixels; +static methodinfo_t flash_display_BitmapData_histogram; +static methodinfo_t flash_display_BitmapData_scroll; +static varinfo_t flash_display_BitmapData_transparent; +static methodinfo_t flash_display_BitmapData_noise; +static methodinfo_t flash_display_BitmapData_threshold; +static methodinfo_t flash_display_BitmapData_paletteMap; +static methodinfo_t flash_display_BitmapData_perlinNoise; +static methodinfo_t flash_display_BitmapData_hitTest; +static methodinfo_t flash_display_BitmapData_getPixel; +static methodinfo_t flash_display_BitmapData_unlock; +static varinfo_t flash_display_BitmapData_height; +static methodinfo_t flash_display_BitmapData_copyChannel; +static varinfo_t flash_display_BitmapData_width; +static methodinfo_t flash_display_BitmapData_clone; +static methodinfo_t flash_display_BitmapData_colorTransform; +static methodinfo_t flash_display_BitmapData_generateFilterRect; +static methodinfo_t flash_display_BitmapData_compare; +static methodinfo_t flash_display_BitmapData_fillRect; +static methodinfo_t flash_display_BitmapData_setVector; +static methodinfo_t flash_display_BitmapData_floodFill; +static methodinfo_t flash_display_BitmapData_pixelDissolve; +static methodinfo_t flash_display_BitmapData_setPixel; +static methodinfo_t flash_display_BitmapData_setPixel32; +static methodinfo_t flash_display_BitmapData_lock; +static methodinfo_t flash_display_BitmapData_getVector; +static methodinfo_t flash_display_BitmapData_getColorBoundsRect; +static methodinfo_t flash_display_BitmapData_getPixels; +static methodinfo_t flash_display_BitmapData_merge; +static varinfo_t flash_display_BitmapData_rect; +static methodinfo_t flash_display_BitmapData_applyFilter; +static methodinfo_t flash_display_BitmapData_dispose; +static classinfo_t flash_text_engine_LigatureLevel; +static varinfo_t flash_text_engine_LigatureLevel_UNCOMMON; +static varinfo_t flash_text_engine_LigatureLevel_COMMON; +static varinfo_t flash_text_engine_LigatureLevel_EXOTIC; +static varinfo_t flash_text_engine_LigatureLevel_MINIMUM; +static varinfo_t flash_text_engine_LigatureLevel_NONE; +static varinfo_t _Infinity; +static classinfo_t flash_text_engine_FontDescription; +static methodinfo_t flash_text_engine_FontDescription_isFontCompatible; +static varinfo_t flash_text_engine_FontDescription_renderingMode; +static varinfo_t flash_text_engine_FontDescription_cffHinting; +static varinfo_t flash_text_engine_FontDescription_fontPosture; +static varinfo_t flash_text_engine_FontDescription_fontName; +static varinfo_t flash_text_engine_FontDescription_fontLookup; +static varinfo_t flash_text_engine_FontDescription_locked; +static varinfo_t flash_text_engine_FontDescription_fontWeight; +static methodinfo_t flash_text_engine_FontDescription_clone; +static classinfo_t flash_text_engine_TextElement; +static methodinfo_t flash_text_engine_TextElement_replaceText; +static classinfo_t flash_display_SWFVersion; +static varinfo_t flash_display_SWFVersion_FLASH4; +static varinfo_t flash_display_SWFVersion_FLASH7; +static varinfo_t flash_display_SWFVersion_FLASH8; +static varinfo_t flash_display_SWFVersion_FLASH3; +static varinfo_t flash_display_SWFVersion_FLASH6; +static varinfo_t flash_display_SWFVersion_FLASH9; +static varinfo_t flash_display_SWFVersion_FLASH2; +static varinfo_t flash_display_SWFVersion_FLASH5; +static varinfo_t flash_display_SWFVersion_FLASH10; +static varinfo_t flash_display_SWFVersion_FLASH1; +static classinfo_t flash_net_URLLoader; +static methodinfo_t flash_net_URLLoader_close; +static varinfo_t flash_net_URLLoader_bytesLoaded; +static methodinfo_t flash_net_URLLoader_load; +static varinfo_t flash_net_URLLoader_bytesTotal; +static varinfo_t flash_net_URLLoader_dataFormat; +static varinfo_t flash_net_URLLoader_data; +static classinfo_t flash_geom_Matrix; +static varinfo_t flash_geom_Matrix_b; +static methodinfo_t flash_geom_Matrix_deltaTransformPoint; +static methodinfo_t flash_geom_Matrix_identity; +static varinfo_t flash_geom_Matrix_ty; +static methodinfo_t flash_geom_Matrix_translate; +static methodinfo_t flash_geom_Matrix_concat; +static varinfo_t flash_geom_Matrix_c; +static varinfo_t flash_geom_Matrix_a; +static methodinfo_t flash_geom_Matrix_scale; +static varinfo_t flash_geom_Matrix_d; +static methodinfo_t flash_geom_Matrix_transformPoint; +static methodinfo_t flash_geom_Matrix_rotate; +static methodinfo_t flash_geom_Matrix_createGradientBox; +static methodinfo_t flash_geom_Matrix_toString; +static methodinfo_t flash_geom_Matrix_invert; +static methodinfo_t flash_geom_Matrix_clone; +static varinfo_t flash_geom_Matrix_tx; +static methodinfo_t flash_geom_Matrix_createBox; +static classinfo_t flash_accessibility_Accessibility; +static varinfo_t flash_accessibility_Accessibility_active; +static methodinfo_t flash_accessibility_Accessibility_updateProperties; +static methodinfo_t flash_accessibility_Accessibility_sendEvent; +static methodinfo_t flash_net_sendToURL; +static classinfo_t flash_filters_GlowFilter; +static varinfo_t flash_filters_GlowFilter_blurY; +static varinfo_t flash_filters_GlowFilter_strength; +static varinfo_t flash_filters_GlowFilter_inner; +static varinfo_t flash_filters_GlowFilter_color; +static methodinfo_t flash_filters_GlowFilter_clone; +static varinfo_t flash_filters_GlowFilter_quality; +static varinfo_t flash_filters_GlowFilter_knockout; +static varinfo_t flash_filters_GlowFilter_alpha; +static varinfo_t flash_filters_GlowFilter_blurX; +static classinfo_t flash_events_FullScreenEvent; +static varinfo_t flash_events_FullScreenEvent_FULL_SCREEN; +static methodinfo_t flash_events_FullScreenEvent_toString; +static methodinfo_t flash_events_FullScreenEvent_clone; +static varinfo_t flash_events_FullScreenEvent_fullScreen; +static classinfo_t flash_display_StageDisplayState; +static varinfo_t flash_display_StageDisplayState_NORMAL; +static varinfo_t flash_display_StageDisplayState_FULL_SCREEN; +static classinfo_t flash_text_engine_TextJustifier; +static methodinfo_t flash_text_engine_TextJustifier_getJustifierForLocale; +static varinfo_t flash_text_engine_TextJustifier_lineJustification; +static varinfo_t flash_text_engine_TextJustifier_locale; +static methodinfo_t flash_text_engine_TextJustifier_clone; +static classinfo_t flash_display_StageAlign; +static varinfo_t flash_display_StageAlign_RIGHT; +static varinfo_t flash_display_StageAlign_BOTTOM; +static varinfo_t flash_display_StageAlign_BOTTOM_LEFT; +static varinfo_t flash_display_StageAlign_TOP_RIGHT; +static varinfo_t flash_display_StageAlign_TOP; +static varinfo_t flash_display_StageAlign_LEFT; +static varinfo_t flash_display_StageAlign_BOTTOM_RIGHT; +static varinfo_t flash_display_StageAlign_TOP_LEFT; +static varinfo_t _NaN; +static classinfo_t _ReferenceError; +static varinfo_t _ReferenceError_length; +static classinfo_t flash_display_Shape; +static varinfo_t flash_display_Shape_graphics; +static classinfo_t flash_text_TextFormat = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextFormat", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextFormat_leading = {0x01, 0x00, 0x80, 0x16, "", "leading", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_bold = {0x01, 0x00, 0x80, 0x16, "", "bold", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_underline = {0x01, 0x00, 0x80, 0x16, "", "underline", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_letterSpacing = {0x01, 0x00, 0x80, 0x16, "", "letterSpacing", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_kerning = {0x01, 0x00, 0x80, 0x16, "", "kerning", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_target = {0x01, 0x00, 0x80, 0x16, "", "target", 0, &_String, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_italic = {0x01, 0x00, 0x80, 0x16, "", "italic", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_rightMargin = {0x01, 0x00, 0x80, 0x16, "", "rightMargin", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_bullet = {0x01, 0x00, 0x80, 0x16, "", "bullet", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_url = {0x01, 0x00, 0x80, 0x16, "", "url", 0, &_String, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_size = {0x01, 0x00, 0x80, 0x16, "", "size", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_indent = {0x01, 0x00, 0x80, 0x16, "", "indent", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_leftMargin = {0x01, 0x00, 0x80, 0x16, "", "leftMargin", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_display = {0x01, 0x00, 0x80, 0x16, "", "display", 0, &_String, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_align = {0x01, 0x00, 0x80, 0x16, "", "align", 0, &_String, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_tabStops = {0x01, 0x00, 0x80, 0x16, "", "tabStops", 0, &_Array, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_blockIndent = {0x01, 0x00, 0x80, 0x16, "", "blockIndent", 0, &_Object, &flash_text_TextFormat, 0}; +static varinfo_t flash_text_TextFormat_font = {0x01, 0x00, 0x80, 0x16, "", "font", 0, &_String, &flash_text_TextFormat, 0}; +static classinfo_t flash_filters_BitmapFilter = {0x03, 0x00, 0x80, 0x16, "flash.filters", "BitmapFilter", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_filters_BitmapFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_BitmapFilter, 0}; +static classinfo_t flash_filters_DropShadowFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "DropShadowFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_DropShadowFilter_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_strength = {0x01, 0x00, 0x80, 0x16, "", "strength", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_angle = {0x01, 0x00, 0x80, 0x16, "", "angle", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_knockout = {0x01, 0x00, 0x80, 0x16, "", "knockout", 0, &_Boolean, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_hideObject = {0x01, 0x00, 0x80, 0x16, "", "hideObject", 0, &_Boolean, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_inner = {0x01, 0x00, 0x80, 0x16, "", "inner", 0, &_Boolean, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static varinfo_t flash_filters_DropShadowFilter_distance = {0x01, 0x00, 0x80, 0x16, "", "distance", 0, &_Number, &flash_filters_DropShadowFilter, 0}; +static methodinfo_t flash_filters_DropShadowFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_DropShadowFilter, 0}; +static classinfo_t adobe_utils_CustomActions = {0x03, 0x00, 0x81, 0x16, "adobe.utils", "CustomActions", 0, &_Object, interfaces: {0}}; +static varinfo_t adobe_utils_CustomActions_actionsList = {0x01, 0x00, 0x82, 0x16, "", "actionsList", 0, &_Array, &adobe_utils_CustomActions, 0}; +static methodinfo_t adobe_utils_CustomActions_uninstallActions = {0x02, 0x00, 0x82, 0x16, "", "uninstallActions", 0, 0, &adobe_utils_CustomActions, 0}; +static methodinfo_t adobe_utils_CustomActions_getActions = {0x02, 0x00, 0x82, 0x16, "", "getActions", 0, &_String, &adobe_utils_CustomActions, 0}; +static methodinfo_t adobe_utils_CustomActions_installActions = {0x02, 0x00, 0x82, 0x16, "", "installActions", 0, 0, &adobe_utils_CustomActions, 0}; +static classinfo_t flash_text_engine_TextLineValidity = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextLineValidity", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TextLineValidity_STATIC = {0x01, 0x00, 0x82, 0x16, "", "STATIC", 0, &_String, &flash_text_engine_TextLineValidity, 0}; +static varinfo_t flash_text_engine_TextLineValidity_VALID = {0x01, 0x00, 0x82, 0x16, "", "VALID", 0, &_String, &flash_text_engine_TextLineValidity, 0}; +static varinfo_t flash_text_engine_TextLineValidity_INVALID = {0x01, 0x00, 0x82, 0x16, "", "INVALID", 0, &_String, &flash_text_engine_TextLineValidity, 0}; +static varinfo_t flash_text_engine_TextLineValidity_POSSIBLY_INVALID = {0x01, 0x00, 0x82, 0x16, "", "POSSIBLY_INVALID", 0, &_String, &flash_text_engine_TextLineValidity, 0}; +static classinfo_t flash_display_LineScaleMode = {0x03, 0x00, 0x81, 0x16, "flash.display", "LineScaleMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_LineScaleMode_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_display_LineScaleMode, 0}; +static varinfo_t flash_display_LineScaleMode_VERTICAL = {0x01, 0x00, 0x82, 0x16, "", "VERTICAL", 0, &_String, &flash_display_LineScaleMode, 0}; +static varinfo_t flash_display_LineScaleMode_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_display_LineScaleMode, 0}; +static varinfo_t flash_display_LineScaleMode_HORIZONTAL = {0x01, 0x00, 0x82, 0x16, "", "HORIZONTAL", 0, &_String, &flash_display_LineScaleMode, 0}; +static classinfo_t flash_geom_Transform = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Transform", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_Transform_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &flash_geom_Matrix, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_perspectiveProjection = {0x01, 0x00, 0x80, 0x16, "", "perspectiveProjection", 0, &flash_geom_PerspectiveProjection, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_concatenatedMatrix = {0x01, 0x00, 0x80, 0x16, "", "concatenatedMatrix", 0, &flash_geom_Matrix, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_colorTransform = {0x01, 0x00, 0x80, 0x16, "", "colorTransform", 0, &flash_geom_ColorTransform, &flash_geom_Transform, 0}; +static methodinfo_t flash_geom_Transform_getRelativeMatrix3D = {0x02, 0x00, 0x80, 0x16, "", "getRelativeMatrix3D", 0, &flash_geom_Matrix3D, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_pixelBounds = {0x01, 0x00, 0x80, 0x16, "", "pixelBounds", 0, &flash_geom_Rectangle, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_matrix3D = {0x01, 0x00, 0x80, 0x16, "", "matrix3D", 0, &flash_geom_Matrix3D, &flash_geom_Transform, 0}; +static varinfo_t flash_geom_Transform_concatenatedColorTransform = {0x01, 0x00, 0x80, 0x16, "", "concatenatedColorTransform", 0, &flash_geom_ColorTransform, &flash_geom_Transform, 0}; +static classinfo_t flash_ui_KeyLocation = {0x03, 0x00, 0x81, 0x16, "flash.ui", "KeyLocation", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_KeyLocation_LEFT = {0x01, 0x00, 0x82, 0x16, "", "LEFT", 0, &_uint, &flash_ui_KeyLocation, 0}; +static varinfo_t flash_ui_KeyLocation_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "RIGHT", 0, &_uint, &flash_ui_KeyLocation, 0}; +static varinfo_t flash_ui_KeyLocation_NUM_PAD = {0x01, 0x00, 0x82, 0x16, "", "NUM_PAD", 0, &_uint, &flash_ui_KeyLocation, 0}; +static varinfo_t flash_ui_KeyLocation_STANDARD = {0x01, 0x00, 0x82, 0x16, "", "STANDARD", 0, &_uint, &flash_ui_KeyLocation, 0}; +static classinfo_t flash_events_MouseEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "MouseEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_MouseEvent_localY = {0x01, 0x00, 0x80, 0x16, "", "localY", 0, &_Number, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_OUT = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_OUT", 0, &_String, &flash_events_MouseEvent, 0}; +static methodinfo_t flash_events_MouseEvent_updateAfterEvent = {0x02, 0x00, 0x80, 0x16, "", "updateAfterEvent", 0, 0, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_MOVE = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_MOVE", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_delta = {0x01, 0x00, 0x80, 0x16, "", "delta", 0, &_int, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_WHEEL = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_WHEEL", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_stageX = {0x01, 0x00, 0x80, 0x16, "", "stageX", 0, &_Number, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_CLICK = {0x01, 0x00, 0x82, 0x16, "", "CLICK", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_ROLL_OUT = {0x01, 0x00, 0x82, 0x16, "", "ROLL_OUT", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_OVER = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_OVER", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_ROLL_OVER = {0x01, 0x00, 0x82, 0x16, "", "ROLL_OVER", 0, &_String, &flash_events_MouseEvent, 0}; +static methodinfo_t flash_events_MouseEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_DOWN = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_DOWN", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_relatedObject = {0x01, 0x00, 0x80, 0x16, "", "relatedObject", 0, &flash_display_InteractiveObject, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_isRelatedObjectInaccessible = {0x01, 0x00, 0x80, 0x16, "", "isRelatedObjectInaccessible", 0, &_Boolean, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_shiftKey = {0x01, 0x00, 0x80, 0x16, "", "shiftKey", 0, &_Boolean, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_DOUBLE_CLICK = {0x01, 0x00, 0x82, 0x16, "", "DOUBLE_CLICK", 0, &_String, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_stageY = {0x01, 0x00, 0x80, 0x16, "", "stageY", 0, &_Number, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_altKey = {0x01, 0x00, 0x80, 0x16, "", "altKey", 0, &_Boolean, &flash_events_MouseEvent, 0}; +static methodinfo_t flash_events_MouseEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_ctrlKey = {0x01, 0x00, 0x80, 0x16, "", "ctrlKey", 0, &_Boolean, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_localX = {0x01, 0x00, 0x80, 0x16, "", "localX", 0, &_Number, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_buttonDown = {0x01, 0x00, 0x80, 0x16, "", "buttonDown", 0, &_Boolean, &flash_events_MouseEvent, 0}; +static varinfo_t flash_events_MouseEvent_MOUSE_UP = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_UP", 0, &_String, &flash_events_MouseEvent, 0}; +static classinfo_t flash_text_engine_LineJustification = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "LineJustification", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_LineJustification_ALL_INCLUDING_LAST = {0x01, 0x00, 0x82, 0x16, "", "ALL_INCLUDING_LAST", 0, &_String, &flash_text_engine_LineJustification, 0}; +static varinfo_t flash_text_engine_LineJustification_UNJUSTIFIED = {0x01, 0x00, 0x82, 0x16, "", "UNJUSTIFIED", 0, &_String, &flash_text_engine_LineJustification, 0}; +static varinfo_t flash_text_engine_LineJustification_ALL_BUT_LAST = {0x01, 0x00, 0x82, 0x16, "", "ALL_BUT_LAST", 0, &_String, &flash_text_engine_LineJustification, 0}; +static classinfo_t flash_media_Camera = {0x03, 0x00, 0x81, 0x16, "flash.media", "Camera", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_media_Camera_getCamera = {0x02, 0x00, 0x82, 0x16, "", "getCamera", 0, &flash_media_Camera, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_fps = {0x01, 0x00, 0x80, 0x16, "", "fps", 0, &_Number, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setMode = {0x02, 0x00, 0x80, 0x16, "", "setMode", 0, 0, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_keyFrameInterval = {0x01, 0x00, 0x80, 0x16, "", "keyFrameInterval", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_motionTimeout = {0x01, 0x00, 0x80, 0x16, "", "motionTimeout", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_int, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setCursor = {0x02, 0x00, 0x80, 0x16, "", "setCursor", 0, 0, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setLoopback = {0x02, 0x00, 0x80, 0x16, "", "setLoopback", 0, 0, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_index = {0x01, 0x00, 0x80, 0x16, "", "index", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_currentFPS = {0x01, 0x00, 0x80, 0x16, "", "currentFPS", 0, &_Number, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setKeyFrameInterval = {0x02, 0x00, 0x80, 0x16, "", "setKeyFrameInterval", 0, 0, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_motionLevel = {0x01, 0x00, 0x80, 0x16, "", "motionLevel", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_bandwidth = {0x01, 0x00, 0x80, 0x16, "", "bandwidth", 0, &_int, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_muted = {0x01, 0x00, 0x80, 0x16, "", "muted", 0, &_Boolean, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_activityLevel = {0x01, 0x00, 0x80, 0x16, "", "activityLevel", 0, &_Number, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_loopback = {0x01, 0x00, 0x80, 0x16, "", "loopback", 0, &_Boolean, &flash_media_Camera, 0}; +static varinfo_t flash_media_Camera_names = {0x01, 0x00, 0x82, 0x16, "", "names", 0, &_Array, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setQuality = {0x02, 0x00, 0x80, 0x16, "", "setQuality", 0, 0, &flash_media_Camera, 0}; +static methodinfo_t flash_media_Camera_setMotionLevel = {0x02, 0x00, 0x80, 0x16, "", "setMotionLevel", 0, 0, &flash_media_Camera, 0}; +static methodinfo_t flash_net_registerClassAlias = {0x02, 0x00, 0x82, 0x16, "flash.net", "registerClassAlias", 0, 0, 0, 0}; +static classinfo_t flash_accessibility_AccessibilityImplementation = {0x03, 0x00, 0x80, 0x16, "flash.accessibility", "AccessibilityImplementation", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accState = {0x02, 0x00, 0x80, 0x16, "", "get_accState", 0, &_uint, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accName = {0x02, 0x00, 0x80, 0x16, "", "get_accName", 0, &_String, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accSelection = {0x02, 0x00, 0x80, 0x16, "", "get_accSelection", 0, &_Array, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accDoDefaultAction = {0x02, 0x00, 0x80, 0x16, "", "accDoDefaultAction", 0, 0, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accFocus = {0x02, 0x00, 0x80, 0x16, "", "get_accFocus", 0, &_uint, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accDefaultAction = {0x02, 0x00, 0x80, 0x16, "", "get_accDefaultAction", 0, &_String, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accSelect = {0x02, 0x00, 0x80, 0x16, "", "accSelect", 0, 0, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accValue = {0x02, 0x00, 0x80, 0x16, "", "get_accValue", 0, &_String, &flash_accessibility_AccessibilityImplementation, 0}; +static varinfo_t flash_accessibility_AccessibilityImplementation_stub = {0x01, 0x00, 0x80, 0x16, "", "stub", 0, &_Boolean, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_get_accRole = {0x02, 0x00, 0x80, 0x16, "", "get_accRole", 0, &_uint, &flash_accessibility_AccessibilityImplementation, 0}; +static varinfo_t flash_accessibility_AccessibilityImplementation_errno = {0x01, 0x00, 0x80, 0x16, "", "errno", 0, &_uint, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_isLabeledBy = {0x02, 0x00, 0x80, 0x16, "", "isLabeledBy", 0, &_Boolean, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_accLocation = {0x02, 0x00, 0x80, 0x16, "", "accLocation", 0, 0, &flash_accessibility_AccessibilityImplementation, 0}; +static methodinfo_t flash_accessibility_AccessibilityImplementation_getChildIDArray = {0x02, 0x00, 0x80, 0x16, "", "getChildIDArray", 0, &_Array, &flash_accessibility_AccessibilityImplementation, 0}; +static classinfo_t flash_utils_ByteArray = {0x03, 0x00, 0x80, 0x16, "flash.utils", "ByteArray", 0, &_Object, interfaces: {&flash_utils_IDataInput, &flash_utils_IDataOutput, 0}}; +static methodinfo_t flash_utils_ByteArray_writeBoolean = {0x02, 0x00, 0x80, 0x16, "", "writeBoolean", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readDouble = {0x02, 0x00, 0x80, 0x16, "", "readDouble", 0, &_Number, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeByte = {0x02, 0x00, 0x80, 0x16, "", "writeByte", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeObject = {0x02, 0x00, 0x80, 0x16, "", "writeObject", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readUTFBytes = {0x02, 0x00, 0x80, 0x16, "", "readUTFBytes", 0, &_String, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeMultiByte = {0x02, 0x00, 0x80, 0x16, "", "writeMultiByte", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_uncompress = {0x02, 0x00, 0x80, 0x16, "", "uncompress", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readUnsignedByte = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedByte", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeInt = {0x02, 0x00, 0x80, 0x16, "", "writeInt", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_deflate = {0x02, 0x00, 0x80, 0x16, "", "deflate", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readMultiByte = {0x02, 0x00, 0x80, 0x16, "", "readMultiByte", 0, &_String, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readBytes = {0x02, 0x00, 0x80, 0x16, "", "readBytes", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeShort = {0x02, 0x00, 0x80, 0x16, "", "writeShort", 0, 0, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_position = {0x01, 0x00, 0x80, 0x16, "", "position", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readShort = {0x02, 0x00, 0x80, 0x16, "", "readShort", 0, &_int, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeUTF = {0x02, 0x00, 0x80, 0x16, "", "writeUTF", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeBytes = {0x02, 0x00, 0x80, 0x16, "", "writeBytes", 0, 0, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readObject = {0x02, 0x00, 0x80, 0x16, "", "readObject", 0, 0, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeUnsignedInt = {0x02, 0x00, 0x80, 0x16, "", "writeUnsignedInt", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeDouble = {0x02, 0x00, 0x80, 0x16, "", "writeDouble", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeFloat = {0x02, 0x00, 0x80, 0x16, "", "writeFloat", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readInt = {0x02, 0x00, 0x80, 0x16, "", "readInt", 0, &_int, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readByte = {0x02, 0x00, 0x80, 0x16, "", "readByte", 0, &_int, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_bytesAvailable = {0x01, 0x00, 0x80, 0x16, "", "bytesAvailable", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_endian = {0x01, 0x00, 0x80, 0x16, "", "endian", 0, &_String, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readUnsignedShort = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedShort", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readUnsignedInt = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedInt", 0, &_uint, &flash_utils_ByteArray, 0}; +static varinfo_t flash_utils_ByteArray_defaultObjectEncoding = {0x01, 0x00, 0x82, 0x16, "", "defaultObjectEncoding", 0, &_uint, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readFloat = {0x02, 0x00, 0x80, 0x16, "", "readFloat", 0, &_Number, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_compress = {0x02, 0x00, 0x80, 0x16, "", "compress", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_writeUTFBytes = {0x02, 0x00, 0x80, 0x16, "", "writeUTFBytes", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readBoolean = {0x02, 0x00, 0x80, 0x16, "", "readBoolean", 0, &_Boolean, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_inflate = {0x02, 0x00, 0x80, 0x16, "", "inflate", 0, 0, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_utils_ByteArray_readUTF = {0x02, 0x00, 0x80, 0x16, "", "readUTF", 0, &_String, &flash_utils_ByteArray, 0}; +static methodinfo_t flash_sampler_stopSampling = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "stopSampling", 0, 0, 0, 0}; +static classinfo_t flash_events_SyncEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "SyncEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_SyncEvent_SYNC = {0x01, 0x00, 0x82, 0x16, "", "SYNC", 0, &_String, &flash_events_SyncEvent, 0}; +static methodinfo_t flash_events_SyncEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_SyncEvent, 0}; +static methodinfo_t flash_events_SyncEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_SyncEvent, 0}; +static varinfo_t flash_events_SyncEvent_changeList = {0x01, 0x00, 0x80, 0x16, "", "changeList", 0, &_Array, &flash_events_SyncEvent, 0}; +static methodinfo_t _encodeURIComponent = {0x02, 0x00, 0x82, 0x16, "", "encodeURIComponent", 0, &_String, 0, 0}; +static classinfo_t flash_net_Socket = {0x03, 0x00, 0x80, 0x16, "flash.net", "Socket", 0, &flash_events_EventDispatcher, interfaces: {&flash_utils_IDataInput, &flash_utils_IDataOutput, 0}}; +static methodinfo_t flash_net_Socket_writeBoolean = {0x02, 0x00, 0x80, 0x16, "", "writeBoolean", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_connect = {0x02, 0x00, 0x80, 0x16, "", "connect", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readDouble = {0x02, 0x00, 0x80, 0x16, "", "readDouble", 0, &_Number, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeByte = {0x02, 0x00, 0x80, 0x16, "", "writeByte", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeObject = {0x02, 0x00, 0x80, 0x16, "", "writeObject", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readUTFBytes = {0x02, 0x00, 0x80, 0x16, "", "readUTFBytes", 0, &_String, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeMultiByte = {0x02, 0x00, 0x80, 0x16, "", "writeMultiByte", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readUnsignedByte = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedByte", 0, &_uint, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeInt = {0x02, 0x00, 0x80, 0x16, "", "writeInt", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readMultiByte = {0x02, 0x00, 0x80, 0x16, "", "readMultiByte", 0, &_String, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readBytes = {0x02, 0x00, 0x80, 0x16, "", "readBytes", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeShort = {0x02, 0x00, 0x80, 0x16, "", "writeShort", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readShort = {0x02, 0x00, 0x80, 0x16, "", "readShort", 0, &_int, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeUTF = {0x02, 0x00, 0x80, 0x16, "", "writeUTF", 0, 0, &flash_net_Socket, 0}; +static varinfo_t flash_net_Socket_timeout = {0x01, 0x00, 0x80, 0x16, "", "timeout", 0, &_uint, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeBytes = {0x02, 0x00, 0x80, 0x16, "", "writeBytes", 0, 0, &flash_net_Socket, 0}; +static varinfo_t flash_net_Socket_connected = {0x01, 0x00, 0x80, 0x16, "", "connected", 0, &_Boolean, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readObject = {0x02, 0x00, 0x80, 0x16, "", "readObject", 0, 0, &flash_net_Socket, 0}; +static varinfo_t flash_net_Socket_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_flush = {0x02, 0x00, 0x80, 0x16, "", "flush", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeUnsignedInt = {0x02, 0x00, 0x80, 0x16, "", "writeUnsignedInt", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeDouble = {0x02, 0x00, 0x80, 0x16, "", "writeDouble", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeFloat = {0x02, 0x00, 0x80, 0x16, "", "writeFloat", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readInt = {0x02, 0x00, 0x80, 0x16, "", "readInt", 0, &_int, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readByte = {0x02, 0x00, 0x80, 0x16, "", "readByte", 0, &_int, &flash_net_Socket, 0}; +static varinfo_t flash_net_Socket_bytesAvailable = {0x01, 0x00, 0x80, 0x16, "", "bytesAvailable", 0, &_uint, &flash_net_Socket, 0}; +static varinfo_t flash_net_Socket_endian = {0x01, 0x00, 0x80, 0x16, "", "endian", 0, &_String, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readUnsignedShort = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedShort", 0, &_uint, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readUnsignedInt = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedInt", 0, &_uint, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readFloat = {0x02, 0x00, 0x80, 0x16, "", "readFloat", 0, &_Number, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_writeUTFBytes = {0x02, 0x00, 0x80, 0x16, "", "writeUTFBytes", 0, 0, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readBoolean = {0x02, 0x00, 0x80, 0x16, "", "readBoolean", 0, &_Boolean, &flash_net_Socket, 0}; +static methodinfo_t flash_net_Socket_readUTF = {0x02, 0x00, 0x80, 0x16, "", "readUTF", 0, &_String, &flash_net_Socket, 0}; +static methodinfo_t _unescape = {0x02, 0x00, 0x82, 0x16, "", "unescape", 0, &_String, 0, 0}; +static classinfo_t flash_utils_Timer = {0x03, 0x00, 0x80, 0x16, "flash.utils", "Timer", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_utils_Timer_reset = {0x02, 0x00, 0x80, 0x16, "", "reset", 0, 0, &flash_utils_Timer, 0}; +static varinfo_t flash_utils_Timer_running = {0x01, 0x00, 0x80, 0x16, "", "running", 0, &_Boolean, &flash_utils_Timer, 0}; +static varinfo_t flash_utils_Timer_repeatCount = {0x01, 0x00, 0x80, 0x16, "", "repeatCount", 0, &_int, &flash_utils_Timer, 0}; +static methodinfo_t flash_utils_Timer_stop = {0x02, 0x00, 0x80, 0x16, "", "stop", 0, 0, &flash_utils_Timer, 0}; +static methodinfo_t flash_utils_Timer_start = {0x02, 0x00, 0x80, 0x16, "", "start", 0, 0, &flash_utils_Timer, 0}; +static varinfo_t flash_utils_Timer_currentCount = {0x01, 0x00, 0x80, 0x16, "", "currentCount", 0, &_int, &flash_utils_Timer, 0}; +static varinfo_t flash_utils_Timer_delay = {0x01, 0x00, 0x80, 0x16, "", "delay", 0, &_Number, &flash_utils_Timer, 0}; +static classinfo_t _Array = {0x03, 0x00, 0x88, 0x16, "", "Array", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Array_sort = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "sort", 0, 0, &_Array, 0}; +static methodinfo_t _Array_unshift = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "unshift", 0, &_uint, &_Array, 0}; +static varinfo_t _Array_RETURNINDEXEDARRAY = {0x01, 0x00, 0x82, 0x16, "", "RETURNINDEXEDARRAY", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_indexOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "indexOf", 0, &_int, &_Array, 0}; +static methodinfo_t _Array_join = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "join", 0, &_String, &_Array, 0}; +static methodinfo_t _Array_sortOn = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "sortOn", 0, 0, &_Array, 0}; +static varinfo_t _Array_UNIQUESORT = {0x01, 0x00, 0x82, 0x16, "", "UNIQUESORT", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_shift = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "shift", 0, 0, &_Array, 0}; +static methodinfo_t _Array_reverse = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "reverse", 0, &_Array, &_Array, 0}; +static varinfo_t _Array_CASEINSENSITIVE = {0x01, 0x00, 0x82, 0x16, "", "CASEINSENSITIVE", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_forEach = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "forEach", 0, 0, &_Array, 0}; +static varinfo_t _Array_DESCENDING = {0x01, 0x00, 0x82, 0x16, "", "DESCENDING", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_pop = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "pop", 0, 0, &_Array, 0}; +static methodinfo_t _Array_slice = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "slice", 0, &_Array, &_Array, 0}; +static varinfo_t _Array_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_map = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "map", 0, &_Array, &_Array, 0}; +static methodinfo_t _Array_push = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "push", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_lastIndexOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "lastIndexOf", 0, &_int, &_Array, 0}; +static methodinfo_t _Array_splice = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "splice", 0, 0, &_Array, 0}; +static methodinfo_t _Array_every = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "every", 0, &_Boolean, &_Array, 0}; +static methodinfo_t _Array_concat = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "concat", 0, &_Array, &_Array, 0}; +static varinfo_t _Array_NUMERIC = {0x01, 0x00, 0x82, 0x16, "", "NUMERIC", 0, &_uint, &_Array, 0}; +static methodinfo_t _Array_filter = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "filter", 0, &_Array, &_Array, 0}; +static methodinfo_t _Array_some = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "some", 0, &_Boolean, &_Array, 0}; +static classinfo_t flash_geom_ColorTransform = {0x03, 0x00, 0x80, 0x16, "flash.geom", "ColorTransform", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_ColorTransform_blueOffset = {0x01, 0x00, 0x80, 0x16, "", "blueOffset", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_greenOffset = {0x01, 0x00, 0x80, 0x16, "", "greenOffset", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_greenMultiplier = {0x01, 0x00, 0x80, 0x16, "", "greenMultiplier", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_redMultiplier = {0x01, 0x00, 0x80, 0x16, "", "redMultiplier", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_geom_ColorTransform, 0}; +static methodinfo_t flash_geom_ColorTransform_concat = {0x02, 0x00, 0x80, 0x16, "", "concat", 0, 0, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_alphaOffset = {0x01, 0x00, 0x80, 0x16, "", "alphaOffset", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_blueMultiplier = {0x01, 0x00, 0x80, 0x16, "", "blueMultiplier", 0, &_Number, &flash_geom_ColorTransform, 0}; +static methodinfo_t flash_geom_ColorTransform_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_alphaMultiplier = {0x01, 0x00, 0x80, 0x16, "", "alphaMultiplier", 0, &_Number, &flash_geom_ColorTransform, 0}; +static varinfo_t flash_geom_ColorTransform_redOffset = {0x01, 0x00, 0x80, 0x16, "", "redOffset", 0, &_Number, &flash_geom_ColorTransform, 0}; +static classinfo_t flash_text_GridFitType = {0x03, 0x00, 0x81, 0x16, "flash.text", "GridFitType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_GridFitType_SUBPIXEL = {0x01, 0x00, 0x82, 0x16, "", "SUBPIXEL", 0, &_String, &flash_text_GridFitType, 0}; +static varinfo_t flash_text_GridFitType_PIXEL = {0x01, 0x00, 0x82, 0x16, "", "PIXEL", 0, &_String, &flash_text_GridFitType, 0}; +static varinfo_t flash_text_GridFitType_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_text_GridFitType, 0}; +static classinfo_t flash_filters_DisplacementMapFilterMode = {0x03, 0x00, 0x81, 0x16, "flash.filters", "DisplacementMapFilterMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_filters_DisplacementMapFilterMode_COLOR = {0x01, 0x00, 0x82, 0x16, "", "COLOR", 0, &_String, &flash_filters_DisplacementMapFilterMode, 0}; +static varinfo_t flash_filters_DisplacementMapFilterMode_WRAP = {0x01, 0x00, 0x82, 0x16, "", "WRAP", 0, &_String, &flash_filters_DisplacementMapFilterMode, 0}; +static varinfo_t flash_filters_DisplacementMapFilterMode_CLAMP = {0x01, 0x00, 0x82, 0x16, "", "CLAMP", 0, &_String, &flash_filters_DisplacementMapFilterMode, 0}; +static varinfo_t flash_filters_DisplacementMapFilterMode_IGNORE = {0x01, 0x00, 0x82, 0x16, "", "IGNORE", 0, &_String, &flash_filters_DisplacementMapFilterMode, 0}; +static classinfo_t flash_text_TextFieldType = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextFieldType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextFieldType_DYNAMIC = {0x01, 0x00, 0x82, 0x16, "", "DYNAMIC", 0, &_String, &flash_text_TextFieldType, 0}; +static varinfo_t flash_text_TextFieldType_INPUT = {0x01, 0x00, 0x82, 0x16, "", "INPUT", 0, &_String, &flash_text_TextFieldType, 0}; +static classinfo_t flash_display_IGraphicsStroke = {0x03, 0x00, 0x90, 0x16, "flash.display", "IGraphicsStroke", 0, 0, interfaces: {0}}; +static classinfo_t flash_media_SoundLoaderContext = {0x03, 0x00, 0x80, 0x16, "flash.media", "SoundLoaderContext", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_media_SoundLoaderContext_checkPolicyFile = {0x01, 0x00, 0x80, 0x16, "", "checkPolicyFile", 0, &_Boolean, &flash_media_SoundLoaderContext, 0}; +static varinfo_t flash_media_SoundLoaderContext_bufferTime = {0x01, 0x00, 0x80, 0x16, "", "bufferTime", 0, &_Number, &flash_media_SoundLoaderContext, 0}; +static classinfo_t flash_net_IDynamicPropertyOutput = {0x03, 0x00, 0x90, 0x16, "flash.net", "IDynamicPropertyOutput", 0, 0, interfaces: {0}}; +static methodinfo_t flash_net_IDynamicPropertyOutput_writeDynamicProperty = {0x02, 0x00, 0x80, 0x08, "flash.net:IDynamicPropertyOutput", "writeDynamicProperty", 0, 0, &flash_net_IDynamicPropertyOutput, 0}; +static classinfo_t flash_display_IGraphicsData = {0x03, 0x00, 0x90, 0x16, "flash.display", "IGraphicsData", 0, 0, interfaces: {0}}; +static methodinfo_t flash_utils_getDefinitionByName = {0x02, 0x00, 0x82, 0x16, "flash.utils", "getDefinitionByName", 0, &_Object, 0, 0}; +static classinfo_t _Function = {0x03, 0x00, 0x88, 0x16, "", "Function", 0, &_Object, interfaces: {0}}; +static varinfo_t _Function_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_int, &_Function, 0}; +static methodinfo_t _Function_apply = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "apply", 0, 0, &_Function, 0}; +static methodinfo_t _Function_call = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "call", 0, 0, &_Function, 0}; +static varinfo_t _Function_prototype = {0x01, 0x00, 0x80, 0x16, "", "prototype", 0, 0, &_Function, 0}; +static classinfo_t flash_geom_PerspectiveProjection = {0x03, 0x00, 0x80, 0x16, "flash.geom", "PerspectiveProjection", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_PerspectiveProjection_fieldOfView = {0x01, 0x00, 0x80, 0x16, "", "fieldOfView", 0, &_Number, &flash_geom_PerspectiveProjection, 0}; +static varinfo_t flash_geom_PerspectiveProjection_projectionCenter = {0x01, 0x00, 0x80, 0x16, "", "projectionCenter", 0, &flash_geom_Point, &flash_geom_PerspectiveProjection, 0}; +static methodinfo_t flash_geom_PerspectiveProjection_toMatrix3D = {0x02, 0x00, 0x80, 0x16, "", "toMatrix3D", 0, &flash_geom_Matrix3D, &flash_geom_PerspectiveProjection, 0}; +static varinfo_t flash_geom_PerspectiveProjection_focalLength = {0x01, 0x00, 0x80, 0x16, "", "focalLength", 0, &_Number, &flash_geom_PerspectiveProjection, 0}; +static classinfo_t flash_text_engine_BreakOpportunity = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "BreakOpportunity", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_BreakOpportunity_AUTO = {0x01, 0x00, 0x82, 0x16, "", "AUTO", 0, &_String, &flash_text_engine_BreakOpportunity, 0}; +static varinfo_t flash_text_engine_BreakOpportunity_ANY = {0x01, 0x00, 0x82, 0x16, "", "ANY", 0, &_String, &flash_text_engine_BreakOpportunity, 0}; +static varinfo_t flash_text_engine_BreakOpportunity_ALL = {0x01, 0x00, 0x82, 0x16, "", "ALL", 0, &_String, &flash_text_engine_BreakOpportunity, 0}; +static varinfo_t flash_text_engine_BreakOpportunity_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_text_engine_BreakOpportunity, 0}; +static methodinfo_t flash_sampler__getInvocationCount = {0x02, 0x00, 0x82, 0x17, "flash.sampler", "_getInvocationCount", 0, &_Number, 0, 0}; +static methodinfo_t _parseFloat = {0x02, 0x00, 0x82, 0x16, "", "parseFloat", 0, &_Number, 0, 0}; +static classinfo_t flash_events_NetStatusEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "NetStatusEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_NetStatusEvent_NET_STATUS = {0x01, 0x00, 0x82, 0x16, "", "NET_STATUS", 0, &_String, &flash_events_NetStatusEvent, 0}; +static methodinfo_t flash_events_NetStatusEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_NetStatusEvent, 0}; +static varinfo_t flash_events_NetStatusEvent_info = {0x01, 0x00, 0x80, 0x16, "", "info", 0, &_Object, &flash_events_NetStatusEvent, 0}; +static methodinfo_t flash_events_NetStatusEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_NetStatusEvent, 0}; +static classinfo_t flash_display_ShaderJob = {0x03, 0x00, 0x80, 0x16, "flash.display", "ShaderJob", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_display_ShaderJob_cancel = {0x02, 0x00, 0x80, 0x16, "", "cancel", 0, 0, &flash_display_ShaderJob, 0}; +static varinfo_t flash_display_ShaderJob_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_int, &flash_display_ShaderJob, 0}; +static methodinfo_t flash_display_ShaderJob_start = {0x02, 0x00, 0x80, 0x16, "", "start", 0, 0, &flash_display_ShaderJob, 0}; +static varinfo_t flash_display_ShaderJob_shader = {0x01, 0x00, 0x80, 0x16, "", "shader", 0, &flash_display_Shader, &flash_display_ShaderJob, 0}; +static varinfo_t flash_display_ShaderJob_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_int, &flash_display_ShaderJob, 0}; +static varinfo_t flash_display_ShaderJob_target = {0x01, 0x00, 0x80, 0x16, "", "target", 0, &_Object, &flash_display_ShaderJob, 0}; +static varinfo_t flash_display_ShaderJob_progress = {0x01, 0x00, 0x80, 0x16, "", "progress", 0, &_Number, &flash_display_ShaderJob, 0}; +static classinfo_t _VerifyError = {0x03, 0x00, 0x88, 0x16, "", "VerifyError", 0, &_Error, interfaces: {0}}; +static varinfo_t _VerifyError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_VerifyError, 0}; +static classinfo_t flash_events_AsyncErrorEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "AsyncErrorEvent", 0, &flash_events_ErrorEvent, interfaces: {0}}; +static methodinfo_t flash_events_AsyncErrorEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_AsyncErrorEvent, 0}; +static varinfo_t flash_events_AsyncErrorEvent_ASYNC_ERROR = {0x01, 0x00, 0x82, 0x16, "", "ASYNC_ERROR", 0, &_String, &flash_events_AsyncErrorEvent, 0}; +static varinfo_t flash_events_AsyncErrorEvent_error = {0x01, 0x00, 0x80, 0x16, "", "error", 0, &_Error, &flash_events_AsyncErrorEvent, 0}; +static methodinfo_t flash_events_AsyncErrorEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_AsyncErrorEvent, 0}; +static classinfo_t flash_net_SharedObject = {0x03, 0x00, 0x80, 0x16, "flash.net", "SharedObject", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_net_SharedObject_getLocal = {0x02, 0x00, 0x82, 0x16, "", "getLocal", 0, &flash_net_SharedObject, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_getDiskUsage = {0x02, 0x00, 0x82, 0x16, "", "getDiskUsage", 0, &_int, &flash_net_SharedObject, 0}; +static varinfo_t flash_net_SharedObject_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_net_SharedObject, 0}; +static varinfo_t flash_net_SharedObject_client = {0x01, 0x00, 0x80, 0x16, "", "client", 0, &_Object, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_setProperty = {0x02, 0x00, 0x80, 0x16, "", "setProperty", 0, 0, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_flush = {0x02, 0x00, 0x80, 0x16, "", "flush", 0, &_String, &flash_net_SharedObject, 0}; +static varinfo_t flash_net_SharedObject_defaultObjectEncoding = {0x01, 0x00, 0x82, 0x16, "", "defaultObjectEncoding", 0, &_uint, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_connect = {0x02, 0x00, 0x80, 0x16, "", "connect", 0, 0, &flash_net_SharedObject, 0}; +static varinfo_t flash_net_SharedObject_size = {0x01, 0x00, 0x80, 0x16, "", "size", 0, &_uint, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_setDirty = {0x02, 0x00, 0x80, 0x16, "", "setDirty", 0, 0, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_getRemote = {0x02, 0x00, 0x82, 0x16, "", "getRemote", 0, &flash_net_SharedObject, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_send = {0x02, 0x00, 0x80, 0x16, "", "send", 0, 0, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_SharedObject, 0}; +static methodinfo_t flash_net_SharedObject_deleteAll = {0x02, 0x00, 0x82, 0x16, "", "deleteAll", 0, &_int, &flash_net_SharedObject, 0}; +static varinfo_t flash_net_SharedObject_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &_Object, &flash_net_SharedObject, 0}; +static classinfo_t _Namespace = {0x03, 0x00, 0x81, 0x16, "", "Namespace", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Namespace_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_String, &_Namespace, 0}; +static varinfo_t _Namespace_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, 0, &_Namespace, 0}; +static methodinfo_t _Namespace_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_Namespace, 0}; +static varinfo_t _Namespace_uri = {0x01, 0x00, 0x80, 0x16, "", "uri", 0, &_String, &_Namespace, 0}; +static varinfo_t _Namespace_prefix = {0x01, 0x00, 0x80, 0x16, "", "prefix", 0, 0, &_Namespace, 0}; +static methodinfo_t flash_utils_setTimeout = {0x02, 0x00, 0x82, 0x16, "flash.utils", "setTimeout", 0, &_uint, 0, 0}; +static classinfo_t flash_geom_Matrix3D = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Matrix3D", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_geom_Matrix3D_interpolateTo = {0x02, 0x00, 0x80, 0x16, "", "interpolateTo", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_pointAt = {0x02, 0x00, 0x80, 0x16, "", "pointAt", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_interpolate = {0x02, 0x00, 0x82, 0x16, "", "interpolate", 0, &flash_geom_Matrix3D, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_prependRotation = {0x02, 0x00, 0x80, 0x16, "", "prependRotation", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_transformVector = {0x02, 0x00, 0x80, 0x16, "", "transformVector", 0, &flash_geom_Vector3D, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_transpose = {0x02, 0x00, 0x80, 0x16, "", "transpose", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_prependScale = {0x02, 0x00, 0x80, 0x16, "", "prependScale", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_deltaTransformVector = {0x02, 0x00, 0x80, 0x16, "", "deltaTransformVector", 0, &flash_geom_Vector3D, &flash_geom_Matrix3D, 0}; +static varinfo_t flash_geom_Matrix3D_position = {0x01, 0x00, 0x80, 0x16, "", "position", 0, &flash_geom_Vector3D, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_decompose = {0x02, 0x00, 0x80, 0x16, "", "decompose", 0, &__AS3___vec_Vector, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_append = {0x02, 0x00, 0x80, 0x16, "", "append", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_recompose = {0x02, 0x00, 0x80, 0x16, "", "recompose", 0, &_Boolean, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_geom_Matrix3D, &flash_geom_Matrix3D, 0}; +static varinfo_t flash_geom_Matrix3D_rawData = {0x01, 0x00, 0x80, 0x16, "", "rawData", 0, &__AS3___vec_Vector, &flash_geom_Matrix3D, 0}; +static varinfo_t flash_geom_Matrix3D_determinant = {0x01, 0x00, 0x80, 0x16, "", "determinant", 0, &_Number, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_invert = {0x02, 0x00, 0x80, 0x16, "", "invert", 0, &_Boolean, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_appendScale = {0x02, 0x00, 0x80, 0x16, "", "appendScale", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_transformVectors = {0x02, 0x00, 0x80, 0x16, "", "transformVectors", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_appendTranslation = {0x02, 0x00, 0x80, 0x16, "", "appendTranslation", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_appendRotation = {0x02, 0x00, 0x80, 0x16, "", "appendRotation", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_prepend = {0x02, 0x00, 0x80, 0x16, "", "prepend", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_identity = {0x02, 0x00, 0x80, 0x16, "", "identity", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_geom_Matrix3D_prependTranslation = {0x02, 0x00, 0x80, 0x16, "", "prependTranslation", 0, 0, &flash_geom_Matrix3D, 0}; +static methodinfo_t flash_sampler_pauseSampling = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "pauseSampling", 0, 0, 0, 0}; +static classinfo_t flash_system_Capabilities = {0x03, 0x00, 0x81, 0x16, "flash.system", "Capabilities", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_Capabilities_maxLevelIDC = {0x01, 0x00, 0x82, 0x16, "", "maxLevelIDC", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_isDebugger = {0x01, 0x00, 0x82, 0x16, "", "isDebugger", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasStreamingAudio = {0x01, 0x00, 0x82, 0x16, "", "hasStreamingAudio", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_screenColor = {0x01, 0x00, 0x82, 0x16, "", "screenColor", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasIME = {0x01, 0x00, 0x82, 0x16, "", "hasIME", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasEmbeddedVideo = {0x01, 0x00, 0x82, 0x16, "", "hasEmbeddedVideo", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasTLS = {0x01, 0x00, 0x82, 0x16, "", "hasTLS", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_isEmbeddedInAcrobat = {0x01, 0x00, 0x82, 0x16, "", "isEmbeddedInAcrobat", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasScreenPlayback = {0x01, 0x00, 0x82, 0x16, "", "hasScreenPlayback", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasVideoEncoder = {0x01, 0x00, 0x82, 0x16, "", "hasVideoEncoder", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasAudioEncoder = {0x01, 0x00, 0x82, 0x16, "", "hasAudioEncoder", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_pixelAspectRatio = {0x01, 0x00, 0x82, 0x16, "", "pixelAspectRatio", 0, &_Number, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasStreamingVideo = {0x01, 0x00, 0x82, 0x16, "", "hasStreamingVideo", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_screenResolutionX = {0x01, 0x00, 0x82, 0x16, "", "screenResolutionX", 0, &_Number, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasScreenBroadcast = {0x01, 0x00, 0x82, 0x16, "", "hasScreenBroadcast", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasAudio = {0x01, 0x00, 0x82, 0x16, "", "hasAudio", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_language = {0x01, 0x00, 0x82, 0x16, "", "language", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_manufacturer = {0x01, 0x00, 0x82, 0x16, "", "manufacturer", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasPrinting = {0x01, 0x00, 0x82, 0x16, "", "hasPrinting", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_os = {0x01, 0x00, 0x82, 0x16, "", "os", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_localFileReadDisable = {0x01, 0x00, 0x82, 0x16, "", "localFileReadDisable", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasMP3 = {0x01, 0x00, 0x82, 0x16, "", "hasMP3", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_avHardwareDisable = {0x01, 0x00, 0x82, 0x16, "", "avHardwareDisable", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_hasAccessibility = {0x01, 0x00, 0x82, 0x16, "", "hasAccessibility", 0, &_Boolean, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_version = {0x01, 0x00, 0x82, 0x16, "", "version", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_screenDPI = {0x01, 0x00, 0x82, 0x16, "", "screenDPI", 0, &_Number, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_playerType = {0x01, 0x00, 0x82, 0x16, "", "playerType", 0, &_String, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_screenResolutionY = {0x01, 0x00, 0x82, 0x16, "", "screenResolutionY", 0, &_Number, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities__internal = {0x01, 0x00, 0x82, 0x16, "", "_internal", 0, &_uint, &flash_system_Capabilities, 0}; +static varinfo_t flash_system_Capabilities_serverString = {0x01, 0x00, 0x82, 0x16, "", "serverString", 0, &_String, &flash_system_Capabilities, 0}; +static methodinfo_t flash_sampler_getSetterInvocationCount = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getSetterInvocationCount", 0, &_Number, 0, 0}; +static methodinfo_t flash_sampler_getGetterInvocationCount = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getGetterInvocationCount", 0, &_Number, 0, 0}; +static classinfo_t flash_filters_BlurFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "BlurFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_BlurFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_BlurFilter, 0}; +static methodinfo_t flash_filters_BlurFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_BlurFilter, 0}; +static varinfo_t flash_filters_BlurFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_BlurFilter, 0}; +static varinfo_t flash_filters_BlurFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_BlurFilter, 0}; +static methodinfo_t _isFinite = {0x02, 0x00, 0x82, 0x16, "", "isFinite", 0, &_Boolean, 0, 0}; +static classinfo_t flash_media_Video = {0x03, 0x00, 0x80, 0x16, "flash.media", "Video", 0, &flash_display_DisplayObject, interfaces: {0}}; +static methodinfo_t flash_media_Video_attachCamera = {0x02, 0x00, 0x80, 0x16, "", "attachCamera", 0, 0, &flash_media_Video, 0}; +static varinfo_t flash_media_Video_videoWidth = {0x01, 0x00, 0x80, 0x16, "", "videoWidth", 0, &_int, &flash_media_Video, 0}; +static methodinfo_t flash_media_Video_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_media_Video, 0}; +static varinfo_t flash_media_Video_deblocking = {0x01, 0x00, 0x80, 0x16, "", "deblocking", 0, &_int, &flash_media_Video, 0}; +static varinfo_t flash_media_Video_videoHeight = {0x01, 0x00, 0x80, 0x16, "", "videoHeight", 0, &_int, &flash_media_Video, 0}; +static methodinfo_t flash_media_Video_attachNetStream = {0x02, 0x00, 0x80, 0x16, "", "attachNetStream", 0, 0, &flash_media_Video, 0}; +static varinfo_t flash_media_Video_smoothing = {0x01, 0x00, 0x80, 0x16, "", "smoothing", 0, &_Boolean, &flash_media_Video, 0}; +static classinfo_t flash_text_engine_TextLineCreationResult = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextLineCreationResult", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TextLineCreationResult_EMERGENCY = {0x01, 0x00, 0x82, 0x16, "", "EMERGENCY", 0, &_String, &flash_text_engine_TextLineCreationResult, 0}; +static varinfo_t flash_text_engine_TextLineCreationResult_COMPLETE = {0x01, 0x00, 0x82, 0x16, "", "COMPLETE", 0, &_String, &flash_text_engine_TextLineCreationResult, 0}; +static varinfo_t flash_text_engine_TextLineCreationResult_SUCCESS = {0x01, 0x00, 0x82, 0x16, "", "SUCCESS", 0, &_String, &flash_text_engine_TextLineCreationResult, 0}; +static varinfo_t flash_text_engine_TextLineCreationResult_INSUFFICIENT_WIDTH = {0x01, 0x00, 0x82, 0x16, "", "INSUFFICIENT_WIDTH", 0, &_String, &flash_text_engine_TextLineCreationResult, 0}; +static classinfo_t _Error = {0x03, 0x00, 0x88, 0x16, "", "Error", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Error_getErrorMessage = {0x02, 0x00, 0x82, 0x16, "", "getErrorMessage", 0, &_String, &_Error, 0}; +static methodinfo_t _Error_throwError = {0x02, 0x00, 0x82, 0x16, "", "throwError", 0, 0, &_Error, 0}; +static varinfo_t _Error_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Error, 0}; +static varinfo_t _Error_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, 0, &_Error, 0}; +static varinfo_t _Error_message = {0x01, 0x00, 0x80, 0x16, "", "message", 0, 0, &_Error, 0}; +static methodinfo_t _Error_getStackTrace = {0x02, 0x00, 0x80, 0x16, "", "getStackTrace", 0, &_String, &_Error, 0}; +static varinfo_t _Error_errorID = {0x01, 0x00, 0x80, 0x16, "", "errorID", 0, &_int, &_Error, 0}; +static classinfo_t flash_xml_XMLNode = {0x03, 0x00, 0x80, 0x16, "flash.xml", "XMLNode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_xml_XMLNode_childNodes = {0x01, 0x00, 0x80, 0x16, "", "childNodes", 0, &_Array, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_appendChild = {0x02, 0x00, 0x80, 0x16, "", "appendChild", 0, 0, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_nextSibling = {0x01, 0x00, 0x80, 0x16, "", "nextSibling", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_nodeType = {0x01, 0x00, 0x80, 0x16, "", "nodeType", 0, &_uint, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_attributes = {0x01, 0x00, 0x80, 0x16, "", "attributes", 0, &_Object, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_firstChild = {0x01, 0x00, 0x80, 0x16, "", "firstChild", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_parentNode = {0x01, 0x00, 0x80, 0x16, "", "parentNode", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_prefix = {0x01, 0x00, 0x80, 0x16, "", "prefix", 0, &_String, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_localName = {0x01, 0x00, 0x80, 0x16, "", "localName", 0, &_String, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_nodeName = {0x01, 0x00, 0x80, 0x16, "", "nodeName", 0, &_String, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_getNamespaceForPrefix = {0x02, 0x00, 0x80, 0x16, "", "getNamespaceForPrefix", 0, &_String, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_insertBefore = {0x02, 0x00, 0x80, 0x16, "", "insertBefore", 0, 0, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_lastChild = {0x01, 0x00, 0x80, 0x16, "", "lastChild", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_cloneNode = {0x02, 0x00, 0x80, 0x16, "", "cloneNode", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_removeNode = {0x02, 0x00, 0x80, 0x16, "", "removeNode", 0, 0, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_namespaceURI = {0x01, 0x00, 0x80, 0x16, "", "namespaceURI", 0, &_String, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_previousSibling = {0x01, 0x00, 0x80, 0x16, "", "previousSibling", 0, &flash_xml_XMLNode, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_hasChildNodes = {0x02, 0x00, 0x80, 0x16, "", "hasChildNodes", 0, &_Boolean, &flash_xml_XMLNode, 0}; +static methodinfo_t flash_xml_XMLNode_getPrefixForNamespace = {0x02, 0x00, 0x80, 0x16, "", "getPrefixForNamespace", 0, &_String, &flash_xml_XMLNode, 0}; +static varinfo_t flash_xml_XMLNode_nodeValue = {0x01, 0x00, 0x80, 0x16, "", "nodeValue", 0, &_String, &flash_xml_XMLNode, 0}; +static classinfo_t flash_net_URLVariables = {0x03, 0x00, 0x88, 0x16, "flash.net", "URLVariables", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_net_URLVariables_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_net_URLVariables, 0}; +static methodinfo_t flash_net_URLVariables_decode = {0x02, 0x00, 0x80, 0x16, "", "decode", 0, 0, &flash_net_URLVariables, 0}; +static classinfo_t flash_display_LoaderInfo = {0x03, 0x00, 0x80, 0x16, "flash.display", "LoaderInfo", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_display_LoaderInfo_getLoaderInfoByDefinition = {0x02, 0x00, 0x82, 0x16, "", "getLoaderInfoByDefinition", 0, &flash_display_LoaderInfo, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_actionScriptVersion = {0x01, 0x00, 0x80, 0x16, "", "actionScriptVersion", 0, &_uint, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_contentType = {0x01, 0x00, 0x80, 0x16, "", "contentType", 0, &_String, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_sameDomain = {0x01, 0x00, 0x80, 0x16, "", "sameDomain", 0, &_Boolean, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_bytesTotal = {0x01, 0x00, 0x80, 0x16, "", "bytesTotal", 0, &_uint, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_loaderURL = {0x01, 0x00, 0x80, 0x16, "", "loaderURL", 0, &_String, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_int, &flash_display_LoaderInfo, 0}; +static methodinfo_t flash_display_LoaderInfo_dispatchEvent = {0x02, 0x00, 0x80, 0x16, "", "dispatchEvent", 0, &_Boolean, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_int, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_frameRate = {0x01, 0x00, 0x80, 0x16, "", "frameRate", 0, &_Number, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_parameters = {0x01, 0x00, 0x80, 0x16, "", "parameters", 0, &_Object, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_bytesLoaded = {0x01, 0x00, 0x80, 0x16, "", "bytesLoaded", 0, &_uint, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_url = {0x01, 0x00, 0x80, 0x16, "", "url", 0, &_String, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_content = {0x01, 0x00, 0x80, 0x16, "", "content", 0, &flash_display_DisplayObject, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_swfVersion = {0x01, 0x00, 0x80, 0x16, "", "swfVersion", 0, &_uint, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_bytes = {0x01, 0x00, 0x80, 0x16, "", "bytes", 0, &flash_utils_ByteArray, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_loader = {0x01, 0x00, 0x80, 0x16, "", "loader", 0, &flash_display_Loader, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_applicationDomain = {0x01, 0x00, 0x80, 0x16, "", "applicationDomain", 0, &flash_system_ApplicationDomain, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_parentAllowsChild = {0x01, 0x00, 0x80, 0x16, "", "parentAllowsChild", 0, &_Boolean, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_childAllowsParent = {0x01, 0x00, 0x80, 0x16, "", "childAllowsParent", 0, &_Boolean, &flash_display_LoaderInfo, 0}; +static varinfo_t flash_display_LoaderInfo_sharedEvents = {0x01, 0x00, 0x80, 0x16, "", "sharedEvents", 0, &flash_events_EventDispatcher, &flash_display_LoaderInfo, 0}; +static classinfo_t flash_sampler_Sample = {0x03, 0x00, 0x80, 0x16, "flash.sampler", "Sample", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_sampler_Sample_time = {0x01, 0x00, 0x80, 0x16, "", "time", 0, &_Number, &flash_sampler_Sample, 0}; +static varinfo_t flash_sampler_Sample_stack = {0x01, 0x00, 0x80, 0x16, "", "stack", 0, &_Array, &flash_sampler_Sample, 0}; +static classinfo_t flash_text_engine_DigitWidth = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "DigitWidth", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_DigitWidth_PROPORTIONAL = {0x01, 0x00, 0x82, 0x16, "", "PROPORTIONAL", 0, &_String, &flash_text_engine_DigitWidth, 0}; +static varinfo_t flash_text_engine_DigitWidth_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_text_engine_DigitWidth, 0}; +static varinfo_t flash_text_engine_DigitWidth_TABULAR = {0x01, 0x00, 0x82, 0x16, "", "TABULAR", 0, &_String, &flash_text_engine_DigitWidth, 0}; +static classinfo_t flash_net_URLRequestMethod = {0x03, 0x00, 0x81, 0x16, "flash.net", "URLRequestMethod", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_URLRequestMethod_GET = {0x01, 0x00, 0x82, 0x16, "", "GET", 0, &_String, &flash_net_URLRequestMethod, 0}; +static varinfo_t flash_net_URLRequestMethod_POST = {0x01, 0x00, 0x82, 0x16, "", "POST", 0, &_String, &flash_net_URLRequestMethod, 0}; +static methodinfo_t adobe_utils_MMExecute = {0x02, 0x00, 0x82, 0x16, "adobe.utils", "MMExecute", 0, &_String, 0, 0}; +static classinfo_t flash_system_System = {0x03, 0x00, 0x81, 0x16, "flash.system", "System", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_system_System_pause = {0x02, 0x00, 0x82, 0x16, "", "pause", 0, 0, &flash_system_System, 0}; +static varinfo_t flash_system_System_useCodePage = {0x01, 0x00, 0x82, 0x16, "", "useCodePage", 0, &_Boolean, &flash_system_System, 0}; +static methodinfo_t flash_system_System_exit = {0x02, 0x00, 0x82, 0x16, "", "exit", 0, 0, &flash_system_System, 0}; +static methodinfo_t flash_system_System_setClipboard = {0x02, 0x00, 0x82, 0x16, "", "setClipboard", 0, 0, &flash_system_System, 0}; +static varinfo_t flash_system_System_totalMemory = {0x01, 0x00, 0x82, 0x16, "", "totalMemory", 0, &_uint, &flash_system_System, 0}; +static methodinfo_t flash_system_System_gc = {0x02, 0x00, 0x82, 0x16, "", "gc", 0, 0, &flash_system_System, 0}; +static methodinfo_t flash_system_System_resume = {0x02, 0x00, 0x82, 0x16, "", "resume", 0, 0, &flash_system_System, 0}; +static varinfo_t flash_system_System_vmVersion = {0x01, 0x00, 0x82, 0x16, "", "vmVersion", 0, &_String, &flash_system_System, 0}; +static varinfo_t flash_system_System_ime = {0x01, 0x00, 0x82, 0x16, "", "ime", 0, &flash_system_IME, &flash_system_System, 0}; +static classinfo_t flash_filters_BitmapFilterQuality = {0x03, 0x00, 0x81, 0x16, "flash.filters", "BitmapFilterQuality", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_filters_BitmapFilterQuality_LOW = {0x01, 0x00, 0x82, 0x16, "", "LOW", 0, &_int, &flash_filters_BitmapFilterQuality, 0}; +static varinfo_t flash_filters_BitmapFilterQuality_MEDIUM = {0x01, 0x00, 0x82, 0x16, "", "MEDIUM", 0, &_int, &flash_filters_BitmapFilterQuality, 0}; +static varinfo_t flash_filters_BitmapFilterQuality_HIGH = {0x01, 0x00, 0x82, 0x16, "", "HIGH", 0, &_int, &flash_filters_BitmapFilterQuality, 0}; +static classinfo_t flash_display_DisplayObjectContainer = {0x03, 0x00, 0x80, 0x16, "flash.display", "DisplayObjectContainer", 0, &flash_display_InteractiveObject, interfaces: {0}}; +static methodinfo_t flash_display_DisplayObjectContainer_addChild = {0x02, 0x00, 0x80, 0x16, "", "addChild", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_getObjectsUnderPoint = {0x02, 0x00, 0x80, 0x16, "", "getObjectsUnderPoint", 0, &_Array, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_removeChildAt = {0x02, 0x00, 0x80, 0x16, "", "removeChildAt", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_swapChildren = {0x02, 0x00, 0x80, 0x16, "", "swapChildren", 0, 0, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint = {0x02, 0x00, 0x80, 0x16, "", "areInaccessibleObjectsUnderPoint", 0, &_Boolean, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_setChildIndex = {0x02, 0x00, 0x80, 0x16, "", "setChildIndex", 0, 0, &flash_display_DisplayObjectContainer, 0}; +static varinfo_t flash_display_DisplayObjectContainer_numChildren = {0x01, 0x00, 0x80, 0x16, "", "numChildren", 0, &_int, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_getChildIndex = {0x02, 0x00, 0x80, 0x16, "", "getChildIndex", 0, &_int, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_getChildAt = {0x02, 0x00, 0x80, 0x16, "", "getChildAt", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_removeChild = {0x02, 0x00, 0x80, 0x16, "", "removeChild", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_addChildAt = {0x02, 0x00, 0x80, 0x16, "", "addChildAt", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_contains = {0x02, 0x00, 0x80, 0x16, "", "contains", 0, &_Boolean, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_getChildByName = {0x02, 0x00, 0x80, 0x16, "", "getChildByName", 0, &flash_display_DisplayObject, &flash_display_DisplayObjectContainer, 0}; +static methodinfo_t flash_display_DisplayObjectContainer_swapChildrenAt = {0x02, 0x00, 0x80, 0x16, "", "swapChildrenAt", 0, 0, &flash_display_DisplayObjectContainer, 0}; +static varinfo_t flash_display_DisplayObjectContainer_mouseChildren = {0x01, 0x00, 0x80, 0x16, "", "mouseChildren", 0, &_Boolean, &flash_display_DisplayObjectContainer, 0}; +static varinfo_t flash_display_DisplayObjectContainer_tabChildren = {0x01, 0x00, 0x80, 0x16, "", "tabChildren", 0, &_Boolean, &flash_display_DisplayObjectContainer, 0}; +static varinfo_t flash_display_DisplayObjectContainer_textSnapshot = {0x01, 0x00, 0x80, 0x16, "", "textSnapshot", 0, &flash_text_TextSnapshot, &flash_display_DisplayObjectContainer, 0}; +static classinfo_t flash_system_LoaderContext = {0x03, 0x00, 0x80, 0x16, "flash.system", "LoaderContext", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_LoaderContext_checkPolicyFile = {0x01, 0x00, 0x80, 0x16, "", "checkPolicyFile", 0, &_Boolean, &flash_system_LoaderContext, 0}; +static varinfo_t flash_system_LoaderContext_securityDomain = {0x01, 0x00, 0x80, 0x16, "", "securityDomain", 0, &flash_system_SecurityDomain, &flash_system_LoaderContext, 0}; +static varinfo_t flash_system_LoaderContext_applicationDomain = {0x01, 0x00, 0x80, 0x16, "", "applicationDomain", 0, &flash_system_ApplicationDomain, &flash_system_LoaderContext, 0}; +static methodinfo_t flash_utils_clearTimeout = {0x02, 0x00, 0x82, 0x16, "flash.utils", "clearTimeout", 0, 0, 0, 0}; +static methodinfo_t _isXMLName = {0x02, 0x00, 0x82, 0x16, "", "isXMLName", 0, &_Boolean, 0, 0}; +static classinfo_t flash_xml_XMLNodeType = {0x03, 0x00, 0x81, 0x16, "flash.xml", "XMLNodeType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_xml_XMLNodeType_PROCESSING_INSTRUCTION_NODE = {0x01, 0x00, 0x82, 0x16, "", "PROCESSING_INSTRUCTION_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_CDATA_NODE = {0x01, 0x00, 0x82, 0x16, "", "CDATA_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_DOCUMENT_TYPE_NODE = {0x01, 0x00, 0x82, 0x16, "", "DOCUMENT_TYPE_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_COMMENT_NODE = {0x01, 0x00, 0x82, 0x16, "", "COMMENT_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_XML_DECLARATION = {0x01, 0x00, 0x82, 0x16, "", "XML_DECLARATION", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_TEXT_NODE = {0x01, 0x00, 0x82, 0x16, "", "TEXT_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static varinfo_t flash_xml_XMLNodeType_ELEMENT_NODE = {0x01, 0x00, 0x82, 0x16, "", "ELEMENT_NODE", 0, &_uint, &flash_xml_XMLNodeType, 0}; +static classinfo_t flash_events_ErrorEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "ErrorEvent", 0, &flash_events_TextEvent, interfaces: {0}}; +static methodinfo_t flash_events_ErrorEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_ErrorEvent, 0}; +static varinfo_t flash_events_ErrorEvent_ERROR = {0x01, 0x00, 0x82, 0x16, "", "ERROR", 0, &_String, &flash_events_ErrorEvent, 0}; +static methodinfo_t flash_events_ErrorEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_ErrorEvent, 0}; +static classinfo_t flash_utils_IDataOutput = {0x03, 0x00, 0x90, 0x16, "flash.utils", "IDataOutput", 0, 0, interfaces: {0}}; +static methodinfo_t flash_utils_IDataOutput_writeUnsignedInt = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeUnsignedInt", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeInt = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeInt", 0, 0, &flash_utils_IDataOutput, 0}; +static varinfo_t flash_utils_IDataOutput_objectEncoding = {0x01, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "objectEncoding", 0, &_uint, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeUTFBytes = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeUTFBytes", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeObject = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeObject", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeMultiByte = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeMultiByte", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeShort = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeShort", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeFloat = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeFloat", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeUTF = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeUTF", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeByte = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeByte", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeBoolean = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeBoolean", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeDouble = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeDouble", 0, 0, &flash_utils_IDataOutput, 0}; +static methodinfo_t flash_utils_IDataOutput_writeBytes = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "writeBytes", 0, 0, &flash_utils_IDataOutput, 0}; +static varinfo_t flash_utils_IDataOutput_endian = {0x01, 0x00, 0x80, 0x08, "flash.utils:IDataOutput", "endian", 0, &_String, &flash_utils_IDataOutput, 0}; +static classinfo_t flash_geom_Utils3D = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Utils3D", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_geom_Utils3D_projectVectors = {0x02, 0x00, 0x82, 0x16, "", "projectVectors", 0, 0, &flash_geom_Utils3D, 0}; +static methodinfo_t flash_geom_Utils3D_projectVector = {0x02, 0x00, 0x82, 0x16, "", "projectVector", 0, &flash_geom_Vector3D, &flash_geom_Utils3D, 0}; +static methodinfo_t flash_geom_Utils3D_pointTowards = {0x02, 0x00, 0x82, 0x16, "", "pointTowards", 0, &flash_geom_Matrix3D, &flash_geom_Utils3D, 0}; +static classinfo_t flash_events_TextEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "TextEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_TextEvent_LINK = {0x01, 0x00, 0x82, 0x16, "", "LINK", 0, &_String, &flash_events_TextEvent, 0}; +static methodinfo_t flash_events_TextEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_TextEvent, 0}; +static varinfo_t flash_events_TextEvent_text = {0x01, 0x00, 0x80, 0x16, "", "text", 0, &_String, &flash_events_TextEvent, 0}; +static varinfo_t flash_events_TextEvent_TEXT_INPUT = {0x01, 0x00, 0x82, 0x16, "", "TEXT_INPUT", 0, &_String, &flash_events_TextEvent, 0}; +static methodinfo_t flash_events_TextEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_TextEvent, 0}; +static classinfo_t flash_utils_Proxy = {0x03, 0x00, 0x80, 0x16, "flash.utils", "Proxy", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_utils_Proxy_callProperty = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "callProperty", 0, 0, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_setProperty = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "setProperty", 0, 0, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_getProperty = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "getProperty", 0, 0, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_nextName = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "nextName", 0, &_String, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_nextNameIndex = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "nextNameIndex", 0, &_int, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_hasProperty = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "hasProperty", 0, &_Boolean, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_deleteProperty = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "deleteProperty", 0, &_Boolean, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_getDescendants = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "getDescendants", 0, 0, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_isAttribute = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "isAttribute", 0, &_Boolean, &flash_utils_Proxy, 0}; +static methodinfo_t flash_utils_Proxy_nextValue = {0x02, 0x00, 0x80, 0x08, "http://www.adobe.com/2006/actionscript/flash/proxy", "nextValue", 0, 0, &flash_utils_Proxy, 0}; +static classinfo_t flash_text_engine_FontPosture = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "FontPosture", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_FontPosture_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_text_engine_FontPosture, 0}; +static varinfo_t flash_text_engine_FontPosture_ITALIC = {0x01, 0x00, 0x82, 0x16, "", "ITALIC", 0, &_String, &flash_text_engine_FontPosture, 0}; +static classinfo_t flash_xml_XMLDocument = {0x03, 0x00, 0x80, 0x16, "flash.xml", "XMLDocument", 0, &flash_xml_XMLNode, interfaces: {0}}; +static varinfo_t flash_xml_XMLDocument_docTypeDecl = {0x01, 0x00, 0x80, 0x16, "", "docTypeDecl", 0, &_Object, &flash_xml_XMLDocument, 0}; +static varinfo_t flash_xml_XMLDocument_idMap = {0x01, 0x00, 0x80, 0x16, "", "idMap", 0, &_Object, &flash_xml_XMLDocument, 0}; +static methodinfo_t flash_xml_XMLDocument_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_xml_XMLDocument, 0}; +static varinfo_t flash_xml_XMLDocument_xmlDecl = {0x01, 0x00, 0x80, 0x16, "", "xmlDecl", 0, &_Object, &flash_xml_XMLDocument, 0}; +static methodinfo_t flash_xml_XMLDocument_createElement = {0x02, 0x00, 0x80, 0x16, "", "createElement", 0, &flash_xml_XMLNode, &flash_xml_XMLDocument, 0}; +static varinfo_t flash_xml_XMLDocument_ignoreWhite = {0x01, 0x00, 0x80, 0x16, "", "ignoreWhite", 0, &_Boolean, &flash_xml_XMLDocument, 0}; +static methodinfo_t flash_xml_XMLDocument_createTextNode = {0x02, 0x00, 0x80, 0x16, "", "createTextNode", 0, &flash_xml_XMLNode, &flash_xml_XMLDocument, 0}; +static methodinfo_t flash_xml_XMLDocument_parseXML = {0x02, 0x00, 0x80, 0x16, "", "parseXML", 0, 0, &flash_xml_XMLDocument, 0}; +static classinfo_t flash_display_ShaderInput = {0x03, 0x00, 0x89, 0x16, "flash.display", "ShaderInput", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ShaderInput_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_int, &flash_display_ShaderInput, 0}; +static varinfo_t flash_display_ShaderInput_input = {0x01, 0x00, 0x80, 0x16, "", "input", 0, &_Object, &flash_display_ShaderInput, 0}; +static varinfo_t flash_display_ShaderInput_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_int, &flash_display_ShaderInput, 0}; +static varinfo_t flash_display_ShaderInput_index = {0x01, 0x00, 0x80, 0x16, "", "index", 0, &_int, &flash_display_ShaderInput, 0}; +static varinfo_t flash_display_ShaderInput_channels = {0x01, 0x00, 0x80, 0x16, "", "channels", 0, &_int, &flash_display_ShaderInput, 0}; +static classinfo_t flash_text_engine_TextBlock = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextBlock", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_engine_TextBlock_createTextLine = {0x02, 0x00, 0x80, 0x16, "", "createTextLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_bidiLevel = {0x01, 0x00, 0x80, 0x16, "", "bidiLevel", 0, &_int, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_getTextLineAtCharIndex = {0x02, 0x00, 0x80, 0x16, "", "getTextLineAtCharIndex", 0, &flash_text_engine_TextLine, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_lastLine = {0x01, 0x00, 0x80, 0x16, "", "lastLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_findPreviousWordBoundary = {0x02, 0x00, 0x80, 0x16, "", "findPreviousWordBoundary", 0, &_int, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_findPreviousAtomBoundary = {0x02, 0x00, 0x80, 0x16, "", "findPreviousAtomBoundary", 0, &_int, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_baselineZero = {0x01, 0x00, 0x80, 0x16, "", "baselineZero", 0, &_String, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_applyNonLinearFontScaling = {0x01, 0x00, 0x80, 0x16, "", "applyNonLinearFontScaling", 0, &_Boolean, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_firstLine = {0x01, 0x00, 0x80, 0x16, "", "firstLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_textJustifier = {0x01, 0x00, 0x80, 0x16, "", "textJustifier", 0, &flash_text_engine_TextJustifier, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_releaseLines = {0x02, 0x00, 0x80, 0x16, "", "releaseLines", 0, 0, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_firstInvalidLine = {0x01, 0x00, 0x80, 0x16, "", "firstInvalidLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_baselineFontSize = {0x01, 0x00, 0x80, 0x16, "", "baselineFontSize", 0, &_Number, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_lineRotation = {0x01, 0x00, 0x80, 0x16, "", "lineRotation", 0, &_String, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_userData = {0x01, 0x00, 0x80, 0x16, "", "userData", 0, 0, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_content = {0x01, 0x00, 0x80, 0x16, "", "content", 0, &flash_text_engine_ContentElement, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_textLineCreationResult = {0x01, 0x00, 0x80, 0x16, "", "textLineCreationResult", 0, &_String, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_baselineFontDescription = {0x01, 0x00, 0x80, 0x16, "", "baselineFontDescription", 0, &flash_text_engine_FontDescription, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_findNextAtomBoundary = {0x02, 0x00, 0x80, 0x16, "", "findNextAtomBoundary", 0, &_int, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_findNextWordBoundary = {0x02, 0x00, 0x80, 0x16, "", "findNextWordBoundary", 0, &_int, &flash_text_engine_TextBlock, 0}; +static varinfo_t flash_text_engine_TextBlock_tabStops = {0x01, 0x00, 0x80, 0x16, "", "tabStops", 0, &__AS3___vec_Vector, &flash_text_engine_TextBlock, 0}; +static methodinfo_t flash_text_engine_TextBlock_dump = {0x02, 0x00, 0x80, 0x16, "", "dump", 0, &_String, &flash_text_engine_TextBlock, 0}; +static classinfo_t flash_ui_MouseCursor = {0x03, 0x00, 0x81, 0x16, "flash.ui", "MouseCursor", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_MouseCursor_BUTTON = {0x01, 0x00, 0x82, 0x16, "", "BUTTON", 0, &_String, &flash_ui_MouseCursor, 0}; +static varinfo_t flash_ui_MouseCursor_AUTO = {0x01, 0x00, 0x82, 0x16, "", "AUTO", 0, &_String, &flash_ui_MouseCursor, 0}; +static varinfo_t flash_ui_MouseCursor_ARROW = {0x01, 0x00, 0x82, 0x16, "", "ARROW", 0, &_String, &flash_ui_MouseCursor, 0}; +static varinfo_t flash_ui_MouseCursor_IBEAM = {0x01, 0x00, 0x82, 0x16, "", "IBEAM", 0, &_String, &flash_ui_MouseCursor, 0}; +static varinfo_t flash_ui_MouseCursor_HAND = {0x01, 0x00, 0x82, 0x16, "", "HAND", 0, &_String, &flash_ui_MouseCursor, 0}; +static namespace_t flash_utils_flash_proxy_constant_ns = {0x08, "http://www.adobe.com/2006/actionscript/flash/proxy"}; +static constant_t flash_utils_flash_proxy_constant = {type: 8, &flash_utils_flash_proxy_constant_ns}; +static varinfo_t flash_utils_flash_proxy = {0x01, 0x00, 0xa2, 0x16, "flash.utils", "flash_proxy", 0, 0, 0, &flash_utils_flash_proxy_constant}; +static classinfo_t flash_display_MorphShape = {0x03, 0x00, 0x81, 0x16, "flash.display", "MorphShape", 0, &flash_display_DisplayObject, interfaces: {0}}; +static classinfo_t flash_text_TextDisplayMode = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextDisplayMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextDisplayMode_CRT = {0x01, 0x00, 0x82, 0x16, "", "CRT", 0, &_String, &flash_text_TextDisplayMode, 0}; +static varinfo_t flash_text_TextDisplayMode_LCD = {0x01, 0x00, 0x82, 0x16, "", "LCD", 0, &_String, &flash_text_TextDisplayMode, 0}; +static varinfo_t flash_text_TextDisplayMode_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_text_TextDisplayMode, 0}; +static classinfo_t flash_net_URLLoaderDataFormat = {0x03, 0x00, 0x81, 0x16, "flash.net", "URLLoaderDataFormat", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_URLLoaderDataFormat_VARIABLES = {0x01, 0x00, 0x82, 0x16, "", "VARIABLES", 0, &_String, &flash_net_URLLoaderDataFormat, 0}; +static varinfo_t flash_net_URLLoaderDataFormat_BINARY = {0x01, 0x00, 0x82, 0x16, "", "BINARY", 0, &_String, &flash_net_URLLoaderDataFormat, 0}; +static varinfo_t flash_net_URLLoaderDataFormat_TEXT = {0x01, 0x00, 0x82, 0x16, "", "TEXT", 0, &_String, &flash_net_URLLoaderDataFormat, 0}; +static classinfo_t flash_display_StageQuality = {0x03, 0x00, 0x81, 0x16, "flash.display", "StageQuality", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_StageQuality_LOW = {0x01, 0x00, 0x82, 0x16, "", "LOW", 0, &_String, &flash_display_StageQuality, 0}; +static varinfo_t flash_display_StageQuality_MEDIUM = {0x01, 0x00, 0x82, 0x16, "", "MEDIUM", 0, &_String, &flash_display_StageQuality, 0}; +static varinfo_t flash_display_StageQuality_HIGH = {0x01, 0x00, 0x82, 0x16, "", "HIGH", 0, &_String, &flash_display_StageQuality, 0}; +static varinfo_t flash_display_StageQuality_BEST = {0x01, 0x00, 0x82, 0x16, "", "BEST", 0, &_String, &flash_display_StageQuality, 0}; +static classinfo_t flash_display_Sprite = {0x03, 0x00, 0x80, 0x16, "flash.display", "Sprite", 0, &flash_display_DisplayObjectContainer, interfaces: {0}}; +static methodinfo_t flash_display_Sprite_stopDrag = {0x02, 0x00, 0x80, 0x16, "", "stopDrag", 0, 0, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_buttonMode = {0x01, 0x00, 0x80, 0x16, "", "buttonMode", 0, &_Boolean, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_soundTransform = {0x01, 0x00, 0x80, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_hitArea = {0x01, 0x00, 0x80, 0x16, "", "hitArea", 0, &flash_display_Sprite, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_useHandCursor = {0x01, 0x00, 0x80, 0x16, "", "useHandCursor", 0, &_Boolean, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_graphics = {0x01, 0x00, 0x80, 0x16, "", "graphics", 0, &flash_display_Graphics, &flash_display_Sprite, 0}; +static methodinfo_t flash_display_Sprite_startDrag = {0x02, 0x00, 0x80, 0x16, "", "startDrag", 0, 0, &flash_display_Sprite, 0}; +static varinfo_t flash_display_Sprite_dropTarget = {0x01, 0x00, 0x80, 0x16, "", "dropTarget", 0, &flash_display_DisplayObject, &flash_display_Sprite, 0}; +static classinfo_t flash_ui_Keyboard = {0x03, 0x00, 0x81, 0x16, "flash.ui", "Keyboard", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_Keyboard_PAGE_DOWN = {0x01, 0x00, 0x82, 0x16, "", "PAGE_DOWN", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F4 = {0x01, 0x00, 0x82, 0x16, "", "F4", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_ENTER = {0x01, 0x00, 0x82, 0x16, "", "ENTER", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_CONTROL = {0x01, 0x00, 0x82, 0x16, "", "CONTROL", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F7 = {0x01, 0x00, 0x82, 0x16, "", "F7", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F14 = {0x01, 0x00, 0x82, 0x16, "", "F14", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_3 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_3", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_DECIMAL = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_DECIMAL", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_CAPS_LOCK = {0x01, 0x00, 0x82, 0x16, "", "CAPS_LOCK", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_SHIFT = {0x01, 0x00, 0x82, 0x16, "", "SHIFT", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_TAB = {0x01, 0x00, 0x82, 0x16, "", "TAB", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_0 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_0", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_END = {0x01, 0x00, 0x82, 0x16, "", "END", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_1 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_1", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_LEFT = {0x01, 0x00, 0x82, 0x16, "", "LEFT", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F8 = {0x01, 0x00, 0x82, 0x16, "", "F8", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F9 = {0x01, 0x00, 0x82, 0x16, "", "F9", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_numLock = {0x01, 0x00, 0x82, 0x16, "", "numLock", 0, &_Boolean, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F2 = {0x01, 0x00, 0x82, 0x16, "", "F2", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_4 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_4", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F3 = {0x01, 0x00, 0x82, 0x16, "", "F3", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_2 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_2", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_HOME = {0x01, 0x00, 0x82, 0x16, "", "HOME", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_7 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_7", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_6 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_6", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F6 = {0x01, 0x00, 0x82, 0x16, "", "F6", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F5 = {0x01, 0x00, 0x82, 0x16, "", "F5", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_INSERT = {0x01, 0x00, 0x82, 0x16, "", "INSERT", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_ESCAPE = {0x01, 0x00, 0x82, 0x16, "", "ESCAPE", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F1 = {0x01, 0x00, 0x82, 0x16, "", "F1", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_SUBTRACT = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_SUBTRACT", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_8 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_8", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_SPACE = {0x01, 0x00, 0x82, 0x16, "", "SPACE", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_BACKSPACE = {0x01, 0x00, 0x82, 0x16, "", "BACKSPACE", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_DELETE = {0x01, 0x00, 0x82, 0x16, "", "DELETE", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_MULTIPLY = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_MULTIPLY", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F13 = {0x01, 0x00, 0x82, 0x16, "", "F13", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_ADD = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_ADD", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_9 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_9", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F12 = {0x01, 0x00, 0x82, 0x16, "", "F12", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "RIGHT", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F15 = {0x01, 0x00, 0x82, 0x16, "", "F15", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F11 = {0x01, 0x00, 0x82, 0x16, "", "F11", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_UP = {0x01, 0x00, 0x82, 0x16, "", "UP", 0, &_uint, &flash_ui_Keyboard, 0}; +static methodinfo_t flash_ui_Keyboard_isAccessible = {0x02, 0x00, 0x82, 0x16, "", "isAccessible", 0, &_Boolean, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_DOWN = {0x01, 0x00, 0x82, 0x16, "", "DOWN", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_capsLock = {0x01, 0x00, 0x82, 0x16, "", "capsLock", 0, &_Boolean, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_PAGE_UP = {0x01, 0x00, 0x82, 0x16, "", "PAGE_UP", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_ENTER = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_ENTER", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_F10 = {0x01, 0x00, 0x82, 0x16, "", "F10", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_5 = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_5", 0, &_uint, &flash_ui_Keyboard, 0}; +static varinfo_t flash_ui_Keyboard_NUMPAD_DIVIDE = {0x01, 0x00, 0x82, 0x16, "", "NUMPAD_DIVIDE", 0, &_uint, &flash_ui_Keyboard, 0}; +static classinfo_t flash_filters_DisplacementMapFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "DisplacementMapFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_DisplacementMapFilter_scaleY = {0x01, 0x00, 0x80, 0x16, "", "scaleY", 0, &_Number, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_mapPoint = {0x01, 0x00, 0x80, 0x16, "", "mapPoint", 0, &flash_geom_Point, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_scaleX = {0x01, 0x00, 0x80, 0x16, "", "scaleX", 0, &_Number, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_mapBitmap = {0x01, 0x00, 0x80, 0x16, "", "mapBitmap", 0, &flash_display_BitmapData, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_mode = {0x01, 0x00, 0x80, 0x16, "", "mode", 0, &_String, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_componentX = {0x01, 0x00, 0x80, 0x16, "", "componentX", 0, &_uint, &flash_filters_DisplacementMapFilter, 0}; +static methodinfo_t flash_filters_DisplacementMapFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_filters_DisplacementMapFilter, 0}; +static varinfo_t flash_filters_DisplacementMapFilter_componentY = {0x01, 0x00, 0x80, 0x16, "", "componentY", 0, &_uint, &flash_filters_DisplacementMapFilter, 0}; +static methodinfo_t flash_utils_escapeMultiByte = {0x02, 0x00, 0x82, 0x16, "flash.utils", "escapeMultiByte", 0, &_String, 0, 0}; +static methodinfo_t adobe_utils_MMEndCommand = {0x02, 0x00, 0x82, 0x16, "adobe.utils", "MMEndCommand", 0, 0, 0, 0}; +static classinfo_t flash_display_GradientType = {0x03, 0x00, 0x81, 0x16, "flash.display", "GradientType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_GradientType_LINEAR = {0x01, 0x00, 0x82, 0x16, "", "LINEAR", 0, &_String, &flash_display_GradientType, 0}; +static varinfo_t flash_display_GradientType_RADIAL = {0x01, 0x00, 0x82, 0x16, "", "RADIAL", 0, &_String, &flash_display_GradientType, 0}; +static classinfo_t flash_media_ID3Info = {0x03, 0x00, 0x89, 0x16, "flash.media", "ID3Info", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_media_ID3Info_comment = {0x01, 0x00, 0x80, 0x16, "", "comment", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_year = {0x01, 0x00, 0x80, 0x16, "", "year", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_track = {0x01, 0x00, 0x80, 0x16, "", "track", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_artist = {0x01, 0x00, 0x80, 0x16, "", "artist", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_songName = {0x01, 0x00, 0x80, 0x16, "", "songName", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_genre = {0x01, 0x00, 0x80, 0x16, "", "genre", 0, &_String, &flash_media_ID3Info, 0}; +static varinfo_t flash_media_ID3Info_album = {0x01, 0x00, 0x80, 0x16, "", "album", 0, &_String, &flash_media_ID3Info, 0}; +static classinfo_t flash_display_GraphicsSolidFill = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsSolidFill", 0, &_Object, interfaces: {&flash_display_IGraphicsFill, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsSolidFill_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_display_GraphicsSolidFill, 0}; +static varinfo_t flash_display_GraphicsSolidFill_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_display_GraphicsSolidFill, 0}; +static classinfo_t flash_filters_ColorMatrixFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "ColorMatrixFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_ColorMatrixFilter_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &_Array, &flash_filters_ColorMatrixFilter, 0}; +static methodinfo_t flash_filters_ColorMatrixFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_ColorMatrixFilter, 0}; +static classinfo_t flash_net_NetStreamPlayTransitions = {0x03, 0x00, 0x80, 0x16, "flash.net", "NetStreamPlayTransitions", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_NetStreamPlayTransitions_RESET = {0x01, 0x00, 0x82, 0x16, "", "RESET", 0, 0, &flash_net_NetStreamPlayTransitions, 0}; +static varinfo_t flash_net_NetStreamPlayTransitions_APPEND = {0x01, 0x00, 0x82, 0x16, "", "APPEND", 0, 0, &flash_net_NetStreamPlayTransitions, 0}; +static varinfo_t flash_net_NetStreamPlayTransitions_SWAP = {0x01, 0x00, 0x82, 0x16, "", "SWAP", 0, 0, &flash_net_NetStreamPlayTransitions, 0}; +static varinfo_t flash_net_NetStreamPlayTransitions_SWITCH = {0x01, 0x00, 0x82, 0x16, "", "SWITCH", 0, 0, &flash_net_NetStreamPlayTransitions, 0}; +static varinfo_t flash_net_NetStreamPlayTransitions_STOP = {0x01, 0x00, 0x82, 0x16, "", "STOP", 0, 0, &flash_net_NetStreamPlayTransitions, 0}; +static classinfo_t flash_media_SoundCodec = {0x03, 0x00, 0x81, 0x16, "flash.media", "SoundCodec", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_media_SoundCodec_NELLYMOSER = {0x01, 0x00, 0x82, 0x16, "", "NELLYMOSER", 0, &_String, &flash_media_SoundCodec, 0}; +static varinfo_t flash_media_SoundCodec_SPEEX = {0x01, 0x00, 0x82, 0x16, "", "SPEEX", 0, &_String, &flash_media_SoundCodec, 0}; +static classinfo_t flash_net_ObjectEncoding = {0x03, 0x00, 0x81, 0x16, "flash.net", "ObjectEncoding", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_ObjectEncoding_dynamicPropertyWriter = {0x01, 0x00, 0x82, 0x16, "", "dynamicPropertyWriter", 0, &flash_net_IDynamicPropertyWriter, &flash_net_ObjectEncoding, 0}; +static varinfo_t flash_net_ObjectEncoding_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_uint, &flash_net_ObjectEncoding, 0}; +static varinfo_t flash_net_ObjectEncoding_AMF0 = {0x01, 0x00, 0x82, 0x16, "", "AMF0", 0, &_uint, &flash_net_ObjectEncoding, 0}; +static varinfo_t flash_net_ObjectEncoding_AMF3 = {0x01, 0x00, 0x82, 0x16, "", "AMF3", 0, &_uint, &flash_net_ObjectEncoding, 0}; +static classinfo_t flash_text_engine_GroupElement = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "GroupElement", 0, &flash_text_engine_ContentElement, interfaces: {0}}; +static methodinfo_t flash_text_engine_GroupElement_groupElements = {0x02, 0x00, 0x80, 0x16, "", "groupElements", 0, &flash_text_engine_GroupElement, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_splitTextElement = {0x02, 0x00, 0x80, 0x16, "", "splitTextElement", 0, &flash_text_engine_TextElement, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_mergeTextElements = {0x02, 0x00, 0x80, 0x16, "", "mergeTextElements", 0, &flash_text_engine_TextElement, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_getElementAtCharIndex = {0x02, 0x00, 0x80, 0x16, "", "getElementAtCharIndex", 0, &flash_text_engine_ContentElement, &flash_text_engine_GroupElement, 0}; +static varinfo_t flash_text_engine_GroupElement_elementCount = {0x01, 0x00, 0x80, 0x16, "", "elementCount", 0, &_int, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_setElements = {0x02, 0x00, 0x80, 0x16, "", "setElements", 0, 0, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_getElementAt = {0x02, 0x00, 0x80, 0x16, "", "getElementAt", 0, &flash_text_engine_ContentElement, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_ungroupElements = {0x02, 0x00, 0x80, 0x16, "", "ungroupElements", 0, 0, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_replaceElements = {0x02, 0x00, 0x80, 0x16, "", "replaceElements", 0, &__AS3___vec_Vector, &flash_text_engine_GroupElement, 0}; +static methodinfo_t flash_text_engine_GroupElement_getElementIndex = {0x02, 0x00, 0x80, 0x16, "", "getElementIndex", 0, &_int, &flash_text_engine_GroupElement, 0}; +static methodinfo_t _parseInt = {0x02, 0x00, 0x82, 0x16, "", "parseInt", 0, &_Number, 0, 0}; +static classinfo_t _QName = {0x03, 0x00, 0x81, 0x16, "", "QName", 0, &_Object, interfaces: {0}}; +static varinfo_t _QName_localName = {0x01, 0x00, 0x80, 0x16, "", "localName", 0, &_String, &_QName, 0}; +static methodinfo_t _QName_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_QName, &_QName, 0}; +static varinfo_t _QName_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, 0, &_QName, 0}; +static methodinfo_t _QName_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_QName, 0}; +static varinfo_t _QName_uri = {0x01, 0x00, 0x80, 0x16, "", "uri", 0, 0, &_QName, 0}; +static classinfo_t _UninitializedError = {0x03, 0x00, 0x88, 0x16, "", "UninitializedError", 0, &_Error, interfaces: {0}}; +static varinfo_t _UninitializedError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_UninitializedError, 0}; +static classinfo_t _Date = {0x03, 0x00, 0x89, 0x16, "", "Date", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Date_getTimezoneOffset = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getTimezoneOffset", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getTime = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getTime", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCMilliseconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCMilliseconds", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_month = {0x01, 0x00, 0x80, 0x16, "", "month", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_Date, 0}; +static methodinfo_t _Date_getHours = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getHours", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_date = {0x01, 0x00, 0x80, 0x16, "", "date", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_milliseconds = {0x01, 0x00, 0x80, 0x16, "", "milliseconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setSeconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setSeconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getDate = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getDate", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_hoursUTC = {0x01, 0x00, 0x80, 0x16, "", "hoursUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCDate = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCDate", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_timezoneOffset = {0x01, 0x00, 0x80, 0x16, "", "timezoneOffset", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setTime = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setTime", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_millisecondsUTC = {0x01, 0x00, 0x80, 0x16, "", "millisecondsUTC", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_minutes = {0x01, 0x00, 0x80, 0x16, "", "minutes", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCHours = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCHours", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_minutesUTC = {0x01, 0x00, 0x80, 0x16, "", "minutesUTC", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Date, 0}; +static methodinfo_t _Date_toLocaleTimeString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLocaleTimeString", 0, &_String, &_Date, 0}; +static varinfo_t _Date_fullYearUTC = {0x01, 0x00, 0x80, 0x16, "", "fullYearUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_UTC = {0x02, 0x00, 0x82, 0x16, "", "UTC", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_time = {0x01, 0x00, 0x80, 0x16, "", "time", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_monthUTC = {0x01, 0x00, 0x80, 0x16, "", "monthUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCMilliseconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCMilliseconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_toDateString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toDateString", 0, &_String, &_Date, 0}; +static methodinfo_t _Date_getMonth = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getMonth", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setMinutes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setMinutes", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_toLocaleDateString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLocaleDateString", 0, &_String, &_Date, 0}; +static varinfo_t _Date_fullYear = {0x01, 0x00, 0x80, 0x16, "", "fullYear", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCFullYear = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCFullYear", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getSeconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getSeconds", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_dateUTC = {0x01, 0x00, 0x80, 0x16, "", "dateUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getMilliseconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getMilliseconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCMinutes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCMinutes", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_day = {0x01, 0x00, 0x80, 0x16, "", "day", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCSeconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCSeconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCDate = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCDate", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCMonth = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCMonth", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_seconds = {0x01, 0x00, 0x80, 0x16, "", "seconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCMinutes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCMinutes", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setDate = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setDate", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getFullYear = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getFullYear", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setFullYear = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setFullYear", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setHours = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setHours", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setMonth = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setMonth", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_parse = {0x02, 0x00, 0x82, 0x16, "", "parse", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCSeconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCSeconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getMinutes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getMinutes", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_toLocaleString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLocaleString", 0, &_String, &_Date, 0}; +static methodinfo_t _Date_toUTCString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toUTCString", 0, &_String, &_Date, 0}; +static varinfo_t _Date_dayUTC = {0x01, 0x00, 0x80, 0x16, "", "dayUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getDay = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getDay", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCMonth = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCMonth", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_hours = {0x01, 0x00, 0x80, 0x16, "", "hours", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCDay = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCDay", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_setUTCFullYear = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setUTCFullYear", 0, &_Number, &_Date, 0}; +static varinfo_t _Date_secondsUTC = {0x01, 0x00, 0x80, 0x16, "", "secondsUTC", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_toTimeString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toTimeString", 0, &_String, &_Date, 0}; +static methodinfo_t _Date_setMilliseconds = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setMilliseconds", 0, &_Number, &_Date, 0}; +static methodinfo_t _Date_getUTCHours = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "getUTCHours", 0, &_Number, &_Date, 0}; +static classinfo_t flash_text_StyleSheet = {0x03, 0x00, 0x88, 0x16, "flash.text", "StyleSheet", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_text_StyleSheet_styleNames = {0x01, 0x00, 0x80, 0x16, "", "styleNames", 0, &_Array, &flash_text_StyleSheet, 0}; +static methodinfo_t flash_text_StyleSheet_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_text_StyleSheet, 0}; +static methodinfo_t flash_text_StyleSheet_transform = {0x02, 0x00, 0x80, 0x16, "", "transform", 0, &flash_text_TextFormat, &flash_text_StyleSheet, 0}; +static methodinfo_t flash_text_StyleSheet_getStyle = {0x02, 0x00, 0x80, 0x16, "", "getStyle", 0, &_Object, &flash_text_StyleSheet, 0}; +static methodinfo_t flash_text_StyleSheet_parseCSS = {0x02, 0x00, 0x80, 0x16, "", "parseCSS", 0, 0, &flash_text_StyleSheet, 0}; +static methodinfo_t flash_text_StyleSheet_setStyle = {0x02, 0x00, 0x80, 0x16, "", "setStyle", 0, 0, &flash_text_StyleSheet, 0}; +static classinfo_t flash_display_ActionScriptVersion = {0x03, 0x00, 0x81, 0x16, "flash.display", "ActionScriptVersion", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ActionScriptVersion_ACTIONSCRIPT3 = {0x01, 0x00, 0x82, 0x16, "", "ACTIONSCRIPT3", 0, &_uint, &flash_display_ActionScriptVersion, 0}; +static varinfo_t flash_display_ActionScriptVersion_ACTIONSCRIPT2 = {0x01, 0x00, 0x82, 0x16, "", "ACTIONSCRIPT2", 0, &_uint, &flash_display_ActionScriptVersion, 0}; +static classinfo_t flash_text_engine_EastAsianJustifier = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "EastAsianJustifier", 0, &flash_text_engine_TextJustifier, interfaces: {0}}; +static varinfo_t flash_text_engine_EastAsianJustifier_justificationStyle = {0x01, 0x00, 0x80, 0x16, "", "justificationStyle", 0, &_String, &flash_text_engine_EastAsianJustifier, 0}; +static methodinfo_t flash_text_engine_EastAsianJustifier_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_text_engine_TextJustifier, &flash_text_engine_EastAsianJustifier, 0}; +static classinfo_t _String = {0x03, 0x00, 0x81, 0x16, "", "String", 0, &_Object, interfaces: {0}}; +static methodinfo_t _String_indexOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "indexOf", 0, &_int, &_String, 0}; +static methodinfo_t _String_replace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "replace", 0, &_String, &_String, 0}; +static methodinfo_t _String_lastIndexOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "lastIndexOf", 0, &_int, &_String, 0}; +static methodinfo_t _String_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_String, &_String, 0}; +static methodinfo_t _String_concat = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "concat", 0, &_String, &_String, 0}; +static methodinfo_t _String_substr = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "substr", 0, &_String, &_String, 0}; +static methodinfo_t _String_slice = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "slice", 0, &_String, &_String, 0}; +static methodinfo_t _String_search = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "search", 0, &_int, &_String, 0}; +static methodinfo_t _String_fromCharCode = {0x02, 0x00, 0x82, 0x08, "http://adobe.com/AS3/2006/builtin", "fromCharCode", 0, &_String, &_String, 0}; +static methodinfo_t _String_toLocaleUpperCase = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLocaleUpperCase", 0, &_String, &_String, 0}; +static methodinfo_t _String_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_String, 0}; +static methodinfo_t _String_toUpperCase = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toUpperCase", 0, &_String, &_String, 0}; +static methodinfo_t _String_charAt = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "charAt", 0, &_String, &_String, 0}; +static methodinfo_t _String_match = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "match", 0, &_Array, &_String, 0}; +static methodinfo_t _String_charCodeAt = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "charCodeAt", 0, &_Number, &_String, 0}; +static methodinfo_t _String_substring = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "substring", 0, &_String, &_String, 0}; +static methodinfo_t _String_localeCompare = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "localeCompare", 0, &_int, &_String, 0}; +static methodinfo_t _String_split = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "split", 0, &_Array, &_String, 0}; +static methodinfo_t _String_toLocaleLowerCase = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLocaleLowerCase", 0, &_String, &_String, 0}; +static varinfo_t _String_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_int, &_String, 0}; +static methodinfo_t _String_toLowerCase = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toLowerCase", 0, &_String, &_String, 0}; +static classinfo_t flash_media_SoundChannel = {0x03, 0x00, 0x81, 0x16, "flash.media", "SoundChannel", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_media_SoundChannel_leftPeak = {0x01, 0x00, 0x80, 0x16, "", "leftPeak", 0, &_Number, &flash_media_SoundChannel, 0}; +static methodinfo_t flash_media_SoundChannel_stop = {0x02, 0x00, 0x80, 0x16, "", "stop", 0, 0, &flash_media_SoundChannel, 0}; +static varinfo_t flash_media_SoundChannel_position = {0x01, 0x00, 0x80, 0x16, "", "position", 0, &_Number, &flash_media_SoundChannel, 0}; +static varinfo_t flash_media_SoundChannel_soundTransform = {0x01, 0x00, 0x80, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_media_SoundChannel, 0}; +static varinfo_t flash_media_SoundChannel_rightPeak = {0x01, 0x00, 0x80, 0x16, "", "rightPeak", 0, &_Number, &flash_media_SoundChannel, 0}; +static classinfo_t flash_desktop_Clipboard = {0x03, 0x00, 0x80, 0x16, "flash.desktop", "Clipboard", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_desktop_Clipboard_generalClipboard = {0x01, 0x00, 0x82, 0x16, "", "generalClipboard", 0, &flash_desktop_Clipboard, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_setDataHandler = {0x02, 0x00, 0x80, 0x16, "", "setDataHandler", 0, &_Boolean, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_setData = {0x02, 0x00, 0x80, 0x16, "", "setData", 0, &_Boolean, &flash_desktop_Clipboard, 0}; +static varinfo_t flash_desktop_Clipboard_formats = {0x01, 0x00, 0x80, 0x16, "", "formats", 0, &_Array, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_getData = {0x02, 0x00, 0x80, 0x16, "", "getData", 0, &_Object, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_hasFormat = {0x02, 0x00, 0x80, 0x16, "", "hasFormat", 0, &_Boolean, &flash_desktop_Clipboard, 0}; +static methodinfo_t flash_desktop_Clipboard_clearData = {0x02, 0x00, 0x80, 0x16, "", "clearData", 0, 0, &flash_desktop_Clipboard, 0}; +static classinfo_t flash_display_IBitmapDrawable = {0x03, 0x00, 0x90, 0x16, "flash.display", "IBitmapDrawable", 0, 0, interfaces: {0}}; +static classinfo_t _TypeError = {0x03, 0x00, 0x88, 0x16, "", "TypeError", 0, &_Error, interfaces: {0}}; +static varinfo_t _TypeError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_TypeError, 0}; +static classinfo_t _int = {0x03, 0x00, 0x81, 0x16, "", "int", 0, &_Object, interfaces: {0}}; +static varinfo_t _int_MAX_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MAX_VALUE", 0, &_int, &_int, 0}; +static methodinfo_t _int_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_int, &_int, 0}; +static varinfo_t _int_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_int, 0}; +static varinfo_t _int_MIN_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MIN_VALUE", 0, &_int, &_int, 0}; +static methodinfo_t _int_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_int, 0}; +static methodinfo_t _int_toExponential = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toExponential", 0, &_String, &_int, 0}; +static methodinfo_t _int_toFixed = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toFixed", 0, &_String, &_int, 0}; +static methodinfo_t _int_toPrecision = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toPrecision", 0, &_String, &_int, 0}; +static classinfo_t flash_display_Scene = {0x03, 0x00, 0x81, 0x16, "flash.display", "Scene", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_Scene_numFrames = {0x01, 0x00, 0x80, 0x16, "", "numFrames", 0, &_int, &flash_display_Scene, 0}; +static varinfo_t flash_display_Scene_labels = {0x01, 0x00, 0x80, 0x16, "", "labels", 0, &_Array, &flash_display_Scene, 0}; +static varinfo_t flash_display_Scene_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_display_Scene, 0}; +static classinfo_t flash_text_engine_FontMetrics = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "FontMetrics", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_FontMetrics_superscriptOffset = {0x01, 0x00, 0x80, 0x16, "", "superscriptOffset", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_underlineThickness = {0x01, 0x00, 0x80, 0x16, "", "underlineThickness", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_subscriptScale = {0x01, 0x00, 0x80, 0x16, "", "subscriptScale", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_strikethroughOffset = {0x01, 0x00, 0x80, 0x16, "", "strikethroughOffset", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_emBox = {0x01, 0x00, 0x80, 0x16, "", "emBox", 0, &flash_geom_Rectangle, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_strikethroughThickness = {0x01, 0x00, 0x80, 0x16, "", "strikethroughThickness", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_superscriptScale = {0x01, 0x00, 0x80, 0x16, "", "superscriptScale", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_subscriptOffset = {0x01, 0x00, 0x80, 0x16, "", "subscriptOffset", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static varinfo_t flash_text_engine_FontMetrics_underlineOffset = {0x01, 0x00, 0x80, 0x16, "", "underlineOffset", 0, &_Number, &flash_text_engine_FontMetrics, 0}; +static classinfo_t flash_utils_IExternalizable = {0x03, 0x00, 0x90, 0x16, "flash.utils", "IExternalizable", 0, 0, interfaces: {0}}; +static methodinfo_t flash_utils_IExternalizable_readExternal = {0x02, 0x00, 0x80, 0x08, "flash.utils:IExternalizable", "readExternal", 0, 0, &flash_utils_IExternalizable, 0}; +static methodinfo_t flash_utils_IExternalizable_writeExternal = {0x02, 0x00, 0x80, 0x08, "flash.utils:IExternalizable", "writeExternal", 0, 0, &flash_utils_IExternalizable, 0}; +static classinfo_t __AS3___vec_Vector = {0x03, 0x00, 0x89, 0x16, "__AS3__.vec", "Vector", 0, &_Object, interfaces: {0}}; +static classinfo_t flash_filters_GradientBevelFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "GradientBevelFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_GradientBevelFilter_strength = {0x01, 0x00, 0x80, 0x16, "", "strength", 0, &_Number, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_angle = {0x01, 0x00, 0x80, 0x16, "", "angle", 0, &_Number, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_knockout = {0x01, 0x00, 0x80, 0x16, "", "knockout", 0, &_Boolean, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_alphas = {0x01, 0x00, 0x80, 0x16, "", "alphas", 0, &_Array, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_ratios = {0x01, 0x00, 0x80, 0x16, "", "ratios", 0, &_Array, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_colors = {0x01, 0x00, 0x80, 0x16, "", "colors", 0, &_Array, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_GradientBevelFilter, 0}; +static varinfo_t flash_filters_GradientBevelFilter_distance = {0x01, 0x00, 0x80, 0x16, "", "distance", 0, &_Number, &flash_filters_GradientBevelFilter, 0}; +static methodinfo_t flash_filters_GradientBevelFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_GradientBevelFilter, 0}; +static classinfo_t flash_text_TextRun = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextRun", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextRun_beginIndex = {0x01, 0x00, 0x80, 0x16, "", "beginIndex", 0, &_int, &flash_text_TextRun, 0}; +static varinfo_t flash_text_TextRun_endIndex = {0x01, 0x00, 0x80, 0x16, "", "endIndex", 0, &_int, &flash_text_TextRun, 0}; +static varinfo_t flash_text_TextRun_textFormat = {0x01, 0x00, 0x80, 0x16, "", "textFormat", 0, &flash_text_TextFormat, &flash_text_TextRun, 0}; +static classinfo_t flash_text_TextColorType = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextColorType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextColorType_DARK_COLOR = {0x01, 0x00, 0x82, 0x16, "", "DARK_COLOR", 0, &_String, &flash_text_TextColorType, 0}; +static varinfo_t flash_text_TextColorType_LIGHT_COLOR = {0x01, 0x00, 0x82, 0x16, "", "LIGHT_COLOR", 0, &_String, &flash_text_TextColorType, 0}; +static methodinfo_t flash_sampler_getSampleCount = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getSampleCount", 0, &_Number, 0, 0}; +static classinfo_t flash_net_URLRequestHeader = {0x03, 0x00, 0x81, 0x16, "flash.net", "URLRequestHeader", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_URLRequestHeader_value = {0x01, 0x00, 0x80, 0x16, "", "value", 0, &_String, &flash_net_URLRequestHeader, 0}; +static varinfo_t flash_net_URLRequestHeader_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_net_URLRequestHeader, 0}; +static methodinfo_t flash_profiler_showRedrawRegions = {0x02, 0x00, 0x82, 0x16, "flash.profiler", "showRedrawRegions", 0, 0, 0, 0}; +static classinfo_t flash_display_ShaderData = {0x03, 0x00, 0x89, 0x16, "flash.display", "ShaderData", 0, &_Object, interfaces: {0}}; +static classinfo_t flash_text_engine_TextLine = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextLine", 0, &flash_display_DisplayObjectContainer, interfaces: {0}}; +static varinfo_t flash_text_engine_TextLine_previousLine = {0x01, 0x00, 0x80, 0x16, "", "previousLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_validity = {0x01, 0x00, 0x80, 0x16, "", "validity", 0, &_String, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomTextBlockBeginIndex = {0x02, 0x00, 0x80, 0x16, "", "getAtomTextBlockBeginIndex", 0, &_int, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomWordBoundaryOnLeft = {0x02, 0x00, 0x80, 0x16, "", "getAtomWordBoundaryOnLeft", 0, &_Boolean, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_MAX_LINE_WIDTH = {0x01, 0x00, 0x82, 0x16, "", "MAX_LINE_WIDTH", 0, &_int, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomTextRotation = {0x02, 0x00, 0x80, 0x16, "", "getAtomTextRotation", 0, &_String, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_textHeight = {0x01, 0x00, 0x80, 0x16, "", "textHeight", 0, &_Number, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomCenter = {0x02, 0x00, 0x80, 0x16, "", "getAtomCenter", 0, &_Number, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomBounds = {0x02, 0x00, 0x80, 0x16, "", "getAtomBounds", 0, &flash_geom_Rectangle, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_mirrorRegions = {0x01, 0x00, 0x80, 0x16, "", "mirrorRegions", 0, &__AS3___vec_Vector, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_rawTextLength = {0x01, 0x00, 0x80, 0x16, "", "rawTextLength", 0, &_int, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_userData = {0x01, 0x00, 0x80, 0x16, "", "userData", 0, 0, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_textWidth = {0x01, 0x00, 0x80, 0x16, "", "textWidth", 0, &_Number, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_textBlock = {0x01, 0x00, 0x80, 0x16, "", "textBlock", 0, &flash_text_engine_TextBlock, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_textBlockBeginIndex = {0x01, 0x00, 0x80, 0x16, "", "textBlockBeginIndex", 0, &_int, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_unjustifiedTextWidth = {0x01, 0x00, 0x80, 0x16, "", "unjustifiedTextWidth", 0, &_Number, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_ascent = {0x01, 0x00, 0x80, 0x16, "", "ascent", 0, &_Number, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getBaselinePosition = {0x02, 0x00, 0x80, 0x16, "", "getBaselinePosition", 0, &_Number, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_specifiedWidth = {0x01, 0x00, 0x80, 0x16, "", "specifiedWidth", 0, &_Number, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getMirrorRegion = {0x02, 0x00, 0x80, 0x16, "", "getMirrorRegion", 0, &flash_text_engine_TextLineMirrorRegion, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomGraphic = {0x02, 0x00, 0x80, 0x16, "", "getAtomGraphic", 0, &flash_display_DisplayObject, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_hasGraphicElement = {0x01, 0x00, 0x80, 0x16, "", "hasGraphicElement", 0, &_Boolean, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_flushAtomData = {0x02, 0x00, 0x80, 0x16, "", "flushAtomData", 0, 0, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_dump = {0x02, 0x00, 0x80, 0x16, "", "dump", 0, &_String, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_nextLine = {0x01, 0x00, 0x80, 0x16, "", "nextLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomIndexAtCharIndex = {0x02, 0x00, 0x80, 0x16, "", "getAtomIndexAtCharIndex", 0, &_int, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomTextBlockEndIndex = {0x02, 0x00, 0x80, 0x16, "", "getAtomTextBlockEndIndex", 0, &_int, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_atomCount = {0x01, 0x00, 0x80, 0x16, "", "atomCount", 0, &_int, &flash_text_engine_TextLine, 0}; +static varinfo_t flash_text_engine_TextLine_descent = {0x01, 0x00, 0x80, 0x16, "", "descent", 0, &_Number, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomBidiLevel = {0x02, 0x00, 0x80, 0x16, "", "getAtomBidiLevel", 0, &_int, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_text_engine_TextLine_getAtomIndexAtPoint = {0x02, 0x00, 0x80, 0x16, "", "getAtomIndexAtPoint", 0, &_int, &flash_text_engine_TextLine, 0}; +static methodinfo_t flash_sampler_getSamples = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getSamples", 0, &_Object, 0, 0}; +static classinfo_t flash_net_URLRequest = {0x03, 0x00, 0x81, 0x16, "flash.net", "URLRequest", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_URLRequest_contentType = {0x01, 0x00, 0x80, 0x16, "", "contentType", 0, &_String, &flash_net_URLRequest, 0}; +static varinfo_t flash_net_URLRequest_url = {0x01, 0x00, 0x80, 0x16, "", "url", 0, &_String, &flash_net_URLRequest, 0}; +static varinfo_t flash_net_URLRequest_requestHeaders = {0x01, 0x00, 0x80, 0x16, "", "requestHeaders", 0, &_Array, &flash_net_URLRequest, 0}; +static varinfo_t flash_net_URLRequest_method = {0x01, 0x00, 0x80, 0x16, "", "method", 0, &_String, &flash_net_URLRequest, 0}; +static varinfo_t flash_net_URLRequest_digest = {0x01, 0x00, 0x80, 0x16, "", "digest", 0, &_String, &flash_net_URLRequest, 0}; +static varinfo_t flash_net_URLRequest_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &_Object, &flash_net_URLRequest, 0}; +static classinfo_t _URIError = {0x03, 0x00, 0x88, 0x16, "", "URIError", 0, &_Error, interfaces: {0}}; +static varinfo_t _URIError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_URIError, 0}; +static methodinfo_t flash_net_getClassByAlias = {0x02, 0x00, 0x82, 0x16, "flash.net", "getClassByAlias", 0, &_Class, 0, 0}; +static classinfo_t flash_display_ShaderParameter = {0x03, 0x00, 0x89, 0x16, "flash.display", "ShaderParameter", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ShaderParameter_value = {0x01, 0x00, 0x80, 0x16, "", "value", 0, &_Array, &flash_display_ShaderParameter, 0}; +static varinfo_t flash_display_ShaderParameter_index = {0x01, 0x00, 0x80, 0x16, "", "index", 0, &_int, &flash_display_ShaderParameter, 0}; +static varinfo_t flash_display_ShaderParameter_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_display_ShaderParameter, 0}; +static classinfo_t flash_filters_BitmapFilterType = {0x03, 0x00, 0x81, 0x16, "flash.filters", "BitmapFilterType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_filters_BitmapFilterType_FULL = {0x01, 0x00, 0x82, 0x16, "", "FULL", 0, &_String, &flash_filters_BitmapFilterType, 0}; +static varinfo_t flash_filters_BitmapFilterType_INNER = {0x01, 0x00, 0x82, 0x16, "", "INNER", 0, &_String, &flash_filters_BitmapFilterType, 0}; +static varinfo_t flash_filters_BitmapFilterType_OUTER = {0x01, 0x00, 0x82, 0x16, "", "OUTER", 0, &_String, &flash_filters_BitmapFilterType, 0}; +static classinfo_t _SecurityError = {0x03, 0x00, 0x88, 0x16, "", "SecurityError", 0, &_Error, interfaces: {0}}; +static varinfo_t _SecurityError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_SecurityError, 0}; +static classinfo_t flash_utils_IDataInput = {0x03, 0x00, 0x90, 0x16, "flash.utils", "IDataInput", 0, 0, interfaces: {0}}; +static methodinfo_t flash_utils_IDataInput_readUTF = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readUTF", 0, &_String, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readByte = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readByte", 0, &_int, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readUTFBytes = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readUTFBytes", 0, &_String, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readShort = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readShort", 0, &_int, &flash_utils_IDataInput, 0}; +static varinfo_t flash_utils_IDataInput_objectEncoding = {0x01, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "objectEncoding", 0, &_uint, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readUnsignedInt = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readUnsignedInt", 0, &_uint, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readDouble = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readDouble", 0, &_Number, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readBytes = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readBytes", 0, 0, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readUnsignedByte = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readUnsignedByte", 0, &_uint, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readMultiByte = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readMultiByte", 0, &_String, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readInt = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readInt", 0, &_int, &flash_utils_IDataInput, 0}; +static varinfo_t flash_utils_IDataInput_bytesAvailable = {0x01, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "bytesAvailable", 0, &_uint, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readUnsignedShort = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readUnsignedShort", 0, &_uint, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readObject = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readObject", 0, 0, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readFloat = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readFloat", 0, &_Number, &flash_utils_IDataInput, 0}; +static varinfo_t flash_utils_IDataInput_endian = {0x01, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "endian", 0, &_String, &flash_utils_IDataInput, 0}; +static methodinfo_t flash_utils_IDataInput_readBoolean = {0x02, 0x00, 0x80, 0x08, "flash.utils:IDataInput", "readBoolean", 0, &_Boolean, &flash_utils_IDataInput, 0}; +static classinfo_t flash_events_IEventDispatcher = {0x03, 0x00, 0x90, 0x16, "flash.events", "IEventDispatcher", 0, 0, interfaces: {0}}; +static methodinfo_t flash_events_IEventDispatcher_willTrigger = {0x02, 0x00, 0x80, 0x08, "flash.events:IEventDispatcher", "willTrigger", 0, &_Boolean, &flash_events_IEventDispatcher, 0}; +static methodinfo_t flash_events_IEventDispatcher_removeEventListener = {0x02, 0x00, 0x80, 0x08, "flash.events:IEventDispatcher", "removeEventListener", 0, 0, &flash_events_IEventDispatcher, 0}; +static methodinfo_t flash_events_IEventDispatcher_hasEventListener = {0x02, 0x00, 0x80, 0x08, "flash.events:IEventDispatcher", "hasEventListener", 0, &_Boolean, &flash_events_IEventDispatcher, 0}; +static methodinfo_t flash_events_IEventDispatcher_addEventListener = {0x02, 0x00, 0x80, 0x08, "flash.events:IEventDispatcher", "addEventListener", 0, 0, &flash_events_IEventDispatcher, 0}; +static methodinfo_t flash_events_IEventDispatcher_dispatchEvent = {0x02, 0x00, 0x80, 0x08, "flash.events:IEventDispatcher", "dispatchEvent", 0, &_Boolean, &flash_events_IEventDispatcher, 0}; +static classinfo_t _Class = {0x03, 0x00, 0x88, 0x16, "", "Class", 0, &_Object, interfaces: {0}}; +static varinfo_t _Class_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Class, 0}; +static varinfo_t _Class_prototype = {0x01, 0x00, 0x80, 0x16, "", "prototype", 0, 0, &_Class, 0}; +static classinfo_t flash_geom_Rectangle = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Rectangle", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_Rectangle_top = {0x01, 0x00, 0x80, 0x16, "", "top", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_intersection = {0x02, 0x00, 0x80, 0x16, "", "intersection", 0, &flash_geom_Rectangle, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_intersects = {0x02, 0x00, 0x80, 0x16, "", "intersects", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_containsPoint = {0x02, 0x00, 0x80, 0x16, "", "containsPoint", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_setEmpty = {0x02, 0x00, 0x80, 0x16, "", "setEmpty", 0, 0, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_topLeft = {0x01, 0x00, 0x80, 0x16, "", "topLeft", 0, &flash_geom_Point, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_containsRect = {0x02, 0x00, 0x80, 0x16, "", "containsRect", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_isEmpty = {0x02, 0x00, 0x80, 0x16, "", "isEmpty", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_equals = {0x02, 0x00, 0x80, 0x16, "", "equals", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_Number, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_left = {0x01, 0x00, 0x80, 0x16, "", "left", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_inflate = {0x02, 0x00, 0x80, 0x16, "", "inflate", 0, 0, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_inflatePoint = {0x02, 0x00, 0x80, 0x16, "", "inflatePoint", 0, 0, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_offsetPoint = {0x02, 0x00, 0x80, 0x16, "", "offsetPoint", 0, 0, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_x = {0x01, 0x00, 0x80, 0x16, "", "x", 0, &_Number, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_size = {0x01, 0x00, 0x80, 0x16, "", "size", 0, &flash_geom_Point, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_bottomRight = {0x01, 0x00, 0x80, 0x16, "", "bottomRight", 0, &flash_geom_Point, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_right = {0x01, 0x00, 0x80, 0x16, "", "right", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_contains = {0x02, 0x00, 0x80, 0x16, "", "contains", 0, &_Boolean, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_union = {0x02, 0x00, 0x80, 0x16, "", "union", 0, &flash_geom_Rectangle, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_bottom = {0x01, 0x00, 0x80, 0x16, "", "bottom", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_geom_Rectangle, &flash_geom_Rectangle, 0}; +static varinfo_t flash_geom_Rectangle_y = {0x01, 0x00, 0x80, 0x16, "", "y", 0, &_Number, &flash_geom_Rectangle, 0}; +static methodinfo_t flash_geom_Rectangle_offset = {0x02, 0x00, 0x80, 0x16, "", "offset", 0, 0, &flash_geom_Rectangle, 0}; +static classinfo_t flash_events_SecurityErrorEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "SecurityErrorEvent", 0, &flash_events_ErrorEvent, interfaces: {0}}; +static methodinfo_t flash_events_SecurityErrorEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_SecurityErrorEvent, 0}; +static methodinfo_t flash_events_SecurityErrorEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_SecurityErrorEvent, 0}; +static varinfo_t flash_events_SecurityErrorEvent_SECURITY_ERROR = {0x01, 0x00, 0x82, 0x16, "", "SECURITY_ERROR", 0, &_String, &flash_events_SecurityErrorEvent, 0}; +static classinfo_t flash_net_IDynamicPropertyWriter = {0x03, 0x00, 0x90, 0x16, "flash.net", "IDynamicPropertyWriter", 0, 0, interfaces: {0}}; +static methodinfo_t flash_net_IDynamicPropertyWriter_writeDynamicProperties = {0x02, 0x00, 0x80, 0x08, "flash.net:IDynamicPropertyWriter", "writeDynamicProperties", 0, 0, &flash_net_IDynamicPropertyWriter, 0}; +static classinfo_t flash_display_InterpolationMethod = {0x03, 0x00, 0x81, 0x16, "flash.display", "InterpolationMethod", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_InterpolationMethod_RGB = {0x01, 0x00, 0x82, 0x16, "", "RGB", 0, &_String, &flash_display_InterpolationMethod, 0}; +static varinfo_t flash_display_InterpolationMethod_LINEAR_RGB = {0x01, 0x00, 0x82, 0x16, "", "LINEAR_RGB", 0, &_String, &flash_display_InterpolationMethod, 0}; +static classinfo_t _Object = {0x03, 0x00, 0x88, 0x16, "", "Object", 0, 0, interfaces: {0}}; +static methodinfo_t _Object_init = {0x02, 0x00, 0x82, 0x17, "", "init", 0, 0, &_Object, 0}; +static methodinfo_t _Object_propertyIsEnumerable = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "propertyIsEnumerable", 0, &_Boolean, &_Object, 0}; +static varinfo_t _Object_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Object, 0}; +static methodinfo_t _Object__setPropertyIsEnumerable = {0x02, 0x00, 0x82, 0x1a, "Object", "_setPropertyIsEnumerable", 0, 0, &_Object, 0}; +static methodinfo_t _Object_isPrototypeOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "isPrototypeOf", 0, &_Boolean, &_Object, 0}; +static methodinfo_t _Object__dontEnumPrototype = {0x02, 0x00, 0x82, 0x1a, "Object", "_dontEnumPrototype", 0, 0, &_Object, 0}; +static methodinfo_t _Object_hasOwnProperty = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasOwnProperty", 0, &_Boolean, &_Object, 0}; +static classinfo_t flash_errors_EOFError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "EOFError", 0, &flash_errors_IOError, interfaces: {0}}; +static classinfo_t flash_net_NetStream = {0x03, 0x00, 0x80, 0x16, "flash.net", "NetStream", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_NetStream_videoCodec = {0x01, 0x00, 0x80, 0x16, "", "videoCodec", 0, &_uint, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_info = {0x01, 0x00, 0x80, 0x16, "", "info", 0, &flash_net_NetStreamInfo, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_attachCamera = {0x02, 0x00, 0x80, 0x16, "", "attachCamera", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_farNonce = {0x01, 0x00, 0x80, 0x16, "", "farNonce", 0, &_String, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_pause = {0x02, 0x00, 0x80, 0x16, "", "pause", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_CONNECT_TO_FMS = {0x01, 0x00, 0x82, 0x16, "", "CONNECT_TO_FMS", 0, &_String, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_onPeerConnect = {0x02, 0x00, 0x80, 0x16, "", "onPeerConnect", 0, &_Boolean, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_client = {0x01, 0x00, 0x80, 0x16, "", "client", 0, &_Object, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_resume = {0x02, 0x00, 0x80, 0x16, "", "resume", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_liveDelay = {0x01, 0x00, 0x80, 0x16, "", "liveDelay", 0, &_Number, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_peerStreams = {0x01, 0x00, 0x80, 0x16, "", "peerStreams", 0, &_Array, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_bytesLoaded = {0x01, 0x00, 0x80, 0x16, "", "bytesLoaded", 0, &_uint, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_DIRECT_CONNECTIONS = {0x01, 0x00, 0x82, 0x16, "", "DIRECT_CONNECTIONS", 0, &_String, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_receiveVideo = {0x02, 0x00, 0x80, 0x16, "", "receiveVideo", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_maxPauseBufferTime = {0x01, 0x00, 0x80, 0x16, "", "maxPauseBufferTime", 0, &_Number, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_play2 = {0x02, 0x00, 0x80, 0x16, "", "play2", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_audioCodec = {0x01, 0x00, 0x80, 0x16, "", "audioCodec", 0, &_uint, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_receiveVideoFPS = {0x02, 0x00, 0x80, 0x16, "", "receiveVideoFPS", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_bytesTotal = {0x01, 0x00, 0x80, 0x16, "", "bytesTotal", 0, &_uint, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_farID = {0x01, 0x00, 0x80, 0x16, "", "farID", 0, &_String, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_receiveAudio = {0x02, 0x00, 0x80, 0x16, "", "receiveAudio", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_bufferLength = {0x01, 0x00, 0x80, 0x16, "", "bufferLength", 0, &_Number, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_seek = {0x02, 0x00, 0x80, 0x16, "", "seek", 0, 0, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_attachAudio = {0x02, 0x00, 0x80, 0x16, "", "attachAudio", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_bufferTime = {0x01, 0x00, 0x80, 0x16, "", "bufferTime", 0, &_Number, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_play = {0x02, 0x00, 0x80, 0x16, "", "play", 0, 0, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_publish = {0x02, 0x00, 0x80, 0x16, "", "publish", 0, 0, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_togglePause = {0x02, 0x00, 0x80, 0x16, "", "togglePause", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_checkPolicyFile = {0x01, 0x00, 0x80, 0x16, "", "checkPolicyFile", 0, &_Boolean, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_nearNonce = {0x01, 0x00, 0x80, 0x16, "", "nearNonce", 0, &_String, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_decodedFrames = {0x01, 0x00, 0x80, 0x16, "", "decodedFrames", 0, &_uint, &flash_net_NetStream, 0}; +static methodinfo_t flash_net_NetStream_send = {0x02, 0x00, 0x80, 0x16, "", "send", 0, 0, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_currentFPS = {0x01, 0x00, 0x80, 0x16, "", "currentFPS", 0, &_Number, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_time = {0x01, 0x00, 0x80, 0x16, "", "time", 0, &_Number, &flash_net_NetStream, 0}; +static varinfo_t flash_net_NetStream_soundTransform = {0x01, 0x00, 0x80, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_net_NetStream, 0}; +static classinfo_t _ArgumentError = {0x03, 0x00, 0x88, 0x16, "", "ArgumentError", 0, &_Error, interfaces: {0}}; +static varinfo_t _ArgumentError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_ArgumentError, 0}; +static classinfo_t _XMLList = {0x03, 0x00, 0x89, 0x16, "", "XMLList", 0, &_Object, interfaces: {0}}; +static methodinfo_t _XMLList_normalize = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "normalize", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_removeNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "removeNamespace", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_prependChild = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "prependChild", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_toXMLString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toXMLString", 0, &_String, &_XMLList, 0}; +static methodinfo_t _XMLList_nodeKind = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "nodeKind", 0, &_String, &_XMLList, 0}; +static methodinfo_t _XMLList_copy = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "copy", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_text = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "text", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_XMLList, 0}; +static methodinfo_t _XMLList_childIndex = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "childIndex", 0, &_int, &_XMLList, 0}; +static methodinfo_t _XMLList_setName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setName", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_setLocalName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setLocalName", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_namespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "namespace", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_insertChildBefore = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "insertChildBefore", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_addNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "addNamespace", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_propertyIsEnumerable = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "propertyIsEnumerable", 0, &_Boolean, &_XMLList, 0}; +static methodinfo_t _XMLList_comments = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "comments", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_attributes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "attributes", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_descendants = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "descendants", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_replace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "replace", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_children = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "children", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_contains = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "contains", 0, &_Boolean, &_XMLList, 0}; +static methodinfo_t _XMLList_hasSimpleContent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasSimpleContent", 0, &_Boolean, &_XMLList, 0}; +static methodinfo_t _XMLList_elements = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "elements", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_hasComplexContent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasComplexContent", 0, &_Boolean, &_XMLList, 0}; +static methodinfo_t _XMLList_insertChildAfter = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "insertChildAfter", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_parent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "parent", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_length = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "length", 0, &_int, &_XMLList, 0}; +static methodinfo_t _XMLList_processingInstructions = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "processingInstructions", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_child = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "child", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_appendChild = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "appendChild", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_XMLList, &_XMLList, 0}; +static methodinfo_t _XMLList_localName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "localName", 0, &_Object, &_XMLList, 0}; +static methodinfo_t _XMLList_inScopeNamespaces = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "inScopeNamespaces", 0, &_Array, &_XMLList, 0}; +static methodinfo_t _XMLList_hasOwnProperty = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasOwnProperty", 0, &_Boolean, &_XMLList, 0}; +static methodinfo_t _XMLList_setNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setNamespace", 0, 0, &_XMLList, 0}; +static methodinfo_t _XMLList_namespaceDeclarations = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "namespaceDeclarations", 0, &_Array, &_XMLList, 0}; +static methodinfo_t _XMLList_name = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "name", 0, &_Object, &_XMLList, 0}; +static methodinfo_t _XMLList_setChildren = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setChildren", 0, &_XML, &_XMLList, 0}; +static methodinfo_t _XMLList_attribute = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "attribute", 0, &_XMLList, &_XMLList, 0}; +static classinfo_t flash_geom_Point = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Point", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_geom_Point_subtract = {0x02, 0x00, 0x80, 0x16, "", "subtract", 0, &flash_geom_Point, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_distance = {0x02, 0x00, 0x82, 0x16, "", "distance", 0, &_Number, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_normalize = {0x02, 0x00, 0x80, 0x16, "", "normalize", 0, 0, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_equals = {0x02, 0x00, 0x80, 0x16, "", "equals", 0, &_Boolean, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_geom_Point, 0}; +static varinfo_t flash_geom_Point_x = {0x01, 0x00, 0x80, 0x16, "", "x", 0, &_Number, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_add = {0x02, 0x00, 0x80, 0x16, "", "add", 0, &flash_geom_Point, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_polar = {0x02, 0x00, 0x82, 0x16, "", "polar", 0, &flash_geom_Point, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_geom_Point, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_interpolate = {0x02, 0x00, 0x82, 0x16, "", "interpolate", 0, &flash_geom_Point, &flash_geom_Point, 0}; +static varinfo_t flash_geom_Point_y = {0x01, 0x00, 0x80, 0x16, "", "y", 0, &_Number, &flash_geom_Point, 0}; +static varinfo_t flash_geom_Point_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_Number, &flash_geom_Point, 0}; +static methodinfo_t flash_geom_Point_offset = {0x02, 0x00, 0x80, 0x16, "", "offset", 0, 0, &flash_geom_Point, 0}; +static classinfo_t flash_printing_PrintJobOptions = {0x03, 0x00, 0x80, 0x16, "flash.printing", "PrintJobOptions", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_printing_PrintJobOptions_printAsBitmap = {0x01, 0x00, 0x80, 0x16, "", "printAsBitmap", 0, &_Boolean, &flash_printing_PrintJobOptions, 0}; +static classinfo_t flash_display_DisplayObject = {0x03, 0x00, 0x80, 0x16, "flash.display", "DisplayObject", 0, &flash_events_EventDispatcher, interfaces: {&flash_display_IBitmapDrawable, 0}}; +static varinfo_t flash_display_DisplayObject_rotation = {0x01, 0x00, 0x80, 0x16, "", "rotation", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_filters = {0x01, 0x00, 0x80, 0x16, "", "filters", 0, &_Array, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_rotationZ = {0x01, 0x00, 0x80, 0x16, "", "rotationZ", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_accessibilityProperties = {0x01, 0x00, 0x80, 0x16, "", "accessibilityProperties", 0, &flash_accessibility_AccessibilityProperties, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_mouseX = {0x01, 0x00, 0x80, 0x16, "", "mouseX", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_root = {0x01, 0x00, 0x80, 0x16, "", "root", 0, &flash_display_DisplayObject, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_stage = {0x01, 0x00, 0x80, 0x16, "", "stage", 0, &flash_display_Stage, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_rotationY = {0x01, 0x00, 0x80, 0x16, "", "rotationY", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_scaleZ = {0x01, 0x00, 0x80, 0x16, "", "scaleZ", 0, &_Number, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_local3DToGlobal = {0x02, 0x00, 0x80, 0x16, "", "local3DToGlobal", 0, &flash_geom_Point, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_loaderInfo = {0x01, 0x00, 0x80, 0x16, "", "loaderInfo", 0, &flash_display_LoaderInfo, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_cacheAsBitmap = {0x01, 0x00, 0x80, 0x16, "", "cacheAsBitmap", 0, &_Boolean, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_transform = {0x01, 0x00, 0x80, 0x16, "", "transform", 0, &flash_geom_Transform, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_scaleY = {0x01, 0x00, 0x80, 0x16, "", "scaleY", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_rotationX = {0x01, 0x00, 0x80, 0x16, "", "rotationX", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_scrollRect = {0x01, 0x00, 0x80, 0x16, "", "scrollRect", 0, &flash_geom_Rectangle, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_scale9Grid = {0x01, 0x00, 0x80, 0x16, "", "scale9Grid", 0, &flash_geom_Rectangle, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_parent = {0x01, 0x00, 0x80, 0x16, "", "parent", 0, &flash_display_DisplayObjectContainer, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_hitTestObject = {0x02, 0x00, 0x80, 0x16, "", "hitTestObject", 0, &_Boolean, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_hitTestPoint = {0x02, 0x00, 0x80, 0x16, "", "hitTestPoint", 0, &_Boolean, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_getRect = {0x02, 0x00, 0x80, 0x16, "", "getRect", 0, &flash_geom_Rectangle, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_opaqueBackground = {0x01, 0x00, 0x80, 0x16, "", "opaqueBackground", 0, &_Object, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_globalToLocal3D = {0x02, 0x00, 0x80, 0x16, "", "globalToLocal3D", 0, &flash_geom_Vector3D, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_visible = {0x01, 0x00, 0x80, 0x16, "", "visible", 0, &_Boolean, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_blendMode = {0x01, 0x00, 0x80, 0x16, "", "blendMode", 0, &_String, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_scaleX = {0x01, 0x00, 0x80, 0x16, "", "scaleX", 0, &_Number, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_globalToLocal = {0x02, 0x00, 0x80, 0x16, "", "globalToLocal", 0, &flash_geom_Point, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_localToGlobal = {0x02, 0x00, 0x80, 0x16, "", "localToGlobal", 0, &flash_geom_Point, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_z = {0x01, 0x00, 0x80, 0x16, "", "z", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_display_DisplayObject, 0}; +static methodinfo_t flash_display_DisplayObject_getBounds = {0x02, 0x00, 0x80, 0x16, "", "getBounds", 0, &flash_geom_Rectangle, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_mask = {0x01, 0x00, 0x80, 0x16, "", "mask", 0, &flash_display_DisplayObject, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_mouseY = {0x01, 0x00, 0x80, 0x16, "", "mouseY", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_x = {0x01, 0x00, 0x80, 0x16, "", "x", 0, &_Number, &flash_display_DisplayObject, 0}; +static varinfo_t flash_display_DisplayObject_y = {0x01, 0x00, 0x80, 0x16, "", "y", 0, &_Number, &flash_display_DisplayObject, 0}; +static classinfo_t flash_sampler_DeleteObjectSample = {0x03, 0x00, 0x81, 0x16, "flash.sampler", "DeleteObjectSample", 0, &flash_sampler_Sample, interfaces: {0}}; +static varinfo_t flash_sampler_DeleteObjectSample_size = {0x01, 0x00, 0x80, 0x16, "", "size", 0, &_Number, &flash_sampler_DeleteObjectSample, 0}; +static varinfo_t flash_sampler_DeleteObjectSample_id = {0x01, 0x00, 0x80, 0x16, "", "id", 0, &_Number, &flash_sampler_DeleteObjectSample, 0}; +static methodinfo_t flash_system_fscommand = {0x02, 0x00, 0x82, 0x16, "flash.system", "fscommand", 0, 0, 0, 0}; +static methodinfo_t flash_utils_unescapeMultiByte = {0x02, 0x00, 0x82, 0x16, "flash.utils", "unescapeMultiByte", 0, &_String, 0, 0}; +static classinfo_t flash_sampler_StackFrame = {0x03, 0x00, 0x81, 0x16, "flash.sampler", "StackFrame", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_sampler_StackFrame_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_sampler_StackFrame, 0}; +static varinfo_t flash_sampler_StackFrame_line = {0x01, 0x00, 0x80, 0x16, "", "line", 0, &_uint, &flash_sampler_StackFrame, 0}; +static methodinfo_t flash_sampler_StackFrame_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_sampler_StackFrame, 0}; +static varinfo_t flash_sampler_StackFrame_file = {0x01, 0x00, 0x80, 0x16, "", "file", 0, &_String, &flash_sampler_StackFrame, 0}; +static classinfo_t flash_system_JPEGLoaderContext = {0x03, 0x00, 0x80, 0x16, "flash.system", "JPEGLoaderContext", 0, &flash_system_LoaderContext, interfaces: {0}}; +static varinfo_t flash_system_JPEGLoaderContext_deblockingFilter = {0x01, 0x00, 0x80, 0x16, "", "deblockingFilter", 0, &_Number, &flash_system_JPEGLoaderContext, 0}; +static classinfo_t flash_system_IME = {0x03, 0x00, 0x81, 0x16, "flash.system", "IME", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_system_IME_setCompositionString = {0x02, 0x00, 0x82, 0x16, "", "setCompositionString", 0, 0, &flash_system_IME, 0}; +static varinfo_t flash_system_IME_enabled = {0x01, 0x00, 0x82, 0x16, "", "enabled", 0, &_Boolean, &flash_system_IME, 0}; +static methodinfo_t flash_system_IME_doConversion = {0x02, 0x00, 0x82, 0x16, "", "doConversion", 0, 0, &flash_system_IME, 0}; +static varinfo_t flash_system_IME_conversionMode = {0x01, 0x00, 0x82, 0x16, "", "conversionMode", 0, &_String, &flash_system_IME, 0}; +static methodinfo_t _isNaN = {0x02, 0x00, 0x82, 0x16, "", "isNaN", 0, &_Boolean, 0, 0}; +static classinfo_t flash_system_Security = {0x03, 0x00, 0x81, 0x16, "flash.system", "Security", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_Security_sandboxType = {0x01, 0x00, 0x82, 0x16, "", "sandboxType", 0, &_String, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_LOCAL_WITH_NETWORK = {0x01, 0x00, 0x82, 0x16, "", "LOCAL_WITH_NETWORK", 0, &_String, &flash_system_Security, 0}; +static methodinfo_t flash_system_Security_loadPolicyFile = {0x02, 0x00, 0x82, 0x16, "", "loadPolicyFile", 0, 0, &flash_system_Security, 0}; +static methodinfo_t flash_system_Security_allowDomain = {0x02, 0x00, 0x82, 0x16, "", "allowDomain", 0, 0, &flash_system_Security, 0}; +static methodinfo_t flash_system_Security_showSettings = {0x02, 0x00, 0x82, 0x16, "", "showSettings", 0, 0, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_LOCAL_TRUSTED = {0x01, 0x00, 0x82, 0x16, "", "LOCAL_TRUSTED", 0, &_String, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_disableAVM1Loading = {0x01, 0x00, 0x82, 0x16, "", "disableAVM1Loading", 0, &_Boolean, &flash_system_Security, 0}; +static methodinfo_t flash_system_Security_allowInsecureDomain = {0x02, 0x00, 0x82, 0x16, "", "allowInsecureDomain", 0, 0, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_exactSettings = {0x01, 0x00, 0x82, 0x16, "", "exactSettings", 0, &_Boolean, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_REMOTE = {0x01, 0x00, 0x82, 0x16, "", "REMOTE", 0, &_String, &flash_system_Security, 0}; +static varinfo_t flash_system_Security_LOCAL_WITH_FILE = {0x01, 0x00, 0x82, 0x16, "", "LOCAL_WITH_FILE", 0, &_String, &flash_system_Security, 0}; +static classinfo_t flash_display_Bitmap = {0x03, 0x00, 0x80, 0x16, "flash.display", "Bitmap", 0, &flash_display_DisplayObject, interfaces: {0}}; +static varinfo_t flash_display_Bitmap_pixelSnapping = {0x01, 0x00, 0x80, 0x16, "", "pixelSnapping", 0, &_String, &flash_display_Bitmap, 0}; +static varinfo_t flash_display_Bitmap_bitmapData = {0x01, 0x00, 0x80, 0x16, "", "bitmapData", 0, &flash_display_BitmapData, &flash_display_Bitmap, 0}; +static varinfo_t flash_display_Bitmap_smoothing = {0x01, 0x00, 0x80, 0x16, "", "smoothing", 0, &_Boolean, &flash_display_Bitmap, 0}; +static classinfo_t flash_printing_PrintJob = {0x03, 0x00, 0x80, 0x16, "flash.printing", "PrintJob", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_printing_PrintJob_paperWidth = {0x01, 0x00, 0x80, 0x16, "", "paperWidth", 0, &_int, &flash_printing_PrintJob, 0}; +static methodinfo_t flash_printing_PrintJob_addPage = {0x02, 0x00, 0x80, 0x16, "", "addPage", 0, 0, &flash_printing_PrintJob, 0}; +static varinfo_t flash_printing_PrintJob_pageHeight = {0x01, 0x00, 0x80, 0x16, "", "pageHeight", 0, &_int, &flash_printing_PrintJob, 0}; +static methodinfo_t flash_printing_PrintJob_start = {0x02, 0x00, 0x80, 0x16, "", "start", 0, &_Boolean, &flash_printing_PrintJob, 0}; +static varinfo_t flash_printing_PrintJob_pageWidth = {0x01, 0x00, 0x80, 0x16, "", "pageWidth", 0, &_int, &flash_printing_PrintJob, 0}; +static methodinfo_t flash_printing_PrintJob_send = {0x02, 0x00, 0x80, 0x16, "", "send", 0, 0, &flash_printing_PrintJob, 0}; +static varinfo_t flash_printing_PrintJob_paperHeight = {0x01, 0x00, 0x80, 0x16, "", "paperHeight", 0, &_int, &flash_printing_PrintJob, 0}; +static varinfo_t flash_printing_PrintJob_orientation = {0x01, 0x00, 0x80, 0x16, "", "orientation", 0, &_String, &flash_printing_PrintJob, 0}; +static classinfo_t flash_text_StaticText = {0x03, 0x00, 0x81, 0x16, "flash.text", "StaticText", 0, &flash_display_DisplayObject, interfaces: {0}}; +static varinfo_t flash_text_StaticText_text = {0x01, 0x00, 0x80, 0x16, "", "text", 0, &_String, &flash_text_StaticText, 0}; +static classinfo_t flash_text_engine_SpaceJustifier = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "SpaceJustifier", 0, &flash_text_engine_TextJustifier, interfaces: {0}}; +static methodinfo_t flash_text_engine_SpaceJustifier_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_text_engine_TextJustifier, &flash_text_engine_SpaceJustifier, 0}; +static varinfo_t flash_text_engine_SpaceJustifier_letterSpacing = {0x01, 0x00, 0x80, 0x16, "", "letterSpacing", 0, &_Boolean, &flash_text_engine_SpaceJustifier, 0}; +static classinfo_t flash_events_DataEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "DataEvent", 0, &flash_events_TextEvent, interfaces: {0}}; +static methodinfo_t flash_events_DataEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_DataEvent, 0}; +static varinfo_t flash_events_DataEvent_DATA = {0x01, 0x00, 0x82, 0x16, "", "DATA", 0, &_String, &flash_events_DataEvent, 0}; +static methodinfo_t flash_events_DataEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_DataEvent, 0}; +static varinfo_t flash_events_DataEvent_UPLOAD_COMPLETE_DATA = {0x01, 0x00, 0x82, 0x16, "", "UPLOAD_COMPLETE_DATA", 0, &_String, &flash_events_DataEvent, 0}; +static varinfo_t flash_events_DataEvent_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &_String, &flash_events_DataEvent, 0}; +static classinfo_t flash_events_ActivityEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "ActivityEvent", 0, &flash_events_Event, interfaces: {0}}; +static methodinfo_t flash_events_ActivityEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_ActivityEvent, 0}; +static varinfo_t flash_events_ActivityEvent_activating = {0x01, 0x00, 0x80, 0x16, "", "activating", 0, &_Boolean, &flash_events_ActivityEvent, 0}; +static methodinfo_t flash_events_ActivityEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_ActivityEvent, 0}; +static varinfo_t flash_events_ActivityEvent_ACTIVITY = {0x01, 0x00, 0x82, 0x16, "", "ACTIVITY", 0, &_String, &flash_events_ActivityEvent, 0}; +static classinfo_t flash_display_GraphicsEndFill = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsEndFill", 0, &_Object, interfaces: {&flash_display_IGraphicsFill, &flash_display_IGraphicsData, 0}}; +static classinfo_t flash_display_ColorCorrection = {0x03, 0x00, 0x81, 0x16, "flash.display", "ColorCorrection", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ColorCorrection_OFF = {0x01, 0x00, 0x82, 0x16, "", "OFF", 0, &_String, &flash_display_ColorCorrection, 0}; +static varinfo_t flash_display_ColorCorrection_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_display_ColorCorrection, 0}; +static varinfo_t flash_display_ColorCorrection_ON = {0x01, 0x00, 0x82, 0x16, "", "ON", 0, &_String, &flash_display_ColorCorrection, 0}; +static classinfo_t flash_events_IOErrorEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "IOErrorEvent", 0, &flash_events_ErrorEvent, interfaces: {0}}; +static varinfo_t flash_events_IOErrorEvent_IO_ERROR = {0x01, 0x00, 0x82, 0x16, "", "IO_ERROR", 0, &_String, &flash_events_IOErrorEvent, 0}; +static varinfo_t flash_events_IOErrorEvent_VERIFY_ERROR = {0x01, 0x00, 0x82, 0x16, "", "VERIFY_ERROR", 0, &_String, &flash_events_IOErrorEvent, 0}; +static methodinfo_t flash_events_IOErrorEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_IOErrorEvent, 0}; +static varinfo_t flash_events_IOErrorEvent_NETWORK_ERROR = {0x01, 0x00, 0x82, 0x16, "", "NETWORK_ERROR", 0, &_String, &flash_events_IOErrorEvent, 0}; +static methodinfo_t flash_events_IOErrorEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_IOErrorEvent, 0}; +static varinfo_t flash_events_IOErrorEvent_DISK_ERROR = {0x01, 0x00, 0x82, 0x16, "", "DISK_ERROR", 0, &_String, &flash_events_IOErrorEvent, 0}; +static classinfo_t flash_display_GraphicsStroke = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsStroke", 0, &_Object, interfaces: {&flash_display_IGraphicsStroke, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsStroke_scaleMode = {0x01, 0x00, 0x80, 0x16, "", "scaleMode", 0, &_String, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_miterLimit = {0x01, 0x00, 0x80, 0x16, "", "miterLimit", 0, &_Number, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_pixelHinting = {0x01, 0x00, 0x80, 0x16, "", "pixelHinting", 0, &_Boolean, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_fill = {0x01, 0x00, 0x80, 0x16, "", "fill", 0, &flash_display_IGraphicsFill, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_thickness = {0x01, 0x00, 0x80, 0x16, "", "thickness", 0, &_Number, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_joints = {0x01, 0x00, 0x80, 0x16, "", "joints", 0, &_String, &flash_display_GraphicsStroke, 0}; +static varinfo_t flash_display_GraphicsStroke_caps = {0x01, 0x00, 0x80, 0x16, "", "caps", 0, &_String, &flash_display_GraphicsStroke, 0}; +static classinfo_t _Boolean = {0x03, 0x00, 0x81, 0x16, "", "Boolean", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Boolean_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_Boolean, &_Boolean, 0}; +static varinfo_t _Boolean_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Boolean, 0}; +static methodinfo_t _Boolean_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_Boolean, 0}; +static methodinfo_t flash_sampler_getMemberNames = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getMemberNames", 0, &_Object, 0, 0}; +static methodinfo_t flash_utils_getQualifiedClassName = {0x02, 0x00, 0x82, 0x16, "flash.utils", "getQualifiedClassName", 0, &_String, 0, 0}; +static classinfo_t flash_text_engine_GraphicElement = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "GraphicElement", 0, &flash_text_engine_ContentElement, interfaces: {0}}; +static varinfo_t flash_text_engine_GraphicElement_graphic = {0x01, 0x00, 0x80, 0x16, "", "graphic", 0, &flash_display_DisplayObject, &flash_text_engine_GraphicElement, 0}; +static varinfo_t flash_text_engine_GraphicElement_elementWidth = {0x01, 0x00, 0x80, 0x16, "", "elementWidth", 0, &_Number, &flash_text_engine_GraphicElement, 0}; +static varinfo_t flash_text_engine_GraphicElement_elementHeight = {0x01, 0x00, 0x80, 0x16, "", "elementHeight", 0, &_Number, &flash_text_engine_GraphicElement, 0}; +static classinfo_t flash_media_Microphone = {0x03, 0x00, 0x81, 0x16, "flash.media", "Microphone", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_media_Microphone_codec = {0x01, 0x00, 0x80, 0x16, "", "codec", 0, &_String, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_gain = {0x01, 0x00, 0x80, 0x16, "", "gain", 0, &_Number, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_index = {0x01, 0x00, 0x80, 0x16, "", "index", 0, &_int, &flash_media_Microphone, 0}; +static methodinfo_t flash_media_Microphone_setLoopBack = {0x02, 0x00, 0x80, 0x16, "", "setLoopBack", 0, 0, &flash_media_Microphone, 0}; +static methodinfo_t flash_media_Microphone_setSilenceLevel = {0x02, 0x00, 0x80, 0x16, "", "setSilenceLevel", 0, 0, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_media_Microphone, 0}; +static methodinfo_t flash_media_Microphone_getMicrophone = {0x02, 0x00, 0x82, 0x16, "", "getMicrophone", 0, &flash_media_Microphone, &flash_media_Microphone, 0}; +static methodinfo_t flash_media_Microphone_setUseEchoSuppression = {0x02, 0x00, 0x80, 0x16, "", "setUseEchoSuppression", 0, 0, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_framesPerPacket = {0x01, 0x00, 0x80, 0x16, "", "framesPerPacket", 0, &_int, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_muted = {0x01, 0x00, 0x80, 0x16, "", "muted", 0, &_Boolean, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_soundTransform = {0x01, 0x00, 0x80, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_encodeQuality = {0x01, 0x00, 0x80, 0x16, "", "encodeQuality", 0, &_int, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_useEchoSuppression = {0x01, 0x00, 0x80, 0x16, "", "useEchoSuppression", 0, &_Boolean, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_silenceLevel = {0x01, 0x00, 0x80, 0x16, "", "silenceLevel", 0, &_Number, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_silenceTimeout = {0x01, 0x00, 0x80, 0x16, "", "silenceTimeout", 0, &_int, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_rate = {0x01, 0x00, 0x80, 0x16, "", "rate", 0, &_int, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_activityLevel = {0x01, 0x00, 0x80, 0x16, "", "activityLevel", 0, &_Number, &flash_media_Microphone, 0}; +static varinfo_t flash_media_Microphone_names = {0x01, 0x00, 0x82, 0x16, "", "names", 0, &_Array, &flash_media_Microphone, 0}; +static classinfo_t flash_ui_ContextMenuClipboardItems = {0x03, 0x00, 0x81, 0x16, "flash.ui", "ContextMenuClipboardItems", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_ContextMenuClipboardItems_clear = {0x01, 0x00, 0x80, 0x16, "", "clear", 0, &_Boolean, &flash_ui_ContextMenuClipboardItems, 0}; +static methodinfo_t flash_ui_ContextMenuClipboardItems_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_ui_ContextMenuClipboardItems, &flash_ui_ContextMenuClipboardItems, 0}; +static varinfo_t flash_ui_ContextMenuClipboardItems_paste = {0x01, 0x00, 0x80, 0x16, "", "paste", 0, &_Boolean, &flash_ui_ContextMenuClipboardItems, 0}; +static varinfo_t flash_ui_ContextMenuClipboardItems_selectAll = {0x01, 0x00, 0x80, 0x16, "", "selectAll", 0, &_Boolean, &flash_ui_ContextMenuClipboardItems, 0}; +static varinfo_t flash_ui_ContextMenuClipboardItems_copy = {0x01, 0x00, 0x80, 0x16, "", "copy", 0, &_Boolean, &flash_ui_ContextMenuClipboardItems, 0}; +static varinfo_t flash_ui_ContextMenuClipboardItems_cut = {0x01, 0x00, 0x80, 0x16, "", "cut", 0, &_Boolean, &flash_ui_ContextMenuClipboardItems, 0}; +static classinfo_t flash_display_GraphicsShaderFill = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsShaderFill", 0, &_Object, interfaces: {&flash_display_IGraphicsFill, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsShaderFill_shader = {0x01, 0x00, 0x80, 0x16, "", "shader", 0, &flash_display_Shader, &flash_display_GraphicsShaderFill, 0}; +static varinfo_t flash_display_GraphicsShaderFill_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &flash_geom_Matrix, &flash_display_GraphicsShaderFill, 0}; +static classinfo_t flash_errors_IllegalOperationError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "IllegalOperationError", 0, &_Error, interfaces: {0}}; +static classinfo_t flash_filters_GradientGlowFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "GradientGlowFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_GradientGlowFilter_strength = {0x01, 0x00, 0x80, 0x16, "", "strength", 0, &_Number, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_angle = {0x01, 0x00, 0x80, 0x16, "", "angle", 0, &_Number, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_knockout = {0x01, 0x00, 0x80, 0x16, "", "knockout", 0, &_Boolean, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_alphas = {0x01, 0x00, 0x80, 0x16, "", "alphas", 0, &_Array, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_ratios = {0x01, 0x00, 0x80, 0x16, "", "ratios", 0, &_Array, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_colors = {0x01, 0x00, 0x80, 0x16, "", "colors", 0, &_Array, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_GradientGlowFilter, 0}; +static varinfo_t flash_filters_GradientGlowFilter_distance = {0x01, 0x00, 0x80, 0x16, "", "distance", 0, &_Number, &flash_filters_GradientGlowFilter, 0}; +static methodinfo_t flash_filters_GradientGlowFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_GradientGlowFilter, 0}; +static classinfo_t flash_display_CapsStyle = {0x03, 0x00, 0x81, 0x16, "flash.display", "CapsStyle", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_CapsStyle_ROUND = {0x01, 0x00, 0x82, 0x16, "", "ROUND", 0, &_String, &flash_display_CapsStyle, 0}; +static varinfo_t flash_display_CapsStyle_SQUARE = {0x01, 0x00, 0x82, 0x16, "", "SQUARE", 0, &_String, &flash_display_CapsStyle, 0}; +static varinfo_t flash_display_CapsStyle_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_display_CapsStyle, 0}; +static classinfo_t flash_text_TextSnapshot = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextSnapshot", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_TextSnapshot_setSelectColor = {0x02, 0x00, 0x80, 0x16, "", "setSelectColor", 0, 0, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_setSelected = {0x02, 0x00, 0x80, 0x16, "", "setSelected", 0, 0, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_getSelectedText = {0x02, 0x00, 0x80, 0x16, "", "getSelectedText", 0, &_String, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_getTextRunInfo = {0x02, 0x00, 0x80, 0x16, "", "getTextRunInfo", 0, &_Array, &flash_text_TextSnapshot, 0}; +static varinfo_t flash_text_TextSnapshot_charCount = {0x01, 0x00, 0x80, 0x16, "", "charCount", 0, &_int, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_findText = {0x02, 0x00, 0x80, 0x16, "", "findText", 0, &_int, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_getSelected = {0x02, 0x00, 0x80, 0x16, "", "getSelected", 0, &_Boolean, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_hitTestTextNearPos = {0x02, 0x00, 0x80, 0x16, "", "hitTestTextNearPos", 0, &_Number, &flash_text_TextSnapshot, 0}; +static methodinfo_t flash_text_TextSnapshot_getText = {0x02, 0x00, 0x80, 0x16, "", "getText", 0, &_String, &flash_text_TextSnapshot, 0}; +static classinfo_t flash_text_engine_FontLookup = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "FontLookup", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_FontLookup_DEVICE = {0x01, 0x00, 0x82, 0x16, "", "DEVICE", 0, &_String, &flash_text_engine_FontLookup, 0}; +static varinfo_t flash_text_engine_FontLookup_EMBEDDED_CFF = {0x01, 0x00, 0x82, 0x16, "", "EMBEDDED_CFF", 0, &_String, &flash_text_engine_FontLookup, 0}; +static classinfo_t flash_display_InteractiveObject = {0x03, 0x00, 0x80, 0x16, "flash.display", "InteractiveObject", 0, &flash_display_DisplayObject, interfaces: {0}}; +static varinfo_t flash_display_InteractiveObject_tabIndex = {0x01, 0x00, 0x80, 0x16, "", "tabIndex", 0, &_int, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_doubleClickEnabled = {0x01, 0x00, 0x80, 0x16, "", "doubleClickEnabled", 0, &_Boolean, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_tabEnabled = {0x01, 0x00, 0x80, 0x16, "", "tabEnabled", 0, &_Boolean, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_mouseEnabled = {0x01, 0x00, 0x80, 0x16, "", "mouseEnabled", 0, &_Boolean, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_contextMenu = {0x01, 0x00, 0x80, 0x16, "", "contextMenu", 0, &flash_ui_ContextMenu, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_focusRect = {0x01, 0x00, 0x80, 0x16, "", "focusRect", 0, &_Object, &flash_display_InteractiveObject, 0}; +static varinfo_t flash_display_InteractiveObject_accessibilityImplementation = {0x01, 0x00, 0x80, 0x16, "", "accessibilityImplementation", 0, &flash_accessibility_AccessibilityImplementation, &flash_display_InteractiveObject, 0}; +static classinfo_t flash_text_TextField = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextField", 0, &flash_display_InteractiveObject, interfaces: {0}}; +static methodinfo_t flash_text_TextField_isFontCompatible = {0x02, 0x00, 0x82, 0x16, "", "isFontCompatible", 0, &_Boolean, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getTextFormat = {0x02, 0x00, 0x80, 0x16, "", "getTextFormat", 0, &flash_text_TextFormat, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_border = {0x01, 0x00, 0x80, 0x16, "", "border", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_selectedText = {0x01, 0x00, 0x80, 0x16, "", "selectedText", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_pasteRichText = {0x02, 0x00, 0x80, 0x17, "flash.text", "pasteRichText", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_bottomScrollV = {0x01, 0x00, 0x80, 0x16, "", "bottomScrollV", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineIndexOfChar = {0x02, 0x00, 0x80, 0x16, "", "getLineIndexOfChar", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_replaceText = {0x02, 0x00, 0x80, 0x16, "", "replaceText", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_defaultTextFormat = {0x01, 0x00, 0x80, 0x16, "", "defaultTextFormat", 0, &flash_text_TextFormat, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_restrict = {0x01, 0x00, 0x80, 0x16, "", "restrict", 0, &_String, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_htmlText = {0x01, 0x00, 0x80, 0x16, "", "htmlText", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_copyRichText = {0x02, 0x00, 0x80, 0x17, "flash.text", "copyRichText", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineText = {0x02, 0x00, 0x80, 0x16, "", "getLineText", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getFirstCharInParagraph = {0x02, 0x00, 0x80, 0x16, "", "getFirstCharInParagraph", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_setSelection = {0x02, 0x00, 0x80, 0x16, "", "setSelection", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_wordWrap = {0x01, 0x00, 0x80, 0x16, "", "wordWrap", 0, &_Boolean, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_appendText = {0x02, 0x00, 0x80, 0x16, "", "appendText", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_caretIndex = {0x01, 0x00, 0x80, 0x16, "", "caretIndex", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_mouseWheelEnabled = {0x01, 0x00, 0x80, 0x16, "", "mouseWheelEnabled", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_selectionBeginIndex = {0x01, 0x00, 0x80, 0x16, "", "selectionBeginIndex", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_sharpness = {0x01, 0x00, 0x80, 0x16, "", "sharpness", 0, &_Number, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineIndexAtPoint = {0x02, 0x00, 0x80, 0x16, "", "getLineIndexAtPoint", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getCharIndexAtPoint = {0x02, 0x00, 0x80, 0x16, "", "getCharIndexAtPoint", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getXMLText = {0x02, 0x00, 0x80, 0x16, "", "getXMLText", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getParagraphLength = {0x02, 0x00, 0x80, 0x16, "", "getParagraphLength", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getRawText = {0x02, 0x00, 0x80, 0x16, "", "getRawText", 0, &_String, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_gridFitType = {0x01, 0x00, 0x80, 0x16, "", "gridFitType", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineOffset = {0x02, 0x00, 0x80, 0x16, "", "getLineOffset", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_backgroundColor = {0x01, 0x00, 0x80, 0x16, "", "backgroundColor", 0, &_uint, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_multiline = {0x01, 0x00, 0x80, 0x16, "", "multiline", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_numLines = {0x01, 0x00, 0x80, 0x16, "", "numLines", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getImageReference = {0x02, 0x00, 0x80, 0x16, "", "getImageReference", 0, &flash_display_DisplayObject, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_displayAsPassword = {0x01, 0x00, 0x80, 0x16, "", "displayAsPassword", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_textWidth = {0x01, 0x00, 0x80, 0x16, "", "textWidth", 0, &_Number, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_autoSize = {0x01, 0x00, 0x80, 0x16, "", "autoSize", 0, &_String, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_selectable = {0x01, 0x00, 0x80, 0x16, "", "selectable", 0, &_Boolean, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getCharBoundaries = {0x02, 0x00, 0x80, 0x16, "", "getCharBoundaries", 0, &flash_geom_Rectangle, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_alwaysShowSelection = {0x01, 0x00, 0x80, 0x16, "", "alwaysShowSelection", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_thickness = {0x01, 0x00, 0x80, 0x16, "", "thickness", 0, &_Number, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_useRichTextClipboard = {0x01, 0x00, 0x80, 0x16, "", "useRichTextClipboard", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_scrollV = {0x01, 0x00, 0x80, 0x16, "", "scrollV", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getTextRuns = {0x02, 0x00, 0x80, 0x16, "", "getTextRuns", 0, &_Array, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_setTextFormat = {0x02, 0x00, 0x80, 0x16, "", "setTextFormat", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_textColor = {0x01, 0x00, 0x80, 0x16, "", "textColor", 0, &_uint, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_maxScrollV = {0x01, 0x00, 0x80, 0x16, "", "maxScrollV", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_embedFonts = {0x01, 0x00, 0x80, 0x16, "", "embedFonts", 0, &_Boolean, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_scrollH = {0x01, 0x00, 0x80, 0x16, "", "scrollH", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_text = {0x01, 0x00, 0x80, 0x16, "", "text", 0, &_String, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineLength = {0x02, 0x00, 0x80, 0x16, "", "getLineLength", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_textHeight = {0x01, 0x00, 0x80, 0x16, "", "textHeight", 0, &_Number, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_antiAliasType = {0x01, 0x00, 0x80, 0x16, "", "antiAliasType", 0, &_String, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_styleSheet = {0x01, 0x00, 0x80, 0x16, "", "styleSheet", 0, &flash_text_StyleSheet, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_background = {0x01, 0x00, 0x80, 0x16, "", "background", 0, &_Boolean, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_replaceSelectedText = {0x02, 0x00, 0x80, 0x16, "", "replaceSelectedText", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_borderColor = {0x01, 0x00, 0x80, 0x16, "", "borderColor", 0, &_uint, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_maxScrollH = {0x01, 0x00, 0x80, 0x16, "", "maxScrollH", 0, &_int, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_maxChars = {0x01, 0x00, 0x80, 0x16, "", "maxChars", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_getLineMetrics = {0x02, 0x00, 0x80, 0x16, "", "getLineMetrics", 0, &flash_text_TextLineMetrics, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_selectionEndIndex = {0x01, 0x00, 0x80, 0x16, "", "selectionEndIndex", 0, &_int, &flash_text_TextField, 0}; +static methodinfo_t flash_text_TextField_insertXMLText = {0x02, 0x00, 0x80, 0x16, "", "insertXMLText", 0, 0, &flash_text_TextField, 0}; +static varinfo_t flash_text_TextField_condenseWhite = {0x01, 0x00, 0x80, 0x16, "", "condenseWhite", 0, &_Boolean, &flash_text_TextField, 0}; +static classinfo_t flash_printing_PrintJobOrientation = {0x03, 0x00, 0x81, 0x16, "flash.printing", "PrintJobOrientation", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_printing_PrintJobOrientation_LANDSCAPE = {0x01, 0x00, 0x82, 0x16, "", "LANDSCAPE", 0, &_String, &flash_printing_PrintJobOrientation, 0}; +static varinfo_t flash_printing_PrintJobOrientation_PORTRAIT = {0x01, 0x00, 0x82, 0x16, "", "PORTRAIT", 0, &_String, &flash_printing_PrintJobOrientation, 0}; +static classinfo_t flash_text_TextRenderer = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextRenderer", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextRenderer_displayMode = {0x01, 0x00, 0x82, 0x16, "", "displayMode", 0, &_String, &flash_text_TextRenderer, 0}; +static varinfo_t flash_text_TextRenderer_antiAliasType = {0x01, 0x00, 0x82, 0x16, "", "antiAliasType", 0, &_String, &flash_text_TextRenderer, 0}; +static varinfo_t flash_text_TextRenderer_maxLevel = {0x01, 0x00, 0x82, 0x16, "", "maxLevel", 0, &_int, &flash_text_TextRenderer, 0}; +static methodinfo_t flash_text_TextRenderer_setAdvancedAntiAliasingTable = {0x02, 0x00, 0x82, 0x16, "", "setAdvancedAntiAliasingTable", 0, 0, &flash_text_TextRenderer, 0}; +static classinfo_t flash_net_NetConnection = {0x03, 0x00, 0x80, 0x16, "flash.net", "NetConnection", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_NetConnection_defaultObjectEncoding = {0x01, 0x00, 0x82, 0x16, "", "defaultObjectEncoding", 0, &_uint, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_nearID = {0x01, 0x00, 0x80, 0x16, "", "nearID", 0, &_String, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_client = {0x01, 0x00, 0x80, 0x16, "", "client", 0, &_Object, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_farNonce = {0x01, 0x00, 0x80, 0x16, "", "farNonce", 0, &_String, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_farID = {0x01, 0x00, 0x80, 0x16, "", "farID", 0, &_String, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_connected = {0x01, 0x00, 0x80, 0x16, "", "connected", 0, &_Boolean, &flash_net_NetConnection, 0}; +static methodinfo_t flash_net_NetConnection_call = {0x02, 0x00, 0x80, 0x16, "", "call", 0, 0, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_usingTLS = {0x01, 0x00, 0x80, 0x16, "", "usingTLS", 0, &_Boolean, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_proxyType = {0x01, 0x00, 0x80, 0x16, "", "proxyType", 0, &_String, &flash_net_NetConnection, 0}; +static methodinfo_t flash_net_NetConnection_addHeader = {0x02, 0x00, 0x80, 0x16, "", "addHeader", 0, 0, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_protocol = {0x01, 0x00, 0x80, 0x16, "", "protocol", 0, &_String, &flash_net_NetConnection, 0}; +static methodinfo_t flash_net_NetConnection_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_nearNonce = {0x01, 0x00, 0x80, 0x16, "", "nearNonce", 0, &_String, &flash_net_NetConnection, 0}; +static methodinfo_t flash_net_NetConnection_connect = {0x02, 0x00, 0x80, 0x16, "", "connect", 0, 0, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_unconnectedPeerStreams = {0x01, 0x00, 0x80, 0x16, "", "unconnectedPeerStreams", 0, &_Array, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_maxPeerConnections = {0x01, 0x00, 0x80, 0x16, "", "maxPeerConnections", 0, &_uint, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_connectedProxyType = {0x01, 0x00, 0x80, 0x16, "", "connectedProxyType", 0, &_String, &flash_net_NetConnection, 0}; +static varinfo_t flash_net_NetConnection_uri = {0x01, 0x00, 0x80, 0x16, "", "uri", 0, &_String, &flash_net_NetConnection, 0}; +static methodinfo_t _decodeURIComponent = {0x02, 0x00, 0x82, 0x16, "", "decodeURIComponent", 0, &_String, 0, 0}; +static methodinfo_t flash_sampler_isGetterSetter = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "isGetterSetter", 0, &_Boolean, 0, 0}; +static methodinfo_t flash_utils_getQualifiedSuperclassName = {0x02, 0x00, 0x82, 0x16, "flash.utils", "getQualifiedSuperclassName", 0, &_String, 0, 0}; +static classinfo_t flash_display_GraphicsPathWinding = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsPathWinding", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_GraphicsPathWinding_EVEN_ODD = {0x01, 0x00, 0x82, 0x16, "", "EVEN_ODD", 0, &_String, &flash_display_GraphicsPathWinding, 0}; +static varinfo_t flash_display_GraphicsPathWinding_NON_ZERO = {0x01, 0x00, 0x82, 0x16, "", "NON_ZERO", 0, &_String, &flash_display_GraphicsPathWinding, 0}; +static classinfo_t flash_text_engine_TabStop = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TabStop", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TabStop_alignment = {0x01, 0x00, 0x80, 0x16, "", "alignment", 0, &_String, &flash_text_engine_TabStop, 0}; +static varinfo_t flash_text_engine_TabStop_position = {0x01, 0x00, 0x80, 0x16, "", "position", 0, &_Number, &flash_text_engine_TabStop, 0}; +static varinfo_t flash_text_engine_TabStop_decimalAlignmentToken = {0x01, 0x00, 0x80, 0x16, "", "decimalAlignmentToken", 0, &_String, &flash_text_engine_TabStop, 0}; +static classinfo_t flash_text_engine_JustificationStyle = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "JustificationStyle", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_JustificationStyle_PUSH_OUT_ONLY = {0x01, 0x00, 0x82, 0x16, "", "PUSH_OUT_ONLY", 0, &_String, &flash_text_engine_JustificationStyle, 0}; +static varinfo_t flash_text_engine_JustificationStyle_PRIORITIZE_LEAST_ADJUSTMENT = {0x01, 0x00, 0x82, 0x16, "", "PRIORITIZE_LEAST_ADJUSTMENT", 0, &_String, &flash_text_engine_JustificationStyle, 0}; +static varinfo_t flash_text_engine_JustificationStyle_PUSH_IN_KINSOKU = {0x01, 0x00, 0x82, 0x16, "", "PUSH_IN_KINSOKU", 0, &_String, &flash_text_engine_JustificationStyle, 0}; +static methodinfo_t flash_sampler_startSampling = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "startSampling", 0, 0, 0, 0}; +static classinfo_t flash_text_engine_TextRotation = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextRotation", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TextRotation_ROTATE_270 = {0x01, 0x00, 0x82, 0x16, "", "ROTATE_270", 0, &_String, &flash_text_engine_TextRotation, 0}; +static varinfo_t flash_text_engine_TextRotation_AUTO = {0x01, 0x00, 0x82, 0x16, "", "AUTO", 0, &_String, &flash_text_engine_TextRotation, 0}; +static varinfo_t flash_text_engine_TextRotation_ROTATE_0 = {0x01, 0x00, 0x82, 0x16, "", "ROTATE_0", 0, &_String, &flash_text_engine_TextRotation, 0}; +static varinfo_t flash_text_engine_TextRotation_ROTATE_90 = {0x01, 0x00, 0x82, 0x16, "", "ROTATE_90", 0, &_String, &flash_text_engine_TextRotation, 0}; +static varinfo_t flash_text_engine_TextRotation_ROTATE_180 = {0x01, 0x00, 0x82, 0x16, "", "ROTATE_180", 0, &_String, &flash_text_engine_TextRotation, 0}; +static methodinfo_t flash_sampler_clearSamples = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "clearSamples", 0, 0, 0, 0}; +static classinfo_t flash_system_IMEConversionMode = {0x03, 0x00, 0x81, 0x16, "flash.system", "IMEConversionMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_KATAKANA_FULL = {0x01, 0x00, 0x82, 0x16, "", "JAPANESE_KATAKANA_FULL", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_CHINESE = {0x01, 0x00, 0x82, 0x16, "", "CHINESE", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_KATAKANA_HALF = {0x01, 0x00, 0x82, 0x16, "", "JAPANESE_KATAKANA_HALF", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_UNKNOWN = {0x01, 0x00, 0x82, 0x16, "", "UNKNOWN", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_KOREAN = {0x01, 0x00, 0x82, 0x16, "", "KOREAN", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_ALPHANUMERIC_HALF = {0x01, 0x00, 0x82, 0x16, "", "ALPHANUMERIC_HALF", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_ALPHANUMERIC_FULL = {0x01, 0x00, 0x82, 0x16, "", "ALPHANUMERIC_FULL", 0, &_String, &flash_system_IMEConversionMode, 0}; +static varinfo_t flash_system_IMEConversionMode_JAPANESE_HIRAGANA = {0x01, 0x00, 0x82, 0x16, "", "JAPANESE_HIRAGANA", 0, &_String, &flash_system_IMEConversionMode, 0}; +static classinfo_t flash_display_StageScaleMode = {0x03, 0x00, 0x81, 0x16, "flash.display", "StageScaleMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_StageScaleMode_SHOW_ALL = {0x01, 0x00, 0x82, 0x16, "", "SHOW_ALL", 0, &_String, &flash_display_StageScaleMode, 0}; +static varinfo_t flash_display_StageScaleMode_NO_BORDER = {0x01, 0x00, 0x82, 0x16, "", "NO_BORDER", 0, &_String, &flash_display_StageScaleMode, 0}; +static varinfo_t flash_display_StageScaleMode_EXACT_FIT = {0x01, 0x00, 0x82, 0x16, "", "EXACT_FIT", 0, &_String, &flash_display_StageScaleMode, 0}; +static varinfo_t flash_display_StageScaleMode_NO_SCALE = {0x01, 0x00, 0x82, 0x16, "", "NO_SCALE", 0, &_String, &flash_display_StageScaleMode, 0}; +static methodinfo_t flash_sampler_getSize = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getSize", 0, &_Number, 0, 0}; +static classinfo_t flash_net_URLStream = {0x03, 0x00, 0x80, 0x16, "flash.net", "URLStream", 0, &flash_events_EventDispatcher, interfaces: {&flash_utils_IDataInput, 0}}; +static methodinfo_t flash_net_URLStream_readUTF = {0x02, 0x00, 0x80, 0x16, "", "readUTF", 0, &_String, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readByte = {0x02, 0x00, 0x80, 0x16, "", "readByte", 0, &_int, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readUTFBytes = {0x02, 0x00, 0x80, 0x16, "", "readUTFBytes", 0, &_String, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readShort = {0x02, 0x00, 0x80, 0x16, "", "readShort", 0, &_int, &flash_net_URLStream, 0}; +static varinfo_t flash_net_URLStream_objectEncoding = {0x01, 0x00, 0x80, 0x16, "", "objectEncoding", 0, &_uint, &flash_net_URLStream, 0}; +static varinfo_t flash_net_URLStream_connected = {0x01, 0x00, 0x80, 0x16, "", "connected", 0, &_Boolean, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readUnsignedInt = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedInt", 0, &_uint, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readDouble = {0x02, 0x00, 0x80, 0x16, "", "readDouble", 0, &_Number, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readBytes = {0x02, 0x00, 0x80, 0x16, "", "readBytes", 0, 0, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readUnsignedByte = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedByte", 0, &_uint, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readMultiByte = {0x02, 0x00, 0x80, 0x16, "", "readMultiByte", 0, &_String, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readInt = {0x02, 0x00, 0x80, 0x16, "", "readInt", 0, &_int, &flash_net_URLStream, 0}; +static varinfo_t flash_net_URLStream_bytesAvailable = {0x01, 0x00, 0x80, 0x16, "", "bytesAvailable", 0, &_uint, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_load = {0x02, 0x00, 0x80, 0x16, "", "load", 0, 0, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readUnsignedShort = {0x02, 0x00, 0x80, 0x16, "", "readUnsignedShort", 0, &_uint, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readObject = {0x02, 0x00, 0x80, 0x16, "", "readObject", 0, 0, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readFloat = {0x02, 0x00, 0x80, 0x16, "", "readFloat", 0, &_Number, &flash_net_URLStream, 0}; +static varinfo_t flash_net_URLStream_endian = {0x01, 0x00, 0x80, 0x16, "", "endian", 0, &_String, &flash_net_URLStream, 0}; +static methodinfo_t flash_net_URLStream_readBoolean = {0x02, 0x00, 0x80, 0x16, "", "readBoolean", 0, &_Boolean, &flash_net_URLStream, 0}; +static classinfo_t flash_display_BlendMode = {0x03, 0x00, 0x81, 0x16, "flash.display", "BlendMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_BlendMode_LAYER = {0x01, 0x00, 0x82, 0x16, "", "LAYER", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_ERASE = {0x01, 0x00, 0x82, 0x16, "", "ERASE", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_HARDLIGHT = {0x01, 0x00, 0x82, 0x16, "", "HARDLIGHT", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_OVERLAY = {0x01, 0x00, 0x82, 0x16, "", "OVERLAY", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_ALPHA = {0x01, 0x00, 0x82, 0x16, "", "ALPHA", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_SUBTRACT = {0x01, 0x00, 0x82, 0x16, "", "SUBTRACT", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_INVERT = {0x01, 0x00, 0x82, 0x16, "", "INVERT", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_DIFFERENCE = {0x01, 0x00, 0x82, 0x16, "", "DIFFERENCE", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_DARKEN = {0x01, 0x00, 0x82, 0x16, "", "DARKEN", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_SHADER = {0x01, 0x00, 0x82, 0x16, "", "SHADER", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_MULTIPLY = {0x01, 0x00, 0x82, 0x16, "", "MULTIPLY", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_ADD = {0x01, 0x00, 0x82, 0x16, "", "ADD", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_SCREEN = {0x01, 0x00, 0x82, 0x16, "", "SCREEN", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_display_BlendMode, 0}; +static varinfo_t flash_display_BlendMode_LIGHTEN = {0x01, 0x00, 0x82, 0x16, "", "LIGHTEN", 0, &_String, &flash_display_BlendMode, 0}; +static classinfo_t flash_ui_Mouse = {0x03, 0x00, 0x81, 0x16, "flash.ui", "Mouse", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_Mouse_cursor = {0x01, 0x00, 0x82, 0x16, "", "cursor", 0, &_String, &flash_ui_Mouse, 0}; +static methodinfo_t flash_ui_Mouse_show = {0x02, 0x00, 0x82, 0x16, "", "show", 0, 0, &flash_ui_Mouse, 0}; +static methodinfo_t flash_ui_Mouse_hide = {0x02, 0x00, 0x82, 0x16, "", "hide", 0, 0, &flash_ui_Mouse, 0}; +static classinfo_t flash_errors_InvalidSWFError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "InvalidSWFError", 0, &_Error, interfaces: {0}}; +static classinfo_t flash_text_engine_RenderingMode = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "RenderingMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_RenderingMode_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_text_engine_RenderingMode, 0}; +static varinfo_t flash_text_engine_RenderingMode_CFF = {0x01, 0x00, 0x82, 0x16, "", "CFF", 0, &_String, &flash_text_engine_RenderingMode, 0}; +static classinfo_t flash_display_GraphicsTrianglePath = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsTrianglePath", 0, &_Object, interfaces: {&flash_display_IGraphicsPath, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsTrianglePath_culling = {0x01, 0x00, 0x80, 0x16, "", "culling", 0, &_String, &flash_display_GraphicsTrianglePath, 0}; +static varinfo_t flash_display_GraphicsTrianglePath_vertices = {0x01, 0x00, 0x80, 0x16, "", "vertices", 0, &__AS3___vec_Vector, &flash_display_GraphicsTrianglePath, 0}; +static varinfo_t flash_display_GraphicsTrianglePath_indices = {0x01, 0x00, 0x80, 0x16, "", "indices", 0, &__AS3___vec_Vector, &flash_display_GraphicsTrianglePath, 0}; +static varinfo_t flash_display_GraphicsTrianglePath_uvtData = {0x01, 0x00, 0x80, 0x16, "", "uvtData", 0, &__AS3___vec_Vector, &flash_display_GraphicsTrianglePath, 0}; +static classinfo_t flash_display_IGraphicsFill = {0x03, 0x00, 0x90, 0x16, "flash.display", "IGraphicsFill", 0, 0, interfaces: {0}}; +static classinfo_t flash_text_engine_TypographicCase = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TypographicCase", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TypographicCase_UPPERCASE = {0x01, 0x00, 0x82, 0x16, "", "UPPERCASE", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_LOWERCASE = {0x01, 0x00, 0x82, 0x16, "", "LOWERCASE", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_SMALL_CAPS = {0x01, 0x00, 0x82, 0x16, "", "SMALL_CAPS", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_TITLE = {0x01, 0x00, 0x82, 0x16, "", "TITLE", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_CAPS = {0x01, 0x00, 0x82, 0x16, "", "CAPS", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static varinfo_t flash_text_engine_TypographicCase_CAPS_AND_SMALL_CAPS = {0x01, 0x00, 0x82, 0x16, "", "CAPS_AND_SMALL_CAPS", 0, &_String, &flash_text_engine_TypographicCase, 0}; +static classinfo_t _XML = {0x03, 0x00, 0x89, 0x16, "", "XML", 0, &_Object, interfaces: {0}}; +static methodinfo_t _XML_attribute = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "attribute", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_XML, 0}; +static methodinfo_t _XML_childIndex = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "childIndex", 0, &_int, &_XML, 0}; +static methodinfo_t _XML_parent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "parent", 0, 0, &_XML, 0}; +static methodinfo_t _XML_appendChild = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "appendChild", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_replace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "replace", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_elements = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "elements", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_setNotification = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setNotification", 0, 0, &_XML, 0}; +static methodinfo_t _XML_namespaceDeclarations = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "namespaceDeclarations", 0, &_Array, &_XML, 0}; +static methodinfo_t _XML_length = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "length", 0, &_int, &_XML, 0}; +static methodinfo_t _XML_comments = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "comments", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_processingInstructions = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "processingInstructions", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_inScopeNamespaces = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "inScopeNamespaces", 0, &_Array, &_XML, 0}; +static varinfo_t _XML_prettyPrinting = {0x01, 0x00, 0x82, 0x16, "", "prettyPrinting", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_children = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "children", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_setLocalName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setLocalName", 0, 0, &_XML, 0}; +static methodinfo_t _XML_setSettings = {0x02, 0x00, 0x82, 0x08, "http://adobe.com/AS3/2006/builtin", "setSettings", 0, 0, &_XML, 0}; +static varinfo_t _XML_ignoreComments = {0x01, 0x00, 0x82, 0x16, "", "ignoreComments", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_notification = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "notification", 0, &_Function, &_XML, 0}; +static varinfo_t _XML_ignoreWhitespace = {0x01, 0x00, 0x82, 0x16, "", "ignoreWhitespace", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_setNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setNamespace", 0, 0, &_XML, 0}; +static methodinfo_t _XML_prependChild = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "prependChild", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_hasSimpleContent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasSimpleContent", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_insertChildBefore = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "insertChildBefore", 0, 0, &_XML, 0}; +static methodinfo_t _XML_hasOwnProperty = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasOwnProperty", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_normalize = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "normalize", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_copy = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "copy", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_localName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "localName", 0, &_Object, &_XML, 0}; +static methodinfo_t _XML_contains = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "contains", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_propertyIsEnumerable = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "propertyIsEnumerable", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_defaultSettings = {0x02, 0x00, 0x82, 0x08, "http://adobe.com/AS3/2006/builtin", "defaultSettings", 0, &_Object, &_XML, 0}; +static methodinfo_t _XML_settings = {0x02, 0x00, 0x82, 0x08, "http://adobe.com/AS3/2006/builtin", "settings", 0, &_Object, &_XML, 0}; +static methodinfo_t _XML_namespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "namespace", 0, 0, &_XML, 0}; +static methodinfo_t _XML_attributes = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "attributes", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_setName = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setName", 0, 0, &_XML, 0}; +static methodinfo_t _XML_text = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "text", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_insertChildAfter = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "insertChildAfter", 0, 0, &_XML, 0}; +static varinfo_t _XML_ignoreProcessingInstructions = {0x01, 0x00, 0x82, 0x16, "", "ignoreProcessingInstructions", 0, &_Boolean, &_XML, 0}; +static varinfo_t _XML_prettyIndent = {0x01, 0x00, 0x82, 0x16, "", "prettyIndent", 0, &_int, &_XML, 0}; +static methodinfo_t _XML_descendants = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "descendants", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_toXMLString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toXMLString", 0, &_String, &_XML, 0}; +static methodinfo_t _XML_hasComplexContent = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "hasComplexContent", 0, &_Boolean, &_XML, 0}; +static methodinfo_t _XML_child = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "child", 0, &_XMLList, &_XML, 0}; +static methodinfo_t _XML_removeNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "removeNamespace", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_addNamespace = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "addNamespace", 0, &_XML, &_XML, 0}; +static methodinfo_t _XML_nodeKind = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "nodeKind", 0, &_String, &_XML, 0}; +static methodinfo_t _XML_name = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "name", 0, &_Object, &_XML, 0}; +static methodinfo_t _XML_setChildren = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "setChildren", 0, &_XML, &_XML, 0}; +static classinfo_t flash_net_NetStreamInfo = {0x03, 0x00, 0x81, 0x16, "flash.net", "NetStreamInfo", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_NetStreamInfo_maxBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "maxBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_dataBufferByteLength = {0x01, 0x00, 0x80, 0x16, "", "dataBufferByteLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_videoByteCount = {0x01, 0x00, 0x80, 0x16, "", "videoByteCount", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_videoBufferLength = {0x01, 0x00, 0x80, 0x16, "", "videoBufferLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_audioBufferByteLength = {0x01, 0x00, 0x80, 0x16, "", "audioBufferByteLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_dataBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "dataBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_SRTT = {0x01, 0x00, 0x80, 0x16, "", "SRTT", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_droppedFrames = {0x01, 0x00, 0x80, 0x16, "", "droppedFrames", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_audioByteCount = {0x01, 0x00, 0x80, 0x16, "", "audioByteCount", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_audioBufferLength = {0x01, 0x00, 0x80, 0x16, "", "audioBufferLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_byteCount = {0x01, 0x00, 0x80, 0x16, "", "byteCount", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static methodinfo_t flash_net_NetStreamInfo_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_dataByteCount = {0x01, 0x00, 0x80, 0x16, "", "dataByteCount", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_videoBufferByteLength = {0x01, 0x00, 0x80, 0x16, "", "videoBufferByteLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_dataBufferLength = {0x01, 0x00, 0x80, 0x16, "", "dataBufferLength", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_audioLossRate = {0x01, 0x00, 0x80, 0x16, "", "audioLossRate", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_videoBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "videoBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_currentBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "currentBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_audioBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "audioBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static varinfo_t flash_net_NetStreamInfo_playbackBytesPerSecond = {0x01, 0x00, 0x80, 0x16, "", "playbackBytesPerSecond", 0, &_Number, &flash_net_NetStreamInfo, 0}; +static classinfo_t flash_display_Stage = {0x03, 0x00, 0x80, 0x16, "flash.display", "Stage", 0, &flash_display_DisplayObjectContainer, interfaces: {0}}; +static methodinfo_t flash_display_Stage_setChildIndex = {0x02, 0x00, 0x80, 0x16, "", "setChildIndex", 0, 0, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_stageFocusRect = {0x01, 0x00, 0x80, 0x16, "", "stageFocusRect", 0, &_Boolean, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_frameRate = {0x01, 0x00, 0x80, 0x16, "", "frameRate", 0, &_Number, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_invalidate = {0x02, 0x00, 0x80, 0x16, "", "invalidate", 0, 0, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_textSnapshot = {0x01, 0x00, 0x80, 0x16, "", "textSnapshot", 0, &flash_text_TextSnapshot, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_String, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_willTrigger = {0x02, 0x00, 0x80, 0x16, "", "willTrigger", 0, &_Boolean, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_dispatchEvent = {0x02, 0x00, 0x80, 0x16, "", "dispatchEvent", 0, &_Boolean, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_isFocusInaccessible = {0x02, 0x00, 0x80, 0x16, "", "isFocusInaccessible", 0, &_Boolean, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_removeChildAt = {0x02, 0x00, 0x80, 0x16, "", "removeChildAt", 0, &flash_display_DisplayObject, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_fullScreenWidth = {0x01, 0x00, 0x80, 0x16, "", "fullScreenWidth", 0, &_uint, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_addChildAt = {0x02, 0x00, 0x80, 0x16, "", "addChildAt", 0, &flash_display_DisplayObject, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_Number, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_fullScreenSourceRect = {0x01, 0x00, 0x80, 0x16, "", "fullScreenSourceRect", 0, &flash_geom_Rectangle, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_Number, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_addChild = {0x02, 0x00, 0x80, 0x16, "", "addChild", 0, &flash_display_DisplayObject, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_numChildren = {0x01, 0x00, 0x80, 0x16, "", "numChildren", 0, &_int, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_mouseChildren = {0x01, 0x00, 0x80, 0x16, "", "mouseChildren", 0, &_Boolean, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_swapChildrenAt = {0x02, 0x00, 0x80, 0x16, "", "swapChildrenAt", 0, 0, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_showDefaultContextMenu = {0x01, 0x00, 0x80, 0x16, "", "showDefaultContextMenu", 0, &_Boolean, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_addEventListener = {0x02, 0x00, 0x80, 0x16, "", "addEventListener", 0, 0, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_stageHeight = {0x01, 0x00, 0x80, 0x16, "", "stageHeight", 0, &_int, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_fullScreenHeight = {0x01, 0x00, 0x80, 0x16, "", "fullScreenHeight", 0, &_uint, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_align = {0x01, 0x00, 0x80, 0x16, "", "align", 0, &_String, &flash_display_Stage, 0}; +static methodinfo_t flash_display_Stage_hasEventListener = {0x02, 0x00, 0x80, 0x16, "", "hasEventListener", 0, &_Boolean, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_displayState = {0x01, 0x00, 0x80, 0x16, "", "displayState", 0, &_String, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_scaleMode = {0x01, 0x00, 0x80, 0x16, "", "scaleMode", 0, &_String, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_tabChildren = {0x01, 0x00, 0x80, 0x16, "", "tabChildren", 0, &_Boolean, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_focus = {0x01, 0x00, 0x80, 0x16, "", "focus", 0, &flash_display_InteractiveObject, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_colorCorrection = {0x01, 0x00, 0x80, 0x16, "", "colorCorrection", 0, &_String, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_colorCorrectionSupport = {0x01, 0x00, 0x80, 0x16, "", "colorCorrectionSupport", 0, &_String, &flash_display_Stage, 0}; +static varinfo_t flash_display_Stage_stageWidth = {0x01, 0x00, 0x80, 0x16, "", "stageWidth", 0, &_int, &flash_display_Stage, 0}; +static classinfo_t flash_ui_ContextMenuItem = {0x03, 0x00, 0x81, 0x16, "flash.ui", "ContextMenuItem", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_ui_ContextMenuItem_separatorBefore = {0x01, 0x00, 0x80, 0x16, "", "separatorBefore", 0, &_Boolean, &flash_ui_ContextMenuItem, 0}; +static varinfo_t flash_ui_ContextMenuItem_enabled = {0x01, 0x00, 0x80, 0x16, "", "enabled", 0, &_Boolean, &flash_ui_ContextMenuItem, 0}; +static varinfo_t flash_ui_ContextMenuItem_caption = {0x01, 0x00, 0x80, 0x16, "", "caption", 0, &_String, &flash_ui_ContextMenuItem, 0}; +static methodinfo_t flash_ui_ContextMenuItem_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_ui_ContextMenuItem, &flash_ui_ContextMenuItem, 0}; +static varinfo_t flash_ui_ContextMenuItem_visible = {0x01, 0x00, 0x80, 0x16, "", "visible", 0, &_Boolean, &flash_ui_ContextMenuItem, 0}; +static classinfo_t flash_trace_Trace = {0x03, 0x00, 0x80, 0x16, "flash.trace", "Trace", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_trace_Trace_METHODS_AND_LINES_WITH_ARGS = {0x01, 0x00, 0x82, 0x16, "", "METHODS_AND_LINES_WITH_ARGS", 0, &_int, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_FILE = {0x01, 0x00, 0x82, 0x16, "", "FILE", 0, 0, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_METHODS_WITH_ARGS = {0x01, 0x00, 0x82, 0x16, "", "METHODS_WITH_ARGS", 0, &_int, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_OFF = {0x01, 0x00, 0x82, 0x16, "", "OFF", 0, &_int, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_METHODS_AND_LINES = {0x01, 0x00, 0x82, 0x16, "", "METHODS_AND_LINES", 0, &_int, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_LISTENER = {0x01, 0x00, 0x82, 0x16, "", "LISTENER", 0, 0, &flash_trace_Trace, 0}; +static methodinfo_t flash_trace_Trace_getLevel = {0x02, 0x00, 0x82, 0x16, "", "getLevel", 0, &_int, &flash_trace_Trace, 0}; +static methodinfo_t flash_trace_Trace_setLevel = {0x02, 0x00, 0x82, 0x16, "", "setLevel", 0, 0, &flash_trace_Trace, 0}; +static methodinfo_t flash_trace_Trace_setListener = {0x02, 0x00, 0x82, 0x16, "", "setListener", 0, 0, &flash_trace_Trace, 0}; +static methodinfo_t flash_trace_Trace_getListener = {0x02, 0x00, 0x82, 0x16, "", "getListener", 0, &_Function, &flash_trace_Trace, 0}; +static varinfo_t flash_trace_Trace_METHODS = {0x01, 0x00, 0x82, 0x16, "", "METHODS", 0, &_int, &flash_trace_Trace, 0}; +static classinfo_t flash_events_TimerEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "TimerEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_TimerEvent_TIMER_COMPLETE = {0x01, 0x00, 0x82, 0x16, "", "TIMER_COMPLETE", 0, &_String, &flash_events_TimerEvent, 0}; +static methodinfo_t flash_events_TimerEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_TimerEvent, 0}; +static methodinfo_t flash_events_TimerEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_TimerEvent, 0}; +static varinfo_t flash_events_TimerEvent_TIMER = {0x01, 0x00, 0x82, 0x16, "", "TIMER", 0, &_String, &flash_events_TimerEvent, 0}; +static methodinfo_t flash_events_TimerEvent_updateAfterEvent = {0x02, 0x00, 0x80, 0x16, "", "updateAfterEvent", 0, 0, &flash_events_TimerEvent, 0}; +static classinfo_t flash_events_SampleDataEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "SampleDataEvent", 0, &flash_events_Event, interfaces: {0}}; +static methodinfo_t flash_events_SampleDataEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_SampleDataEvent, 0}; +static varinfo_t flash_events_SampleDataEvent_position = {0x01, 0x00, 0x80, 0x16, "", "position", 0, &_Number, &flash_events_SampleDataEvent, 0}; +static methodinfo_t flash_events_SampleDataEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_SampleDataEvent, 0}; +static varinfo_t flash_events_SampleDataEvent_SAMPLE_DATA = {0x01, 0x00, 0x82, 0x16, "", "SAMPLE_DATA", 0, &_String, &flash_events_SampleDataEvent, 0}; +static varinfo_t flash_events_SampleDataEvent_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &flash_utils_ByteArray, &flash_events_SampleDataEvent, 0}; +static classinfo_t flash_display_ShaderPrecision = {0x03, 0x00, 0x81, 0x16, "flash.display", "ShaderPrecision", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ShaderPrecision_FULL = {0x01, 0x00, 0x82, 0x16, "", "FULL", 0, &_String, &flash_display_ShaderPrecision, 0}; +static varinfo_t flash_display_ShaderPrecision_FAST = {0x01, 0x00, 0x82, 0x16, "", "FAST", 0, &_String, &flash_display_ShaderPrecision, 0}; +static classinfo_t flash_net_FileReference = {0x03, 0x00, 0x80, 0x16, "flash.net", "FileReference", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_FileReference_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_browse = {0x02, 0x00, 0x80, 0x16, "", "browse", 0, &_Boolean, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_creationDate = {0x01, 0x00, 0x80, 0x16, "", "creationDate", 0, &_Date, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_upload = {0x02, 0x00, 0x80, 0x16, "", "upload", 0, 0, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_download = {0x02, 0x00, 0x80, 0x16, "", "download", 0, 0, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_save = {0x02, 0x00, 0x80, 0x16, "", "save", 0, 0, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_cancel = {0x02, 0x00, 0x80, 0x16, "", "cancel", 0, 0, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_creator = {0x01, 0x00, 0x80, 0x16, "", "creator", 0, &_String, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &flash_utils_ByteArray, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_size = {0x01, 0x00, 0x80, 0x16, "", "size", 0, &_uint, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_net_FileReference, 0}; +static methodinfo_t flash_net_FileReference_load = {0x02, 0x00, 0x80, 0x16, "", "load", 0, 0, &flash_net_FileReference, 0}; +static varinfo_t flash_net_FileReference_modificationDate = {0x01, 0x00, 0x80, 0x16, "", "modificationDate", 0, &_Date, &flash_net_FileReference, 0}; +static classinfo_t _DefinitionError = {0x03, 0x00, 0x88, 0x16, "", "DefinitionError", 0, &_Error, interfaces: {0}}; +static varinfo_t _DefinitionError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_DefinitionError, 0}; +static classinfo_t flash_events_EventDispatcher = {0x03, 0x00, 0x80, 0x16, "flash.events", "EventDispatcher", 0, &_Object, interfaces: {&flash_events_IEventDispatcher, 0}}; +static methodinfo_t flash_events_EventDispatcher_willTrigger = {0x02, 0x00, 0x80, 0x16, "", "willTrigger", 0, &_Boolean, &flash_events_EventDispatcher, 0}; +static methodinfo_t flash_events_EventDispatcher_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_EventDispatcher, 0}; +static methodinfo_t flash_events_EventDispatcher_removeEventListener = {0x02, 0x00, 0x80, 0x16, "", "removeEventListener", 0, 0, &flash_events_EventDispatcher, 0}; +static methodinfo_t flash_events_EventDispatcher_hasEventListener = {0x02, 0x00, 0x80, 0x16, "", "hasEventListener", 0, &_Boolean, &flash_events_EventDispatcher, 0}; +static methodinfo_t flash_events_EventDispatcher_addEventListener = {0x02, 0x00, 0x80, 0x16, "", "addEventListener", 0, 0, &flash_events_EventDispatcher, 0}; +static methodinfo_t flash_events_EventDispatcher_dispatchEvent = {0x02, 0x00, 0x80, 0x16, "", "dispatchEvent", 0, &_Boolean, &flash_events_EventDispatcher, 0}; +static classinfo_t flash_net_SharedObjectFlushStatus = {0x03, 0x00, 0x81, 0x16, "flash.net", "SharedObjectFlushStatus", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_SharedObjectFlushStatus_FLUSHED = {0x01, 0x00, 0x82, 0x16, "", "FLUSHED", 0, &_String, &flash_net_SharedObjectFlushStatus, 0}; +static varinfo_t flash_net_SharedObjectFlushStatus_PENDING = {0x01, 0x00, 0x82, 0x16, "", "PENDING", 0, &_String, &flash_net_SharedObjectFlushStatus, 0}; +static classinfo_t flash_text_TextLineMetrics = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextLineMetrics", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextLineMetrics_descent = {0x01, 0x00, 0x80, 0x16, "", "descent", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static varinfo_t flash_text_TextLineMetrics_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static varinfo_t flash_text_TextLineMetrics_ascent = {0x01, 0x00, 0x80, 0x16, "", "ascent", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static varinfo_t flash_text_TextLineMetrics_leading = {0x01, 0x00, 0x80, 0x16, "", "leading", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static varinfo_t flash_text_TextLineMetrics_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static varinfo_t flash_text_TextLineMetrics_x = {0x01, 0x00, 0x80, 0x16, "", "x", 0, &_Number, &flash_text_TextLineMetrics, 0}; +static classinfo_t flash_text_AntiAliasType = {0x03, 0x00, 0x81, 0x16, "flash.text", "AntiAliasType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_AntiAliasType_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_text_AntiAliasType, 0}; +static varinfo_t flash_text_AntiAliasType_ADVANCED = {0x01, 0x00, 0x82, 0x16, "", "ADVANCED", 0, &_String, &flash_text_AntiAliasType, 0}; +static classinfo_t flash_system_SecurityDomain = {0x03, 0x00, 0x80, 0x16, "flash.system", "SecurityDomain", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_SecurityDomain_currentDomain = {0x01, 0x00, 0x82, 0x16, "", "currentDomain", 0, &flash_system_SecurityDomain, &flash_system_SecurityDomain, 0}; +static classinfo_t flash_text_Font = {0x03, 0x00, 0x80, 0x16, "flash.text", "Font", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_Font_enumerateFonts = {0x02, 0x00, 0x82, 0x16, "", "enumerateFonts", 0, &_Array, &flash_text_Font, 0}; +static methodinfo_t flash_text_Font_hasGlyphs = {0x02, 0x00, 0x80, 0x16, "", "hasGlyphs", 0, &_Boolean, &flash_text_Font, 0}; +static varinfo_t flash_text_Font_fontName = {0x01, 0x00, 0x80, 0x16, "", "fontName", 0, &_String, &flash_text_Font, 0}; +static methodinfo_t flash_text_Font_registerFont = {0x02, 0x00, 0x82, 0x16, "", "registerFont", 0, 0, &flash_text_Font, 0}; +static varinfo_t flash_text_Font_fontStyle = {0x01, 0x00, 0x80, 0x16, "", "fontStyle", 0, &_String, &flash_text_Font, 0}; +static varinfo_t flash_text_Font_fontType = {0x01, 0x00, 0x80, 0x16, "", "fontType", 0, &_String, &flash_text_Font, 0}; +static classinfo_t _RegExp = {0x03, 0x00, 0x88, 0x16, "", "RegExp", 0, &_Object, interfaces: {0}}; +static varinfo_t _RegExp_source = {0x01, 0x00, 0x80, 0x16, "", "source", 0, &_String, &_RegExp, 0}; +static methodinfo_t _RegExp_test = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "test", 0, &_Boolean, &_RegExp, 0}; +static varinfo_t _RegExp_global = {0x01, 0x00, 0x80, 0x16, "", "global", 0, &_Boolean, &_RegExp, 0}; +static varinfo_t _RegExp_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_RegExp, 0}; +static methodinfo_t _RegExp_exec = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "exec", 0, 0, &_RegExp, 0}; +static varinfo_t _RegExp_ignoreCase = {0x01, 0x00, 0x80, 0x16, "", "ignoreCase", 0, &_Boolean, &_RegExp, 0}; +static varinfo_t _RegExp_dotall = {0x01, 0x00, 0x80, 0x16, "", "dotall", 0, &_Boolean, &_RegExp, 0}; +static varinfo_t _RegExp_lastIndex = {0x01, 0x00, 0x80, 0x16, "", "lastIndex", 0, &_int, &_RegExp, 0}; +static varinfo_t _RegExp_extended = {0x01, 0x00, 0x80, 0x16, "", "extended", 0, &_Boolean, &_RegExp, 0}; +static varinfo_t _RegExp_multiline = {0x01, 0x00, 0x80, 0x16, "", "multiline", 0, &_Boolean, &_RegExp, 0}; +static classinfo_t flash_accessibility_AccessibilityProperties = {0x03, 0x00, 0x80, 0x16, "flash.accessibility", "AccessibilityProperties", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_accessibility_AccessibilityProperties_forceSimple = {0x01, 0x00, 0x80, 0x16, "", "forceSimple", 0, &_Boolean, &flash_accessibility_AccessibilityProperties, 0}; +static varinfo_t flash_accessibility_AccessibilityProperties_noAutoLabeling = {0x01, 0x00, 0x80, 0x16, "", "noAutoLabeling", 0, &_Boolean, &flash_accessibility_AccessibilityProperties, 0}; +static varinfo_t flash_accessibility_AccessibilityProperties_description = {0x01, 0x00, 0x80, 0x16, "", "description", 0, &_String, &flash_accessibility_AccessibilityProperties, 0}; +static varinfo_t flash_accessibility_AccessibilityProperties_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_accessibility_AccessibilityProperties, 0}; +static varinfo_t flash_accessibility_AccessibilityProperties_shortcut = {0x01, 0x00, 0x80, 0x16, "", "shortcut", 0, &_String, &flash_accessibility_AccessibilityProperties, 0}; +static varinfo_t flash_accessibility_AccessibilityProperties_silent = {0x01, 0x00, 0x80, 0x16, "", "silent", 0, &_Boolean, &flash_accessibility_AccessibilityProperties, 0}; +static classinfo_t flash_ui_ContextMenu = {0x03, 0x00, 0x81, 0x16, "flash.ui", "ContextMenu", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_ui_ContextMenu_hideBuiltInItems = {0x02, 0x00, 0x80, 0x16, "", "hideBuiltInItems", 0, 0, &flash_ui_ContextMenu, 0}; +static varinfo_t flash_ui_ContextMenu_clipboardItems = {0x01, 0x00, 0x80, 0x16, "", "clipboardItems", 0, &flash_ui_ContextMenuClipboardItems, &flash_ui_ContextMenu, 0}; +static varinfo_t flash_ui_ContextMenu_builtInItems = {0x01, 0x00, 0x80, 0x16, "", "builtInItems", 0, &flash_ui_ContextMenuBuiltInItems, &flash_ui_ContextMenu, 0}; +static varinfo_t flash_ui_ContextMenu_customItems = {0x01, 0x00, 0x80, 0x16, "", "customItems", 0, &_Array, &flash_ui_ContextMenu, 0}; +static methodinfo_t flash_ui_ContextMenu_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_ui_ContextMenu, &flash_ui_ContextMenu, 0}; +static varinfo_t flash_ui_ContextMenu_link = {0x01, 0x00, 0x80, 0x16, "", "link", 0, &flash_net_URLRequest, &flash_ui_ContextMenu, 0}; +static varinfo_t flash_ui_ContextMenu_clipboardMenu = {0x01, 0x00, 0x80, 0x16, "", "clipboardMenu", 0, &_Boolean, &flash_ui_ContextMenu, 0}; +static classinfo_t flash_text_TextFieldAutoSize = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextFieldAutoSize", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextFieldAutoSize_LEFT = {0x01, 0x00, 0x82, 0x16, "", "LEFT", 0, &_String, &flash_text_TextFieldAutoSize, 0}; +static varinfo_t flash_text_TextFieldAutoSize_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "RIGHT", 0, &_String, &flash_text_TextFieldAutoSize, 0}; +static varinfo_t flash_text_TextFieldAutoSize_CENTER = {0x01, 0x00, 0x82, 0x16, "", "CENTER", 0, &_String, &flash_text_TextFieldAutoSize, 0}; +static varinfo_t flash_text_TextFieldAutoSize_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_text_TextFieldAutoSize, 0}; +static classinfo_t _Math = {0x03, 0x00, 0x81, 0x16, "", "Math", 0, &_Object, interfaces: {0}}; +static methodinfo_t _Math_ceil = {0x02, 0x00, 0x82, 0x16, "", "ceil", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_SQRT2 = {0x01, 0x00, 0x82, 0x16, "", "SQRT2", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_cos = {0x02, 0x00, 0x82, 0x16, "", "cos", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_abs = {0x02, 0x00, 0x82, 0x16, "", "abs", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_PI = {0x01, 0x00, 0x82, 0x16, "", "PI", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_E = {0x01, 0x00, 0x82, 0x16, "", "E", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_round = {0x02, 0x00, 0x82, 0x16, "", "round", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_LN10 = {0x01, 0x00, 0x82, 0x16, "", "LN10", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_SQRT1_2 = {0x01, 0x00, 0x82, 0x16, "", "SQRT1_2", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_log = {0x02, 0x00, 0x82, 0x16, "", "log", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_LOG10E = {0x01, 0x00, 0x82, 0x16, "", "LOG10E", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_random = {0x02, 0x00, 0x82, 0x16, "", "random", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_acos = {0x02, 0x00, 0x82, 0x16, "", "acos", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_tan = {0x02, 0x00, 0x82, 0x16, "", "tan", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_asin = {0x02, 0x00, 0x82, 0x16, "", "asin", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_exp = {0x02, 0x00, 0x82, 0x16, "", "exp", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_atan2 = {0x02, 0x00, 0x82, 0x16, "", "atan2", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_pow = {0x02, 0x00, 0x82, 0x16, "", "pow", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_min = {0x02, 0x00, 0x82, 0x16, "", "min", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_LN2 = {0x01, 0x00, 0x82, 0x16, "", "LN2", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_sin = {0x02, 0x00, 0x82, 0x16, "", "sin", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_sqrt = {0x02, 0x00, 0x82, 0x16, "", "sqrt", 0, &_Number, &_Math, 0}; +static varinfo_t _Math_LOG2E = {0x01, 0x00, 0x82, 0x16, "", "LOG2E", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_max = {0x02, 0x00, 0x82, 0x16, "", "max", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_atan = {0x02, 0x00, 0x82, 0x16, "", "atan", 0, &_Number, &_Math, 0}; +static methodinfo_t _Math_floor = {0x02, 0x00, 0x82, 0x16, "", "floor", 0, &_Number, &_Math, 0}; +static classinfo_t flash_display_ColorCorrectionSupport = {0x03, 0x00, 0x81, 0x16, "flash.display", "ColorCorrectionSupport", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ColorCorrectionSupport_UNSUPPORTED = {0x01, 0x00, 0x82, 0x16, "", "UNSUPPORTED", 0, &_String, &flash_display_ColorCorrectionSupport, 0}; +static varinfo_t flash_display_ColorCorrectionSupport_DEFAULT_ON = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT_ON", 0, &_String, &flash_display_ColorCorrectionSupport, 0}; +static varinfo_t flash_display_ColorCorrectionSupport_DEFAULT_OFF = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT_OFF", 0, &_String, &flash_display_ColorCorrectionSupport, 0}; +static classinfo_t flash_errors_IOError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "IOError", 0, &_Error, interfaces: {0}}; +static methodinfo_t _trace = {0x02, 0x00, 0x82, 0x16, "", "trace", 0, 0, 0, 0}; +static classinfo_t flash_ui_ContextMenuBuiltInItems = {0x03, 0x00, 0x81, 0x16, "flash.ui", "ContextMenuBuiltInItems", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_zoom = {0x01, 0x00, 0x80, 0x16, "", "zoom", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_save = {0x01, 0x00, 0x80, 0x16, "", "save", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_loop = {0x01, 0x00, 0x80, 0x16, "", "loop", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_print = {0x01, 0x00, 0x80, 0x16, "", "print", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_forwardAndBack = {0x01, 0x00, 0x80, 0x16, "", "forwardAndBack", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_rewind = {0x01, 0x00, 0x80, 0x16, "", "rewind", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static methodinfo_t flash_ui_ContextMenuBuiltInItems_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_ui_ContextMenuBuiltInItems, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static varinfo_t flash_ui_ContextMenuBuiltInItems_play = {0x01, 0x00, 0x80, 0x16, "", "play", 0, &_Boolean, &flash_ui_ContextMenuBuiltInItems, 0}; +static classinfo_t flash_net_FileReferenceList = {0x03, 0x00, 0x80, 0x16, "flash.net", "FileReferenceList", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_FileReferenceList_fileList = {0x01, 0x00, 0x80, 0x16, "", "fileList", 0, &_Array, &flash_net_FileReferenceList, 0}; +static methodinfo_t flash_net_FileReferenceList_browse = {0x02, 0x00, 0x80, 0x16, "", "browse", 0, &_Boolean, &flash_net_FileReferenceList, 0}; +static classinfo_t flash_display_TriangleCulling = {0x03, 0x00, 0x81, 0x16, "flash.display", "TriangleCulling", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_TriangleCulling_POSITIVE = {0x01, 0x00, 0x82, 0x16, "", "POSITIVE", 0, &_String, &flash_display_TriangleCulling, 0}; +static varinfo_t flash_display_TriangleCulling_NEGATIVE = {0x01, 0x00, 0x82, 0x16, "", "NEGATIVE", 0, &_String, &flash_display_TriangleCulling, 0}; +static varinfo_t flash_display_TriangleCulling_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_display_TriangleCulling, 0}; +static classinfo_t flash_media_SoundMixer = {0x03, 0x00, 0x81, 0x16, "flash.media", "SoundMixer", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_media_SoundMixer_computeSpectrum = {0x02, 0x00, 0x82, 0x16, "", "computeSpectrum", 0, 0, &flash_media_SoundMixer, 0}; +static methodinfo_t flash_media_SoundMixer_areSoundsInaccessible = {0x02, 0x00, 0x82, 0x16, "", "areSoundsInaccessible", 0, &_Boolean, &flash_media_SoundMixer, 0}; +static varinfo_t flash_media_SoundMixer_soundTransform = {0x01, 0x00, 0x82, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_media_SoundMixer, 0}; +static varinfo_t flash_media_SoundMixer_bufferTime = {0x01, 0x00, 0x82, 0x16, "", "bufferTime", 0, &_int, &flash_media_SoundMixer, 0}; +static methodinfo_t flash_media_SoundMixer_stopAll = {0x02, 0x00, 0x82, 0x16, "", "stopAll", 0, 0, &flash_media_SoundMixer, 0}; +static classinfo_t adobe_utils_XMLUI = {0x03, 0x00, 0x81, 0x16, "adobe.utils", "XMLUI", 0, &_Object, interfaces: {0}}; +static methodinfo_t adobe_utils_XMLUI_cancel = {0x02, 0x00, 0x82, 0x16, "", "cancel", 0, 0, &adobe_utils_XMLUI, 0}; +static methodinfo_t adobe_utils_XMLUI_setProperty = {0x02, 0x00, 0x82, 0x16, "", "setProperty", 0, 0, &adobe_utils_XMLUI, 0}; +static methodinfo_t adobe_utils_XMLUI_getProperty = {0x02, 0x00, 0x82, 0x16, "", "getProperty", 0, &_String, &adobe_utils_XMLUI, 0}; +static methodinfo_t adobe_utils_XMLUI_accept = {0x02, 0x00, 0x82, 0x16, "", "accept", 0, 0, &adobe_utils_XMLUI, 0}; +static methodinfo_t _escape = {0x02, 0x00, 0x82, 0x16, "", "escape", 0, &_String, 0, 0}; +static methodinfo_t flash_utils_setInterval = {0x02, 0x00, 0x82, 0x16, "flash.utils", "setInterval", 0, &_uint, 0, 0}; +static classinfo_t flash_events_StatusEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "StatusEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_StatusEvent_STATUS = {0x01, 0x00, 0x82, 0x16, "", "STATUS", 0, &_String, &flash_events_StatusEvent, 0}; +static methodinfo_t flash_events_StatusEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_StatusEvent, 0}; +static varinfo_t flash_events_StatusEvent_code = {0x01, 0x00, 0x80, 0x16, "", "code", 0, &_String, &flash_events_StatusEvent, 0}; +static methodinfo_t flash_events_StatusEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_StatusEvent, 0}; +static varinfo_t flash_events_StatusEvent_level = {0x01, 0x00, 0x80, 0x16, "", "level", 0, &_String, &flash_events_StatusEvent, 0}; +static classinfo_t flash_display_IGraphicsPath = {0x03, 0x00, 0x90, 0x16, "flash.display", "IGraphicsPath", 0, 0, interfaces: {0}}; +static classinfo_t flash_events_ShaderEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "ShaderEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_ShaderEvent_vector = {0x01, 0x00, 0x80, 0x16, "", "vector", 0, &__AS3___vec_Vector, &flash_events_ShaderEvent, 0}; +static methodinfo_t flash_events_ShaderEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_ShaderEvent, 0}; +static varinfo_t flash_events_ShaderEvent_bitmapData = {0x01, 0x00, 0x80, 0x16, "", "bitmapData", 0, &flash_display_BitmapData, &flash_events_ShaderEvent, 0}; +static methodinfo_t flash_events_ShaderEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_ShaderEvent, 0}; +static varinfo_t flash_events_ShaderEvent_COMPLETE = {0x01, 0x00, 0x82, 0x16, "", "COMPLETE", 0, &_String, &flash_events_ShaderEvent, 0}; +static varinfo_t flash_events_ShaderEvent_byteArray = {0x01, 0x00, 0x80, 0x16, "", "byteArray", 0, &flash_utils_ByteArray, &flash_events_ShaderEvent, 0}; +static classinfo_t flash_display_Shader = {0x03, 0x00, 0x80, 0x16, "flash.display", "Shader", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_Shader_precisionHint = {0x01, 0x00, 0x80, 0x16, "", "precisionHint", 0, &_String, &flash_display_Shader, 0}; +static varinfo_t flash_display_Shader_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &flash_display_ShaderData, &flash_display_Shader, 0}; +static classinfo_t flash_errors_StackOverflowError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "StackOverflowError", 0, &_Error, interfaces: {0}}; +static methodinfo_t flash_sampler_getInvocationCount = {0x02, 0x00, 0x82, 0x16, "flash.sampler", "getInvocationCount", 0, &_Number, 0, 0}; +static classinfo_t flash_text_engine_Kerning = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "Kerning", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_Kerning_AUTO = {0x01, 0x00, 0x82, 0x16, "", "AUTO", 0, &_String, &flash_text_engine_Kerning, 0}; +static varinfo_t flash_text_engine_Kerning_OFF = {0x01, 0x00, 0x82, 0x16, "", "OFF", 0, &_String, &flash_text_engine_Kerning, 0}; +static varinfo_t flash_text_engine_Kerning_ON = {0x01, 0x00, 0x82, 0x16, "", "ON", 0, &_String, &flash_text_engine_Kerning, 0}; +static classinfo_t flash_text_CSMSettings = {0x03, 0x00, 0x81, 0x16, "flash.text", "CSMSettings", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_CSMSettings_fontSize = {0x01, 0x00, 0x80, 0x16, "", "fontSize", 0, &_Number, &flash_text_CSMSettings, 0}; +static varinfo_t flash_text_CSMSettings_outsideCutoff = {0x01, 0x00, 0x80, 0x16, "", "outsideCutoff", 0, &_Number, &flash_text_CSMSettings, 0}; +static varinfo_t flash_text_CSMSettings_insideCutoff = {0x01, 0x00, 0x80, 0x16, "", "insideCutoff", 0, &_Number, &flash_text_CSMSettings, 0}; +static classinfo_t _RangeError = {0x03, 0x00, 0x88, 0x16, "", "RangeError", 0, &_Error, interfaces: {0}}; +static varinfo_t _RangeError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_RangeError, 0}; +static classinfo_t _Number = {0x03, 0x00, 0x81, 0x16, "", "Number", 0, &_Object, interfaces: {0}}; +static varinfo_t _Number_MAX_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MAX_VALUE", 0, &_Number, &_Number, 0}; +static methodinfo_t _Number_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_Number, &_Number, 0}; +static varinfo_t _Number_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_Number, 0}; +static varinfo_t _Number_MIN_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MIN_VALUE", 0, &_Number, &_Number, 0}; +static methodinfo_t _Number_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_Number, 0}; +static varinfo_t _Number_NaN = {0x01, 0x00, 0x82, 0x16, "", "NaN", 0, &_Number, &_Number, 0}; +static varinfo_t _Number_POSITIVE_INFINITY = {0x01, 0x00, 0x82, 0x16, "", "POSITIVE_INFINITY", 0, &_Number, &_Number, 0}; +static methodinfo_t _Number_toExponential = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toExponential", 0, &_String, &_Number, 0}; +static methodinfo_t _Number_toFixed = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toFixed", 0, &_String, &_Number, 0}; +static varinfo_t _Number_NEGATIVE_INFINITY = {0x01, 0x00, 0x82, 0x16, "", "NEGATIVE_INFINITY", 0, &_Number, &_Number, 0}; +static methodinfo_t _Number_toPrecision = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toPrecision", 0, &_String, &_Number, 0}; +static classinfo_t flash_display_Graphics = {0x03, 0x00, 0x81, 0x16, "flash.display", "Graphics", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_display_Graphics_drawPath = {0x02, 0x00, 0x80, 0x16, "", "drawPath", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawEllipse = {0x02, 0x00, 0x80, 0x16, "", "drawEllipse", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawRoundRectComplex = {0x02, 0x00, 0x80, 0x16, "", "drawRoundRectComplex", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_moveTo = {0x02, 0x00, 0x80, 0x16, "", "moveTo", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_lineShaderStyle = {0x02, 0x00, 0x80, 0x16, "", "lineShaderStyle", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_beginFill = {0x02, 0x00, 0x80, 0x16, "", "beginFill", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_beginGradientFill = {0x02, 0x00, 0x80, 0x16, "", "beginGradientFill", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawGraphicsData = {0x02, 0x00, 0x80, 0x16, "", "drawGraphicsData", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_lineGradientStyle = {0x02, 0x00, 0x80, 0x16, "", "lineGradientStyle", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawRoundRect = {0x02, 0x00, 0x80, 0x16, "", "drawRoundRect", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_beginBitmapFill = {0x02, 0x00, 0x80, 0x16, "", "beginBitmapFill", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_lineStyle = {0x02, 0x00, 0x80, 0x16, "", "lineStyle", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_lineTo = {0x02, 0x00, 0x80, 0x16, "", "lineTo", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_endFill = {0x02, 0x00, 0x80, 0x16, "", "endFill", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_copyFrom = {0x02, 0x00, 0x80, 0x16, "", "copyFrom", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_lineBitmapStyle = {0x02, 0x00, 0x80, 0x16, "", "lineBitmapStyle", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_curveTo = {0x02, 0x00, 0x80, 0x16, "", "curveTo", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_clear = {0x02, 0x00, 0x80, 0x16, "", "clear", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawCircle = {0x02, 0x00, 0x80, 0x16, "", "drawCircle", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_beginShaderFill = {0x02, 0x00, 0x80, 0x16, "", "beginShaderFill", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawTriangles = {0x02, 0x00, 0x80, 0x16, "", "drawTriangles", 0, 0, &flash_display_Graphics, 0}; +static methodinfo_t flash_display_Graphics_drawRect = {0x02, 0x00, 0x80, 0x16, "", "drawRect", 0, 0, &flash_display_Graphics, 0}; +static classinfo_t _SyntaxError = {0x03, 0x00, 0x88, 0x16, "", "SyntaxError", 0, &_Error, interfaces: {0}}; +static varinfo_t _SyntaxError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_SyntaxError, 0}; +static classinfo_t flash_sampler_NewObjectSample = {0x03, 0x00, 0x81, 0x16, "flash.sampler", "NewObjectSample", 0, &flash_sampler_Sample, interfaces: {0}}; +static varinfo_t flash_sampler_NewObjectSample_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_Class, &flash_sampler_NewObjectSample, 0}; +static varinfo_t flash_sampler_NewObjectSample_object = {0x01, 0x00, 0x80, 0x16, "", "object", 0, 0, &flash_sampler_NewObjectSample, 0}; +static varinfo_t flash_sampler_NewObjectSample_id = {0x01, 0x00, 0x80, 0x16, "", "id", 0, &_Number, &flash_sampler_NewObjectSample, 0}; +static classinfo_t flash_net_FileFilter = {0x03, 0x00, 0x81, 0x16, "flash.net", "FileFilter", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_net_FileFilter_extension = {0x01, 0x00, 0x80, 0x16, "", "extension", 0, &_String, &flash_net_FileFilter, 0}; +static varinfo_t flash_net_FileFilter_description = {0x01, 0x00, 0x80, 0x16, "", "description", 0, &_String, &flash_net_FileFilter, 0}; +static varinfo_t flash_net_FileFilter_macType = {0x01, 0x00, 0x80, 0x16, "", "macType", 0, &_String, &flash_net_FileFilter, 0}; +static classinfo_t flash_display_BitmapDataChannel = {0x03, 0x00, 0x81, 0x16, "flash.display", "BitmapDataChannel", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_BitmapDataChannel_BLUE = {0x01, 0x00, 0x82, 0x16, "", "BLUE", 0, &_uint, &flash_display_BitmapDataChannel, 0}; +static varinfo_t flash_display_BitmapDataChannel_GREEN = {0x01, 0x00, 0x82, 0x16, "", "GREEN", 0, &_uint, &flash_display_BitmapDataChannel, 0}; +static varinfo_t flash_display_BitmapDataChannel_ALPHA = {0x01, 0x00, 0x82, 0x16, "", "ALPHA", 0, &_uint, &flash_display_BitmapDataChannel, 0}; +static varinfo_t flash_display_BitmapDataChannel_RED = {0x01, 0x00, 0x82, 0x16, "", "RED", 0, &_uint, &flash_display_BitmapDataChannel, 0}; +static methodinfo_t flash_utils_clearInterval = {0x02, 0x00, 0x82, 0x16, "flash.utils", "clearInterval", 0, 0, 0, 0}; +static classinfo_t flash_text_engine_ContentElement = {0x03, 0x00, 0x80, 0x16, "flash.text.engine", "ContentElement", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_ContentElement_GRAPHIC_ELEMENT = {0x01, 0x00, 0x82, 0x16, "", "GRAPHIC_ELEMENT", 0, &_uint, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_eventMirror = {0x01, 0x00, 0x80, 0x16, "", "eventMirror", 0, &flash_events_EventDispatcher, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_groupElement = {0x01, 0x00, 0x80, 0x16, "", "groupElement", 0, &flash_text_engine_GroupElement, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_textRotation = {0x01, 0x00, 0x80, 0x16, "", "textRotation", 0, &_String, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_text = {0x01, 0x00, 0x80, 0x16, "", "text", 0, &_String, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_userData = {0x01, 0x00, 0x80, 0x16, "", "userData", 0, 0, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_elementFormat = {0x01, 0x00, 0x80, 0x16, "", "elementFormat", 0, &flash_text_engine_ElementFormat, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_textBlock = {0x01, 0x00, 0x80, 0x16, "", "textBlock", 0, &flash_text_engine_TextBlock, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_rawText = {0x01, 0x00, 0x80, 0x16, "", "rawText", 0, &_String, &flash_text_engine_ContentElement, 0}; +static varinfo_t flash_text_engine_ContentElement_textBlockBeginIndex = {0x01, 0x00, 0x80, 0x16, "", "textBlockBeginIndex", 0, &_int, &flash_text_engine_ContentElement, 0}; +static classinfo_t flash_utils_Endian = {0x03, 0x00, 0x81, 0x16, "flash.utils", "Endian", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_utils_Endian_LITTLE_ENDIAN = {0x01, 0x00, 0x82, 0x16, "", "LITTLE_ENDIAN", 0, &_String, &flash_utils_Endian, 0}; +static varinfo_t flash_utils_Endian_BIG_ENDIAN = {0x01, 0x00, 0x82, 0x16, "", "BIG_ENDIAN", 0, &_String, &flash_utils_Endian, 0}; +static methodinfo_t flash_net_navigateToURL = {0x02, 0x00, 0x82, 0x16, "flash.net", "navigateToURL", 0, 0, 0, 0}; +static classinfo_t flash_events_ProgressEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "ProgressEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_ProgressEvent_bytesLoaded = {0x01, 0x00, 0x80, 0x16, "", "bytesLoaded", 0, &_uint, &flash_events_ProgressEvent, 0}; +static methodinfo_t flash_events_ProgressEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_ProgressEvent, 0}; +static varinfo_t flash_events_ProgressEvent_PROGRESS = {0x01, 0x00, 0x82, 0x16, "", "PROGRESS", 0, &_String, &flash_events_ProgressEvent, 0}; +static varinfo_t flash_events_ProgressEvent_bytesTotal = {0x01, 0x00, 0x80, 0x16, "", "bytesTotal", 0, &_uint, &flash_events_ProgressEvent, 0}; +static methodinfo_t flash_events_ProgressEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_ProgressEvent, 0}; +static varinfo_t flash_events_ProgressEvent_SOCKET_DATA = {0x01, 0x00, 0x82, 0x16, "", "SOCKET_DATA", 0, &_String, &flash_events_ProgressEvent, 0}; +static classinfo_t flash_media_Sound = {0x03, 0x00, 0x80, 0x16, "flash.media", "Sound", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_media_Sound_extract = {0x02, 0x00, 0x80, 0x16, "", "extract", 0, &_Number, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_bytesLoaded = {0x01, 0x00, 0x80, 0x16, "", "bytesLoaded", 0, &_uint, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_id3 = {0x01, 0x00, 0x80, 0x16, "", "id3", 0, &flash_media_ID3Info, &flash_media_Sound, 0}; +static methodinfo_t flash_media_Sound_play = {0x02, 0x00, 0x80, 0x16, "", "play", 0, &flash_media_SoundChannel, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_url = {0x01, 0x00, 0x80, 0x16, "", "url", 0, &_String, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_isBuffering = {0x01, 0x00, 0x80, 0x16, "", "isBuffering", 0, &_Boolean, &flash_media_Sound, 0}; +static methodinfo_t flash_media_Sound_load = {0x02, 0x00, 0x80, 0x16, "", "load", 0, 0, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_bytesTotal = {0x01, 0x00, 0x80, 0x16, "", "bytesTotal", 0, &_int, &flash_media_Sound, 0}; +static varinfo_t flash_media_Sound_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_Number, &flash_media_Sound, 0}; +static methodinfo_t flash_media_Sound_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_media_Sound, 0}; +static classinfo_t flash_text_TextExtent = {0x03, 0x00, 0x80, 0x16, "flash.text", "TextExtent", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextExtent_descent = {0x01, 0x00, 0x80, 0x16, "", "descent", 0, &_Number, &flash_text_TextExtent, 0}; +static varinfo_t flash_text_TextExtent_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_Number, &flash_text_TextExtent, 0}; +static varinfo_t flash_text_TextExtent_ascent = {0x01, 0x00, 0x80, 0x16, "", "ascent", 0, &_Number, &flash_text_TextExtent, 0}; +static varinfo_t flash_text_TextExtent_textFieldHeight = {0x01, 0x00, 0x80, 0x16, "", "textFieldHeight", 0, &_Number, &flash_text_TextExtent, 0}; +static varinfo_t flash_text_TextExtent_textFieldWidth = {0x01, 0x00, 0x80, 0x16, "", "textFieldWidth", 0, &_Number, &flash_text_TextExtent, 0}; +static varinfo_t flash_text_TextExtent_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_Number, &flash_text_TextExtent, 0}; +static classinfo_t flash_text_FontStyle = {0x03, 0x00, 0x81, 0x16, "flash.text", "FontStyle", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_FontStyle_REGULAR = {0x01, 0x00, 0x82, 0x16, "", "REGULAR", 0, &_String, &flash_text_FontStyle, 0}; +static varinfo_t flash_text_FontStyle_BOLD = {0x01, 0x00, 0x82, 0x16, "", "BOLD", 0, &_String, &flash_text_FontStyle, 0}; +static varinfo_t flash_text_FontStyle_BOLD_ITALIC = {0x01, 0x00, 0x82, 0x16, "", "BOLD_ITALIC", 0, &_String, &flash_text_FontStyle, 0}; +static varinfo_t flash_text_FontStyle_ITALIC = {0x01, 0x00, 0x82, 0x16, "", "ITALIC", 0, &_String, &flash_text_FontStyle, 0}; +static classinfo_t flash_text_engine_TextLineMirrorRegion = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextLineMirrorRegion", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_mirror = {0x01, 0x00, 0x80, 0x16, "", "mirror", 0, &flash_events_EventDispatcher, &flash_text_engine_TextLineMirrorRegion, 0}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_previousRegion = {0x01, 0x00, 0x80, 0x16, "", "previousRegion", 0, &flash_text_engine_TextLineMirrorRegion, &flash_text_engine_TextLineMirrorRegion, 0}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_bounds = {0x01, 0x00, 0x80, 0x16, "", "bounds", 0, &flash_geom_Rectangle, &flash_text_engine_TextLineMirrorRegion, 0}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_nextRegion = {0x01, 0x00, 0x80, 0x16, "", "nextRegion", 0, &flash_text_engine_TextLineMirrorRegion, &flash_text_engine_TextLineMirrorRegion, 0}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_element = {0x01, 0x00, 0x80, 0x16, "", "element", 0, &flash_text_engine_ContentElement, &flash_text_engine_TextLineMirrorRegion, 0}; +static varinfo_t flash_text_engine_TextLineMirrorRegion_textLine = {0x01, 0x00, 0x80, 0x16, "", "textLine", 0, &flash_text_engine_TextLine, &flash_text_engine_TextLineMirrorRegion, 0}; +static classinfo_t flash_geom_Vector3D = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Vector3D", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_geom_Vector3D_subtract = {0x02, 0x00, 0x80, 0x16, "", "subtract", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_distance = {0x02, 0x00, 0x82, 0x16, "", "distance", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_scaleBy = {0x02, 0x00, 0x80, 0x16, "", "scaleBy", 0, 0, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_decrementBy = {0x02, 0x00, 0x80, 0x16, "", "decrementBy", 0, 0, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_equals = {0x02, 0x00, 0x80, 0x16, "", "equals", 0, &_Boolean, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_normalize = {0x02, 0x00, 0x80, 0x16, "", "normalize", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_dotProduct = {0x02, 0x00, 0x80, 0x16, "", "dotProduct", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_negate = {0x02, 0x00, 0x80, 0x16, "", "negate", 0, 0, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_X_AXIS = {0x01, 0x00, 0x82, 0x16, "", "X_AXIS", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_angleBetween = {0x02, 0x00, 0x82, 0x16, "", "angleBetween", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_lengthSquared = {0x01, 0x00, 0x80, 0x16, "", "lengthSquared", 0, &_Number, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_x = {0x01, 0x00, 0x80, 0x16, "", "x", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_incrementBy = {0x02, 0x00, 0x80, 0x16, "", "incrementBy", 0, 0, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_w = {0x01, 0x00, 0x80, 0x16, "", "w", 0, &_Number, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_z = {0x01, 0x00, 0x80, 0x16, "", "z", 0, &_Number, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_add = {0x02, 0x00, 0x80, 0x16, "", "add", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_Z_AXIS = {0x01, 0x00, 0x82, 0x16, "", "Z_AXIS", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_project = {0x02, 0x00, 0x80, 0x16, "", "project", 0, 0, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_crossProduct = {0x02, 0x00, 0x80, 0x16, "", "crossProduct", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_nearEquals = {0x02, 0x00, 0x80, 0x16, "", "nearEquals", 0, &_Boolean, &flash_geom_Vector3D, 0}; +static methodinfo_t flash_geom_Vector3D_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_Y_AXIS = {0x01, 0x00, 0x82, 0x16, "", "Y_AXIS", 0, &flash_geom_Vector3D, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_y = {0x01, 0x00, 0x80, 0x16, "", "y", 0, &_Number, &flash_geom_Vector3D, 0}; +static varinfo_t flash_geom_Vector3D_length = {0x01, 0x00, 0x80, 0x16, "", "length", 0, &_Number, &flash_geom_Vector3D, 0}; +static classinfo_t flash_desktop_ClipboardTransferMode = {0x03, 0x00, 0x80, 0x16, "flash.desktop", "ClipboardTransferMode", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_desktop_ClipboardTransferMode_CLONE_ONLY = {0x01, 0x00, 0x82, 0x16, "", "CLONE_ONLY", 0, &_String, &flash_desktop_ClipboardTransferMode, 0}; +static varinfo_t flash_desktop_ClipboardTransferMode_ORIGINAL_PREFERRED = {0x01, 0x00, 0x82, 0x16, "", "ORIGINAL_PREFERRED", 0, &_String, &flash_desktop_ClipboardTransferMode, 0}; +static varinfo_t flash_desktop_ClipboardTransferMode_CLONE_PREFERRED = {0x01, 0x00, 0x82, 0x16, "", "CLONE_PREFERRED", 0, &_String, &flash_desktop_ClipboardTransferMode, 0}; +static varinfo_t flash_desktop_ClipboardTransferMode_ORIGINAL_ONLY = {0x01, 0x00, 0x82, 0x16, "", "ORIGINAL_ONLY", 0, &_String, &flash_desktop_ClipboardTransferMode, 0}; +static classinfo_t flash_display_SpreadMethod = {0x03, 0x00, 0x81, 0x16, "flash.display", "SpreadMethod", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_SpreadMethod_REFLECT = {0x01, 0x00, 0x82, 0x16, "", "REFLECT", 0, &_String, &flash_display_SpreadMethod, 0}; +static varinfo_t flash_display_SpreadMethod_REPEAT = {0x01, 0x00, 0x82, 0x16, "", "REPEAT", 0, &_String, &flash_display_SpreadMethod, 0}; +static varinfo_t flash_display_SpreadMethod_PAD = {0x01, 0x00, 0x82, 0x16, "", "PAD", 0, &_String, &flash_display_SpreadMethod, 0}; +static classinfo_t flash_system_SecurityPanel = {0x03, 0x00, 0x81, 0x16, "flash.system", "SecurityPanel", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_system_SecurityPanel_LOCAL_STORAGE = {0x01, 0x00, 0x82, 0x16, "", "LOCAL_STORAGE", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_CAMERA = {0x01, 0x00, 0x82, 0x16, "", "CAMERA", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_SETTINGS_MANAGER = {0x01, 0x00, 0x82, 0x16, "", "SETTINGS_MANAGER", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_PRIVACY = {0x01, 0x00, 0x82, 0x16, "", "PRIVACY", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_MICROPHONE = {0x01, 0x00, 0x82, 0x16, "", "MICROPHONE", 0, &_String, &flash_system_SecurityPanel, 0}; +static varinfo_t flash_system_SecurityPanel_DISPLAY = {0x01, 0x00, 0x82, 0x16, "", "DISPLAY", 0, &_String, &flash_system_SecurityPanel, 0}; +static classinfo_t flash_events_HTTPStatusEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "HTTPStatusEvent", 0, &flash_events_Event, interfaces: {0}}; +static methodinfo_t flash_events_HTTPStatusEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_HTTPStatusEvent, 0}; +static varinfo_t flash_events_HTTPStatusEvent_HTTP_STATUS = {0x01, 0x00, 0x82, 0x16, "", "HTTP_STATUS", 0, &_String, &flash_events_HTTPStatusEvent, 0}; +static methodinfo_t flash_events_HTTPStatusEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_HTTPStatusEvent, 0}; +static varinfo_t flash_events_HTTPStatusEvent_status = {0x01, 0x00, 0x80, 0x16, "", "status", 0, &_int, &flash_events_HTTPStatusEvent, 0}; +static classinfo_t flash_net_NetStreamPlayOptions = {0x03, 0x00, 0x88, 0x16, "flash.net", "NetStreamPlayOptions", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_NetStreamPlayOptions_len = {0x01, 0x00, 0x80, 0x16, "", "len", 0, &_Number, &flash_net_NetStreamPlayOptions, 0}; +static varinfo_t flash_net_NetStreamPlayOptions_streamName = {0x01, 0x00, 0x80, 0x16, "", "streamName", 0, &_String, &flash_net_NetStreamPlayOptions, 0}; +static varinfo_t flash_net_NetStreamPlayOptions_start = {0x01, 0x00, 0x80, 0x16, "", "start", 0, &_Number, &flash_net_NetStreamPlayOptions, 0}; +static varinfo_t flash_net_NetStreamPlayOptions_oldStreamName = {0x01, 0x00, 0x80, 0x16, "", "oldStreamName", 0, &_String, &flash_net_NetStreamPlayOptions, 0}; +static varinfo_t flash_net_NetStreamPlayOptions_transition = {0x01, 0x00, 0x80, 0x16, "", "transition", 0, &_String, &flash_net_NetStreamPlayOptions, 0}; +static classinfo_t flash_net_Responder = {0x03, 0x00, 0x80, 0x16, "flash.net", "Responder", 0, &_Object, interfaces: {0}}; +static classinfo_t flash_net_XMLSocket = {0x03, 0x00, 0x80, 0x16, "flash.net", "XMLSocket", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_net_XMLSocket_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_XMLSocket, 0}; +static methodinfo_t flash_net_XMLSocket_connect = {0x02, 0x00, 0x80, 0x16, "", "connect", 0, 0, &flash_net_XMLSocket, 0}; +static methodinfo_t flash_net_XMLSocket_send = {0x02, 0x00, 0x80, 0x16, "", "send", 0, 0, &flash_net_XMLSocket, 0}; +static varinfo_t flash_net_XMLSocket_connected = {0x01, 0x00, 0x80, 0x16, "", "connected", 0, &_Boolean, &flash_net_XMLSocket, 0}; +static varinfo_t flash_net_XMLSocket_timeout = {0x01, 0x00, 0x80, 0x16, "", "timeout", 0, &_int, &flash_net_XMLSocket, 0}; +static classinfo_t flash_filters_ConvolutionFilter = {0x03, 0x00, 0x80, 0x16, "flash.filters", "ConvolutionFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_ConvolutionFilter_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_matrixX = {0x01, 0x00, 0x80, 0x16, "", "matrixX", 0, &_Number, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &_Array, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_bias = {0x01, 0x00, 0x80, 0x16, "", "bias", 0, &_Number, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_preserveAlpha = {0x01, 0x00, 0x80, 0x16, "", "preserveAlpha", 0, &_Boolean, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_divisor = {0x01, 0x00, 0x80, 0x16, "", "divisor", 0, &_Number, &flash_filters_ConvolutionFilter, 0}; +static methodinfo_t flash_filters_ConvolutionFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_clamp = {0x01, 0x00, 0x80, 0x16, "", "clamp", 0, &_Boolean, &flash_filters_ConvolutionFilter, 0}; +static varinfo_t flash_filters_ConvolutionFilter_matrixY = {0x01, 0x00, 0x80, 0x16, "", "matrixY", 0, &_Number, &flash_filters_ConvolutionFilter, 0}; +static classinfo_t flash_text_engine_ElementFormat = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "ElementFormat", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_engine_ElementFormat_getFontMetrics = {0x02, 0x00, 0x80, 0x16, "", "getFontMetrics", 0, &flash_text_engine_FontMetrics, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_digitCase = {0x01, 0x00, 0x80, 0x16, "", "digitCase", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_breakOpportunity = {0x01, 0x00, 0x80, 0x16, "", "breakOpportunity", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_ligatureLevel = {0x01, 0x00, 0x80, 0x16, "", "ligatureLevel", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_dominantBaseline = {0x01, 0x00, 0x80, 0x16, "", "dominantBaseline", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_alignmentBaseline = {0x01, 0x00, 0x80, 0x16, "", "alignmentBaseline", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_digitWidth = {0x01, 0x00, 0x80, 0x16, "", "digitWidth", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_kerning = {0x01, 0x00, 0x80, 0x16, "", "kerning", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_fontSize = {0x01, 0x00, 0x80, 0x16, "", "fontSize", 0, &_Number, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_fontDescription = {0x01, 0x00, 0x80, 0x16, "", "fontDescription", 0, &flash_text_engine_FontDescription, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_baselineShift = {0x01, 0x00, 0x80, 0x16, "", "baselineShift", 0, &_Number, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_locale = {0x01, 0x00, 0x80, 0x16, "", "locale", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_typographicCase = {0x01, 0x00, 0x80, 0x16, "", "typographicCase", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_trackingLeft = {0x01, 0x00, 0x80, 0x16, "", "trackingLeft", 0, &_Number, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_locked = {0x01, 0x00, 0x80, 0x16, "", "locked", 0, &_Boolean, &flash_text_engine_ElementFormat, 0}; +static methodinfo_t flash_text_engine_ElementFormat_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_text_engine_ElementFormat, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_textRotation = {0x01, 0x00, 0x80, 0x16, "", "textRotation", 0, &_String, &flash_text_engine_ElementFormat, 0}; +static varinfo_t flash_text_engine_ElementFormat_trackingRight = {0x01, 0x00, 0x80, 0x16, "", "trackingRight", 0, &_Number, &flash_text_engine_ElementFormat, 0}; +static classinfo_t flash_display_GraphicsGradientFill = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsGradientFill", 0, &_Object, interfaces: {&flash_display_IGraphicsFill, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsGradientFill_interpolationMethod = {0x01, 0x00, 0x80, 0x16, "", "interpolationMethod", 0, &_String, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_focalPointRatio = {0x01, 0x00, 0x80, 0x16, "", "focalPointRatio", 0, &_Number, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_colors = {0x01, 0x00, 0x80, 0x16, "", "colors", 0, &_Array, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &flash_geom_Matrix, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_ratios = {0x01, 0x00, 0x80, 0x16, "", "ratios", 0, &_Array, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_spreadMethod = {0x01, 0x00, 0x80, 0x16, "", "spreadMethod", 0, &_String, &flash_display_GraphicsGradientFill, 0}; +static varinfo_t flash_display_GraphicsGradientFill_alphas = {0x01, 0x00, 0x80, 0x16, "", "alphas", 0, &_Array, &flash_display_GraphicsGradientFill, 0}; +static classinfo_t flash_display_FrameLabel = {0x03, 0x00, 0x81, 0x16, "flash.display", "FrameLabel", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_FrameLabel_frame = {0x01, 0x00, 0x80, 0x16, "", "frame", 0, &_int, &flash_display_FrameLabel, 0}; +static varinfo_t flash_display_FrameLabel_name = {0x01, 0x00, 0x80, 0x16, "", "name", 0, &_String, &flash_display_FrameLabel, 0}; +static classinfo_t flash_media_SoundTransform = {0x03, 0x00, 0x81, 0x16, "flash.media", "SoundTransform", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_media_SoundTransform_pan = {0x01, 0x00, 0x80, 0x16, "", "pan", 0, &_Number, &flash_media_SoundTransform, 0}; +static varinfo_t flash_media_SoundTransform_leftToRight = {0x01, 0x00, 0x80, 0x16, "", "leftToRight", 0, &_Number, &flash_media_SoundTransform, 0}; +static varinfo_t flash_media_SoundTransform_rightToLeft = {0x01, 0x00, 0x80, 0x16, "", "rightToLeft", 0, &_Number, &flash_media_SoundTransform, 0}; +static varinfo_t flash_media_SoundTransform_volume = {0x01, 0x00, 0x80, 0x16, "", "volume", 0, &_Number, &flash_media_SoundTransform, 0}; +static varinfo_t flash_media_SoundTransform_leftToLeft = {0x01, 0x00, 0x80, 0x16, "", "leftToLeft", 0, &_Number, &flash_media_SoundTransform, 0}; +static varinfo_t flash_media_SoundTransform_rightToRight = {0x01, 0x00, 0x80, 0x16, "", "rightToRight", 0, &_Number, &flash_media_SoundTransform, 0}; +static namespace_t _AS3_constant_ns = {0x08, "http://adobe.com/AS3/2006/builtin"}; +static constant_t _AS3_constant = {type: 8, &_AS3_constant_ns}; +static varinfo_t _AS3 = {0x01, 0x00, 0xa2, 0x16, "", "AS3", 0, 0, 0, &_AS3_constant}; +static classinfo_t flash_net_LocalConnection = {0x03, 0x00, 0x80, 0x16, "flash.net", "LocalConnection", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t flash_net_LocalConnection_client = {0x01, 0x00, 0x80, 0x16, "", "client", 0, &_Object, &flash_net_LocalConnection, 0}; +static methodinfo_t flash_net_LocalConnection_allowDomain = {0x02, 0x00, 0x80, 0x16, "", "allowDomain", 0, 0, &flash_net_LocalConnection, 0}; +static methodinfo_t flash_net_LocalConnection_connect = {0x02, 0x00, 0x80, 0x16, "", "connect", 0, 0, &flash_net_LocalConnection, 0}; +static varinfo_t flash_net_LocalConnection_domain = {0x01, 0x00, 0x80, 0x16, "", "domain", 0, &_String, &flash_net_LocalConnection, 0}; +static methodinfo_t flash_net_LocalConnection_allowInsecureDomain = {0x02, 0x00, 0x80, 0x16, "", "allowInsecureDomain", 0, 0, &flash_net_LocalConnection, 0}; +static methodinfo_t flash_net_LocalConnection_send = {0x02, 0x00, 0x80, 0x16, "", "send", 0, 0, &flash_net_LocalConnection, 0}; +static methodinfo_t flash_net_LocalConnection_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_LocalConnection, 0}; +static classinfo_t flash_display_ShaderParameterType = {0x03, 0x00, 0x81, 0x16, "flash.display", "ShaderParameterType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_ShaderParameterType_FLOAT = {0x01, 0x00, 0x82, 0x16, "", "FLOAT", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_BOOL = {0x01, 0x00, 0x82, 0x16, "", "BOOL", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_FLOAT2 = {0x01, 0x00, 0x82, 0x16, "", "FLOAT2", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_MATRIX2X2 = {0x01, 0x00, 0x82, 0x16, "", "MATRIX2X2", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_INT = {0x01, 0x00, 0x82, 0x16, "", "INT", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_INT4 = {0x01, 0x00, 0x82, 0x16, "", "INT4", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_MATRIX4X4 = {0x01, 0x00, 0x82, 0x16, "", "MATRIX4X4", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_FLOAT3 = {0x01, 0x00, 0x82, 0x16, "", "FLOAT3", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_BOOL2 = {0x01, 0x00, 0x82, 0x16, "", "BOOL2", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_INT3 = {0x01, 0x00, 0x82, 0x16, "", "INT3", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_BOOL3 = {0x01, 0x00, 0x82, 0x16, "", "BOOL3", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_BOOL4 = {0x01, 0x00, 0x82, 0x16, "", "BOOL4", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_FLOAT4 = {0x01, 0x00, 0x82, 0x16, "", "FLOAT4", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_INT2 = {0x01, 0x00, 0x82, 0x16, "", "INT2", 0, &_String, &flash_display_ShaderParameterType, 0}; +static varinfo_t flash_display_ShaderParameterType_MATRIX3X3 = {0x01, 0x00, 0x82, 0x16, "", "MATRIX3X3", 0, &_String, &flash_display_ShaderParameterType, 0}; +static classinfo_t flash_events_IMEEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "IMEEvent", 0, &flash_events_TextEvent, interfaces: {0}}; +static methodinfo_t flash_events_IMEEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_IMEEvent, 0}; +static methodinfo_t flash_events_IMEEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_IMEEvent, 0}; +static varinfo_t flash_events_IMEEvent_IME_COMPOSITION = {0x01, 0x00, 0x82, 0x16, "", "IME_COMPOSITION", 0, &_String, &flash_events_IMEEvent, 0}; +static classinfo_t flash_text_TextFormatDisplay = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextFormatDisplay", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextFormatDisplay_INLINE = {0x01, 0x00, 0x82, 0x16, "", "INLINE", 0, &_String, &flash_text_TextFormatDisplay, 0}; +static varinfo_t flash_text_TextFormatDisplay_BLOCK = {0x01, 0x00, 0x82, 0x16, "", "BLOCK", 0, &_String, &flash_text_TextFormatDisplay, 0}; +static methodinfo_t flash_profiler_profile = {0x02, 0x00, 0x82, 0x16, "flash.profiler", "profile", 0, 0, 0, 0}; +static classinfo_t flash_display_AVM1Movie = {0x03, 0x00, 0x80, 0x16, "flash.display", "AVM1Movie", 0, &flash_display_DisplayObject, interfaces: {0}}; +static methodinfo_t flash_display_AVM1Movie_call = {0x02, 0x00, 0x80, 0x16, "", "call", 0, 0, &flash_display_AVM1Movie, 0}; +static methodinfo_t flash_display_AVM1Movie_addCallback = {0x02, 0x00, 0x80, 0x16, "", "addCallback", 0, 0, &flash_display_AVM1Movie, 0}; +static classinfo_t flash_events_ContextMenuEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "ContextMenuEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_ContextMenuEvent_isMouseTargetInaccessible = {0x01, 0x00, 0x80, 0x16, "", "isMouseTargetInaccessible", 0, &_Boolean, &flash_events_ContextMenuEvent, 0}; +static varinfo_t flash_events_ContextMenuEvent_mouseTarget = {0x01, 0x00, 0x80, 0x16, "", "mouseTarget", 0, &flash_display_InteractiveObject, &flash_events_ContextMenuEvent, 0}; +static varinfo_t flash_events_ContextMenuEvent_contextMenuOwner = {0x01, 0x00, 0x80, 0x16, "", "contextMenuOwner", 0, &flash_display_InteractiveObject, &flash_events_ContextMenuEvent, 0}; +static varinfo_t flash_events_ContextMenuEvent_MENU_ITEM_SELECT = {0x01, 0x00, 0x82, 0x16, "", "MENU_ITEM_SELECT", 0, &_String, &flash_events_ContextMenuEvent, 0}; +static varinfo_t flash_events_ContextMenuEvent_MENU_SELECT = {0x01, 0x00, 0x82, 0x16, "", "MENU_SELECT", 0, &_String, &flash_events_ContextMenuEvent, 0}; +static methodinfo_t flash_events_ContextMenuEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_ContextMenuEvent, 0}; +static methodinfo_t flash_events_ContextMenuEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_ContextMenuEvent, 0}; +static classinfo_t flash_events_EventPhase = {0x03, 0x00, 0x81, 0x16, "flash.events", "EventPhase", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_events_EventPhase_BUBBLING_PHASE = {0x01, 0x00, 0x82, 0x16, "", "BUBBLING_PHASE", 0, &_uint, &flash_events_EventPhase, 0}; +static varinfo_t flash_events_EventPhase_CAPTURING_PHASE = {0x01, 0x00, 0x82, 0x16, "", "CAPTURING_PHASE", 0, &_uint, &flash_events_EventPhase, 0}; +static varinfo_t flash_events_EventPhase_AT_TARGET = {0x01, 0x00, 0x82, 0x16, "", "AT_TARGET", 0, &_uint, &flash_events_EventPhase, 0}; +static classinfo_t flash_display_JointStyle = {0x03, 0x00, 0x81, 0x16, "flash.display", "JointStyle", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_JointStyle_ROUND = {0x01, 0x00, 0x82, 0x16, "", "ROUND", 0, &_String, &flash_display_JointStyle, 0}; +static varinfo_t flash_display_JointStyle_MITER = {0x01, 0x00, 0x82, 0x16, "", "MITER", 0, &_String, &flash_display_JointStyle, 0}; +static varinfo_t flash_display_JointStyle_BEVEL = {0x01, 0x00, 0x82, 0x16, "", "BEVEL", 0, &_String, &flash_display_JointStyle, 0}; +static classinfo_t flash_utils_Dictionary = {0x03, 0x00, 0x88, 0x16, "flash.utils", "Dictionary", 0, &_Object, interfaces: {0}}; +static classinfo_t flash_display_GraphicsPathCommand = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsPathCommand", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_GraphicsPathCommand_NO_OP = {0x01, 0x00, 0x82, 0x16, "", "NO_OP", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static varinfo_t flash_display_GraphicsPathCommand_MOVE_TO = {0x01, 0x00, 0x82, 0x16, "", "MOVE_TO", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static varinfo_t flash_display_GraphicsPathCommand_WIDE_MOVE_TO = {0x01, 0x00, 0x82, 0x16, "", "WIDE_MOVE_TO", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static varinfo_t flash_display_GraphicsPathCommand_CURVE_TO = {0x01, 0x00, 0x82, 0x16, "", "CURVE_TO", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static varinfo_t flash_display_GraphicsPathCommand_LINE_TO = {0x01, 0x00, 0x82, 0x16, "", "LINE_TO", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static varinfo_t flash_display_GraphicsPathCommand_WIDE_LINE_TO = {0x01, 0x00, 0x82, 0x16, "", "WIDE_LINE_TO", 0, &_int, &flash_display_GraphicsPathCommand, 0}; +static classinfo_t flash_filters_BevelFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "BevelFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_BevelFilter_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_highlightColor = {0x01, 0x00, 0x80, 0x16, "", "highlightColor", 0, &_uint, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_knockout = {0x01, 0x00, 0x80, 0x16, "", "knockout", 0, &_Boolean, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_distance = {0x01, 0x00, 0x80, 0x16, "", "distance", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_strength = {0x01, 0x00, 0x80, 0x16, "", "strength", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_highlightAlpha = {0x01, 0x00, 0x80, 0x16, "", "highlightAlpha", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_shadowColor = {0x01, 0x00, 0x80, 0x16, "", "shadowColor", 0, &_uint, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_angle = {0x01, 0x00, 0x80, 0x16, "", "angle", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_shadowAlpha = {0x01, 0x00, 0x80, 0x16, "", "shadowAlpha", 0, &_Number, &flash_filters_BevelFilter, 0}; +static varinfo_t flash_filters_BevelFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_BevelFilter, 0}; +static methodinfo_t flash_filters_BevelFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_BevelFilter, 0}; +static methodinfo_t flash_utils_getTimer = {0x02, 0x00, 0x82, 0x16, "flash.utils", "getTimer", 0, &_int, 0, 0}; +static classinfo_t flash_display_Loader = {0x03, 0x00, 0x80, 0x16, "flash.display", "Loader", 0, &flash_display_DisplayObjectContainer, interfaces: {0}}; +static varinfo_t flash_display_Loader_content = {0x01, 0x00, 0x80, 0x16, "", "content", 0, &flash_display_DisplayObject, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_unloadAndStop = {0x02, 0x00, 0x80, 0x16, "", "unloadAndStop", 0, 0, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_unload = {0x02, 0x00, 0x80, 0x16, "", "unload", 0, 0, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_removeChildAt = {0x02, 0x00, 0x80, 0x16, "", "removeChildAt", 0, &flash_display_DisplayObject, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_addChildAt = {0x02, 0x00, 0x80, 0x16, "", "addChildAt", 0, &flash_display_DisplayObject, &flash_display_Loader, 0}; +static varinfo_t flash_display_Loader_contentLoaderInfo = {0x01, 0x00, 0x80, 0x16, "", "contentLoaderInfo", 0, &flash_display_LoaderInfo, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_loadBytes = {0x02, 0x00, 0x80, 0x16, "", "loadBytes", 0, 0, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_removeChild = {0x02, 0x00, 0x80, 0x16, "", "removeChild", 0, &flash_display_DisplayObject, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_load = {0x02, 0x00, 0x80, 0x16, "", "load", 0, 0, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_addChild = {0x02, 0x00, 0x80, 0x16, "", "addChild", 0, &flash_display_DisplayObject, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_display_Loader, 0}; +static methodinfo_t flash_display_Loader_setChildIndex = {0x02, 0x00, 0x80, 0x16, "", "setChildIndex", 0, 0, &flash_display_Loader, 0}; +static classinfo_t flash_display_GraphicsBitmapFill = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsBitmapFill", 0, &_Object, interfaces: {&flash_display_IGraphicsFill, &flash_display_IGraphicsData, 0}}; +static varinfo_t flash_display_GraphicsBitmapFill_smooth = {0x01, 0x00, 0x80, 0x16, "", "smooth", 0, &_Boolean, &flash_display_GraphicsBitmapFill, 0}; +static varinfo_t flash_display_GraphicsBitmapFill_repeat = {0x01, 0x00, 0x80, 0x16, "", "repeat", 0, &_Boolean, &flash_display_GraphicsBitmapFill, 0}; +static varinfo_t flash_display_GraphicsBitmapFill_bitmapData = {0x01, 0x00, 0x80, 0x16, "", "bitmapData", 0, &flash_display_BitmapData, &flash_display_GraphicsBitmapFill, 0}; +static varinfo_t flash_display_GraphicsBitmapFill_matrix = {0x01, 0x00, 0x80, 0x16, "", "matrix", 0, &flash_geom_Matrix, &flash_display_GraphicsBitmapFill, 0}; +static varinfo_t _undefined = {0x01, 0x00, 0xa2, 0x16, "", "undefined", 0, 0, 0, 0}; +static classinfo_t flash_display_SimpleButton = {0x03, 0x00, 0x80, 0x16, "flash.display", "SimpleButton", 0, &flash_display_InteractiveObject, interfaces: {0}}; +static varinfo_t flash_display_SimpleButton_overState = {0x01, 0x00, 0x80, 0x16, "", "overState", 0, &flash_display_DisplayObject, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_downState = {0x01, 0x00, 0x80, 0x16, "", "downState", 0, &flash_display_DisplayObject, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_enabled = {0x01, 0x00, 0x80, 0x16, "", "enabled", 0, &_Boolean, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_trackAsMenu = {0x01, 0x00, 0x80, 0x16, "", "trackAsMenu", 0, &_Boolean, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_soundTransform = {0x01, 0x00, 0x80, 0x16, "", "soundTransform", 0, &flash_media_SoundTransform, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_useHandCursor = {0x01, 0x00, 0x80, 0x16, "", "useHandCursor", 0, &_Boolean, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_upState = {0x01, 0x00, 0x80, 0x16, "", "upState", 0, &flash_display_DisplayObject, &flash_display_SimpleButton, 0}; +static varinfo_t flash_display_SimpleButton_hitTestState = {0x01, 0x00, 0x80, 0x16, "", "hitTestState", 0, &flash_display_DisplayObject, &flash_display_SimpleButton, 0}; +static classinfo_t flash_text_engine_TabAlignment = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TabAlignment", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TabAlignment_END = {0x01, 0x00, 0x82, 0x16, "", "END", 0, &_String, &flash_text_engine_TabAlignment, 0}; +static varinfo_t flash_text_engine_TabAlignment_CENTER = {0x01, 0x00, 0x82, 0x16, "", "CENTER", 0, &_String, &flash_text_engine_TabAlignment, 0}; +static varinfo_t flash_text_engine_TabAlignment_START = {0x01, 0x00, 0x82, 0x16, "", "START", 0, &_String, &flash_text_engine_TabAlignment, 0}; +static varinfo_t flash_text_engine_TabAlignment_DECIMAL = {0x01, 0x00, 0x82, 0x16, "", "DECIMAL", 0, &_String, &flash_text_engine_TabAlignment, 0}; +static classinfo_t flash_text_engine_FontWeight = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "FontWeight", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_FontWeight_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_text_engine_FontWeight, 0}; +static varinfo_t flash_text_engine_FontWeight_BOLD = {0x01, 0x00, 0x82, 0x16, "", "BOLD", 0, &_String, &flash_text_engine_FontWeight, 0}; +static methodinfo_t flash_utils_describeType = {0x02, 0x00, 0x82, 0x16, "flash.utils", "describeType", 0, &_XML, 0, 0}; +static classinfo_t flash_display_PixelSnapping = {0x03, 0x00, 0x81, 0x16, "flash.display", "PixelSnapping", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_PixelSnapping_AUTO = {0x01, 0x00, 0x82, 0x16, "", "AUTO", 0, &_String, &flash_display_PixelSnapping, 0}; +static varinfo_t flash_display_PixelSnapping_NEVER = {0x01, 0x00, 0x82, 0x16, "", "NEVER", 0, &_String, &flash_display_PixelSnapping, 0}; +static varinfo_t flash_display_PixelSnapping_ALWAYS = {0x01, 0x00, 0x82, 0x16, "", "ALWAYS", 0, &_String, &flash_display_PixelSnapping, 0}; +static classinfo_t flash_events_FocusEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "FocusEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_FocusEvent_FOCUS_OUT = {0x01, 0x00, 0x82, 0x16, "", "FOCUS_OUT", 0, &_String, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_KEY_FOCUS_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "KEY_FOCUS_CHANGE", 0, &_String, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_shiftKey = {0x01, 0x00, 0x80, 0x16, "", "shiftKey", 0, &_Boolean, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_isRelatedObjectInaccessible = {0x01, 0x00, 0x80, 0x16, "", "isRelatedObjectInaccessible", 0, &_Boolean, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_keyCode = {0x01, 0x00, 0x80, 0x16, "", "keyCode", 0, &_uint, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_relatedObject = {0x01, 0x00, 0x80, 0x16, "", "relatedObject", 0, &flash_display_InteractiveObject, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_FOCUS_IN = {0x01, 0x00, 0x82, 0x16, "", "FOCUS_IN", 0, &_String, &flash_events_FocusEvent, 0}; +static varinfo_t flash_events_FocusEvent_MOUSE_FOCUS_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_FOCUS_CHANGE", 0, &_String, &flash_events_FocusEvent, 0}; +static methodinfo_t flash_events_FocusEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_FocusEvent, 0}; +static methodinfo_t flash_events_FocusEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_FocusEvent, 0}; +static classinfo_t flash_errors_MemoryError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "MemoryError", 0, &_Error, interfaces: {0}}; +static classinfo_t flash_events_NetFilterEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "NetFilterEvent", 0, &flash_events_Event, interfaces: {0}}; +static varinfo_t flash_events_NetFilterEvent_header = {0x01, 0x00, 0x80, 0x16, "", "header", 0, &flash_utils_ByteArray, &flash_events_NetFilterEvent, 0}; +static methodinfo_t flash_events_NetFilterEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_NetFilterEvent, 0}; +static methodinfo_t flash_events_NetFilterEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_NetFilterEvent, 0}; +static varinfo_t flash_events_NetFilterEvent_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &flash_utils_ByteArray, &flash_events_NetFilterEvent, 0}; +static methodinfo_t _decodeURI = {0x02, 0x00, 0x82, 0x16, "", "decodeURI", 0, &_String, 0, 0}; +static methodinfo_t _encodeURI = {0x02, 0x00, 0x82, 0x16, "", "encodeURI", 0, &_String, 0, 0}; +static classinfo_t flash_text_engine_TextBaseline = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextBaseline", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_TextBaseline_ROMAN = {0x01, 0x00, 0x82, 0x16, "", "ROMAN", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_DESCENT = {0x01, 0x00, 0x82, 0x16, "", "DESCENT", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_CENTER = {0x01, 0x00, 0x82, 0x16, "", "IDEOGRAPHIC_CENTER", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_USE_DOMINANT_BASELINE = {0x01, 0x00, 0x82, 0x16, "", "USE_DOMINANT_BASELINE", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_BOTTOM = {0x01, 0x00, 0x82, 0x16, "", "IDEOGRAPHIC_BOTTOM", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_ASCENT = {0x01, 0x00, 0x82, 0x16, "", "ASCENT", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static varinfo_t flash_text_engine_TextBaseline_IDEOGRAPHIC_TOP = {0x01, 0x00, 0x82, 0x16, "", "IDEOGRAPHIC_TOP", 0, &_String, &flash_text_engine_TextBaseline, 0}; +static classinfo_t flash_external_ExternalInterface = {0x03, 0x00, 0x81, 0x16, "flash.external", "ExternalInterface", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_external_ExternalInterface_call = {0x02, 0x00, 0x82, 0x16, "", "call", 0, 0, &flash_external_ExternalInterface, 0}; +static varinfo_t flash_external_ExternalInterface_available = {0x01, 0x00, 0x82, 0x16, "", "available", 0, &_Boolean, &flash_external_ExternalInterface, 0}; +static methodinfo_t flash_external_ExternalInterface_addCallback = {0x02, 0x00, 0x82, 0x16, "", "addCallback", 0, 0, &flash_external_ExternalInterface, 0}; +static varinfo_t flash_external_ExternalInterface_marshallExceptions = {0x01, 0x00, 0x82, 0x16, "", "marshallExceptions", 0, &_Boolean, &flash_external_ExternalInterface, 0}; +static varinfo_t flash_external_ExternalInterface_objectID = {0x01, 0x00, 0x82, 0x16, "", "objectID", 0, &_String, &flash_external_ExternalInterface, 0}; +static classinfo_t _EvalError = {0x03, 0x00, 0x88, 0x16, "", "EvalError", 0, &_Error, interfaces: {0}}; +static varinfo_t _EvalError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_EvalError, 0}; +static classinfo_t flash_text_engine_DigitCase = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "DigitCase", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_DigitCase_OLD_STYLE = {0x01, 0x00, 0x82, 0x16, "", "OLD_STYLE", 0, &_String, &flash_text_engine_DigitCase, 0}; +static varinfo_t flash_text_engine_DigitCase_DEFAULT = {0x01, 0x00, 0x82, 0x16, "", "DEFAULT", 0, &_String, &flash_text_engine_DigitCase, 0}; +static varinfo_t flash_text_engine_DigitCase_LINING = {0x01, 0x00, 0x82, 0x16, "", "LINING", 0, &_String, &flash_text_engine_DigitCase, 0}; +static classinfo_t flash_text_TextFormatAlign = {0x03, 0x00, 0x81, 0x16, "flash.text", "TextFormatAlign", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_TextFormatAlign_LEFT = {0x01, 0x00, 0x82, 0x16, "", "LEFT", 0, &_String, &flash_text_TextFormatAlign, 0}; +static varinfo_t flash_text_TextFormatAlign_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "RIGHT", 0, &_String, &flash_text_TextFormatAlign, 0}; +static varinfo_t flash_text_TextFormatAlign_CENTER = {0x01, 0x00, 0x82, 0x16, "", "CENTER", 0, &_String, &flash_text_TextFormatAlign, 0}; +static varinfo_t flash_text_TextFormatAlign_JUSTIFY = {0x01, 0x00, 0x82, 0x16, "", "JUSTIFY", 0, &_String, &flash_text_TextFormatAlign, 0}; +static classinfo_t flash_errors_ScriptTimeoutError = {0x03, 0x00, 0x88, 0x16, "flash.errors", "ScriptTimeoutError", 0, &_Error, interfaces: {0}}; +static classinfo_t _uint = {0x03, 0x00, 0x81, 0x16, "", "uint", 0, &_Object, interfaces: {0}}; +static varinfo_t _uint_MAX_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MAX_VALUE", 0, &_uint, &_uint, 0}; +static methodinfo_t _uint_valueOf = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "valueOf", 0, &_uint, &_uint, 0}; +static varinfo_t _uint_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_uint, 0}; +static varinfo_t _uint_MIN_VALUE = {0x01, 0x00, 0x82, 0x16, "", "MIN_VALUE", 0, &_uint, &_uint, 0}; +static methodinfo_t _uint_toString = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toString", 0, &_String, &_uint, 0}; +static methodinfo_t _uint_toExponential = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toExponential", 0, &_String, &_uint, 0}; +static methodinfo_t _uint_toFixed = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toFixed", 0, &_String, &_uint, 0}; +static methodinfo_t _uint_toPrecision = {0x02, 0x00, 0x80, 0x08, "http://adobe.com/AS3/2006/builtin", "toPrecision", 0, &_String, &_uint, 0}; +static methodinfo_t flash_debugger_enterDebugger = {0x02, 0x00, 0x82, 0x16, "flash.debugger", "enterDebugger", 0, 0, 0, 0}; +static classinfo_t flash_geom_Orientation3D = {0x03, 0x00, 0x81, 0x16, "flash.geom", "Orientation3D", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_Orientation3D_QUATERNION = {0x01, 0x00, 0x82, 0x16, "", "QUATERNION", 0, &_String, &flash_geom_Orientation3D, 0}; +static varinfo_t flash_geom_Orientation3D_EULER_ANGLES = {0x01, 0x00, 0x82, 0x16, "", "EULER_ANGLES", 0, &_String, &flash_geom_Orientation3D, 0}; +static varinfo_t flash_geom_Orientation3D_AXIS_ANGLE = {0x01, 0x00, 0x82, 0x16, "", "AXIS_ANGLE", 0, &_String, &flash_geom_Orientation3D, 0}; +static classinfo_t flash_text_engine_CFFHinting = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "CFFHinting", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_CFFHinting_HORIZONTAL_STEM = {0x01, 0x00, 0x82, 0x16, "", "HORIZONTAL_STEM", 0, &_String, &flash_text_engine_CFFHinting, 0}; +static varinfo_t flash_text_engine_CFFHinting_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_text_engine_CFFHinting, 0}; +static classinfo_t flash_text_FontType = {0x03, 0x00, 0x81, 0x16, "flash.text", "FontType", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_FontType_EMBEDDED = {0x01, 0x00, 0x82, 0x16, "", "EMBEDDED", 0, &_String, &flash_text_FontType, 0}; +static varinfo_t flash_text_FontType_DEVICE = {0x01, 0x00, 0x82, 0x16, "", "DEVICE", 0, &_String, &flash_text_FontType, 0}; +static varinfo_t flash_text_FontType_EMBEDDED_CFF = {0x01, 0x00, 0x82, 0x16, "", "EMBEDDED_CFF", 0, &_String, &flash_text_FontType, 0}; +static classinfo_t flash_filters_ShaderFilter = {0x03, 0x00, 0x80, 0x16, "flash.filters", "ShaderFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_ShaderFilter_bottomExtension = {0x01, 0x00, 0x80, 0x16, "", "bottomExtension", 0, &_int, &flash_filters_ShaderFilter, 0}; +static varinfo_t flash_filters_ShaderFilter_shader = {0x01, 0x00, 0x80, 0x16, "", "shader", 0, &flash_display_Shader, &flash_filters_ShaderFilter, 0}; +static varinfo_t flash_filters_ShaderFilter_rightExtension = {0x01, 0x00, 0x80, 0x16, "", "rightExtension", 0, &_int, &flash_filters_ShaderFilter, 0}; +static varinfo_t flash_filters_ShaderFilter_leftExtension = {0x01, 0x00, 0x80, 0x16, "", "leftExtension", 0, &_int, &flash_filters_ShaderFilter, 0}; +static varinfo_t flash_filters_ShaderFilter_topExtension = {0x01, 0x00, 0x80, 0x16, "", "topExtension", 0, &_int, &flash_filters_ShaderFilter, 0}; +static classinfo_t flash_display_GraphicsPath = {0x03, 0x00, 0x81, 0x16, "flash.display", "GraphicsPath", 0, &_Object, interfaces: {&flash_display_IGraphicsPath, &flash_display_IGraphicsData, 0}}; +static methodinfo_t flash_display_GraphicsPath_wideMoveTo = {0x02, 0x00, 0x80, 0x16, "", "wideMoveTo", 0, 0, &flash_display_GraphicsPath, 0}; +static varinfo_t flash_display_GraphicsPath_winding = {0x01, 0x00, 0x80, 0x16, "", "winding", 0, &_String, &flash_display_GraphicsPath, 0}; +static methodinfo_t flash_display_GraphicsPath_moveTo = {0x02, 0x00, 0x80, 0x16, "", "moveTo", 0, 0, &flash_display_GraphicsPath, 0}; +static methodinfo_t flash_display_GraphicsPath_wideLineTo = {0x02, 0x00, 0x80, 0x16, "", "wideLineTo", 0, 0, &flash_display_GraphicsPath, 0}; +static varinfo_t flash_display_GraphicsPath_commands = {0x01, 0x00, 0x80, 0x16, "", "commands", 0, &__AS3___vec_Vector, &flash_display_GraphicsPath, 0}; +static methodinfo_t flash_display_GraphicsPath_curveTo = {0x02, 0x00, 0x80, 0x16, "", "curveTo", 0, 0, &flash_display_GraphicsPath, 0}; +static methodinfo_t flash_display_GraphicsPath_lineTo = {0x02, 0x00, 0x80, 0x16, "", "lineTo", 0, 0, &flash_display_GraphicsPath, 0}; +static varinfo_t flash_display_GraphicsPath_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, &__AS3___vec_Vector, &flash_display_GraphicsPath, 0}; +static classinfo_t flash_system_ApplicationDomain = {0x03, 0x00, 0x81, 0x16, "flash.system", "ApplicationDomain", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_system_ApplicationDomain_hasDefinition = {0x02, 0x00, 0x80, 0x16, "", "hasDefinition", 0, &_Boolean, &flash_system_ApplicationDomain, 0}; +static methodinfo_t flash_system_ApplicationDomain_getDefinition = {0x02, 0x00, 0x80, 0x16, "", "getDefinition", 0, &_Object, &flash_system_ApplicationDomain, 0}; +static varinfo_t flash_system_ApplicationDomain_MIN_DOMAIN_MEMORY_LENGTH = {0x01, 0x00, 0x82, 0x16, "", "MIN_DOMAIN_MEMORY_LENGTH", 0, &_uint, &flash_system_ApplicationDomain, 0}; +static varinfo_t flash_system_ApplicationDomain_parentDomain = {0x01, 0x00, 0x80, 0x16, "", "parentDomain", 0, &flash_system_ApplicationDomain, &flash_system_ApplicationDomain, 0}; +static varinfo_t flash_system_ApplicationDomain_domainMemory = {0x01, 0x00, 0x80, 0x16, "", "domainMemory", 0, &flash_utils_ByteArray, &flash_system_ApplicationDomain, 0}; +static varinfo_t flash_system_ApplicationDomain_currentDomain = {0x01, 0x00, 0x82, 0x16, "", "currentDomain", 0, &flash_system_ApplicationDomain, &flash_system_ApplicationDomain, 0}; +static classinfo_t flash_events_KeyboardEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "KeyboardEvent", 0, &flash_events_Event, interfaces: {0}}; +static methodinfo_t flash_events_KeyboardEvent_updateAfterEvent = {0x02, 0x00, 0x80, 0x16, "", "updateAfterEvent", 0, 0, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_charCode = {0x01, 0x00, 0x80, 0x16, "", "charCode", 0, &_uint, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_KEY_UP = {0x01, 0x00, 0x82, 0x16, "", "KEY_UP", 0, &_String, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_KEY_DOWN = {0x01, 0x00, 0x82, 0x16, "", "KEY_DOWN", 0, &_String, &flash_events_KeyboardEvent, 0}; +static methodinfo_t flash_events_KeyboardEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_keyLocation = {0x01, 0x00, 0x80, 0x16, "", "keyLocation", 0, &_uint, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_shiftKey = {0x01, 0x00, 0x80, 0x16, "", "shiftKey", 0, &_Boolean, &flash_events_KeyboardEvent, 0}; +static methodinfo_t flash_events_KeyboardEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_ctrlKey = {0x01, 0x00, 0x80, 0x16, "", "ctrlKey", 0, &_Boolean, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_altKey = {0x01, 0x00, 0x80, 0x16, "", "altKey", 0, &_Boolean, &flash_events_KeyboardEvent, 0}; +static varinfo_t flash_events_KeyboardEvent_keyCode = {0x01, 0x00, 0x80, 0x16, "", "keyCode", 0, &_uint, &flash_events_KeyboardEvent, 0}; +static classinfo_t adobe_utils_ProductManager = {0x03, 0x00, 0x81, 0x16, "adobe.utils", "ProductManager", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static varinfo_t adobe_utils_ProductManager_running = {0x01, 0x00, 0x80, 0x16, "", "running", 0, &_Boolean, &adobe_utils_ProductManager, 0}; +static methodinfo_t adobe_utils_ProductManager_download = {0x02, 0x00, 0x80, 0x16, "", "download", 0, &_Boolean, &adobe_utils_ProductManager, 0}; +static varinfo_t adobe_utils_ProductManager_installedVersion = {0x01, 0x00, 0x80, 0x16, "", "installedVersion", 0, &_String, &adobe_utils_ProductManager, 0}; +static varinfo_t adobe_utils_ProductManager_installed = {0x01, 0x00, 0x80, 0x16, "", "installed", 0, &_Boolean, &adobe_utils_ProductManager, 0}; +static methodinfo_t adobe_utils_ProductManager_launch = {0x02, 0x00, 0x80, 0x16, "", "launch", 0, &_Boolean, &adobe_utils_ProductManager, 0}; +static classinfo_t flash_events_Event = {0x03, 0x00, 0x80, 0x16, "flash.events", "Event", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_events_Event_CLEAR = {0x01, 0x00, 0x82, 0x16, "", "CLEAR", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_cancelable = {0x01, 0x00, 0x80, 0x16, "", "cancelable", 0, &_Boolean, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_CANCEL = {0x01, 0x00, 0x82, 0x16, "", "CANCEL", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_CONNECT = {0x01, 0x00, 0x82, 0x16, "", "CONNECT", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_REMOVED_FROM_STAGE = {0x01, 0x00, 0x82, 0x16, "", "REMOVED_FROM_STAGE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_FRAME_CONSTRUCTED = {0x01, 0x00, 0x82, 0x16, "", "FRAME_CONSTRUCTED", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_TAB_INDEX_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "TAB_INDEX_CHANGE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_currentTarget = {0x01, 0x00, 0x80, 0x16, "", "currentTarget", 0, &_Object, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_ADDED = {0x01, 0x00, 0x82, 0x16, "", "ADDED", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_OPEN = {0x01, 0x00, 0x82, 0x16, "", "OPEN", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_TAB_CHILDREN_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "TAB_CHILDREN_CHANGE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_COMPLETE = {0x01, 0x00, 0x82, 0x16, "", "COMPLETE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_ACTIVATE = {0x01, 0x00, 0x82, 0x16, "", "ACTIVATE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_RENDER = {0x01, 0x00, 0x82, 0x16, "", "RENDER", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_EXIT_FRAME = {0x01, 0x00, 0x82, 0x16, "", "EXIT_FRAME", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_type = {0x01, 0x00, 0x80, 0x16, "", "type", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_DEACTIVATE = {0x01, 0x00, 0x82, 0x16, "", "DEACTIVATE", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_stopImmediatePropagation = {0x02, 0x00, 0x80, 0x16, "", "stopImmediatePropagation", 0, 0, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_SELECT_ALL = {0x01, 0x00, 0x82, 0x16, "", "SELECT_ALL", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_CUT = {0x01, 0x00, 0x82, 0x16, "", "CUT", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_ENTER_FRAME = {0x01, 0x00, 0x82, 0x16, "", "ENTER_FRAME", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_INIT = {0x01, 0x00, 0x82, 0x16, "", "INIT", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_SOUND_COMPLETE = {0x01, 0x00, 0x82, 0x16, "", "SOUND_COMPLETE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_COPY = {0x01, 0x00, 0x82, 0x16, "", "COPY", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_isDefaultPrevented = {0x02, 0x00, 0x80, 0x16, "", "isDefaultPrevented", 0, &_Boolean, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_PASTE = {0x01, 0x00, 0x82, 0x16, "", "PASTE", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_stopPropagation = {0x02, 0x00, 0x80, 0x16, "", "stopPropagation", 0, 0, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_CLOSE = {0x01, 0x00, 0x82, 0x16, "", "CLOSE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_REMOVED = {0x01, 0x00, 0x82, 0x16, "", "REMOVED", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_TAB_ENABLED_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "TAB_ENABLED_CHANGE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_eventPhase = {0x01, 0x00, 0x80, 0x16, "", "eventPhase", 0, &_uint, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_UNLOAD = {0x01, 0x00, 0x82, 0x16, "", "UNLOAD", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_bubbles = {0x01, 0x00, 0x80, 0x16, "", "bubbles", 0, &_Boolean, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_formatToString = {0x02, 0x00, 0x80, 0x16, "", "formatToString", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_FULLSCREEN = {0x01, 0x00, 0x82, 0x16, "", "FULLSCREEN", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_MOUSE_LEAVE = {0x01, 0x00, 0x82, 0x16, "", "MOUSE_LEAVE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_ID3 = {0x01, 0x00, 0x82, 0x16, "", "ID3", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_RESIZE = {0x01, 0x00, 0x82, 0x16, "", "RESIZE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_CHANGE = {0x01, 0x00, 0x82, 0x16, "", "CHANGE", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_SELECT = {0x01, 0x00, 0x82, 0x16, "", "SELECT", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_SCROLL = {0x01, 0x00, 0x82, 0x16, "", "SCROLL", 0, &_String, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_ADDED_TO_STAGE = {0x01, 0x00, 0x82, 0x16, "", "ADDED_TO_STAGE", 0, &_String, &flash_events_Event, 0}; +static methodinfo_t flash_events_Event_preventDefault = {0x02, 0x00, 0x80, 0x16, "", "preventDefault", 0, 0, &flash_events_Event, 0}; +static varinfo_t flash_events_Event_target = {0x01, 0x00, 0x80, 0x16, "", "target", 0, &_Object, &flash_events_Event, 0}; +static classinfo_t flash_desktop_ClipboardFormats = {0x03, 0x00, 0x80, 0x16, "flash.desktop", "ClipboardFormats", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_desktop_ClipboardFormats_TEXT_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "TEXT_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_BITMAP_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "BITMAP_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_FLASH_PREFIX = {0x01, 0x00, 0x82, 0x17, "flash.desktop", "FLASH_PREFIX", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_HTML_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "HTML_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_REFERENCE_PREFIX = {0x01, 0x00, 0x82, 0x17, "flash.desktop", "REFERENCE_PREFIX", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_AIR_PREFIX = {0x01, 0x00, 0x82, 0x17, "flash.desktop", "AIR_PREFIX", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_SERIALIZATION_PREFIX = {0x01, 0x00, 0x82, 0x17, "flash.desktop", "SERIALIZATION_PREFIX", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_RICH_TEXT_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "RICH_TEXT_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_URL_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "URL_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static varinfo_t flash_desktop_ClipboardFormats_FILE_LIST_FORMAT = {0x01, 0x00, 0x82, 0x16, "", "FILE_LIST_FORMAT", 0, &_String, &flash_desktop_ClipboardFormats, 0}; +static classinfo_t flash_display_MovieClip = {0x03, 0x00, 0x88, 0x16, "flash.display", "MovieClip", 0, &flash_display_Sprite, interfaces: {0}}; +static methodinfo_t flash_display_MovieClip_prevScene = {0x02, 0x00, 0x80, 0x16, "", "prevScene", 0, 0, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_gotoAndPlay = {0x02, 0x00, 0x80, 0x16, "", "gotoAndPlay", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_currentLabels = {0x01, 0x00, 0x80, 0x16, "", "currentLabels", 0, &_Array, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_nextFrame = {0x02, 0x00, 0x80, 0x16, "", "nextFrame", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_currentScene = {0x01, 0x00, 0x80, 0x16, "", "currentScene", 0, &flash_display_Scene, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_enabled = {0x01, 0x00, 0x80, 0x16, "", "enabled", 0, &_Boolean, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_currentFrameLabel = {0x01, 0x00, 0x80, 0x16, "", "currentFrameLabel", 0, &_String, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_play = {0x02, 0x00, 0x80, 0x16, "", "play", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_framesLoaded = {0x01, 0x00, 0x80, 0x16, "", "framesLoaded", 0, &_int, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_scenes = {0x01, 0x00, 0x80, 0x16, "", "scenes", 0, &_Array, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_addFrameScript = {0x02, 0x00, 0x80, 0x16, "", "addFrameScript", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_currentLabel = {0x01, 0x00, 0x80, 0x16, "", "currentLabel", 0, &_String, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_prevFrame = {0x02, 0x00, 0x80, 0x16, "", "prevFrame", 0, 0, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_gotoAndStop = {0x02, 0x00, 0x80, 0x16, "", "gotoAndStop", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_currentFrame = {0x01, 0x00, 0x80, 0x16, "", "currentFrame", 0, &_int, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_nextScene = {0x02, 0x00, 0x80, 0x16, "", "nextScene", 0, 0, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_totalFrames = {0x01, 0x00, 0x80, 0x16, "", "totalFrames", 0, &_int, &flash_display_MovieClip, 0}; +static varinfo_t flash_display_MovieClip_trackAsMenu = {0x01, 0x00, 0x80, 0x16, "", "trackAsMenu", 0, &_Boolean, &flash_display_MovieClip, 0}; +static methodinfo_t flash_display_MovieClip_stop = {0x02, 0x00, 0x80, 0x16, "", "stop", 0, 0, &flash_display_MovieClip, 0}; +static classinfo_t flash_display_BitmapData = {0x03, 0x00, 0x80, 0x16, "flash.display", "BitmapData", 0, &_Object, interfaces: {&flash_display_IBitmapDrawable, 0}}; +static methodinfo_t flash_display_BitmapData_getPixel32 = {0x02, 0x00, 0x80, 0x16, "", "getPixel32", 0, &_uint, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_draw = {0x02, 0x00, 0x80, 0x16, "", "draw", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_setPixels = {0x02, 0x00, 0x80, 0x16, "", "setPixels", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_copyPixels = {0x02, 0x00, 0x80, 0x16, "", "copyPixels", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_histogram = {0x02, 0x00, 0x80, 0x16, "", "histogram", 0, &__AS3___vec_Vector, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_scroll = {0x02, 0x00, 0x80, 0x16, "", "scroll", 0, 0, &flash_display_BitmapData, 0}; +static varinfo_t flash_display_BitmapData_transparent = {0x01, 0x00, 0x80, 0x16, "", "transparent", 0, &_Boolean, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_noise = {0x02, 0x00, 0x80, 0x16, "", "noise", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_threshold = {0x02, 0x00, 0x80, 0x16, "", "threshold", 0, &_uint, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_paletteMap = {0x02, 0x00, 0x80, 0x16, "", "paletteMap", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_perlinNoise = {0x02, 0x00, 0x80, 0x16, "", "perlinNoise", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_hitTest = {0x02, 0x00, 0x80, 0x16, "", "hitTest", 0, &_Boolean, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_getPixel = {0x02, 0x00, 0x80, 0x16, "", "getPixel", 0, &_uint, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_unlock = {0x02, 0x00, 0x80, 0x16, "", "unlock", 0, 0, &flash_display_BitmapData, 0}; +static varinfo_t flash_display_BitmapData_height = {0x01, 0x00, 0x80, 0x16, "", "height", 0, &_int, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_copyChannel = {0x02, 0x00, 0x80, 0x16, "", "copyChannel", 0, 0, &flash_display_BitmapData, 0}; +static varinfo_t flash_display_BitmapData_width = {0x01, 0x00, 0x80, 0x16, "", "width", 0, &_int, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_display_BitmapData, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_colorTransform = {0x02, 0x00, 0x80, 0x16, "", "colorTransform", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_generateFilterRect = {0x02, 0x00, 0x80, 0x16, "", "generateFilterRect", 0, &flash_geom_Rectangle, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_compare = {0x02, 0x00, 0x80, 0x16, "", "compare", 0, &_Object, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_fillRect = {0x02, 0x00, 0x80, 0x16, "", "fillRect", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_setVector = {0x02, 0x00, 0x80, 0x16, "", "setVector", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_floodFill = {0x02, 0x00, 0x80, 0x16, "", "floodFill", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_pixelDissolve = {0x02, 0x00, 0x80, 0x16, "", "pixelDissolve", 0, &_int, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_setPixel = {0x02, 0x00, 0x80, 0x16, "", "setPixel", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_setPixel32 = {0x02, 0x00, 0x80, 0x16, "", "setPixel32", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_lock = {0x02, 0x00, 0x80, 0x16, "", "lock", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_getVector = {0x02, 0x00, 0x80, 0x16, "", "getVector", 0, &__AS3___vec_Vector, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_getColorBoundsRect = {0x02, 0x00, 0x80, 0x16, "", "getColorBoundsRect", 0, &flash_geom_Rectangle, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_getPixels = {0x02, 0x00, 0x80, 0x16, "", "getPixels", 0, &flash_utils_ByteArray, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_merge = {0x02, 0x00, 0x80, 0x16, "", "merge", 0, 0, &flash_display_BitmapData, 0}; +static varinfo_t flash_display_BitmapData_rect = {0x01, 0x00, 0x80, 0x16, "", "rect", 0, &flash_geom_Rectangle, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_applyFilter = {0x02, 0x00, 0x80, 0x16, "", "applyFilter", 0, 0, &flash_display_BitmapData, 0}; +static methodinfo_t flash_display_BitmapData_dispose = {0x02, 0x00, 0x80, 0x16, "", "dispose", 0, 0, &flash_display_BitmapData, 0}; +static classinfo_t flash_text_engine_LigatureLevel = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "LigatureLevel", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_text_engine_LigatureLevel_UNCOMMON = {0x01, 0x00, 0x82, 0x16, "", "UNCOMMON", 0, &_String, &flash_text_engine_LigatureLevel, 0}; +static varinfo_t flash_text_engine_LigatureLevel_COMMON = {0x01, 0x00, 0x82, 0x16, "", "COMMON", 0, &_String, &flash_text_engine_LigatureLevel, 0}; +static varinfo_t flash_text_engine_LigatureLevel_EXOTIC = {0x01, 0x00, 0x82, 0x16, "", "EXOTIC", 0, &_String, &flash_text_engine_LigatureLevel, 0}; +static varinfo_t flash_text_engine_LigatureLevel_MINIMUM = {0x01, 0x00, 0x82, 0x16, "", "MINIMUM", 0, &_String, &flash_text_engine_LigatureLevel, 0}; +static varinfo_t flash_text_engine_LigatureLevel_NONE = {0x01, 0x00, 0x82, 0x16, "", "NONE", 0, &_String, &flash_text_engine_LigatureLevel, 0}; +static constant_t _Infinity_constant = {type: 6}; +static varinfo_t _Infinity = {0x01, 0x00, 0xa2, 0x16, "", "Infinity", 0, &_Number, 0, &_Infinity_constant}; +static classinfo_t flash_text_engine_FontDescription = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "FontDescription", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_engine_FontDescription_isFontCompatible = {0x02, 0x00, 0x82, 0x16, "", "isFontCompatible", 0, &_Boolean, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_renderingMode = {0x01, 0x00, 0x80, 0x16, "", "renderingMode", 0, &_String, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_cffHinting = {0x01, 0x00, 0x80, 0x16, "", "cffHinting", 0, &_String, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_fontPosture = {0x01, 0x00, 0x80, 0x16, "", "fontPosture", 0, &_String, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_fontName = {0x01, 0x00, 0x80, 0x16, "", "fontName", 0, &_String, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_fontLookup = {0x01, 0x00, 0x80, 0x16, "", "fontLookup", 0, &_String, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_locked = {0x01, 0x00, 0x80, 0x16, "", "locked", 0, &_Boolean, &flash_text_engine_FontDescription, 0}; +static varinfo_t flash_text_engine_FontDescription_fontWeight = {0x01, 0x00, 0x80, 0x16, "", "fontWeight", 0, &_String, &flash_text_engine_FontDescription, 0}; +static methodinfo_t flash_text_engine_FontDescription_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_text_engine_FontDescription, &flash_text_engine_FontDescription, 0}; +static classinfo_t flash_text_engine_TextElement = {0x03, 0x00, 0x81, 0x16, "flash.text.engine", "TextElement", 0, &flash_text_engine_ContentElement, interfaces: {0}}; +static methodinfo_t flash_text_engine_TextElement_replaceText = {0x02, 0x00, 0x80, 0x16, "", "replaceText", 0, 0, &flash_text_engine_TextElement, 0}; +static classinfo_t flash_display_SWFVersion = {0x03, 0x00, 0x81, 0x16, "flash.display", "SWFVersion", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_SWFVersion_FLASH4 = {0x01, 0x00, 0x82, 0x16, "", "FLASH4", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH7 = {0x01, 0x00, 0x82, 0x16, "", "FLASH7", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH8 = {0x01, 0x00, 0x82, 0x16, "", "FLASH8", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH3 = {0x01, 0x00, 0x82, 0x16, "", "FLASH3", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH6 = {0x01, 0x00, 0x82, 0x16, "", "FLASH6", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH9 = {0x01, 0x00, 0x82, 0x16, "", "FLASH9", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH2 = {0x01, 0x00, 0x82, 0x16, "", "FLASH2", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH5 = {0x01, 0x00, 0x82, 0x16, "", "FLASH5", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH10 = {0x01, 0x00, 0x82, 0x16, "", "FLASH10", 0, &_uint, &flash_display_SWFVersion, 0}; +static varinfo_t flash_display_SWFVersion_FLASH1 = {0x01, 0x00, 0x82, 0x16, "", "FLASH1", 0, &_uint, &flash_display_SWFVersion, 0}; +static classinfo_t flash_net_URLLoader = {0x03, 0x00, 0x80, 0x16, "flash.net", "URLLoader", 0, &flash_events_EventDispatcher, interfaces: {0}}; +static methodinfo_t flash_net_URLLoader_close = {0x02, 0x00, 0x80, 0x16, "", "close", 0, 0, &flash_net_URLLoader, 0}; +static varinfo_t flash_net_URLLoader_bytesLoaded = {0x01, 0x00, 0x80, 0x16, "", "bytesLoaded", 0, &_uint, &flash_net_URLLoader, 0}; +static methodinfo_t flash_net_URLLoader_load = {0x02, 0x00, 0x80, 0x16, "", "load", 0, 0, &flash_net_URLLoader, 0}; +static varinfo_t flash_net_URLLoader_bytesTotal = {0x01, 0x00, 0x80, 0x16, "", "bytesTotal", 0, &_uint, &flash_net_URLLoader, 0}; +static varinfo_t flash_net_URLLoader_dataFormat = {0x01, 0x00, 0x80, 0x16, "", "dataFormat", 0, &_String, &flash_net_URLLoader, 0}; +static varinfo_t flash_net_URLLoader_data = {0x01, 0x00, 0x80, 0x16, "", "data", 0, 0, &flash_net_URLLoader, 0}; +static classinfo_t flash_geom_Matrix = {0x03, 0x00, 0x80, 0x16, "flash.geom", "Matrix", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_geom_Matrix_b = {0x01, 0x00, 0x80, 0x16, "", "b", 0, &_Number, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_deltaTransformPoint = {0x02, 0x00, 0x80, 0x16, "", "deltaTransformPoint", 0, &flash_geom_Point, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_identity = {0x02, 0x00, 0x80, 0x16, "", "identity", 0, 0, &flash_geom_Matrix, 0}; +static varinfo_t flash_geom_Matrix_ty = {0x01, 0x00, 0x80, 0x16, "", "ty", 0, &_Number, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_translate = {0x02, 0x00, 0x80, 0x16, "", "translate", 0, 0, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_concat = {0x02, 0x00, 0x80, 0x16, "", "concat", 0, 0, &flash_geom_Matrix, 0}; +static varinfo_t flash_geom_Matrix_c = {0x01, 0x00, 0x80, 0x16, "", "c", 0, &_Number, &flash_geom_Matrix, 0}; +static varinfo_t flash_geom_Matrix_a = {0x01, 0x00, 0x80, 0x16, "", "a", 0, &_Number, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_scale = {0x02, 0x00, 0x80, 0x16, "", "scale", 0, 0, &flash_geom_Matrix, 0}; +static varinfo_t flash_geom_Matrix_d = {0x01, 0x00, 0x80, 0x16, "", "d", 0, &_Number, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_transformPoint = {0x02, 0x00, 0x80, 0x16, "", "transformPoint", 0, &flash_geom_Point, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_rotate = {0x02, 0x00, 0x80, 0x16, "", "rotate", 0, 0, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_createGradientBox = {0x02, 0x00, 0x80, 0x16, "", "createGradientBox", 0, 0, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_invert = {0x02, 0x00, 0x80, 0x16, "", "invert", 0, 0, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_geom_Matrix, &flash_geom_Matrix, 0}; +static varinfo_t flash_geom_Matrix_tx = {0x01, 0x00, 0x80, 0x16, "", "tx", 0, &_Number, &flash_geom_Matrix, 0}; +static methodinfo_t flash_geom_Matrix_createBox = {0x02, 0x00, 0x80, 0x16, "", "createBox", 0, 0, &flash_geom_Matrix, 0}; +static classinfo_t flash_accessibility_Accessibility = {0x03, 0x00, 0x81, 0x16, "flash.accessibility", "Accessibility", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_accessibility_Accessibility_active = {0x01, 0x00, 0x82, 0x16, "", "active", 0, &_Boolean, &flash_accessibility_Accessibility, 0}; +static methodinfo_t flash_accessibility_Accessibility_updateProperties = {0x02, 0x00, 0x82, 0x16, "", "updateProperties", 0, 0, &flash_accessibility_Accessibility, 0}; +static methodinfo_t flash_accessibility_Accessibility_sendEvent = {0x02, 0x00, 0x82, 0x16, "", "sendEvent", 0, 0, &flash_accessibility_Accessibility, 0}; +static methodinfo_t flash_net_sendToURL = {0x02, 0x00, 0x82, 0x16, "flash.net", "sendToURL", 0, 0, 0, 0}; +static classinfo_t flash_filters_GlowFilter = {0x03, 0x00, 0x81, 0x16, "flash.filters", "GlowFilter", 0, &flash_filters_BitmapFilter, interfaces: {0}}; +static varinfo_t flash_filters_GlowFilter_blurY = {0x01, 0x00, 0x80, 0x16, "", "blurY", 0, &_Number, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_strength = {0x01, 0x00, 0x80, 0x16, "", "strength", 0, &_Number, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_inner = {0x01, 0x00, 0x80, 0x16, "", "inner", 0, &_Boolean, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_color = {0x01, 0x00, 0x80, 0x16, "", "color", 0, &_uint, &flash_filters_GlowFilter, 0}; +static methodinfo_t flash_filters_GlowFilter_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_filters_BitmapFilter, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_quality = {0x01, 0x00, 0x80, 0x16, "", "quality", 0, &_int, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_knockout = {0x01, 0x00, 0x80, 0x16, "", "knockout", 0, &_Boolean, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_alpha = {0x01, 0x00, 0x80, 0x16, "", "alpha", 0, &_Number, &flash_filters_GlowFilter, 0}; +static varinfo_t flash_filters_GlowFilter_blurX = {0x01, 0x00, 0x80, 0x16, "", "blurX", 0, &_Number, &flash_filters_GlowFilter, 0}; +static classinfo_t flash_events_FullScreenEvent = {0x03, 0x00, 0x80, 0x16, "flash.events", "FullScreenEvent", 0, &flash_events_ActivityEvent, interfaces: {0}}; +static varinfo_t flash_events_FullScreenEvent_FULL_SCREEN = {0x01, 0x00, 0x82, 0x16, "", "FULL_SCREEN", 0, &_String, &flash_events_FullScreenEvent, 0}; +static methodinfo_t flash_events_FullScreenEvent_toString = {0x02, 0x00, 0x80, 0x16, "", "toString", 0, &_String, &flash_events_FullScreenEvent, 0}; +static methodinfo_t flash_events_FullScreenEvent_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_events_Event, &flash_events_FullScreenEvent, 0}; +static varinfo_t flash_events_FullScreenEvent_fullScreen = {0x01, 0x00, 0x80, 0x16, "", "fullScreen", 0, &_Boolean, &flash_events_FullScreenEvent, 0}; +static classinfo_t flash_display_StageDisplayState = {0x03, 0x00, 0x81, 0x16, "flash.display", "StageDisplayState", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_StageDisplayState_NORMAL = {0x01, 0x00, 0x82, 0x16, "", "NORMAL", 0, &_String, &flash_display_StageDisplayState, 0}; +static varinfo_t flash_display_StageDisplayState_FULL_SCREEN = {0x01, 0x00, 0x82, 0x16, "", "FULL_SCREEN", 0, &_String, &flash_display_StageDisplayState, 0}; +static classinfo_t flash_text_engine_TextJustifier = {0x03, 0x00, 0x80, 0x16, "flash.text.engine", "TextJustifier", 0, &_Object, interfaces: {0}}; +static methodinfo_t flash_text_engine_TextJustifier_getJustifierForLocale = {0x02, 0x00, 0x82, 0x16, "", "getJustifierForLocale", 0, &flash_text_engine_TextJustifier, &flash_text_engine_TextJustifier, 0}; +static varinfo_t flash_text_engine_TextJustifier_lineJustification = {0x01, 0x00, 0x80, 0x16, "", "lineJustification", 0, &_String, &flash_text_engine_TextJustifier, 0}; +static varinfo_t flash_text_engine_TextJustifier_locale = {0x01, 0x00, 0x80, 0x16, "", "locale", 0, &_String, &flash_text_engine_TextJustifier, 0}; +static methodinfo_t flash_text_engine_TextJustifier_clone = {0x02, 0x00, 0x80, 0x16, "", "clone", 0, &flash_text_engine_TextJustifier, &flash_text_engine_TextJustifier, 0}; +static classinfo_t flash_display_StageAlign = {0x03, 0x00, 0x81, 0x16, "flash.display", "StageAlign", 0, &_Object, interfaces: {0}}; +static varinfo_t flash_display_StageAlign_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "RIGHT", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_BOTTOM = {0x01, 0x00, 0x82, 0x16, "", "BOTTOM", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_BOTTOM_LEFT = {0x01, 0x00, 0x82, 0x16, "", "BOTTOM_LEFT", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_TOP_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "TOP_RIGHT", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_TOP = {0x01, 0x00, 0x82, 0x16, "", "TOP", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_LEFT = {0x01, 0x00, 0x82, 0x16, "", "LEFT", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_BOTTOM_RIGHT = {0x01, 0x00, 0x82, 0x16, "", "BOTTOM_RIGHT", 0, &_String, &flash_display_StageAlign, 0}; +static varinfo_t flash_display_StageAlign_TOP_LEFT = {0x01, 0x00, 0x82, 0x16, "", "TOP_LEFT", 0, &_String, &flash_display_StageAlign, 0}; +static constant_t _NaN_constant = {type: 6}; +static varinfo_t _NaN = {0x01, 0x00, 0xa2, 0x16, "", "NaN", 0, &_Number, 0, &_NaN_constant}; +static classinfo_t _ReferenceError = {0x03, 0x00, 0x88, 0x16, "", "ReferenceError", 0, &_Error, interfaces: {0}}; +static varinfo_t _ReferenceError_length = {0x01, 0x00, 0x82, 0x16, "", "length", 0, &_int, &_ReferenceError, 0}; +static classinfo_t flash_display_Shape = {0x03, 0x00, 0x80, 0x16, "flash.display", "Shape", 0, &flash_display_DisplayObject, interfaces: {0}}; +static varinfo_t flash_display_Shape_graphics = {0x01, 0x00, 0x80, 0x16, "", "graphics", 0, &flash_display_Graphics, &flash_display_Shape, 0}; dict_t* builtin_getclasses() { - dict_t*d = dict_new2(&classinfo_type); - dict_put(d, &_ArgumentError, &_ArgumentError); - dict_init(&_ArgumentError.members, 1); + dict_t*d = dict_new2(&slotinfo_type); + dict_put(d, &flash_text_TextFormat, &flash_text_TextFormat); + dict_init2(&flash_text_TextFormat.members, &memberinfo_type, 31); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_leading, &flash_text_TextFormat_leading); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_bold, &flash_text_TextFormat_bold); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_underline, &flash_text_TextFormat_underline); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_color, &flash_text_TextFormat_color); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_letterSpacing, &flash_text_TextFormat_letterSpacing); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_kerning, &flash_text_TextFormat_kerning); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_target, &flash_text_TextFormat_target); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_italic, &flash_text_TextFormat_italic); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_rightMargin, &flash_text_TextFormat_rightMargin); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_bullet, &flash_text_TextFormat_bullet); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_url, &flash_text_TextFormat_url); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_size, &flash_text_TextFormat_size); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_indent, &flash_text_TextFormat_indent); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_leftMargin, &flash_text_TextFormat_leftMargin); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_display, &flash_text_TextFormat_display); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_align, &flash_text_TextFormat_align); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_tabStops, &flash_text_TextFormat_tabStops); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_blockIndent, &flash_text_TextFormat_blockIndent); + dict_put(&flash_text_TextFormat.members, &flash_text_TextFormat_font, &flash_text_TextFormat_font); + dict_put(d, &flash_filters_BitmapFilter, &flash_filters_BitmapFilter); + dict_init2(&flash_filters_BitmapFilter.members, &memberinfo_type, 8); + dict_put(&flash_filters_BitmapFilter.members, &flash_filters_BitmapFilter_clone, &flash_filters_BitmapFilter_clone); + dict_put(d, &flash_filters_DropShadowFilter, &flash_filters_DropShadowFilter); + dict_init2(&flash_filters_DropShadowFilter.members, &memberinfo_type, 15); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_alpha, &flash_filters_DropShadowFilter_alpha); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_strength, &flash_filters_DropShadowFilter_strength); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_quality, &flash_filters_DropShadowFilter_quality); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_angle, &flash_filters_DropShadowFilter_angle); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_knockout, &flash_filters_DropShadowFilter_knockout); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_color, &flash_filters_DropShadowFilter_color); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_hideObject, &flash_filters_DropShadowFilter_hideObject); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_inner, &flash_filters_DropShadowFilter_inner); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_blurX, &flash_filters_DropShadowFilter_blurX); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_blurY, &flash_filters_DropShadowFilter_blurY); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_distance, &flash_filters_DropShadowFilter_distance); + dict_put(&flash_filters_DropShadowFilter.members, &flash_filters_DropShadowFilter_clone, &flash_filters_DropShadowFilter_clone); + dict_put(d, &adobe_utils_CustomActions, &adobe_utils_CustomActions); + dict_init2(&adobe_utils_CustomActions.members, &memberinfo_type, 8); + dict_put(&adobe_utils_CustomActions.members, &adobe_utils_CustomActions_actionsList, &adobe_utils_CustomActions_actionsList); + dict_put(&adobe_utils_CustomActions.members, &adobe_utils_CustomActions_uninstallActions, &adobe_utils_CustomActions_uninstallActions); + dict_put(&adobe_utils_CustomActions.members, &adobe_utils_CustomActions_getActions, &adobe_utils_CustomActions_getActions); + dict_put(&adobe_utils_CustomActions.members, &adobe_utils_CustomActions_installActions, &adobe_utils_CustomActions_installActions); + dict_put(d, &flash_text_engine_TextLineValidity, &flash_text_engine_TextLineValidity); + dict_init2(&flash_text_engine_TextLineValidity.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextLineValidity.members, &flash_text_engine_TextLineValidity_STATIC, &flash_text_engine_TextLineValidity_STATIC); + dict_put(&flash_text_engine_TextLineValidity.members, &flash_text_engine_TextLineValidity_VALID, &flash_text_engine_TextLineValidity_VALID); + dict_put(&flash_text_engine_TextLineValidity.members, &flash_text_engine_TextLineValidity_INVALID, &flash_text_engine_TextLineValidity_INVALID); + dict_put(&flash_text_engine_TextLineValidity.members, &flash_text_engine_TextLineValidity_POSSIBLY_INVALID, &flash_text_engine_TextLineValidity_POSSIBLY_INVALID); + dict_put(d, &flash_display_LineScaleMode, &flash_display_LineScaleMode); + dict_init2(&flash_display_LineScaleMode.members, &memberinfo_type, 8); + dict_put(&flash_display_LineScaleMode.members, &flash_display_LineScaleMode_NORMAL, &flash_display_LineScaleMode_NORMAL); + dict_put(&flash_display_LineScaleMode.members, &flash_display_LineScaleMode_VERTICAL, &flash_display_LineScaleMode_VERTICAL); + dict_put(&flash_display_LineScaleMode.members, &flash_display_LineScaleMode_NONE, &flash_display_LineScaleMode_NONE); + dict_put(&flash_display_LineScaleMode.members, &flash_display_LineScaleMode_HORIZONTAL, &flash_display_LineScaleMode_HORIZONTAL); + dict_put(d, &flash_geom_Transform, &flash_geom_Transform); + dict_init2(&flash_geom_Transform.members, &memberinfo_type, 15); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_matrix, &flash_geom_Transform_matrix); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_perspectiveProjection, &flash_geom_Transform_perspectiveProjection); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_concatenatedMatrix, &flash_geom_Transform_concatenatedMatrix); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_colorTransform, &flash_geom_Transform_colorTransform); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_getRelativeMatrix3D, &flash_geom_Transform_getRelativeMatrix3D); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_pixelBounds, &flash_geom_Transform_pixelBounds); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_matrix3D, &flash_geom_Transform_matrix3D); + dict_put(&flash_geom_Transform.members, &flash_geom_Transform_concatenatedColorTransform, &flash_geom_Transform_concatenatedColorTransform); + dict_put(d, &flash_ui_KeyLocation, &flash_ui_KeyLocation); + dict_init2(&flash_ui_KeyLocation.members, &memberinfo_type, 8); + dict_put(&flash_ui_KeyLocation.members, &flash_ui_KeyLocation_LEFT, &flash_ui_KeyLocation_LEFT); + dict_put(&flash_ui_KeyLocation.members, &flash_ui_KeyLocation_RIGHT, &flash_ui_KeyLocation_RIGHT); + dict_put(&flash_ui_KeyLocation.members, &flash_ui_KeyLocation_NUM_PAD, &flash_ui_KeyLocation_NUM_PAD); + dict_put(&flash_ui_KeyLocation.members, &flash_ui_KeyLocation_STANDARD, &flash_ui_KeyLocation_STANDARD); + dict_put(d, &flash_events_MouseEvent, &flash_events_MouseEvent); + dict_init2(&flash_events_MouseEvent.members, &memberinfo_type, 31); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_localY, &flash_events_MouseEvent_localY); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_OUT, &flash_events_MouseEvent_MOUSE_OUT); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_updateAfterEvent, &flash_events_MouseEvent_updateAfterEvent); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_MOVE, &flash_events_MouseEvent_MOUSE_MOVE); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_delta, &flash_events_MouseEvent_delta); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_WHEEL, &flash_events_MouseEvent_MOUSE_WHEEL); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_stageX, &flash_events_MouseEvent_stageX); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_CLICK, &flash_events_MouseEvent_CLICK); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_ROLL_OUT, &flash_events_MouseEvent_ROLL_OUT); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_OVER, &flash_events_MouseEvent_MOUSE_OVER); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_ROLL_OVER, &flash_events_MouseEvent_ROLL_OVER); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_toString, &flash_events_MouseEvent_toString); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_DOWN, &flash_events_MouseEvent_MOUSE_DOWN); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_relatedObject, &flash_events_MouseEvent_relatedObject); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_isRelatedObjectInaccessible, &flash_events_MouseEvent_isRelatedObjectInaccessible); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_shiftKey, &flash_events_MouseEvent_shiftKey); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_DOUBLE_CLICK, &flash_events_MouseEvent_DOUBLE_CLICK); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_stageY, &flash_events_MouseEvent_stageY); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_altKey, &flash_events_MouseEvent_altKey); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_clone, &flash_events_MouseEvent_clone); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_ctrlKey, &flash_events_MouseEvent_ctrlKey); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_localX, &flash_events_MouseEvent_localX); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_buttonDown, &flash_events_MouseEvent_buttonDown); + dict_put(&flash_events_MouseEvent.members, &flash_events_MouseEvent_MOUSE_UP, &flash_events_MouseEvent_MOUSE_UP); + dict_put(d, &flash_text_engine_LineJustification, &flash_text_engine_LineJustification); + dict_init2(&flash_text_engine_LineJustification.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_LineJustification.members, &flash_text_engine_LineJustification_ALL_INCLUDING_LAST, &flash_text_engine_LineJustification_ALL_INCLUDING_LAST); + dict_put(&flash_text_engine_LineJustification.members, &flash_text_engine_LineJustification_UNJUSTIFIED, &flash_text_engine_LineJustification_UNJUSTIFIED); + dict_put(&flash_text_engine_LineJustification.members, &flash_text_engine_LineJustification_ALL_BUT_LAST, &flash_text_engine_LineJustification_ALL_BUT_LAST); + dict_put(d, &flash_media_Camera, &flash_media_Camera); + dict_init2(&flash_media_Camera.members, &memberinfo_type, 31); + dict_put(&flash_media_Camera.members, &flash_media_Camera_getCamera, &flash_media_Camera_getCamera); + dict_put(&flash_media_Camera.members, &flash_media_Camera_fps, &flash_media_Camera_fps); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setMode, &flash_media_Camera_setMode); + dict_put(&flash_media_Camera.members, &flash_media_Camera_keyFrameInterval, &flash_media_Camera_keyFrameInterval); + dict_put(&flash_media_Camera.members, &flash_media_Camera_motionTimeout, &flash_media_Camera_motionTimeout); + dict_put(&flash_media_Camera.members, &flash_media_Camera_width, &flash_media_Camera_width); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setCursor, &flash_media_Camera_setCursor); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setLoopback, &flash_media_Camera_setLoopback); + dict_put(&flash_media_Camera.members, &flash_media_Camera_height, &flash_media_Camera_height); + dict_put(&flash_media_Camera.members, &flash_media_Camera_index, &flash_media_Camera_index); + dict_put(&flash_media_Camera.members, &flash_media_Camera_name, &flash_media_Camera_name); + dict_put(&flash_media_Camera.members, &flash_media_Camera_currentFPS, &flash_media_Camera_currentFPS); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setKeyFrameInterval, &flash_media_Camera_setKeyFrameInterval); + dict_put(&flash_media_Camera.members, &flash_media_Camera_quality, &flash_media_Camera_quality); + dict_put(&flash_media_Camera.members, &flash_media_Camera_motionLevel, &flash_media_Camera_motionLevel); + dict_put(&flash_media_Camera.members, &flash_media_Camera_bandwidth, &flash_media_Camera_bandwidth); + dict_put(&flash_media_Camera.members, &flash_media_Camera_muted, &flash_media_Camera_muted); + dict_put(&flash_media_Camera.members, &flash_media_Camera_activityLevel, &flash_media_Camera_activityLevel); + dict_put(&flash_media_Camera.members, &flash_media_Camera_loopback, &flash_media_Camera_loopback); + dict_put(&flash_media_Camera.members, &flash_media_Camera_names, &flash_media_Camera_names); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setQuality, &flash_media_Camera_setQuality); + dict_put(&flash_media_Camera.members, &flash_media_Camera_setMotionLevel, &flash_media_Camera_setMotionLevel); + dict_put(d, &flash_net_registerClassAlias, &flash_net_registerClassAlias); + dict_put(d, &flash_accessibility_AccessibilityImplementation, &flash_accessibility_AccessibilityImplementation); + dict_init2(&flash_accessibility_AccessibilityImplementation.members, &memberinfo_type, 15); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accState, &flash_accessibility_AccessibilityImplementation_get_accState); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accName, &flash_accessibility_AccessibilityImplementation_get_accName); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accSelection, &flash_accessibility_AccessibilityImplementation_get_accSelection); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_accDoDefaultAction, &flash_accessibility_AccessibilityImplementation_accDoDefaultAction); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accFocus, &flash_accessibility_AccessibilityImplementation_get_accFocus); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accDefaultAction, &flash_accessibility_AccessibilityImplementation_get_accDefaultAction); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_accSelect, &flash_accessibility_AccessibilityImplementation_accSelect); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accValue, &flash_accessibility_AccessibilityImplementation_get_accValue); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_stub, &flash_accessibility_AccessibilityImplementation_stub); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_get_accRole, &flash_accessibility_AccessibilityImplementation_get_accRole); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_errno, &flash_accessibility_AccessibilityImplementation_errno); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_isLabeledBy, &flash_accessibility_AccessibilityImplementation_isLabeledBy); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_accLocation, &flash_accessibility_AccessibilityImplementation_accLocation); + dict_put(&flash_accessibility_AccessibilityImplementation.members, &flash_accessibility_AccessibilityImplementation_getChildIDArray, &flash_accessibility_AccessibilityImplementation_getChildIDArray); + dict_put(d, &flash_utils_ByteArray, &flash_utils_ByteArray); + dict_init2(&flash_utils_ByteArray.members, &memberinfo_type, 63); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeBoolean, &flash_utils_ByteArray_writeBoolean); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readDouble, &flash_utils_ByteArray_readDouble); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_toString, &flash_utils_ByteArray_toString); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeByte, &flash_utils_ByteArray_writeByte); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeObject, &flash_utils_ByteArray_writeObject); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readUTFBytes, &flash_utils_ByteArray_readUTFBytes); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeMultiByte, &flash_utils_ByteArray_writeMultiByte); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_uncompress, &flash_utils_ByteArray_uncompress); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readUnsignedByte, &flash_utils_ByteArray_readUnsignedByte); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeInt, &flash_utils_ByteArray_writeInt); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_deflate, &flash_utils_ByteArray_deflate); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readMultiByte, &flash_utils_ByteArray_readMultiByte); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readBytes, &flash_utils_ByteArray_readBytes); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeShort, &flash_utils_ByteArray_writeShort); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_position, &flash_utils_ByteArray_position); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readShort, &flash_utils_ByteArray_readShort); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeUTF, &flash_utils_ByteArray_writeUTF); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeBytes, &flash_utils_ByteArray_writeBytes); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_objectEncoding, &flash_utils_ByteArray_objectEncoding); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readObject, &flash_utils_ByteArray_readObject); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_length, &flash_utils_ByteArray_length); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeUnsignedInt, &flash_utils_ByteArray_writeUnsignedInt); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeDouble, &flash_utils_ByteArray_writeDouble); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeFloat, &flash_utils_ByteArray_writeFloat); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readInt, &flash_utils_ByteArray_readInt); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readByte, &flash_utils_ByteArray_readByte); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_bytesAvailable, &flash_utils_ByteArray_bytesAvailable); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_clear, &flash_utils_ByteArray_clear); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_endian, &flash_utils_ByteArray_endian); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readUnsignedShort, &flash_utils_ByteArray_readUnsignedShort); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readUnsignedInt, &flash_utils_ByteArray_readUnsignedInt); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_defaultObjectEncoding, &flash_utils_ByteArray_defaultObjectEncoding); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readFloat, &flash_utils_ByteArray_readFloat); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_compress, &flash_utils_ByteArray_compress); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_writeUTFBytes, &flash_utils_ByteArray_writeUTFBytes); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readBoolean, &flash_utils_ByteArray_readBoolean); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_inflate, &flash_utils_ByteArray_inflate); + dict_put(&flash_utils_ByteArray.members, &flash_utils_ByteArray_readUTF, &flash_utils_ByteArray_readUTF); + dict_put(d, &flash_sampler_stopSampling, &flash_sampler_stopSampling); + dict_put(d, &flash_events_SyncEvent, &flash_events_SyncEvent); + dict_init2(&flash_events_SyncEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_SyncEvent.members, &flash_events_SyncEvent_SYNC, &flash_events_SyncEvent_SYNC); + dict_put(&flash_events_SyncEvent.members, &flash_events_SyncEvent_toString, &flash_events_SyncEvent_toString); + dict_put(&flash_events_SyncEvent.members, &flash_events_SyncEvent_clone, &flash_events_SyncEvent_clone); + dict_put(&flash_events_SyncEvent.members, &flash_events_SyncEvent_changeList, &flash_events_SyncEvent_changeList); + dict_put(d, &_encodeURIComponent, &_encodeURIComponent); + dict_put(d, &flash_net_Socket, &flash_net_Socket); + dict_init2(&flash_net_Socket.members, &memberinfo_type, 63); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeBoolean, &flash_net_Socket_writeBoolean); + dict_put(&flash_net_Socket.members, &flash_net_Socket_connect, &flash_net_Socket_connect); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readDouble, &flash_net_Socket_readDouble); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeByte, &flash_net_Socket_writeByte); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeObject, &flash_net_Socket_writeObject); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readUTFBytes, &flash_net_Socket_readUTFBytes); + dict_put(&flash_net_Socket.members, &flash_net_Socket_close, &flash_net_Socket_close); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeMultiByte, &flash_net_Socket_writeMultiByte); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readUnsignedByte, &flash_net_Socket_readUnsignedByte); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeInt, &flash_net_Socket_writeInt); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readMultiByte, &flash_net_Socket_readMultiByte); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readBytes, &flash_net_Socket_readBytes); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeShort, &flash_net_Socket_writeShort); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readShort, &flash_net_Socket_readShort); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeUTF, &flash_net_Socket_writeUTF); + dict_put(&flash_net_Socket.members, &flash_net_Socket_timeout, &flash_net_Socket_timeout); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeBytes, &flash_net_Socket_writeBytes); + dict_put(&flash_net_Socket.members, &flash_net_Socket_connected, &flash_net_Socket_connected); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readObject, &flash_net_Socket_readObject); + dict_put(&flash_net_Socket.members, &flash_net_Socket_objectEncoding, &flash_net_Socket_objectEncoding); + dict_put(&flash_net_Socket.members, &flash_net_Socket_flush, &flash_net_Socket_flush); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeUnsignedInt, &flash_net_Socket_writeUnsignedInt); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeDouble, &flash_net_Socket_writeDouble); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeFloat, &flash_net_Socket_writeFloat); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readInt, &flash_net_Socket_readInt); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readByte, &flash_net_Socket_readByte); + dict_put(&flash_net_Socket.members, &flash_net_Socket_bytesAvailable, &flash_net_Socket_bytesAvailable); + dict_put(&flash_net_Socket.members, &flash_net_Socket_endian, &flash_net_Socket_endian); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readUnsignedShort, &flash_net_Socket_readUnsignedShort); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readUnsignedInt, &flash_net_Socket_readUnsignedInt); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readFloat, &flash_net_Socket_readFloat); + dict_put(&flash_net_Socket.members, &flash_net_Socket_writeUTFBytes, &flash_net_Socket_writeUTFBytes); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readBoolean, &flash_net_Socket_readBoolean); + dict_put(&flash_net_Socket.members, &flash_net_Socket_readUTF, &flash_net_Socket_readUTF); + dict_put(d, &_unescape, &_unescape); + dict_put(d, &flash_utils_Timer, &flash_utils_Timer); + dict_init2(&flash_utils_Timer.members, &memberinfo_type, 8); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_reset, &flash_utils_Timer_reset); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_running, &flash_utils_Timer_running); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_repeatCount, &flash_utils_Timer_repeatCount); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_stop, &flash_utils_Timer_stop); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_start, &flash_utils_Timer_start); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_currentCount, &flash_utils_Timer_currentCount); + dict_put(&flash_utils_Timer.members, &flash_utils_Timer_delay, &flash_utils_Timer_delay); dict_put(d, &_Array, &_Array); - dict_init(&_Array.members, 21); - dict_put(&_Array.members, "reverse", &_Array_reverse); - dict_put(&_Array.members, "map", &_Array_map); - dict_put(&_Array.members, "shift", &_Array_shift); - dict_put(&_Array.members, "length", &_Array_length); - dict_put(&_Array.members, "unshift", &_Array_unshift); - dict_put(&_Array.members, "join", &_Array_join); - dict_put(&_Array.members, "lastIndexOf", &_Array_lastIndexOf); - dict_put(&_Array.members, "indexOf", &_Array_indexOf); - dict_put(&_Array.members, "pop", &_Array_pop); - dict_put(&_Array.members, "slice", &_Array_slice); - dict_put(&_Array.members, "concat", &_Array_concat); - dict_put(&_Array.members, "some", &_Array_some); - dict_put(&_Array.members, "filter", &_Array_filter); - dict_put(&_Array.members, "forEach", &_Array_forEach); - dict_put(&_Array.members, "push", &_Array_push); - dict_put(&_Array.members, "every", &_Array_every); - dict_put(&_Array.members, "splice", &_Array_splice); - dict_put(&_Array.members, "sortOn", &_Array_sortOn); - dict_put(&_Array.members, "sort", &_Array_sort); - dict_put(&_Array.members, "CASEINSENSITIVE", &_Array_CASEINSENSITIVE); - dict_put(&_Array.members, "NUMERIC", &_Array_NUMERIC); - dict_put(&_Array.members, "UNIQUESORT", &_Array_UNIQUESORT); - dict_put(&_Array.members, "RETURNINDEXEDARRAY", &_Array_RETURNINDEXEDARRAY); - dict_put(&_Array.members, "DESCENDING", &_Array_DESCENDING); - dict_put(d, &_Boolean, &_Boolean); - dict_init(&_Boolean.members, 3); - dict_put(&_Boolean.members, "valueOf", &_Boolean_valueOf); - dict_put(&_Boolean.members, "toString", &_Boolean_toString); - dict_put(&_Boolean.members, "length", &_Boolean_length); - dict_put(d, &_Class, &_Class); - dict_init(&_Class.members, 2); - dict_put(&_Class.members, "prototype", &_Class_prototype); - dict_put(&_Class.members, "length", &_Class_length); - dict_put(d, &_Date, &_Date); - dict_init(&_Date.members, 78); - dict_put(&_Date.members, "month", &_Date_month); - dict_put(&_Date.members, "monthUTC", &_Date_monthUTC); - dict_put(&_Date.members, "getMilliseconds", &_Date_getMilliseconds); - dict_put(&_Date.members, "minutesUTC", &_Date_minutesUTC); - dict_put(&_Date.members, "hours", &_Date_hours); - dict_put(&_Date.members, "getUTCMinutes", &_Date_getUTCMinutes); - dict_put(&_Date.members, "milliseconds", &_Date_milliseconds); - dict_put(&_Date.members, "setMilliseconds", &_Date_setMilliseconds); - dict_put(&_Date.members, "hoursUTC", &_Date_hoursUTC); - dict_put(&_Date.members, "dateUTC", &_Date_dateUTC); - dict_put(&_Date.members, "fullYearUTC", &_Date_fullYearUTC); - dict_put(&_Date.members, "toTimeString", &_Date_toTimeString); - dict_put(&_Date.members, "toUTCString", &_Date_toUTCString); - dict_put(&_Date.members, "setUTCMilliseconds", &_Date_setUTCMilliseconds); - dict_put(&_Date.members, "day", &_Date_day); - dict_put(&_Date.members, "setMinutes", &_Date_setMinutes); - dict_put(&_Date.members, "getUTCMilliseconds", &_Date_getUTCMilliseconds); - dict_put(&_Date.members, "time", &_Date_time); - dict_put(&_Date.members, "getDate", &_Date_getDate); - dict_put(&_Date.members, "secondsUTC", &_Date_secondsUTC); - dict_put(&_Date.members, "toLocaleString", &_Date_toLocaleString); - dict_put(&_Date.members, "valueOf", &_Date_valueOf); - dict_put(&_Date.members, "getMinutes", &_Date_getMinutes); - dict_put(&_Date.members, "setUTCMinutes", &_Date_setUTCMinutes); - dict_put(&_Date.members, "date", &_Date_date); - dict_put(&_Date.members, "setDate", &_Date_setDate); - dict_put(&_Date.members, "getUTCSeconds", &_Date_getUTCSeconds); - dict_put(&_Date.members, "getUTCMonth", &_Date_getUTCMonth); - dict_put(&_Date.members, "setUTCDate", &_Date_setUTCDate); - dict_put(&_Date.members, "toDateString", &_Date_toDateString); - dict_put(&_Date.members, "getUTCDate", &_Date_getUTCDate); - dict_put(&_Date.members, "setUTCSeconds", &_Date_setUTCSeconds); - dict_put(&_Date.members, "setUTCMonth", &_Date_setUTCMonth); - dict_put(&_Date.members, "getUTCHours", &_Date_getUTCHours); - dict_put(&_Date.members, "getTime", &_Date_getTime); - dict_put(&_Date.members, "setSeconds", &_Date_setSeconds); - dict_put(&_Date.members, "setMonth", &_Date_setMonth); - dict_put(&_Date.members, "getSeconds", &_Date_getSeconds); - dict_put(&_Date.members, "getMonth", &_Date_getMonth); - dict_put(&_Date.members, "setHours", &_Date_setHours); - dict_put(&_Date.members, "getUTCDay", &_Date_getUTCDay); - dict_put(&_Date.members, "setTime", &_Date_setTime); - dict_put(&_Date.members, "toLocaleTimeString", &_Date_toLocaleTimeString); - dict_put(&_Date.members, "setUTCHours", &_Date_setUTCHours); - dict_put(&_Date.members, "minutes", &_Date_minutes); - dict_put(&_Date.members, "fullYear", &_Date_fullYear); - dict_put(&_Date.members, "getHours", &_Date_getHours); - dict_put(&_Date.members, "getTimezoneOffset", &_Date_getTimezoneOffset); - dict_put(&_Date.members, "millisecondsUTC", &_Date_millisecondsUTC); - dict_put(&_Date.members, "getDay", &_Date_getDay); - dict_put(&_Date.members, "dayUTC", &_Date_dayUTC); - dict_put(&_Date.members, "getFullYear", &_Date_getFullYear); - dict_put(&_Date.members, "toString", &_Date_toString); - dict_put(&_Date.members, "setFullYear", &_Date_setFullYear); - dict_put(&_Date.members, "toLocaleDateString", &_Date_toLocaleDateString); - dict_put(&_Date.members, "setUTCFullYear", &_Date_setUTCFullYear); - dict_put(&_Date.members, "getUTCFullYear", &_Date_getUTCFullYear); - dict_put(&_Date.members, "timezoneOffset", &_Date_timezoneOffset); - dict_put(&_Date.members, "seconds", &_Date_seconds); - dict_put(&_Date.members, "UTC", &_Date_UTC); - dict_put(&_Date.members, "parse", &_Date_parse); - dict_put(&_Date.members, "length", &_Date_length); - dict_put(d, &_DefinitionError, &_DefinitionError); - dict_init(&_DefinitionError.members, 1); - dict_put(d, &_Error, &_Error); - dict_init(&_Error.members, 6); - dict_put(&_Error.members, "getStackTrace", &_Error_getStackTrace); - dict_put(&_Error.members, "errorID", &_Error_errorID); - dict_put(&_Error.members, "message", &_Error_message); - dict_put(&_Error.members, "name", &_Error_name); - dict_put(&_Error.members, "throwError", &_Error_throwError); - dict_put(&_Error.members, "getErrorMessage", &_Error_getErrorMessage); - dict_put(&_Error.members, "length", &_Error_length); - dict_put(d, &_EvalError, &_EvalError); - dict_init(&_EvalError.members, 1); + dict_init2(&_Array.members, &memberinfo_type, 63); + dict_put(&_Array.members, &_Array_sort, &_Array_sort); + dict_put(&_Array.members, &_Array_unshift, &_Array_unshift); + dict_put(&_Array.members, &_Array_RETURNINDEXEDARRAY, &_Array_RETURNINDEXEDARRAY); + dict_put(&_Array.members, &_Array_indexOf, &_Array_indexOf); + dict_put(&_Array.members, &_Array_join, &_Array_join); + dict_put(&_Array.members, &_Array_sortOn, &_Array_sortOn); + dict_put(&_Array.members, &_Array_UNIQUESORT, &_Array_UNIQUESORT); + dict_put(&_Array.members, &_Array_shift, &_Array_shift); + dict_put(&_Array.members, &_Array_reverse, &_Array_reverse); + dict_put(&_Array.members, &_Array_CASEINSENSITIVE, &_Array_CASEINSENSITIVE); + dict_put(&_Array.members, &_Array_forEach, &_Array_forEach); + dict_put(&_Array.members, &_Array_DESCENDING, &_Array_DESCENDING); + dict_put(&_Array.members, &_Array_pop, &_Array_pop); + dict_put(&_Array.members, &_Array_slice, &_Array_slice); + dict_put(&_Array.members, &_Array_length, &_Array_length); + dict_put(&_Array.members, &_Array_map, &_Array_map); + dict_put(&_Array.members, &_Array_push, &_Array_push); + dict_put(&_Array.members, &_Array_lastIndexOf, &_Array_lastIndexOf); + dict_put(&_Array.members, &_Array_splice, &_Array_splice); + dict_put(&_Array.members, &_Array_every, &_Array_every); + dict_put(&_Array.members, &_Array_concat, &_Array_concat); + dict_put(&_Array.members, &_Array_NUMERIC, &_Array_NUMERIC); + dict_put(&_Array.members, &_Array_filter, &_Array_filter); + dict_put(&_Array.members, &_Array_some, &_Array_some); + dict_put(d, &flash_geom_ColorTransform, &flash_geom_ColorTransform); + dict_init2(&flash_geom_ColorTransform.members, &memberinfo_type, 15); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_blueOffset, &flash_geom_ColorTransform_blueOffset); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_greenOffset, &flash_geom_ColorTransform_greenOffset); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_greenMultiplier, &flash_geom_ColorTransform_greenMultiplier); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_redMultiplier, &flash_geom_ColorTransform_redMultiplier); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_color, &flash_geom_ColorTransform_color); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_concat, &flash_geom_ColorTransform_concat); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_alphaOffset, &flash_geom_ColorTransform_alphaOffset); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_blueMultiplier, &flash_geom_ColorTransform_blueMultiplier); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_toString, &flash_geom_ColorTransform_toString); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_alphaMultiplier, &flash_geom_ColorTransform_alphaMultiplier); + dict_put(&flash_geom_ColorTransform.members, &flash_geom_ColorTransform_redOffset, &flash_geom_ColorTransform_redOffset); + dict_put(d, &flash_text_GridFitType, &flash_text_GridFitType); + dict_init2(&flash_text_GridFitType.members, &memberinfo_type, 8); + dict_put(&flash_text_GridFitType.members, &flash_text_GridFitType_SUBPIXEL, &flash_text_GridFitType_SUBPIXEL); + dict_put(&flash_text_GridFitType.members, &flash_text_GridFitType_PIXEL, &flash_text_GridFitType_PIXEL); + dict_put(&flash_text_GridFitType.members, &flash_text_GridFitType_NONE, &flash_text_GridFitType_NONE); + dict_put(d, &flash_filters_DisplacementMapFilterMode, &flash_filters_DisplacementMapFilterMode); + dict_init2(&flash_filters_DisplacementMapFilterMode.members, &memberinfo_type, 8); + dict_put(&flash_filters_DisplacementMapFilterMode.members, &flash_filters_DisplacementMapFilterMode_COLOR, &flash_filters_DisplacementMapFilterMode_COLOR); + dict_put(&flash_filters_DisplacementMapFilterMode.members, &flash_filters_DisplacementMapFilterMode_WRAP, &flash_filters_DisplacementMapFilterMode_WRAP); + dict_put(&flash_filters_DisplacementMapFilterMode.members, &flash_filters_DisplacementMapFilterMode_CLAMP, &flash_filters_DisplacementMapFilterMode_CLAMP); + dict_put(&flash_filters_DisplacementMapFilterMode.members, &flash_filters_DisplacementMapFilterMode_IGNORE, &flash_filters_DisplacementMapFilterMode_IGNORE); + dict_put(d, &flash_text_TextFieldType, &flash_text_TextFieldType); + dict_init2(&flash_text_TextFieldType.members, &memberinfo_type, 8); + dict_put(&flash_text_TextFieldType.members, &flash_text_TextFieldType_DYNAMIC, &flash_text_TextFieldType_DYNAMIC); + dict_put(&flash_text_TextFieldType.members, &flash_text_TextFieldType_INPUT, &flash_text_TextFieldType_INPUT); + dict_put(d, &flash_display_IGraphicsStroke, &flash_display_IGraphicsStroke); + dict_init2(&flash_display_IGraphicsStroke.members, &memberinfo_type, 8); + dict_put(d, &flash_media_SoundLoaderContext, &flash_media_SoundLoaderContext); + dict_init2(&flash_media_SoundLoaderContext.members, &memberinfo_type, 8); + dict_put(&flash_media_SoundLoaderContext.members, &flash_media_SoundLoaderContext_checkPolicyFile, &flash_media_SoundLoaderContext_checkPolicyFile); + dict_put(&flash_media_SoundLoaderContext.members, &flash_media_SoundLoaderContext_bufferTime, &flash_media_SoundLoaderContext_bufferTime); + dict_put(d, &flash_net_IDynamicPropertyOutput, &flash_net_IDynamicPropertyOutput); + dict_init2(&flash_net_IDynamicPropertyOutput.members, &memberinfo_type, 8); + dict_put(&flash_net_IDynamicPropertyOutput.members, &flash_net_IDynamicPropertyOutput_writeDynamicProperty, &flash_net_IDynamicPropertyOutput_writeDynamicProperty); + dict_put(d, &flash_display_IGraphicsData, &flash_display_IGraphicsData); + dict_init2(&flash_display_IGraphicsData.members, &memberinfo_type, 8); + dict_put(d, &flash_utils_getDefinitionByName, &flash_utils_getDefinitionByName); dict_put(d, &_Function, &_Function); - dict_init(&_Function.members, 6); - dict_put(&_Function.members, "prototype", &_Function_prototype); - dict_put(&_Function.members, "call", &_Function_call); - dict_put(&_Function.members, "length", &_Function_length); - dict_put(&_Function.members, "apply", &_Function_apply); - dict_put(d, &_Math, &_Math); - dict_init(&_Math.members, 1); + dict_init2(&_Function.members, &memberinfo_type, 8); + dict_put(&_Function.members, &_Function_length, &_Function_length); + dict_put(&_Function.members, &_Function_apply, &_Function_apply); + dict_put(&_Function.members, &_Function_call, &_Function_call); + dict_put(&_Function.members, &_Function_prototype, &_Function_prototype); + dict_put(d, &flash_geom_PerspectiveProjection, &flash_geom_PerspectiveProjection); + dict_init2(&flash_geom_PerspectiveProjection.members, &memberinfo_type, 8); + dict_put(&flash_geom_PerspectiveProjection.members, &flash_geom_PerspectiveProjection_fieldOfView, &flash_geom_PerspectiveProjection_fieldOfView); + dict_put(&flash_geom_PerspectiveProjection.members, &flash_geom_PerspectiveProjection_projectionCenter, &flash_geom_PerspectiveProjection_projectionCenter); + dict_put(&flash_geom_PerspectiveProjection.members, &flash_geom_PerspectiveProjection_toMatrix3D, &flash_geom_PerspectiveProjection_toMatrix3D); + dict_put(&flash_geom_PerspectiveProjection.members, &flash_geom_PerspectiveProjection_focalLength, &flash_geom_PerspectiveProjection_focalLength); + dict_put(d, &flash_text_engine_BreakOpportunity, &flash_text_engine_BreakOpportunity); + dict_init2(&flash_text_engine_BreakOpportunity.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_BreakOpportunity.members, &flash_text_engine_BreakOpportunity_AUTO, &flash_text_engine_BreakOpportunity_AUTO); + dict_put(&flash_text_engine_BreakOpportunity.members, &flash_text_engine_BreakOpportunity_ANY, &flash_text_engine_BreakOpportunity_ANY); + dict_put(&flash_text_engine_BreakOpportunity.members, &flash_text_engine_BreakOpportunity_ALL, &flash_text_engine_BreakOpportunity_ALL); + dict_put(&flash_text_engine_BreakOpportunity.members, &flash_text_engine_BreakOpportunity_NONE, &flash_text_engine_BreakOpportunity_NONE); + dict_put(d, &flash_sampler__getInvocationCount, &flash_sampler__getInvocationCount); + dict_put(d, &_parseFloat, &_parseFloat); + dict_put(d, &flash_events_NetStatusEvent, &flash_events_NetStatusEvent); + dict_init2(&flash_events_NetStatusEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_NetStatusEvent.members, &flash_events_NetStatusEvent_NET_STATUS, &flash_events_NetStatusEvent_NET_STATUS); + dict_put(&flash_events_NetStatusEvent.members, &flash_events_NetStatusEvent_toString, &flash_events_NetStatusEvent_toString); + dict_put(&flash_events_NetStatusEvent.members, &flash_events_NetStatusEvent_info, &flash_events_NetStatusEvent_info); + dict_put(&flash_events_NetStatusEvent.members, &flash_events_NetStatusEvent_clone, &flash_events_NetStatusEvent_clone); + dict_put(d, &flash_display_ShaderJob, &flash_display_ShaderJob); + dict_init2(&flash_display_ShaderJob.members, &memberinfo_type, 8); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_cancel, &flash_display_ShaderJob_cancel); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_width, &flash_display_ShaderJob_width); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_start, &flash_display_ShaderJob_start); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_shader, &flash_display_ShaderJob_shader); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_height, &flash_display_ShaderJob_height); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_target, &flash_display_ShaderJob_target); + dict_put(&flash_display_ShaderJob.members, &flash_display_ShaderJob_progress, &flash_display_ShaderJob_progress); + dict_put(d, &_VerifyError, &_VerifyError); + dict_init2(&_VerifyError.members, &memberinfo_type, 8); + dict_put(&_VerifyError.members, &_VerifyError_length, &_VerifyError_length); + dict_put(d, &flash_events_AsyncErrorEvent, &flash_events_AsyncErrorEvent); + dict_init2(&flash_events_AsyncErrorEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_AsyncErrorEvent.members, &flash_events_AsyncErrorEvent_toString, &flash_events_AsyncErrorEvent_toString); + dict_put(&flash_events_AsyncErrorEvent.members, &flash_events_AsyncErrorEvent_ASYNC_ERROR, &flash_events_AsyncErrorEvent_ASYNC_ERROR); + dict_put(&flash_events_AsyncErrorEvent.members, &flash_events_AsyncErrorEvent_error, &flash_events_AsyncErrorEvent_error); + dict_put(&flash_events_AsyncErrorEvent.members, &flash_events_AsyncErrorEvent_clone, &flash_events_AsyncErrorEvent_clone); + dict_put(d, &flash_net_SharedObject, &flash_net_SharedObject); + dict_init2(&flash_net_SharedObject.members, &memberinfo_type, 15); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_getLocal, &flash_net_SharedObject_getLocal); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_getDiskUsage, &flash_net_SharedObject_getDiskUsage); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_objectEncoding, &flash_net_SharedObject_objectEncoding); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_client, &flash_net_SharedObject_client); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_setProperty, &flash_net_SharedObject_setProperty); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_clear, &flash_net_SharedObject_clear); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_flush, &flash_net_SharedObject_flush); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_defaultObjectEncoding, &flash_net_SharedObject_defaultObjectEncoding); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_connect, &flash_net_SharedObject_connect); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_size, &flash_net_SharedObject_size); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_setDirty, &flash_net_SharedObject_setDirty); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_getRemote, &flash_net_SharedObject_getRemote); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_send, &flash_net_SharedObject_send); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_close, &flash_net_SharedObject_close); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_deleteAll, &flash_net_SharedObject_deleteAll); + dict_put(&flash_net_SharedObject.members, &flash_net_SharedObject_data, &flash_net_SharedObject_data); dict_put(d, &_Namespace, &_Namespace); - dict_init(&_Namespace.members, 5); - dict_put(&_Namespace.members, "valueOf", &_Namespace_valueOf); - dict_put(&_Namespace.members, "prefix", &_Namespace_prefix); - dict_put(&_Namespace.members, "toString", &_Namespace_toString); - dict_put(&_Namespace.members, "uri", &_Namespace_uri); - dict_put(&_Namespace.members, "length", &_Namespace_length); - dict_put(d, &_Number, &_Number); - dict_init(&_Number.members, 6); - dict_put(&_Number.members, "toPrecision", &_Number_toPrecision); - dict_put(&_Number.members, "valueOf", &_Number_valueOf); - dict_put(&_Number.members, "toFixed", &_Number_toFixed); - dict_put(&_Number.members, "toExponential", &_Number_toExponential); - dict_put(&_Number.members, "toString", &_Number_toString); - dict_put(&_Number.members, "MIN_VALUE", &_Number_MIN_VALUE); - dict_put(&_Number.members, "length", &_Number_length); - dict_put(&_Number.members, "POSITIVE_INFINITY", &_Number_POSITIVE_INFINITY); - dict_put(&_Number.members, "NEGATIVE_INFINITY", &_Number_NEGATIVE_INFINITY); - dict_put(&_Number.members, "MAX_VALUE", &_Number_MAX_VALUE); - dict_put(&_Number.members, "NaN", &_Number_NaN); - dict_put(d, &_Object, &_Object); - dict_init(&_Object.members, 4); - dict_put(&_Object.members, "hasOwnProperty", &_Object_hasOwnProperty); - dict_put(&_Object.members, "propertyIsEnumerable", &_Object_propertyIsEnumerable); - dict_put(&_Object.members, "isPrototypeOf", &_Object_isPrototypeOf); - dict_put(&_Object.members, "_dontEnumPrototype", &_Object__dontEnumPrototype); - dict_put(&_Object.members, "_setPropertyIsEnumerable", &_Object__setPropertyIsEnumerable); - dict_put(&_Object.members, "length", &_Object_length); - dict_put(&_Object.members, "init", &_Object_init); + dict_init2(&_Namespace.members, &memberinfo_type, 8); + dict_put(&_Namespace.members, &_Namespace_valueOf, &_Namespace_valueOf); + dict_put(&_Namespace.members, &_Namespace_length, &_Namespace_length); + dict_put(&_Namespace.members, &_Namespace_toString, &_Namespace_toString); + dict_put(&_Namespace.members, &_Namespace_uri, &_Namespace_uri); + dict_put(&_Namespace.members, &_Namespace_prefix, &_Namespace_prefix); + dict_put(d, &flash_utils_setTimeout, &flash_utils_setTimeout); + dict_put(d, &flash_geom_Matrix3D, &flash_geom_Matrix3D); + dict_init2(&flash_geom_Matrix3D.members, &memberinfo_type, 63); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_interpolateTo, &flash_geom_Matrix3D_interpolateTo); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_pointAt, &flash_geom_Matrix3D_pointAt); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_interpolate, &flash_geom_Matrix3D_interpolate); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_prependRotation, &flash_geom_Matrix3D_prependRotation); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_transformVector, &flash_geom_Matrix3D_transformVector); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_transpose, &flash_geom_Matrix3D_transpose); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_prependScale, &flash_geom_Matrix3D_prependScale); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_deltaTransformVector, &flash_geom_Matrix3D_deltaTransformVector); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_position, &flash_geom_Matrix3D_position); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_decompose, &flash_geom_Matrix3D_decompose); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_append, &flash_geom_Matrix3D_append); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_recompose, &flash_geom_Matrix3D_recompose); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_clone, &flash_geom_Matrix3D_clone); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_rawData, &flash_geom_Matrix3D_rawData); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_determinant, &flash_geom_Matrix3D_determinant); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_invert, &flash_geom_Matrix3D_invert); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_appendScale, &flash_geom_Matrix3D_appendScale); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_transformVectors, &flash_geom_Matrix3D_transformVectors); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_appendTranslation, &flash_geom_Matrix3D_appendTranslation); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_appendRotation, &flash_geom_Matrix3D_appendRotation); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_prepend, &flash_geom_Matrix3D_prepend); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_identity, &flash_geom_Matrix3D_identity); + dict_put(&flash_geom_Matrix3D.members, &flash_geom_Matrix3D_prependTranslation, &flash_geom_Matrix3D_prependTranslation); + dict_put(d, &flash_sampler_pauseSampling, &flash_sampler_pauseSampling); + dict_put(d, &flash_system_Capabilities, &flash_system_Capabilities); + dict_init2(&flash_system_Capabilities.members, &memberinfo_type, 63); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_maxLevelIDC, &flash_system_Capabilities_maxLevelIDC); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_isDebugger, &flash_system_Capabilities_isDebugger); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasStreamingAudio, &flash_system_Capabilities_hasStreamingAudio); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_screenColor, &flash_system_Capabilities_screenColor); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasIME, &flash_system_Capabilities_hasIME); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasEmbeddedVideo, &flash_system_Capabilities_hasEmbeddedVideo); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasTLS, &flash_system_Capabilities_hasTLS); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_isEmbeddedInAcrobat, &flash_system_Capabilities_isEmbeddedInAcrobat); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasScreenPlayback, &flash_system_Capabilities_hasScreenPlayback); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasVideoEncoder, &flash_system_Capabilities_hasVideoEncoder); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasAudioEncoder, &flash_system_Capabilities_hasAudioEncoder); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_pixelAspectRatio, &flash_system_Capabilities_pixelAspectRatio); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasStreamingVideo, &flash_system_Capabilities_hasStreamingVideo); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_screenResolutionX, &flash_system_Capabilities_screenResolutionX); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasScreenBroadcast, &flash_system_Capabilities_hasScreenBroadcast); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasAudio, &flash_system_Capabilities_hasAudio); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_language, &flash_system_Capabilities_language); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_manufacturer, &flash_system_Capabilities_manufacturer); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasPrinting, &flash_system_Capabilities_hasPrinting); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_os, &flash_system_Capabilities_os); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_localFileReadDisable, &flash_system_Capabilities_localFileReadDisable); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasMP3, &flash_system_Capabilities_hasMP3); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_avHardwareDisable, &flash_system_Capabilities_avHardwareDisable); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_hasAccessibility, &flash_system_Capabilities_hasAccessibility); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_version, &flash_system_Capabilities_version); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_screenDPI, &flash_system_Capabilities_screenDPI); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_playerType, &flash_system_Capabilities_playerType); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_screenResolutionY, &flash_system_Capabilities_screenResolutionY); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities__internal, &flash_system_Capabilities__internal); + dict_put(&flash_system_Capabilities.members, &flash_system_Capabilities_serverString, &flash_system_Capabilities_serverString); + dict_put(d, &flash_sampler_getSetterInvocationCount, &flash_sampler_getSetterInvocationCount); + dict_put(d, &flash_sampler_getGetterInvocationCount, &flash_sampler_getGetterInvocationCount); + dict_put(d, &flash_filters_BlurFilter, &flash_filters_BlurFilter); + dict_init2(&flash_filters_BlurFilter.members, &memberinfo_type, 8); + dict_put(&flash_filters_BlurFilter.members, &flash_filters_BlurFilter_blurY, &flash_filters_BlurFilter_blurY); + dict_put(&flash_filters_BlurFilter.members, &flash_filters_BlurFilter_clone, &flash_filters_BlurFilter_clone); + dict_put(&flash_filters_BlurFilter.members, &flash_filters_BlurFilter_quality, &flash_filters_BlurFilter_quality); + dict_put(&flash_filters_BlurFilter.members, &flash_filters_BlurFilter_blurX, &flash_filters_BlurFilter_blurX); + dict_put(d, &_isFinite, &_isFinite); + dict_put(d, &flash_media_Video, &flash_media_Video); + dict_init2(&flash_media_Video.members, &memberinfo_type, 8); + dict_put(&flash_media_Video.members, &flash_media_Video_attachCamera, &flash_media_Video_attachCamera); + dict_put(&flash_media_Video.members, &flash_media_Video_videoWidth, &flash_media_Video_videoWidth); + dict_put(&flash_media_Video.members, &flash_media_Video_clear, &flash_media_Video_clear); + dict_put(&flash_media_Video.members, &flash_media_Video_deblocking, &flash_media_Video_deblocking); + dict_put(&flash_media_Video.members, &flash_media_Video_videoHeight, &flash_media_Video_videoHeight); + dict_put(&flash_media_Video.members, &flash_media_Video_attachNetStream, &flash_media_Video_attachNetStream); + dict_put(&flash_media_Video.members, &flash_media_Video_smoothing, &flash_media_Video_smoothing); + dict_put(d, &flash_text_engine_TextLineCreationResult, &flash_text_engine_TextLineCreationResult); + dict_init2(&flash_text_engine_TextLineCreationResult.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextLineCreationResult.members, &flash_text_engine_TextLineCreationResult_EMERGENCY, &flash_text_engine_TextLineCreationResult_EMERGENCY); + dict_put(&flash_text_engine_TextLineCreationResult.members, &flash_text_engine_TextLineCreationResult_COMPLETE, &flash_text_engine_TextLineCreationResult_COMPLETE); + dict_put(&flash_text_engine_TextLineCreationResult.members, &flash_text_engine_TextLineCreationResult_SUCCESS, &flash_text_engine_TextLineCreationResult_SUCCESS); + dict_put(&flash_text_engine_TextLineCreationResult.members, &flash_text_engine_TextLineCreationResult_INSUFFICIENT_WIDTH, &flash_text_engine_TextLineCreationResult_INSUFFICIENT_WIDTH); + dict_put(d, &_Error, &_Error); + dict_init2(&_Error.members, &memberinfo_type, 15); + dict_put(&_Error.members, &_Error_getErrorMessage, &_Error_getErrorMessage); + dict_put(&_Error.members, &_Error_throwError, &_Error_throwError); + dict_put(&_Error.members, &_Error_length, &_Error_length); + dict_put(&_Error.members, &_Error_name, &_Error_name); + dict_put(&_Error.members, &_Error_message, &_Error_message); + dict_put(&_Error.members, &_Error_getStackTrace, &_Error_getStackTrace); + dict_put(&_Error.members, &_Error_errorID, &_Error_errorID); + dict_put(d, &flash_xml_XMLNode, &flash_xml_XMLNode); + dict_init2(&flash_xml_XMLNode.members, &memberinfo_type, 31); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_childNodes, &flash_xml_XMLNode_childNodes); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_appendChild, &flash_xml_XMLNode_appendChild); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_nextSibling, &flash_xml_XMLNode_nextSibling); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_nodeType, &flash_xml_XMLNode_nodeType); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_attributes, &flash_xml_XMLNode_attributes); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_firstChild, &flash_xml_XMLNode_firstChild); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_parentNode, &flash_xml_XMLNode_parentNode); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_toString, &flash_xml_XMLNode_toString); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_prefix, &flash_xml_XMLNode_prefix); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_localName, &flash_xml_XMLNode_localName); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_nodeName, &flash_xml_XMLNode_nodeName); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_getNamespaceForPrefix, &flash_xml_XMLNode_getNamespaceForPrefix); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_insertBefore, &flash_xml_XMLNode_insertBefore); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_lastChild, &flash_xml_XMLNode_lastChild); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_cloneNode, &flash_xml_XMLNode_cloneNode); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_removeNode, &flash_xml_XMLNode_removeNode); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_namespaceURI, &flash_xml_XMLNode_namespaceURI); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_previousSibling, &flash_xml_XMLNode_previousSibling); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_hasChildNodes, &flash_xml_XMLNode_hasChildNodes); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_getPrefixForNamespace, &flash_xml_XMLNode_getPrefixForNamespace); + dict_put(&flash_xml_XMLNode.members, &flash_xml_XMLNode_nodeValue, &flash_xml_XMLNode_nodeValue); + dict_put(d, &flash_net_URLVariables, &flash_net_URLVariables); + dict_init2(&flash_net_URLVariables.members, &memberinfo_type, 8); + dict_put(&flash_net_URLVariables.members, &flash_net_URLVariables_toString, &flash_net_URLVariables_toString); + dict_put(&flash_net_URLVariables.members, &flash_net_URLVariables_decode, &flash_net_URLVariables_decode); + dict_put(d, &flash_display_LoaderInfo, &flash_display_LoaderInfo); + dict_init2(&flash_display_LoaderInfo.members, &memberinfo_type, 31); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_getLoaderInfoByDefinition, &flash_display_LoaderInfo_getLoaderInfoByDefinition); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_actionScriptVersion, &flash_display_LoaderInfo_actionScriptVersion); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_contentType, &flash_display_LoaderInfo_contentType); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_sameDomain, &flash_display_LoaderInfo_sameDomain); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_bytesTotal, &flash_display_LoaderInfo_bytesTotal); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_loaderURL, &flash_display_LoaderInfo_loaderURL); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_width, &flash_display_LoaderInfo_width); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_dispatchEvent, &flash_display_LoaderInfo_dispatchEvent); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_height, &flash_display_LoaderInfo_height); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_frameRate, &flash_display_LoaderInfo_frameRate); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_parameters, &flash_display_LoaderInfo_parameters); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_bytesLoaded, &flash_display_LoaderInfo_bytesLoaded); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_url, &flash_display_LoaderInfo_url); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_content, &flash_display_LoaderInfo_content); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_swfVersion, &flash_display_LoaderInfo_swfVersion); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_bytes, &flash_display_LoaderInfo_bytes); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_loader, &flash_display_LoaderInfo_loader); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_applicationDomain, &flash_display_LoaderInfo_applicationDomain); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_parentAllowsChild, &flash_display_LoaderInfo_parentAllowsChild); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_childAllowsParent, &flash_display_LoaderInfo_childAllowsParent); + dict_put(&flash_display_LoaderInfo.members, &flash_display_LoaderInfo_sharedEvents, &flash_display_LoaderInfo_sharedEvents); + dict_put(d, &flash_sampler_Sample, &flash_sampler_Sample); + dict_init2(&flash_sampler_Sample.members, &memberinfo_type, 8); + dict_put(&flash_sampler_Sample.members, &flash_sampler_Sample_time, &flash_sampler_Sample_time); + dict_put(&flash_sampler_Sample.members, &flash_sampler_Sample_stack, &flash_sampler_Sample_stack); + dict_put(d, &flash_text_engine_DigitWidth, &flash_text_engine_DigitWidth); + dict_init2(&flash_text_engine_DigitWidth.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_DigitWidth.members, &flash_text_engine_DigitWidth_PROPORTIONAL, &flash_text_engine_DigitWidth_PROPORTIONAL); + dict_put(&flash_text_engine_DigitWidth.members, &flash_text_engine_DigitWidth_DEFAULT, &flash_text_engine_DigitWidth_DEFAULT); + dict_put(&flash_text_engine_DigitWidth.members, &flash_text_engine_DigitWidth_TABULAR, &flash_text_engine_DigitWidth_TABULAR); + dict_put(d, &flash_net_URLRequestMethod, &flash_net_URLRequestMethod); + dict_init2(&flash_net_URLRequestMethod.members, &memberinfo_type, 8); + dict_put(&flash_net_URLRequestMethod.members, &flash_net_URLRequestMethod_GET, &flash_net_URLRequestMethod_GET); + dict_put(&flash_net_URLRequestMethod.members, &flash_net_URLRequestMethod_POST, &flash_net_URLRequestMethod_POST); + dict_put(d, &adobe_utils_MMExecute, &adobe_utils_MMExecute); + dict_put(d, &flash_system_System, &flash_system_System); + dict_init2(&flash_system_System.members, &memberinfo_type, 15); + dict_put(&flash_system_System.members, &flash_system_System_pause, &flash_system_System_pause); + dict_put(&flash_system_System.members, &flash_system_System_useCodePage, &flash_system_System_useCodePage); + dict_put(&flash_system_System.members, &flash_system_System_exit, &flash_system_System_exit); + dict_put(&flash_system_System.members, &flash_system_System_setClipboard, &flash_system_System_setClipboard); + dict_put(&flash_system_System.members, &flash_system_System_totalMemory, &flash_system_System_totalMemory); + dict_put(&flash_system_System.members, &flash_system_System_gc, &flash_system_System_gc); + dict_put(&flash_system_System.members, &flash_system_System_resume, &flash_system_System_resume); + dict_put(&flash_system_System.members, &flash_system_System_vmVersion, &flash_system_System_vmVersion); + dict_put(&flash_system_System.members, &flash_system_System_ime, &flash_system_System_ime); + dict_put(d, &flash_filters_BitmapFilterQuality, &flash_filters_BitmapFilterQuality); + dict_init2(&flash_filters_BitmapFilterQuality.members, &memberinfo_type, 8); + dict_put(&flash_filters_BitmapFilterQuality.members, &flash_filters_BitmapFilterQuality_LOW, &flash_filters_BitmapFilterQuality_LOW); + dict_put(&flash_filters_BitmapFilterQuality.members, &flash_filters_BitmapFilterQuality_MEDIUM, &flash_filters_BitmapFilterQuality_MEDIUM); + dict_put(&flash_filters_BitmapFilterQuality.members, &flash_filters_BitmapFilterQuality_HIGH, &flash_filters_BitmapFilterQuality_HIGH); + dict_put(d, &flash_display_DisplayObjectContainer, &flash_display_DisplayObjectContainer); + dict_init2(&flash_display_DisplayObjectContainer.members, &memberinfo_type, 31); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_addChild, &flash_display_DisplayObjectContainer_addChild); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_getObjectsUnderPoint, &flash_display_DisplayObjectContainer_getObjectsUnderPoint); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_removeChildAt, &flash_display_DisplayObjectContainer_removeChildAt); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_swapChildren, &flash_display_DisplayObjectContainer_swapChildren); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint, &flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_setChildIndex, &flash_display_DisplayObjectContainer_setChildIndex); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_numChildren, &flash_display_DisplayObjectContainer_numChildren); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_getChildIndex, &flash_display_DisplayObjectContainer_getChildIndex); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_getChildAt, &flash_display_DisplayObjectContainer_getChildAt); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_removeChild, &flash_display_DisplayObjectContainer_removeChild); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_addChildAt, &flash_display_DisplayObjectContainer_addChildAt); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_contains, &flash_display_DisplayObjectContainer_contains); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_getChildByName, &flash_display_DisplayObjectContainer_getChildByName); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_swapChildrenAt, &flash_display_DisplayObjectContainer_swapChildrenAt); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_mouseChildren, &flash_display_DisplayObjectContainer_mouseChildren); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_tabChildren, &flash_display_DisplayObjectContainer_tabChildren); + dict_put(&flash_display_DisplayObjectContainer.members, &flash_display_DisplayObjectContainer_textSnapshot, &flash_display_DisplayObjectContainer_textSnapshot); + dict_put(d, &flash_system_LoaderContext, &flash_system_LoaderContext); + dict_init2(&flash_system_LoaderContext.members, &memberinfo_type, 8); + dict_put(&flash_system_LoaderContext.members, &flash_system_LoaderContext_checkPolicyFile, &flash_system_LoaderContext_checkPolicyFile); + dict_put(&flash_system_LoaderContext.members, &flash_system_LoaderContext_securityDomain, &flash_system_LoaderContext_securityDomain); + dict_put(&flash_system_LoaderContext.members, &flash_system_LoaderContext_applicationDomain, &flash_system_LoaderContext_applicationDomain); + dict_put(d, &flash_utils_clearTimeout, &flash_utils_clearTimeout); + dict_put(d, &_isXMLName, &_isXMLName); + dict_put(d, &flash_xml_XMLNodeType, &flash_xml_XMLNodeType); + dict_init2(&flash_xml_XMLNodeType.members, &memberinfo_type, 8); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_PROCESSING_INSTRUCTION_NODE, &flash_xml_XMLNodeType_PROCESSING_INSTRUCTION_NODE); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_CDATA_NODE, &flash_xml_XMLNodeType_CDATA_NODE); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_DOCUMENT_TYPE_NODE, &flash_xml_XMLNodeType_DOCUMENT_TYPE_NODE); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_COMMENT_NODE, &flash_xml_XMLNodeType_COMMENT_NODE); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_XML_DECLARATION, &flash_xml_XMLNodeType_XML_DECLARATION); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_TEXT_NODE, &flash_xml_XMLNodeType_TEXT_NODE); + dict_put(&flash_xml_XMLNodeType.members, &flash_xml_XMLNodeType_ELEMENT_NODE, &flash_xml_XMLNodeType_ELEMENT_NODE); + dict_put(d, &flash_events_ErrorEvent, &flash_events_ErrorEvent); + dict_init2(&flash_events_ErrorEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_ErrorEvent.members, &flash_events_ErrorEvent_toString, &flash_events_ErrorEvent_toString); + dict_put(&flash_events_ErrorEvent.members, &flash_events_ErrorEvent_ERROR, &flash_events_ErrorEvent_ERROR); + dict_put(&flash_events_ErrorEvent.members, &flash_events_ErrorEvent_clone, &flash_events_ErrorEvent_clone); + dict_put(d, &flash_utils_IDataOutput, &flash_utils_IDataOutput); + dict_init2(&flash_utils_IDataOutput.members, &memberinfo_type, 31); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeUnsignedInt, &flash_utils_IDataOutput_writeUnsignedInt); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeInt, &flash_utils_IDataOutput_writeInt); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_objectEncoding, &flash_utils_IDataOutput_objectEncoding); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeUTFBytes, &flash_utils_IDataOutput_writeUTFBytes); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeObject, &flash_utils_IDataOutput_writeObject); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeMultiByte, &flash_utils_IDataOutput_writeMultiByte); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeShort, &flash_utils_IDataOutput_writeShort); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeFloat, &flash_utils_IDataOutput_writeFloat); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeUTF, &flash_utils_IDataOutput_writeUTF); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeByte, &flash_utils_IDataOutput_writeByte); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeBoolean, &flash_utils_IDataOutput_writeBoolean); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeDouble, &flash_utils_IDataOutput_writeDouble); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_writeBytes, &flash_utils_IDataOutput_writeBytes); + dict_put(&flash_utils_IDataOutput.members, &flash_utils_IDataOutput_endian, &flash_utils_IDataOutput_endian); + dict_put(d, &flash_geom_Utils3D, &flash_geom_Utils3D); + dict_init2(&flash_geom_Utils3D.members, &memberinfo_type, 8); + dict_put(&flash_geom_Utils3D.members, &flash_geom_Utils3D_projectVectors, &flash_geom_Utils3D_projectVectors); + dict_put(&flash_geom_Utils3D.members, &flash_geom_Utils3D_projectVector, &flash_geom_Utils3D_projectVector); + dict_put(&flash_geom_Utils3D.members, &flash_geom_Utils3D_pointTowards, &flash_geom_Utils3D_pointTowards); + dict_put(d, &flash_events_TextEvent, &flash_events_TextEvent); + dict_init2(&flash_events_TextEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_TextEvent.members, &flash_events_TextEvent_LINK, &flash_events_TextEvent_LINK); + dict_put(&flash_events_TextEvent.members, &flash_events_TextEvent_toString, &flash_events_TextEvent_toString); + dict_put(&flash_events_TextEvent.members, &flash_events_TextEvent_text, &flash_events_TextEvent_text); + dict_put(&flash_events_TextEvent.members, &flash_events_TextEvent_TEXT_INPUT, &flash_events_TextEvent_TEXT_INPUT); + dict_put(&flash_events_TextEvent.members, &flash_events_TextEvent_clone, &flash_events_TextEvent_clone); + dict_put(d, &flash_utils_Proxy, &flash_utils_Proxy); + dict_init2(&flash_utils_Proxy.members, &memberinfo_type, 15); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_callProperty, &flash_utils_Proxy_callProperty); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_setProperty, &flash_utils_Proxy_setProperty); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_getProperty, &flash_utils_Proxy_getProperty); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_nextName, &flash_utils_Proxy_nextName); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_nextNameIndex, &flash_utils_Proxy_nextNameIndex); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_hasProperty, &flash_utils_Proxy_hasProperty); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_deleteProperty, &flash_utils_Proxy_deleteProperty); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_getDescendants, &flash_utils_Proxy_getDescendants); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_isAttribute, &flash_utils_Proxy_isAttribute); + dict_put(&flash_utils_Proxy.members, &flash_utils_Proxy_nextValue, &flash_utils_Proxy_nextValue); + dict_put(d, &flash_text_engine_FontPosture, &flash_text_engine_FontPosture); + dict_init2(&flash_text_engine_FontPosture.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_FontPosture.members, &flash_text_engine_FontPosture_NORMAL, &flash_text_engine_FontPosture_NORMAL); + dict_put(&flash_text_engine_FontPosture.members, &flash_text_engine_FontPosture_ITALIC, &flash_text_engine_FontPosture_ITALIC); + dict_put(d, &flash_xml_XMLDocument, &flash_xml_XMLDocument); + dict_init2(&flash_xml_XMLDocument.members, &memberinfo_type, 8); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_docTypeDecl, &flash_xml_XMLDocument_docTypeDecl); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_idMap, &flash_xml_XMLDocument_idMap); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_toString, &flash_xml_XMLDocument_toString); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_xmlDecl, &flash_xml_XMLDocument_xmlDecl); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_createElement, &flash_xml_XMLDocument_createElement); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_ignoreWhite, &flash_xml_XMLDocument_ignoreWhite); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_createTextNode, &flash_xml_XMLDocument_createTextNode); + dict_put(&flash_xml_XMLDocument.members, &flash_xml_XMLDocument_parseXML, &flash_xml_XMLDocument_parseXML); + dict_put(d, &flash_display_ShaderInput, &flash_display_ShaderInput); + dict_init2(&flash_display_ShaderInput.members, &memberinfo_type, 8); + dict_put(&flash_display_ShaderInput.members, &flash_display_ShaderInput_width, &flash_display_ShaderInput_width); + dict_put(&flash_display_ShaderInput.members, &flash_display_ShaderInput_input, &flash_display_ShaderInput_input); + dict_put(&flash_display_ShaderInput.members, &flash_display_ShaderInput_height, &flash_display_ShaderInput_height); + dict_put(&flash_display_ShaderInput.members, &flash_display_ShaderInput_index, &flash_display_ShaderInput_index); + dict_put(&flash_display_ShaderInput.members, &flash_display_ShaderInput_channels, &flash_display_ShaderInput_channels); + dict_put(d, &flash_text_engine_TextBlock, &flash_text_engine_TextBlock); + dict_init2(&flash_text_engine_TextBlock.members, &memberinfo_type, 31); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_createTextLine, &flash_text_engine_TextBlock_createTextLine); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_bidiLevel, &flash_text_engine_TextBlock_bidiLevel); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_getTextLineAtCharIndex, &flash_text_engine_TextBlock_getTextLineAtCharIndex); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_lastLine, &flash_text_engine_TextBlock_lastLine); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_findPreviousWordBoundary, &flash_text_engine_TextBlock_findPreviousWordBoundary); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_findPreviousAtomBoundary, &flash_text_engine_TextBlock_findPreviousAtomBoundary); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_baselineZero, &flash_text_engine_TextBlock_baselineZero); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_applyNonLinearFontScaling, &flash_text_engine_TextBlock_applyNonLinearFontScaling); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_firstLine, &flash_text_engine_TextBlock_firstLine); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_textJustifier, &flash_text_engine_TextBlock_textJustifier); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_releaseLines, &flash_text_engine_TextBlock_releaseLines); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_firstInvalidLine, &flash_text_engine_TextBlock_firstInvalidLine); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_baselineFontSize, &flash_text_engine_TextBlock_baselineFontSize); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_lineRotation, &flash_text_engine_TextBlock_lineRotation); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_userData, &flash_text_engine_TextBlock_userData); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_content, &flash_text_engine_TextBlock_content); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_textLineCreationResult, &flash_text_engine_TextBlock_textLineCreationResult); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_baselineFontDescription, &flash_text_engine_TextBlock_baselineFontDescription); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_findNextAtomBoundary, &flash_text_engine_TextBlock_findNextAtomBoundary); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_findNextWordBoundary, &flash_text_engine_TextBlock_findNextWordBoundary); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_tabStops, &flash_text_engine_TextBlock_tabStops); + dict_put(&flash_text_engine_TextBlock.members, &flash_text_engine_TextBlock_dump, &flash_text_engine_TextBlock_dump); + dict_put(d, &flash_ui_MouseCursor, &flash_ui_MouseCursor); + dict_init2(&flash_ui_MouseCursor.members, &memberinfo_type, 8); + dict_put(&flash_ui_MouseCursor.members, &flash_ui_MouseCursor_BUTTON, &flash_ui_MouseCursor_BUTTON); + dict_put(&flash_ui_MouseCursor.members, &flash_ui_MouseCursor_AUTO, &flash_ui_MouseCursor_AUTO); + dict_put(&flash_ui_MouseCursor.members, &flash_ui_MouseCursor_ARROW, &flash_ui_MouseCursor_ARROW); + dict_put(&flash_ui_MouseCursor.members, &flash_ui_MouseCursor_IBEAM, &flash_ui_MouseCursor_IBEAM); + dict_put(&flash_ui_MouseCursor.members, &flash_ui_MouseCursor_HAND, &flash_ui_MouseCursor_HAND); + dict_put(d, &flash_utils_flash_proxy, &flash_utils_flash_proxy); + dict_put(d, &flash_display_MorphShape, &flash_display_MorphShape); + dict_init2(&flash_display_MorphShape.members, &memberinfo_type, 8); + dict_put(d, &flash_text_TextDisplayMode, &flash_text_TextDisplayMode); + dict_init2(&flash_text_TextDisplayMode.members, &memberinfo_type, 8); + dict_put(&flash_text_TextDisplayMode.members, &flash_text_TextDisplayMode_CRT, &flash_text_TextDisplayMode_CRT); + dict_put(&flash_text_TextDisplayMode.members, &flash_text_TextDisplayMode_LCD, &flash_text_TextDisplayMode_LCD); + dict_put(&flash_text_TextDisplayMode.members, &flash_text_TextDisplayMode_DEFAULT, &flash_text_TextDisplayMode_DEFAULT); + dict_put(d, &flash_net_URLLoaderDataFormat, &flash_net_URLLoaderDataFormat); + dict_init2(&flash_net_URLLoaderDataFormat.members, &memberinfo_type, 8); + dict_put(&flash_net_URLLoaderDataFormat.members, &flash_net_URLLoaderDataFormat_VARIABLES, &flash_net_URLLoaderDataFormat_VARIABLES); + dict_put(&flash_net_URLLoaderDataFormat.members, &flash_net_URLLoaderDataFormat_BINARY, &flash_net_URLLoaderDataFormat_BINARY); + dict_put(&flash_net_URLLoaderDataFormat.members, &flash_net_URLLoaderDataFormat_TEXT, &flash_net_URLLoaderDataFormat_TEXT); + dict_put(d, &flash_display_StageQuality, &flash_display_StageQuality); + dict_init2(&flash_display_StageQuality.members, &memberinfo_type, 8); + dict_put(&flash_display_StageQuality.members, &flash_display_StageQuality_LOW, &flash_display_StageQuality_LOW); + dict_put(&flash_display_StageQuality.members, &flash_display_StageQuality_MEDIUM, &flash_display_StageQuality_MEDIUM); + dict_put(&flash_display_StageQuality.members, &flash_display_StageQuality_HIGH, &flash_display_StageQuality_HIGH); + dict_put(&flash_display_StageQuality.members, &flash_display_StageQuality_BEST, &flash_display_StageQuality_BEST); + dict_put(d, &flash_display_Sprite, &flash_display_Sprite); + dict_init2(&flash_display_Sprite.members, &memberinfo_type, 15); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_stopDrag, &flash_display_Sprite_stopDrag); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_buttonMode, &flash_display_Sprite_buttonMode); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_soundTransform, &flash_display_Sprite_soundTransform); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_hitArea, &flash_display_Sprite_hitArea); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_useHandCursor, &flash_display_Sprite_useHandCursor); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_graphics, &flash_display_Sprite_graphics); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_startDrag, &flash_display_Sprite_startDrag); + dict_put(&flash_display_Sprite.members, &flash_display_Sprite_dropTarget, &flash_display_Sprite_dropTarget); + dict_put(d, &flash_ui_Keyboard, &flash_ui_Keyboard); + dict_init2(&flash_ui_Keyboard.members, &memberinfo_type, 127); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_PAGE_DOWN, &flash_ui_Keyboard_PAGE_DOWN); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F4, &flash_ui_Keyboard_F4); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_ENTER, &flash_ui_Keyboard_ENTER); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_CONTROL, &flash_ui_Keyboard_CONTROL); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F7, &flash_ui_Keyboard_F7); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F14, &flash_ui_Keyboard_F14); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_3, &flash_ui_Keyboard_NUMPAD_3); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_DECIMAL, &flash_ui_Keyboard_NUMPAD_DECIMAL); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_CAPS_LOCK, &flash_ui_Keyboard_CAPS_LOCK); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_SHIFT, &flash_ui_Keyboard_SHIFT); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_TAB, &flash_ui_Keyboard_TAB); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_0, &flash_ui_Keyboard_NUMPAD_0); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_END, &flash_ui_Keyboard_END); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_1, &flash_ui_Keyboard_NUMPAD_1); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_LEFT, &flash_ui_Keyboard_LEFT); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F8, &flash_ui_Keyboard_F8); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F9, &flash_ui_Keyboard_F9); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_numLock, &flash_ui_Keyboard_numLock); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F2, &flash_ui_Keyboard_F2); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_4, &flash_ui_Keyboard_NUMPAD_4); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F3, &flash_ui_Keyboard_F3); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_2, &flash_ui_Keyboard_NUMPAD_2); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_HOME, &flash_ui_Keyboard_HOME); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_7, &flash_ui_Keyboard_NUMPAD_7); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_6, &flash_ui_Keyboard_NUMPAD_6); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F6, &flash_ui_Keyboard_F6); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F5, &flash_ui_Keyboard_F5); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_INSERT, &flash_ui_Keyboard_INSERT); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_ESCAPE, &flash_ui_Keyboard_ESCAPE); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F1, &flash_ui_Keyboard_F1); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_SUBTRACT, &flash_ui_Keyboard_NUMPAD_SUBTRACT); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_8, &flash_ui_Keyboard_NUMPAD_8); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_SPACE, &flash_ui_Keyboard_SPACE); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_BACKSPACE, &flash_ui_Keyboard_BACKSPACE); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_DELETE, &flash_ui_Keyboard_DELETE); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_MULTIPLY, &flash_ui_Keyboard_NUMPAD_MULTIPLY); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F13, &flash_ui_Keyboard_F13); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_ADD, &flash_ui_Keyboard_NUMPAD_ADD); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_9, &flash_ui_Keyboard_NUMPAD_9); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F12, &flash_ui_Keyboard_F12); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_RIGHT, &flash_ui_Keyboard_RIGHT); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F15, &flash_ui_Keyboard_F15); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F11, &flash_ui_Keyboard_F11); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_UP, &flash_ui_Keyboard_UP); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_isAccessible, &flash_ui_Keyboard_isAccessible); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_DOWN, &flash_ui_Keyboard_DOWN); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_capsLock, &flash_ui_Keyboard_capsLock); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_PAGE_UP, &flash_ui_Keyboard_PAGE_UP); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_ENTER, &flash_ui_Keyboard_NUMPAD_ENTER); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_F10, &flash_ui_Keyboard_F10); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_5, &flash_ui_Keyboard_NUMPAD_5); + dict_put(&flash_ui_Keyboard.members, &flash_ui_Keyboard_NUMPAD_DIVIDE, &flash_ui_Keyboard_NUMPAD_DIVIDE); + dict_put(d, &flash_filters_DisplacementMapFilter, &flash_filters_DisplacementMapFilter); + dict_init2(&flash_filters_DisplacementMapFilter.members, &memberinfo_type, 31); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_scaleY, &flash_filters_DisplacementMapFilter_scaleY); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_mapPoint, &flash_filters_DisplacementMapFilter_mapPoint); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_scaleX, &flash_filters_DisplacementMapFilter_scaleX); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_mapBitmap, &flash_filters_DisplacementMapFilter_mapBitmap); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_mode, &flash_filters_DisplacementMapFilter_mode); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_color, &flash_filters_DisplacementMapFilter_color); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_componentX, &flash_filters_DisplacementMapFilter_componentX); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_clone, &flash_filters_DisplacementMapFilter_clone); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_alpha, &flash_filters_DisplacementMapFilter_alpha); + dict_put(&flash_filters_DisplacementMapFilter.members, &flash_filters_DisplacementMapFilter_componentY, &flash_filters_DisplacementMapFilter_componentY); + dict_put(d, &flash_utils_escapeMultiByte, &flash_utils_escapeMultiByte); + dict_put(d, &adobe_utils_MMEndCommand, &adobe_utils_MMEndCommand); + dict_put(d, &flash_display_GradientType, &flash_display_GradientType); + dict_init2(&flash_display_GradientType.members, &memberinfo_type, 8); + dict_put(&flash_display_GradientType.members, &flash_display_GradientType_LINEAR, &flash_display_GradientType_LINEAR); + dict_put(&flash_display_GradientType.members, &flash_display_GradientType_RADIAL, &flash_display_GradientType_RADIAL); + dict_put(d, &flash_media_ID3Info, &flash_media_ID3Info); + dict_init2(&flash_media_ID3Info.members, &memberinfo_type, 8); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_comment, &flash_media_ID3Info_comment); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_year, &flash_media_ID3Info_year); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_track, &flash_media_ID3Info_track); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_artist, &flash_media_ID3Info_artist); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_songName, &flash_media_ID3Info_songName); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_genre, &flash_media_ID3Info_genre); + dict_put(&flash_media_ID3Info.members, &flash_media_ID3Info_album, &flash_media_ID3Info_album); + dict_put(d, &flash_display_GraphicsSolidFill, &flash_display_GraphicsSolidFill); + dict_init2(&flash_display_GraphicsSolidFill.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsSolidFill.members, &flash_display_GraphicsSolidFill_color, &flash_display_GraphicsSolidFill_color); + dict_put(&flash_display_GraphicsSolidFill.members, &flash_display_GraphicsSolidFill_alpha, &flash_display_GraphicsSolidFill_alpha); + dict_put(d, &flash_filters_ColorMatrixFilter, &flash_filters_ColorMatrixFilter); + dict_init2(&flash_filters_ColorMatrixFilter.members, &memberinfo_type, 8); + dict_put(&flash_filters_ColorMatrixFilter.members, &flash_filters_ColorMatrixFilter_matrix, &flash_filters_ColorMatrixFilter_matrix); + dict_put(&flash_filters_ColorMatrixFilter.members, &flash_filters_ColorMatrixFilter_clone, &flash_filters_ColorMatrixFilter_clone); + dict_put(d, &flash_net_NetStreamPlayTransitions, &flash_net_NetStreamPlayTransitions); + dict_init2(&flash_net_NetStreamPlayTransitions.members, &memberinfo_type, 8); + dict_put(&flash_net_NetStreamPlayTransitions.members, &flash_net_NetStreamPlayTransitions_RESET, &flash_net_NetStreamPlayTransitions_RESET); + dict_put(&flash_net_NetStreamPlayTransitions.members, &flash_net_NetStreamPlayTransitions_APPEND, &flash_net_NetStreamPlayTransitions_APPEND); + dict_put(&flash_net_NetStreamPlayTransitions.members, &flash_net_NetStreamPlayTransitions_SWAP, &flash_net_NetStreamPlayTransitions_SWAP); + dict_put(&flash_net_NetStreamPlayTransitions.members, &flash_net_NetStreamPlayTransitions_SWITCH, &flash_net_NetStreamPlayTransitions_SWITCH); + dict_put(&flash_net_NetStreamPlayTransitions.members, &flash_net_NetStreamPlayTransitions_STOP, &flash_net_NetStreamPlayTransitions_STOP); + dict_put(d, &flash_media_SoundCodec, &flash_media_SoundCodec); + dict_init2(&flash_media_SoundCodec.members, &memberinfo_type, 8); + dict_put(&flash_media_SoundCodec.members, &flash_media_SoundCodec_NELLYMOSER, &flash_media_SoundCodec_NELLYMOSER); + dict_put(&flash_media_SoundCodec.members, &flash_media_SoundCodec_SPEEX, &flash_media_SoundCodec_SPEEX); + dict_put(d, &flash_net_ObjectEncoding, &flash_net_ObjectEncoding); + dict_init2(&flash_net_ObjectEncoding.members, &memberinfo_type, 8); + dict_put(&flash_net_ObjectEncoding.members, &flash_net_ObjectEncoding_dynamicPropertyWriter, &flash_net_ObjectEncoding_dynamicPropertyWriter); + dict_put(&flash_net_ObjectEncoding.members, &flash_net_ObjectEncoding_DEFAULT, &flash_net_ObjectEncoding_DEFAULT); + dict_put(&flash_net_ObjectEncoding.members, &flash_net_ObjectEncoding_AMF0, &flash_net_ObjectEncoding_AMF0); + dict_put(&flash_net_ObjectEncoding.members, &flash_net_ObjectEncoding_AMF3, &flash_net_ObjectEncoding_AMF3); + dict_put(d, &flash_text_engine_GroupElement, &flash_text_engine_GroupElement); + dict_init2(&flash_text_engine_GroupElement.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_groupElements, &flash_text_engine_GroupElement_groupElements); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_splitTextElement, &flash_text_engine_GroupElement_splitTextElement); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_mergeTextElements, &flash_text_engine_GroupElement_mergeTextElements); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_getElementAtCharIndex, &flash_text_engine_GroupElement_getElementAtCharIndex); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_elementCount, &flash_text_engine_GroupElement_elementCount); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_setElements, &flash_text_engine_GroupElement_setElements); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_getElementAt, &flash_text_engine_GroupElement_getElementAt); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_ungroupElements, &flash_text_engine_GroupElement_ungroupElements); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_replaceElements, &flash_text_engine_GroupElement_replaceElements); + dict_put(&flash_text_engine_GroupElement.members, &flash_text_engine_GroupElement_getElementIndex, &flash_text_engine_GroupElement_getElementIndex); + dict_put(d, &_parseInt, &_parseInt); dict_put(d, &_QName, &_QName); - dict_init(&_QName.members, 5); - dict_put(&_QName.members, "valueOf", &_QName_valueOf); - dict_put(&_QName.members, "toString", &_QName_toString); - dict_put(&_QName.members, "uri", &_QName_uri); - dict_put(&_QName.members, "localName", &_QName_localName); - dict_put(&_QName.members, "length", &_QName_length); - dict_put(d, &_RangeError, &_RangeError); - dict_init(&_RangeError.members, 1); - dict_put(d, &_ReferenceError, &_ReferenceError); - dict_init(&_ReferenceError.members, 1); - dict_put(d, &_RegExp, &_RegExp); - dict_init(&_RegExp.members, 11); - dict_put(&_RegExp.members, "exec", &_RegExp_exec); - dict_put(&_RegExp.members, "ignoreCase", &_RegExp_ignoreCase); - dict_put(&_RegExp.members, "global", &_RegExp_global); - dict_put(&_RegExp.members, "lastIndex", &_RegExp_lastIndex); - dict_put(&_RegExp.members, "extended", &_RegExp_extended); - dict_put(&_RegExp.members, "test", &_RegExp_test); - dict_put(&_RegExp.members, "source", &_RegExp_source); - dict_put(&_RegExp.members, "multiline", &_RegExp_multiline); - dict_put(&_RegExp.members, "dotall", &_RegExp_dotall); - dict_put(&_RegExp.members, "length", &_RegExp_length); - dict_put(d, &_SecurityError, &_SecurityError); - dict_init(&_SecurityError.members, 1); - dict_put(d, &_String, &_String); - dict_init(&_String.members, 28); - dict_put(&_String.members, "match", &_String_match); - dict_put(&_String.members, "indexOf", &_String_indexOf); - dict_put(&_String.members, "substring", &_String_substring); - dict_put(&_String.members, "slice", &_String_slice); - dict_put(&_String.members, "lastIndexOf", &_String_lastIndexOf); - dict_put(&_String.members, "toLowerCase", &_String_toLowerCase); - dict_put(&_String.members, "split", &_String_split); - dict_put(&_String.members, "concat", &_String_concat); - dict_put(&_String.members, "toLocaleLowerCase", &_String_toLocaleLowerCase); - dict_put(&_String.members, "length", &_String_length); - dict_put(&_String.members, "search", &_String_search); - dict_put(&_String.members, "charAt", &_String_charAt); - dict_put(&_String.members, "localeCompare", &_String_localeCompare); - dict_put(&_String.members, "toString", &_String_toString); - dict_put(&_String.members, "valueOf", &_String_valueOf); - dict_put(&_String.members, "substr", &_String_substr); - dict_put(&_String.members, "replace", &_String_replace); - dict_put(&_String.members, "charCodeAt", &_String_charCodeAt); - dict_put(&_String.members, "toUpperCase", &_String_toUpperCase); - dict_put(&_String.members, "toLocaleUpperCase", &_String_toLocaleUpperCase); - dict_put(&_String.members, "fromCharCode", &_String_fromCharCode); - dict_put(d, &_SyntaxError, &_SyntaxError); - dict_init(&_SyntaxError.members, 1); - dict_put(d, &_TypeError, &_TypeError); - dict_init(&_TypeError.members, 1); - dict_put(d, &_URIError, &_URIError); - dict_init(&_URIError.members, 1); + dict_init2(&_QName.members, &memberinfo_type, 8); + dict_put(&_QName.members, &_QName_localName, &_QName_localName); + dict_put(&_QName.members, &_QName_valueOf, &_QName_valueOf); + dict_put(&_QName.members, &_QName_length, &_QName_length); + dict_put(&_QName.members, &_QName_toString, &_QName_toString); + dict_put(&_QName.members, &_QName_uri, &_QName_uri); dict_put(d, &_UninitializedError, &_UninitializedError); - dict_init(&_UninitializedError.members, 1); - dict_put(d, &_VerifyError, &_VerifyError); - dict_init(&_VerifyError.members, 1); - dict_put(d, &_XML, &_XML); - dict_init(&_XML.members, 42); - dict_put(&_XML.members, "hasOwnProperty", &_XML_hasOwnProperty); - dict_put(&_XML.members, "insertChildBefore", &_XML_insertChildBefore); - dict_put(&_XML.members, "replace", &_XML_replace); - dict_put(&_XML.members, "setNotification", &_XML_setNotification); - dict_put(&_XML.members, "toXMLString", &_XML_toXMLString); - dict_put(&_XML.members, "propertyIsEnumerable", &_XML_propertyIsEnumerable); - dict_put(&_XML.members, "setChildren", &_XML_setChildren); - dict_put(&_XML.members, "name", &_XML_name); - dict_put(&_XML.members, "normalize", &_XML_normalize); - dict_put(&_XML.members, "inScopeNamespaces", &_XML_inScopeNamespaces); - dict_put(&_XML.members, "setLocalName", &_XML_setLocalName); - dict_put(&_XML.members, "localName", &_XML_localName); - dict_put(&_XML.members, "attributes", &_XML_attributes); - dict_put(&_XML.members, "processingInstructions", &_XML_processingInstructions); - dict_put(&_XML.members, "setNamespace", &_XML_setNamespace); - dict_put(&_XML.members, "namespace", &_XML_namespace); - dict_put(&_XML.members, "child", &_XML_child); - dict_put(&_XML.members, "childIndex", &_XML_childIndex); - dict_put(&_XML.members, "contains", &_XML_contains); - dict_put(&_XML.members, "appendChild", &_XML_appendChild); - dict_put(&_XML.members, "hasComplexContent", &_XML_hasComplexContent); - dict_put(&_XML.members, "descendants", &_XML_descendants); - dict_put(&_XML.members, "length", &_XML_length); - dict_put(&_XML.members, "valueOf", &_XML_valueOf); - dict_put(&_XML.members, "parent", &_XML_parent); - dict_put(&_XML.members, "attribute", &_XML_attribute); - dict_put(&_XML.members, "toString", &_XML_toString); - dict_put(&_XML.members, "hasSimpleContent", &_XML_hasSimpleContent); - dict_put(&_XML.members, "prependChild", &_XML_prependChild); - dict_put(&_XML.members, "setName", &_XML_setName); - dict_put(&_XML.members, "notification", &_XML_notification); - dict_put(&_XML.members, "comments", &_XML_comments); - dict_put(&_XML.members, "copy", &_XML_copy); - dict_put(&_XML.members, "nodeKind", &_XML_nodeKind); - dict_put(&_XML.members, "elements", &_XML_elements); - dict_put(&_XML.members, "insertChildAfter", &_XML_insertChildAfter); - dict_put(&_XML.members, "addNamespace", &_XML_addNamespace); - dict_put(&_XML.members, "namespaceDeclarations", &_XML_namespaceDeclarations); - dict_put(&_XML.members, "text", &_XML_text); - dict_put(&_XML.members, "removeNamespace", &_XML_removeNamespace); - dict_put(&_XML.members, "children", &_XML_children); - dict_put(&_XML.members, "settings", &_XML_settings); - dict_put(&_XML.members, "prettyIndent", &_XML_prettyIndent); - dict_put(&_XML.members, "setSettings", &_XML_setSettings); - dict_put(&_XML.members, "ignoreComments", &_XML_ignoreComments); - dict_put(&_XML.members, "ignoreProcessingInstructions", &_XML_ignoreProcessingInstructions); - dict_put(&_XML.members, "prettyPrinting", &_XML_prettyPrinting); - dict_put(&_XML.members, "ignoreWhitespace", &_XML_ignoreWhitespace); - dict_put(&_XML.members, "defaultSettings", &_XML_defaultSettings); - dict_put(d, &_XMLList, &_XMLList); - dict_init(&_XMLList.members, 40); - dict_put(&_XMLList.members, "hasOwnProperty", &_XMLList_hasOwnProperty); - dict_put(&_XMLList.members, "insertChildBefore", &_XMLList_insertChildBefore); - dict_put(&_XMLList.members, "namespaceDeclarations", &_XMLList_namespaceDeclarations); - dict_put(&_XMLList.members, "propertyIsEnumerable", &_XMLList_propertyIsEnumerable); - dict_put(&_XMLList.members, "setChildren", &_XMLList_setChildren); - dict_put(&_XMLList.members, "name", &_XMLList_name); - dict_put(&_XMLList.members, "replace", &_XMLList_replace); - dict_put(&_XMLList.members, "normalize", &_XMLList_normalize); - dict_put(&_XMLList.members, "inScopeNamespaces", &_XMLList_inScopeNamespaces); - dict_put(&_XMLList.members, "toXMLString", &_XMLList_toXMLString); - dict_put(&_XMLList.members, "descendants", &_XMLList_descendants); - dict_put(&_XMLList.members, "attributes", &_XMLList_attributes); - dict_put(&_XMLList.members, "processingInstructions", &_XMLList_processingInstructions); - dict_put(&_XMLList.members, "setNamespace", &_XMLList_setNamespace); - dict_put(&_XMLList.members, "setLocalName", &_XMLList_setLocalName); - dict_put(&_XMLList.members, "namespace", &_XMLList_namespace); - dict_put(&_XMLList.members, "attribute", &_XMLList_attribute); - dict_put(&_XMLList.members, "childIndex", &_XMLList_childIndex); - dict_put(&_XMLList.members, "contains", &_XMLList_contains); - dict_put(&_XMLList.members, "appendChild", &_XMLList_appendChild); - dict_put(&_XMLList.members, "hasComplexContent", &_XMLList_hasComplexContent); - dict_put(&_XMLList.members, "localName", &_XMLList_localName); - dict_put(&_XMLList.members, "length", &_XMLList_length); - dict_put(&_XMLList.members, "valueOf", &_XMLList_valueOf); - dict_put(&_XMLList.members, "parent", &_XMLList_parent); - dict_put(&_XMLList.members, "child", &_XMLList_child); - dict_put(&_XMLList.members, "toString", &_XMLList_toString); - dict_put(&_XMLList.members, "hasSimpleContent", &_XMLList_hasSimpleContent); - dict_put(&_XMLList.members, "prependChild", &_XMLList_prependChild); - dict_put(&_XMLList.members, "setName", &_XMLList_setName); - dict_put(&_XMLList.members, "text", &_XMLList_text); - dict_put(&_XMLList.members, "copy", &_XMLList_copy); - dict_put(&_XMLList.members, "nodeKind", &_XMLList_nodeKind); - dict_put(&_XMLList.members, "elements", &_XMLList_elements); - dict_put(&_XMLList.members, "insertChildAfter", &_XMLList_insertChildAfter); - dict_put(&_XMLList.members, "addNamespace", &_XMLList_addNamespace); - dict_put(&_XMLList.members, "comments", &_XMLList_comments); - dict_put(&_XMLList.members, "removeNamespace", &_XMLList_removeNamespace); - dict_put(&_XMLList.members, "children", &_XMLList_children); - dict_put(d, &_int, &_int); - dict_init(&_int.members, 6); - dict_put(&_int.members, "toPrecision", &_int_toPrecision); - dict_put(&_int.members, "valueOf", &_int_valueOf); - dict_put(&_int.members, "toFixed", &_int_toFixed); - dict_put(&_int.members, "toExponential", &_int_toExponential); - dict_put(&_int.members, "toString", &_int_toString); - dict_put(&_int.members, "MIN_VALUE", &_int_MIN_VALUE); - dict_put(&_int.members, "length", &_int_length); - dict_put(&_int.members, "MAX_VALUE", &_int_MAX_VALUE); - dict_put(d, &_uint, &_uint); - dict_init(&_uint.members, 6); - dict_put(&_uint.members, "toPrecision", &_uint_toPrecision); - dict_put(&_uint.members, "valueOf", &_uint_valueOf); - dict_put(&_uint.members, "toFixed", &_uint_toFixed); - dict_put(&_uint.members, "toExponential", &_uint_toExponential); - dict_put(&_uint.members, "toString", &_uint_toString); - dict_put(&_uint.members, "MIN_VALUE", &_uint_MIN_VALUE); - dict_put(&_uint.members, "length", &_uint_length); - dict_put(&_uint.members, "MAX_VALUE", &_uint_MAX_VALUE); - dict_put(d, &adobe_utils_CustomActions, &adobe_utils_CustomActions); - dict_init(&adobe_utils_CustomActions.members, 1); - dict_put(d, &adobe_utils_ProductManager, &adobe_utils_ProductManager); - dict_init(&adobe_utils_ProductManager.members, 6); - dict_put(&adobe_utils_ProductManager.members, "launch", &adobe_utils_ProductManager_launch); - dict_put(&adobe_utils_ProductManager.members, "download", &adobe_utils_ProductManager_download); - dict_put(&adobe_utils_ProductManager.members, "installed", &adobe_utils_ProductManager_installed); - dict_put(&adobe_utils_ProductManager.members, "installedVersion", &adobe_utils_ProductManager_installedVersion); - dict_put(&adobe_utils_ProductManager.members, "running", &adobe_utils_ProductManager_running); - dict_put(d, &adobe_utils_XMLUI, &adobe_utils_XMLUI); - dict_init(&adobe_utils_XMLUI.members, 1); - dict_put(d, &flash_accessibility_Accessibility, &flash_accessibility_Accessibility); - dict_init(&flash_accessibility_Accessibility.members, 1); - dict_put(d, &flash_accessibility_AccessibilityImplementation, &flash_accessibility_AccessibilityImplementation); - dict_init(&flash_accessibility_AccessibilityImplementation.members, 15); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accValue", &flash_accessibility_AccessibilityImplementation_get_accValue); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accFocus", &flash_accessibility_AccessibilityImplementation_get_accFocus); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accName", &flash_accessibility_AccessibilityImplementation_get_accName); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "errno", &flash_accessibility_AccessibilityImplementation_errno); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "accDoDefaultAction", &flash_accessibility_AccessibilityImplementation_accDoDefaultAction); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accRole", &flash_accessibility_AccessibilityImplementation_get_accRole); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "getChildIDArray", &flash_accessibility_AccessibilityImplementation_getChildIDArray); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accSelection", &flash_accessibility_AccessibilityImplementation_get_accSelection); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "stub", &flash_accessibility_AccessibilityImplementation_stub); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "accLocation", &flash_accessibility_AccessibilityImplementation_accLocation); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "isLabeledBy", &flash_accessibility_AccessibilityImplementation_isLabeledBy); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accState", &flash_accessibility_AccessibilityImplementation_get_accState); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "accSelect", &flash_accessibility_AccessibilityImplementation_accSelect); - dict_put(&flash_accessibility_AccessibilityImplementation.members, "get_accDefaultAction", &flash_accessibility_AccessibilityImplementation_get_accDefaultAction); - dict_put(d, &flash_accessibility_AccessibilityProperties, &flash_accessibility_AccessibilityProperties); - dict_init(&flash_accessibility_AccessibilityProperties.members, 7); - dict_put(&flash_accessibility_AccessibilityProperties.members, "shortcut", &flash_accessibility_AccessibilityProperties_shortcut); - dict_put(&flash_accessibility_AccessibilityProperties.members, "name", &flash_accessibility_AccessibilityProperties_name); - dict_put(&flash_accessibility_AccessibilityProperties.members, "silent", &flash_accessibility_AccessibilityProperties_silent); - dict_put(&flash_accessibility_AccessibilityProperties.members, "description", &flash_accessibility_AccessibilityProperties_description); - dict_put(&flash_accessibility_AccessibilityProperties.members, "forceSimple", &flash_accessibility_AccessibilityProperties_forceSimple); - dict_put(&flash_accessibility_AccessibilityProperties.members, "noAutoLabeling", &flash_accessibility_AccessibilityProperties_noAutoLabeling); - dict_put(d, &flash_display_AVM1Movie, &flash_display_AVM1Movie); - dict_init(&flash_display_AVM1Movie.members, 8); - dict_put(&flash_display_AVM1Movie.members, "addCallback", &flash_display_AVM1Movie_addCallback); - dict_put(&flash_display_AVM1Movie.members, "call", &flash_display_AVM1Movie_call); + dict_init2(&_UninitializedError.members, &memberinfo_type, 8); + dict_put(&_UninitializedError.members, &_UninitializedError_length, &_UninitializedError_length); + dict_put(d, &_Date, &_Date); + dict_init2(&_Date.members, &memberinfo_type, 127); + dict_put(&_Date.members, &_Date_getTimezoneOffset, &_Date_getTimezoneOffset); + dict_put(&_Date.members, &_Date_getTime, &_Date_getTime); + dict_put(&_Date.members, &_Date_setUTCMilliseconds, &_Date_setUTCMilliseconds); + dict_put(&_Date.members, &_Date_month, &_Date_month); + dict_put(&_Date.members, &_Date_toString, &_Date_toString); + dict_put(&_Date.members, &_Date_getHours, &_Date_getHours); + dict_put(&_Date.members, &_Date_date, &_Date_date); + dict_put(&_Date.members, &_Date_milliseconds, &_Date_milliseconds); + dict_put(&_Date.members, &_Date_setSeconds, &_Date_setSeconds); + dict_put(&_Date.members, &_Date_getDate, &_Date_getDate); + dict_put(&_Date.members, &_Date_hoursUTC, &_Date_hoursUTC); + dict_put(&_Date.members, &_Date_getUTCDate, &_Date_getUTCDate); + dict_put(&_Date.members, &_Date_timezoneOffset, &_Date_timezoneOffset); + dict_put(&_Date.members, &_Date_setTime, &_Date_setTime); + dict_put(&_Date.members, &_Date_millisecondsUTC, &_Date_millisecondsUTC); + dict_put(&_Date.members, &_Date_minutes, &_Date_minutes); + dict_put(&_Date.members, &_Date_setUTCHours, &_Date_setUTCHours); + dict_put(&_Date.members, &_Date_minutesUTC, &_Date_minutesUTC); + dict_put(&_Date.members, &_Date_length, &_Date_length); + dict_put(&_Date.members, &_Date_toLocaleTimeString, &_Date_toLocaleTimeString); + dict_put(&_Date.members, &_Date_fullYearUTC, &_Date_fullYearUTC); + dict_put(&_Date.members, &_Date_UTC, &_Date_UTC); + dict_put(&_Date.members, &_Date_time, &_Date_time); + dict_put(&_Date.members, &_Date_monthUTC, &_Date_monthUTC); + dict_put(&_Date.members, &_Date_getUTCMilliseconds, &_Date_getUTCMilliseconds); + dict_put(&_Date.members, &_Date_toDateString, &_Date_toDateString); + dict_put(&_Date.members, &_Date_getMonth, &_Date_getMonth); + dict_put(&_Date.members, &_Date_setMinutes, &_Date_setMinutes); + dict_put(&_Date.members, &_Date_toLocaleDateString, &_Date_toLocaleDateString); + dict_put(&_Date.members, &_Date_fullYear, &_Date_fullYear); + dict_put(&_Date.members, &_Date_getUTCFullYear, &_Date_getUTCFullYear); + dict_put(&_Date.members, &_Date_getSeconds, &_Date_getSeconds); + dict_put(&_Date.members, &_Date_dateUTC, &_Date_dateUTC); + dict_put(&_Date.members, &_Date_getMilliseconds, &_Date_getMilliseconds); + dict_put(&_Date.members, &_Date_setUTCMinutes, &_Date_setUTCMinutes); + dict_put(&_Date.members, &_Date_day, &_Date_day); + dict_put(&_Date.members, &_Date_setUTCSeconds, &_Date_setUTCSeconds); + dict_put(&_Date.members, &_Date_setUTCDate, &_Date_setUTCDate); + dict_put(&_Date.members, &_Date_getUTCMonth, &_Date_getUTCMonth); + dict_put(&_Date.members, &_Date_valueOf, &_Date_valueOf); + dict_put(&_Date.members, &_Date_seconds, &_Date_seconds); + dict_put(&_Date.members, &_Date_getUTCMinutes, &_Date_getUTCMinutes); + dict_put(&_Date.members, &_Date_setDate, &_Date_setDate); + dict_put(&_Date.members, &_Date_getFullYear, &_Date_getFullYear); + dict_put(&_Date.members, &_Date_setFullYear, &_Date_setFullYear); + dict_put(&_Date.members, &_Date_setHours, &_Date_setHours); + dict_put(&_Date.members, &_Date_setMonth, &_Date_setMonth); + dict_put(&_Date.members, &_Date_parse, &_Date_parse); + dict_put(&_Date.members, &_Date_getUTCSeconds, &_Date_getUTCSeconds); + dict_put(&_Date.members, &_Date_getMinutes, &_Date_getMinutes); + dict_put(&_Date.members, &_Date_toLocaleString, &_Date_toLocaleString); + dict_put(&_Date.members, &_Date_toUTCString, &_Date_toUTCString); + dict_put(&_Date.members, &_Date_dayUTC, &_Date_dayUTC); + dict_put(&_Date.members, &_Date_getDay, &_Date_getDay); + dict_put(&_Date.members, &_Date_setUTCMonth, &_Date_setUTCMonth); + dict_put(&_Date.members, &_Date_hours, &_Date_hours); + dict_put(&_Date.members, &_Date_getUTCDay, &_Date_getUTCDay); + dict_put(&_Date.members, &_Date_setUTCFullYear, &_Date_setUTCFullYear); + dict_put(&_Date.members, &_Date_secondsUTC, &_Date_secondsUTC); + dict_put(&_Date.members, &_Date_toTimeString, &_Date_toTimeString); + dict_put(&_Date.members, &_Date_setMilliseconds, &_Date_setMilliseconds); + dict_put(&_Date.members, &_Date_getUTCHours, &_Date_getUTCHours); + dict_put(d, &flash_text_StyleSheet, &flash_text_StyleSheet); + dict_init2(&flash_text_StyleSheet.members, &memberinfo_type, 8); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_styleNames, &flash_text_StyleSheet_styleNames); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_clear, &flash_text_StyleSheet_clear); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_transform, &flash_text_StyleSheet_transform); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_getStyle, &flash_text_StyleSheet_getStyle); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_parseCSS, &flash_text_StyleSheet_parseCSS); + dict_put(&flash_text_StyleSheet.members, &flash_text_StyleSheet_setStyle, &flash_text_StyleSheet_setStyle); dict_put(d, &flash_display_ActionScriptVersion, &flash_display_ActionScriptVersion); - dict_init(&flash_display_ActionScriptVersion.members, 1); - dict_put(d, &flash_display_Bitmap, &flash_display_Bitmap); - dict_init(&flash_display_Bitmap.members, 7); - dict_put(&flash_display_Bitmap.members, "bitmapData", &flash_display_Bitmap_bitmapData); - dict_put(&flash_display_Bitmap.members, "smoothing", &flash_display_Bitmap_smoothing); - dict_put(&flash_display_Bitmap.members, "pixelSnapping", &flash_display_Bitmap_pixelSnapping); - dict_put(d, &flash_display_BitmapData, &flash_display_BitmapData); - dict_init(&flash_display_BitmapData.members, 33); - dict_put(&flash_display_BitmapData.members, "copyPixels", &flash_display_BitmapData_copyPixels); - dict_put(&flash_display_BitmapData.members, "setPixel", &flash_display_BitmapData_setPixel); - dict_put(&flash_display_BitmapData.members, "hitTest", &flash_display_BitmapData_hitTest); - dict_put(&flash_display_BitmapData.members, "width", &flash_display_BitmapData_width); - dict_put(&flash_display_BitmapData.members, "colorTransform", &flash_display_BitmapData_colorTransform); - dict_put(&flash_display_BitmapData.members, "draw", &flash_display_BitmapData_draw); - dict_put(&flash_display_BitmapData.members, "applyFilter", &flash_display_BitmapData_applyFilter); - dict_put(&flash_display_BitmapData.members, "fillRect", &flash_display_BitmapData_fillRect); - dict_put(&flash_display_BitmapData.members, "getPixel", &flash_display_BitmapData_getPixel); - dict_put(&flash_display_BitmapData.members, "generateFilterRect", &flash_display_BitmapData_generateFilterRect); - dict_put(&flash_display_BitmapData.members, "transparent", &flash_display_BitmapData_transparent); - dict_put(&flash_display_BitmapData.members, "unlock", &flash_display_BitmapData_unlock); - dict_put(&flash_display_BitmapData.members, "scroll", &flash_display_BitmapData_scroll); - dict_put(&flash_display_BitmapData.members, "copyChannel", &flash_display_BitmapData_copyChannel); - dict_put(&flash_display_BitmapData.members, "pixelDissolve", &flash_display_BitmapData_pixelDissolve); - dict_put(&flash_display_BitmapData.members, "noise", &flash_display_BitmapData_noise); - dict_put(&flash_display_BitmapData.members, "clone", &flash_display_BitmapData_clone); - dict_put(&flash_display_BitmapData.members, "getColorBoundsRect", &flash_display_BitmapData_getColorBoundsRect); - dict_put(&flash_display_BitmapData.members, "dispose", &flash_display_BitmapData_dispose); - dict_put(&flash_display_BitmapData.members, "floodFill", &flash_display_BitmapData_floodFill); - dict_put(&flash_display_BitmapData.members, "setPixel32", &flash_display_BitmapData_setPixel32); - dict_put(&flash_display_BitmapData.members, "rect", &flash_display_BitmapData_rect); - dict_put(&flash_display_BitmapData.members, "compare", &flash_display_BitmapData_compare); - dict_put(&flash_display_BitmapData.members, "perlinNoise", &flash_display_BitmapData_perlinNoise); - dict_put(&flash_display_BitmapData.members, "height", &flash_display_BitmapData_height); - dict_put(&flash_display_BitmapData.members, "paletteMap", &flash_display_BitmapData_paletteMap); - dict_put(&flash_display_BitmapData.members, "getPixels", &flash_display_BitmapData_getPixels); - dict_put(&flash_display_BitmapData.members, "threshold", &flash_display_BitmapData_threshold); - dict_put(&flash_display_BitmapData.members, "getPixel32", &flash_display_BitmapData_getPixel32); - dict_put(&flash_display_BitmapData.members, "lock", &flash_display_BitmapData_lock); - dict_put(&flash_display_BitmapData.members, "setPixels", &flash_display_BitmapData_setPixels); - dict_put(&flash_display_BitmapData.members, "merge", &flash_display_BitmapData_merge); - dict_put(d, &flash_display_BitmapDataChannel, &flash_display_BitmapDataChannel); - dict_init(&flash_display_BitmapDataChannel.members, 1); - dict_put(d, &flash_display_BlendMode, &flash_display_BlendMode); - dict_init(&flash_display_BlendMode.members, 1); - dict_put(d, &flash_display_CapsStyle, &flash_display_CapsStyle); - dict_init(&flash_display_CapsStyle.members, 1); - dict_put(d, &flash_display_DisplayObject, &flash_display_DisplayObject); - dict_init(&flash_display_DisplayObject.members, 52); - dict_put(&flash_display_DisplayObject.members, "y", &flash_display_DisplayObject_y); - dict_put(&flash_display_DisplayObject.members, "transform", &flash_display_DisplayObject_transform); - dict_put(&flash_display_DisplayObject.members, "stage", &flash_display_DisplayObject_stage); - dict_put(&flash_display_DisplayObject.members, "localToGlobal", &flash_display_DisplayObject_localToGlobal); - dict_put(&flash_display_DisplayObject.members, "name", &flash_display_DisplayObject_name); - dict_put(&flash_display_DisplayObject.members, "width", &flash_display_DisplayObject_width); - dict_put(&flash_display_DisplayObject.members, "blendMode", &flash_display_DisplayObject_blendMode); - dict_put(&flash_display_DisplayObject.members, "scale9Grid", &flash_display_DisplayObject_scale9Grid); - dict_put(&flash_display_DisplayObject.members, "scaleX", &flash_display_DisplayObject_scaleX); - dict_put(&flash_display_DisplayObject.members, "scaleY", &flash_display_DisplayObject_scaleY); - dict_put(&flash_display_DisplayObject.members, "accessibilityProperties", &flash_display_DisplayObject_accessibilityProperties); - dict_put(&flash_display_DisplayObject.members, "scrollRect", &flash_display_DisplayObject_scrollRect); - dict_put(&flash_display_DisplayObject.members, "cacheAsBitmap", &flash_display_DisplayObject_cacheAsBitmap); - dict_put(&flash_display_DisplayObject.members, "globalToLocal", &flash_display_DisplayObject_globalToLocal); - dict_put(&flash_display_DisplayObject.members, "height", &flash_display_DisplayObject_height); - dict_put(&flash_display_DisplayObject.members, "parent", &flash_display_DisplayObject_parent); - dict_put(&flash_display_DisplayObject.members, "getBounds", &flash_display_DisplayObject_getBounds); - dict_put(&flash_display_DisplayObject.members, "opaqueBackground", &flash_display_DisplayObject_opaqueBackground); - dict_put(&flash_display_DisplayObject.members, "alpha", &flash_display_DisplayObject_alpha); - dict_put(&flash_display_DisplayObject.members, "hitTestPoint", &flash_display_DisplayObject_hitTestPoint); - dict_put(&flash_display_DisplayObject.members, "mouseX", &flash_display_DisplayObject_mouseX); - dict_put(&flash_display_DisplayObject.members, "mask", &flash_display_DisplayObject_mask); - dict_put(&flash_display_DisplayObject.members, "getRect", &flash_display_DisplayObject_getRect); - dict_put(&flash_display_DisplayObject.members, "mouseY", &flash_display_DisplayObject_mouseY); - dict_put(&flash_display_DisplayObject.members, "loaderInfo", &flash_display_DisplayObject_loaderInfo); - dict_put(&flash_display_DisplayObject.members, "root", &flash_display_DisplayObject_root); - dict_put(&flash_display_DisplayObject.members, "visible", &flash_display_DisplayObject_visible); - dict_put(&flash_display_DisplayObject.members, "hitTestObject", &flash_display_DisplayObject_hitTestObject); - dict_put(&flash_display_DisplayObject.members, "x", &flash_display_DisplayObject_x); - dict_put(&flash_display_DisplayObject.members, "filters", &flash_display_DisplayObject_filters); - dict_put(&flash_display_DisplayObject.members, "rotation", &flash_display_DisplayObject_rotation); - dict_put(d, &flash_display_DisplayObjectContainer, &flash_display_DisplayObjectContainer); - dict_init(&flash_display_DisplayObjectContainer.members, 20); - dict_put(&flash_display_DisplayObjectContainer.members, "addChild", &flash_display_DisplayObjectContainer_addChild); - dict_put(&flash_display_DisplayObjectContainer.members, "getChildByName", &flash_display_DisplayObjectContainer_getChildByName); - dict_put(&flash_display_DisplayObjectContainer.members, "textSnapshot", &flash_display_DisplayObjectContainer_textSnapshot); - dict_put(&flash_display_DisplayObjectContainer.members, "getChildIndex", &flash_display_DisplayObjectContainer_getChildIndex); - dict_put(&flash_display_DisplayObjectContainer.members, "mouseChildren", &flash_display_DisplayObjectContainer_mouseChildren); - dict_put(&flash_display_DisplayObjectContainer.members, "setChildIndex", &flash_display_DisplayObjectContainer_setChildIndex); - dict_put(&flash_display_DisplayObjectContainer.members, "addChildAt", &flash_display_DisplayObjectContainer_addChildAt); - dict_put(&flash_display_DisplayObjectContainer.members, "contains", &flash_display_DisplayObjectContainer_contains); - dict_put(&flash_display_DisplayObjectContainer.members, "numChildren", &flash_display_DisplayObjectContainer_numChildren); - dict_put(&flash_display_DisplayObjectContainer.members, "swapChildrenAt", &flash_display_DisplayObjectContainer_swapChildrenAt); - dict_put(&flash_display_DisplayObjectContainer.members, "tabChildren", &flash_display_DisplayObjectContainer_tabChildren); - dict_put(&flash_display_DisplayObjectContainer.members, "getChildAt", &flash_display_DisplayObjectContainer_getChildAt); - dict_put(&flash_display_DisplayObjectContainer.members, "swapChildren", &flash_display_DisplayObjectContainer_swapChildren); - dict_put(&flash_display_DisplayObjectContainer.members, "getObjectsUnderPoint", &flash_display_DisplayObjectContainer_getObjectsUnderPoint); - dict_put(&flash_display_DisplayObjectContainer.members, "removeChildAt", &flash_display_DisplayObjectContainer_removeChildAt); - dict_put(&flash_display_DisplayObjectContainer.members, "areInaccessibleObjectsUnderPoint", &flash_display_DisplayObjectContainer_areInaccessibleObjectsUnderPoint); - dict_put(&flash_display_DisplayObjectContainer.members, "removeChild", &flash_display_DisplayObjectContainer_removeChild); - dict_put(d, &flash_display_FrameLabel, &flash_display_FrameLabel); - dict_init(&flash_display_FrameLabel.members, 5); - dict_put(&flash_display_FrameLabel.members, "name", &flash_display_FrameLabel_name); - dict_put(&flash_display_FrameLabel.members, "frame", &flash_display_FrameLabel_frame); - dict_put(d, &flash_display_GradientType, &flash_display_GradientType); - dict_init(&flash_display_GradientType.members, 1); - dict_put(d, &flash_display_Graphics, &flash_display_Graphics); - dict_init(&flash_display_Graphics.members, 16); - dict_put(&flash_display_Graphics.members, "drawRoundRectComplex", &flash_display_Graphics_drawRoundRectComplex); - dict_put(&flash_display_Graphics.members, "drawCircle", &flash_display_Graphics_drawCircle); - dict_put(&flash_display_Graphics.members, "drawRect", &flash_display_Graphics_drawRect); - dict_put(&flash_display_Graphics.members, "curveTo", &flash_display_Graphics_curveTo); - dict_put(&flash_display_Graphics.members, "beginFill", &flash_display_Graphics_beginFill); - dict_put(&flash_display_Graphics.members, "lineGradientStyle", &flash_display_Graphics_lineGradientStyle); - dict_put(&flash_display_Graphics.members, "drawRoundRect", &flash_display_Graphics_drawRoundRect); - dict_put(&flash_display_Graphics.members, "moveTo", &flash_display_Graphics_moveTo); - dict_put(&flash_display_Graphics.members, "clear", &flash_display_Graphics_clear); - dict_put(&flash_display_Graphics.members, "lineTo", &flash_display_Graphics_lineTo); - dict_put(&flash_display_Graphics.members, "drawEllipse", &flash_display_Graphics_drawEllipse); - dict_put(&flash_display_Graphics.members, "beginBitmapFill", &flash_display_Graphics_beginBitmapFill); - dict_put(&flash_display_Graphics.members, "beginGradientFill", &flash_display_Graphics_beginGradientFill); - dict_put(&flash_display_Graphics.members, "lineStyle", &flash_display_Graphics_lineStyle); - dict_put(&flash_display_Graphics.members, "endFill", &flash_display_Graphics_endFill); + dict_init2(&flash_display_ActionScriptVersion.members, &memberinfo_type, 8); + dict_put(&flash_display_ActionScriptVersion.members, &flash_display_ActionScriptVersion_ACTIONSCRIPT3, &flash_display_ActionScriptVersion_ACTIONSCRIPT3); + dict_put(&flash_display_ActionScriptVersion.members, &flash_display_ActionScriptVersion_ACTIONSCRIPT2, &flash_display_ActionScriptVersion_ACTIONSCRIPT2); + dict_put(d, &flash_text_engine_EastAsianJustifier, &flash_text_engine_EastAsianJustifier); + dict_init2(&flash_text_engine_EastAsianJustifier.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_EastAsianJustifier.members, &flash_text_engine_EastAsianJustifier_justificationStyle, &flash_text_engine_EastAsianJustifier_justificationStyle); + dict_put(&flash_text_engine_EastAsianJustifier.members, &flash_text_engine_EastAsianJustifier_clone, &flash_text_engine_EastAsianJustifier_clone); + dict_put(d, &_String, &_String); + dict_init2(&_String.members, &memberinfo_type, 31); + dict_put(&_String.members, &_String_indexOf, &_String_indexOf); + dict_put(&_String.members, &_String_replace, &_String_replace); + dict_put(&_String.members, &_String_lastIndexOf, &_String_lastIndexOf); + dict_put(&_String.members, &_String_valueOf, &_String_valueOf); + dict_put(&_String.members, &_String_concat, &_String_concat); + dict_put(&_String.members, &_String_substr, &_String_substr); + dict_put(&_String.members, &_String_slice, &_String_slice); + dict_put(&_String.members, &_String_search, &_String_search); + dict_put(&_String.members, &_String_fromCharCode, &_String_fromCharCode); + dict_put(&_String.members, &_String_toLocaleUpperCase, &_String_toLocaleUpperCase); + dict_put(&_String.members, &_String_toString, &_String_toString); + dict_put(&_String.members, &_String_toUpperCase, &_String_toUpperCase); + dict_put(&_String.members, &_String_charAt, &_String_charAt); + dict_put(&_String.members, &_String_match, &_String_match); + dict_put(&_String.members, &_String_charCodeAt, &_String_charCodeAt); + dict_put(&_String.members, &_String_substring, &_String_substring); + dict_put(&_String.members, &_String_localeCompare, &_String_localeCompare); + dict_put(&_String.members, &_String_split, &_String_split); + dict_put(&_String.members, &_String_toLocaleLowerCase, &_String_toLocaleLowerCase); + dict_put(&_String.members, &_String_length, &_String_length); + dict_put(&_String.members, &_String_toLowerCase, &_String_toLowerCase); + dict_put(d, &flash_media_SoundChannel, &flash_media_SoundChannel); + dict_init2(&flash_media_SoundChannel.members, &memberinfo_type, 8); + dict_put(&flash_media_SoundChannel.members, &flash_media_SoundChannel_leftPeak, &flash_media_SoundChannel_leftPeak); + dict_put(&flash_media_SoundChannel.members, &flash_media_SoundChannel_stop, &flash_media_SoundChannel_stop); + dict_put(&flash_media_SoundChannel.members, &flash_media_SoundChannel_position, &flash_media_SoundChannel_position); + dict_put(&flash_media_SoundChannel.members, &flash_media_SoundChannel_soundTransform, &flash_media_SoundChannel_soundTransform); + dict_put(&flash_media_SoundChannel.members, &flash_media_SoundChannel_rightPeak, &flash_media_SoundChannel_rightPeak); + dict_put(d, &flash_desktop_Clipboard, &flash_desktop_Clipboard); + dict_init2(&flash_desktop_Clipboard.members, &memberinfo_type, 8); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_generalClipboard, &flash_desktop_Clipboard_generalClipboard); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_setDataHandler, &flash_desktop_Clipboard_setDataHandler); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_setData, &flash_desktop_Clipboard_setData); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_formats, &flash_desktop_Clipboard_formats); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_clear, &flash_desktop_Clipboard_clear); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_getData, &flash_desktop_Clipboard_getData); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_hasFormat, &flash_desktop_Clipboard_hasFormat); + dict_put(&flash_desktop_Clipboard.members, &flash_desktop_Clipboard_clearData, &flash_desktop_Clipboard_clearData); dict_put(d, &flash_display_IBitmapDrawable, &flash_display_IBitmapDrawable); - dict_init(&flash_display_IBitmapDrawable.members, 1); - dict_put(d, &flash_display_InteractiveObject, &flash_display_InteractiveObject); - dict_init(&flash_display_InteractiveObject.members, 15); - dict_put(&flash_display_InteractiveObject.members, "tabEnabled", &flash_display_InteractiveObject_tabEnabled); - dict_put(&flash_display_InteractiveObject.members, "doubleClickEnabled", &flash_display_InteractiveObject_doubleClickEnabled); - dict_put(&flash_display_InteractiveObject.members, "contextMenu", &flash_display_InteractiveObject_contextMenu); - dict_put(&flash_display_InteractiveObject.members, "accessibilityImplementation", &flash_display_InteractiveObject_accessibilityImplementation); - dict_put(&flash_display_InteractiveObject.members, "mouseEnabled", &flash_display_InteractiveObject_mouseEnabled); - dict_put(&flash_display_InteractiveObject.members, "focusRect", &flash_display_InteractiveObject_focusRect); - dict_put(&flash_display_InteractiveObject.members, "tabIndex", &flash_display_InteractiveObject_tabIndex); - dict_put(d, &flash_display_InterpolationMethod, &flash_display_InterpolationMethod); - dict_init(&flash_display_InterpolationMethod.members, 1); - dict_put(d, &flash_display_JointStyle, &flash_display_JointStyle); - dict_init(&flash_display_JointStyle.members, 1); - dict_put(d, &flash_display_LineScaleMode, &flash_display_LineScaleMode); - dict_init(&flash_display_LineScaleMode.members, 1); - dict_put(d, &flash_display_Loader, &flash_display_Loader); - dict_init(&flash_display_Loader.members, 15); - dict_put(&flash_display_Loader.members, "addChild", &flash_display_Loader_addChild); - dict_put(&flash_display_Loader.members, "unload", &flash_display_Loader_unload); - dict_put(&flash_display_Loader.members, "setChildIndex", &flash_display_Loader_setChildIndex); - dict_put(&flash_display_Loader.members, "loadBytes", &flash_display_Loader_loadBytes); - dict_put(&flash_display_Loader.members, "removeChildAt", &flash_display_Loader_removeChildAt); - dict_put(&flash_display_Loader.members, "content", &flash_display_Loader_content); - dict_put(&flash_display_Loader.members, "addChildAt", &flash_display_Loader_addChildAt); - dict_put(&flash_display_Loader.members, "contentLoaderInfo", &flash_display_Loader_contentLoaderInfo); - dict_put(&flash_display_Loader.members, "load", &flash_display_Loader_load); - dict_put(&flash_display_Loader.members, "removeChild", &flash_display_Loader_removeChild); - dict_put(&flash_display_Loader.members, "close", &flash_display_Loader_close); - dict_put(d, &flash_display_LoaderInfo, &flash_display_LoaderInfo); - dict_init(&flash_display_LoaderInfo.members, 21); - dict_put(&flash_display_LoaderInfo.members, "dispatchEvent", &flash_display_LoaderInfo_dispatchEvent); - dict_put(&flash_display_LoaderInfo.members, "bytesLoaded", &flash_display_LoaderInfo_bytesLoaded); - dict_put(&flash_display_LoaderInfo.members, "contentType", &flash_display_LoaderInfo_contentType); - dict_put(&flash_display_LoaderInfo.members, "childAllowsParent", &flash_display_LoaderInfo_childAllowsParent); - dict_put(&flash_display_LoaderInfo.members, "bytesTotal", &flash_display_LoaderInfo_bytesTotal); - dict_put(&flash_display_LoaderInfo.members, "loader", &flash_display_LoaderInfo_loader); - dict_put(&flash_display_LoaderInfo.members, "loaderURL", &flash_display_LoaderInfo_loaderURL); - dict_put(&flash_display_LoaderInfo.members, "width", &flash_display_LoaderInfo_width); - dict_put(&flash_display_LoaderInfo.members, "sameDomain", &flash_display_LoaderInfo_sameDomain); - dict_put(&flash_display_LoaderInfo.members, "sharedEvents", &flash_display_LoaderInfo_sharedEvents); - dict_put(&flash_display_LoaderInfo.members, "height", &flash_display_LoaderInfo_height); - dict_put(&flash_display_LoaderInfo.members, "parentAllowsChild", &flash_display_LoaderInfo_parentAllowsChild); - dict_put(&flash_display_LoaderInfo.members, "parameters", &flash_display_LoaderInfo_parameters); - dict_put(&flash_display_LoaderInfo.members, "frameRate", &flash_display_LoaderInfo_frameRate); - dict_put(&flash_display_LoaderInfo.members, "url", &flash_display_LoaderInfo_url); - dict_put(&flash_display_LoaderInfo.members, "swfVersion", &flash_display_LoaderInfo_swfVersion); - dict_put(&flash_display_LoaderInfo.members, "actionScriptVersion", &flash_display_LoaderInfo_actionScriptVersion); - dict_put(&flash_display_LoaderInfo.members, "content", &flash_display_LoaderInfo_content); - dict_put(&flash_display_LoaderInfo.members, "applicationDomain", &flash_display_LoaderInfo_applicationDomain); - dict_put(d, &flash_display_MorphShape, &flash_display_MorphShape); - dict_init(&flash_display_MorphShape.members, 1); - dict_put(d, &flash_display_MovieClip, &flash_display_MovieClip); - dict_init(&flash_display_MovieClip.members, 21); - dict_put(&flash_display_MovieClip.members, "currentLabels", &flash_display_MovieClip_currentLabels); - dict_put(&flash_display_MovieClip.members, "stop", &flash_display_MovieClip_stop); - dict_put(&flash_display_MovieClip.members, "currentLabel", &flash_display_MovieClip_currentLabel); - dict_put(&flash_display_MovieClip.members, "totalFrames", &flash_display_MovieClip_totalFrames); - dict_put(&flash_display_MovieClip.members, "prevScene", &flash_display_MovieClip_prevScene); - dict_put(&flash_display_MovieClip.members, "play", &flash_display_MovieClip_play); - dict_put(&flash_display_MovieClip.members, "addFrameScript", &flash_display_MovieClip_addFrameScript); - dict_put(&flash_display_MovieClip.members, "nextFrame", &flash_display_MovieClip_nextFrame); - dict_put(&flash_display_MovieClip.members, "enabled", &flash_display_MovieClip_enabled); - dict_put(&flash_display_MovieClip.members, "framesLoaded", &flash_display_MovieClip_framesLoaded); - dict_put(&flash_display_MovieClip.members, "scenes", &flash_display_MovieClip_scenes); - dict_put(&flash_display_MovieClip.members, "nextScene", &flash_display_MovieClip_nextScene); - dict_put(&flash_display_MovieClip.members, "currentFrame", &flash_display_MovieClip_currentFrame); - dict_put(&flash_display_MovieClip.members, "gotoAndStop", &flash_display_MovieClip_gotoAndStop); - dict_put(&flash_display_MovieClip.members, "currentScene", &flash_display_MovieClip_currentScene); - dict_put(&flash_display_MovieClip.members, "trackAsMenu", &flash_display_MovieClip_trackAsMenu); - dict_put(&flash_display_MovieClip.members, "gotoAndPlay", &flash_display_MovieClip_gotoAndPlay); - dict_put(&flash_display_MovieClip.members, "prevFrame", &flash_display_MovieClip_prevFrame); - dict_put(d, &flash_display_PixelSnapping, &flash_display_PixelSnapping); - dict_init(&flash_display_PixelSnapping.members, 1); - dict_put(d, &flash_display_SWFVersion, &flash_display_SWFVersion); - dict_init(&flash_display_SWFVersion.members, 1); + dict_init2(&flash_display_IBitmapDrawable.members, &memberinfo_type, 8); + dict_put(d, &_TypeError, &_TypeError); + dict_init2(&_TypeError.members, &memberinfo_type, 8); + dict_put(&_TypeError.members, &_TypeError_length, &_TypeError_length); + dict_put(d, &_int, &_int); + dict_init2(&_int.members, &memberinfo_type, 8); + dict_put(&_int.members, &_int_MAX_VALUE, &_int_MAX_VALUE); + dict_put(&_int.members, &_int_valueOf, &_int_valueOf); + dict_put(&_int.members, &_int_length, &_int_length); + dict_put(&_int.members, &_int_MIN_VALUE, &_int_MIN_VALUE); + dict_put(&_int.members, &_int_toString, &_int_toString); + dict_put(&_int.members, &_int_toExponential, &_int_toExponential); + dict_put(&_int.members, &_int_toFixed, &_int_toFixed); + dict_put(&_int.members, &_int_toPrecision, &_int_toPrecision); dict_put(d, &flash_display_Scene, &flash_display_Scene); - dict_init(&flash_display_Scene.members, 7); - dict_put(&flash_display_Scene.members, "name", &flash_display_Scene_name); - dict_put(&flash_display_Scene.members, "numFrames", &flash_display_Scene_numFrames); - dict_put(&flash_display_Scene.members, "labels", &flash_display_Scene_labels); - dict_put(d, &flash_display_Shape, &flash_display_Shape); - dict_init(&flash_display_Shape.members, 2); - dict_put(&flash_display_Shape.members, "graphics", &flash_display_Shape_graphics); - dict_put(d, &flash_display_SimpleButton, &flash_display_SimpleButton); - dict_init(&flash_display_SimpleButton.members, 18); - dict_put(&flash_display_SimpleButton.members, "enabled", &flash_display_SimpleButton_enabled); - dict_put(&flash_display_SimpleButton.members, "useHandCursor", &flash_display_SimpleButton_useHandCursor); - dict_put(&flash_display_SimpleButton.members, "overState", &flash_display_SimpleButton_overState); - dict_put(&flash_display_SimpleButton.members, "soundTransform", &flash_display_SimpleButton_soundTransform); - dict_put(&flash_display_SimpleButton.members, "downState", &flash_display_SimpleButton_downState); - dict_put(&flash_display_SimpleButton.members, "trackAsMenu", &flash_display_SimpleButton_trackAsMenu); - dict_put(&flash_display_SimpleButton.members, "upState", &flash_display_SimpleButton_upState); - dict_put(&flash_display_SimpleButton.members, "hitTestState", &flash_display_SimpleButton_hitTestState); - dict_put(d, &flash_display_SpreadMethod, &flash_display_SpreadMethod); - dict_init(&flash_display_SpreadMethod.members, 1); - dict_put(d, &flash_display_Sprite, &flash_display_Sprite); - dict_init(&flash_display_Sprite.members, 14); - dict_put(&flash_display_Sprite.members, "soundTransform", &flash_display_Sprite_soundTransform); - dict_put(&flash_display_Sprite.members, "useHandCursor", &flash_display_Sprite_useHandCursor); - dict_put(&flash_display_Sprite.members, "stopDrag", &flash_display_Sprite_stopDrag); - dict_put(&flash_display_Sprite.members, "dropTarget", &flash_display_Sprite_dropTarget); - dict_put(&flash_display_Sprite.members, "hitArea", &flash_display_Sprite_hitArea); - dict_put(&flash_display_Sprite.members, "graphics", &flash_display_Sprite_graphics); - dict_put(&flash_display_Sprite.members, "startDrag", &flash_display_Sprite_startDrag); - dict_put(&flash_display_Sprite.members, "buttonMode", &flash_display_Sprite_buttonMode); - dict_put(d, &flash_display_Stage, &flash_display_Stage); - dict_init(&flash_display_Stage.members, 64); - dict_put(&flash_display_Stage.members, "addChild", &flash_display_Stage_addChild); - dict_put(&flash_display_Stage.members, "align", &flash_display_Stage_align); - dict_put(&flash_display_Stage.members, "stageFocusRect", &flash_display_Stage_stageFocusRect); - dict_put(&flash_display_Stage.members, "scaleMode", &flash_display_Stage_scaleMode); - dict_put(&flash_display_Stage.members, "textSnapshot", &flash_display_Stage_textSnapshot); - dict_put(&flash_display_Stage.members, "name", &flash_display_Stage_name); - dict_put(&flash_display_Stage.members, "setChildIndex", &flash_display_Stage_setChildIndex); - dict_put(&flash_display_Stage.members, "showDefaultContextMenu", &flash_display_Stage_showDefaultContextMenu); - dict_put(&flash_display_Stage.members, "quality", &flash_display_Stage_quality); - dict_put(&flash_display_Stage.members, "height", &flash_display_Stage_height); - dict_put(&flash_display_Stage.members, "blendMode", &flash_display_Stage_blendMode); - dict_put(&flash_display_Stage.members, "scale9Grid", &flash_display_Stage_scale9Grid); - dict_put(&flash_display_Stage.members, "invalidate", &flash_display_Stage_invalidate); - dict_put(&flash_display_Stage.members, "accessibilityImplementation", &flash_display_Stage_accessibilityImplementation); - dict_put(&flash_display_Stage.members, "accessibilityProperties", &flash_display_Stage_accessibilityProperties); - dict_put(&flash_display_Stage.members, "cacheAsBitmap", &flash_display_Stage_cacheAsBitmap); - dict_put(&flash_display_Stage.members, "dispatchEvent", &flash_display_Stage_dispatchEvent); - dict_put(&flash_display_Stage.members, "removeChildAt", &flash_display_Stage_removeChildAt); - dict_put(&flash_display_Stage.members, "addEventListener", &flash_display_Stage_addEventListener); - dict_put(&flash_display_Stage.members, "contextMenu", &flash_display_Stage_contextMenu); - dict_put(&flash_display_Stage.members, "opaqueBackground", &flash_display_Stage_opaqueBackground); - dict_put(&flash_display_Stage.members, "tabChildren", &flash_display_Stage_tabChildren); - dict_put(&flash_display_Stage.members, "stageWidth", &flash_display_Stage_stageWidth); - dict_put(&flash_display_Stage.members, "tabIndex", &flash_display_Stage_tabIndex); - dict_put(&flash_display_Stage.members, "swapChildrenAt", &flash_display_Stage_swapChildrenAt); - dict_put(&flash_display_Stage.members, "stageHeight", &flash_display_Stage_stageHeight); - dict_put(&flash_display_Stage.members, "width", &flash_display_Stage_width); - dict_put(&flash_display_Stage.members, "willTrigger", &flash_display_Stage_willTrigger); - dict_put(&flash_display_Stage.members, "addChildAt", &flash_display_Stage_addChildAt); - dict_put(&flash_display_Stage.members, "mouseChildren", &flash_display_Stage_mouseChildren); - dict_put(&flash_display_Stage.members, "isFocusInaccessible", &flash_display_Stage_isFocusInaccessible); - dict_put(&flash_display_Stage.members, "scaleX", &flash_display_Stage_scaleX); - dict_put(&flash_display_Stage.members, "scaleY", &flash_display_Stage_scaleY); - dict_put(&flash_display_Stage.members, "scrollRect", &flash_display_Stage_scrollRect); - dict_put(&flash_display_Stage.members, "numChildren", &flash_display_Stage_numChildren); - dict_put(&flash_display_Stage.members, "focus", &flash_display_Stage_focus); - dict_put(&flash_display_Stage.members, "focusRect", &flash_display_Stage_focusRect); - dict_put(&flash_display_Stage.members, "alpha", &flash_display_Stage_alpha); - dict_put(&flash_display_Stage.members, "mouseEnabled", &flash_display_Stage_mouseEnabled); - dict_put(&flash_display_Stage.members, "mask", &flash_display_Stage_mask); - dict_put(&flash_display_Stage.members, "frameRate", &flash_display_Stage_frameRate); - dict_put(&flash_display_Stage.members, "transform", &flash_display_Stage_transform); - dict_put(&flash_display_Stage.members, "visible", &flash_display_Stage_visible); - dict_put(&flash_display_Stage.members, "tabEnabled", &flash_display_Stage_tabEnabled); - dict_put(&flash_display_Stage.members, "x", &flash_display_Stage_x); - dict_put(&flash_display_Stage.members, "y", &flash_display_Stage_y); - dict_put(&flash_display_Stage.members, "hasEventListener", &flash_display_Stage_hasEventListener); - dict_put(&flash_display_Stage.members, "filters", &flash_display_Stage_filters); - dict_put(&flash_display_Stage.members, "rotation", &flash_display_Stage_rotation); - dict_put(d, &flash_display_StageAlign, &flash_display_StageAlign); - dict_init(&flash_display_StageAlign.members, 1); - dict_put(d, &flash_display_StageQuality, &flash_display_StageQuality); - dict_init(&flash_display_StageQuality.members, 1); - dict_put(d, &flash_display_StageScaleMode, &flash_display_StageScaleMode); - dict_init(&flash_display_StageScaleMode.members, 1); - dict_put(d, &flash_errors_EOFError, &flash_errors_EOFError); - dict_init(&flash_errors_EOFError.members, 1); - dict_put(d, &flash_errors_IOError, &flash_errors_IOError); - dict_init(&flash_errors_IOError.members, 1); - dict_put(d, &flash_errors_IllegalOperationError, &flash_errors_IllegalOperationError); - dict_init(&flash_errors_IllegalOperationError.members, 1); - dict_put(d, &flash_errors_InvalidSWFError, &flash_errors_InvalidSWFError); - dict_init(&flash_errors_InvalidSWFError.members, 1); - dict_put(d, &flash_errors_MemoryError, &flash_errors_MemoryError); - dict_init(&flash_errors_MemoryError.members, 1); - dict_put(d, &flash_errors_ScriptTimeoutError, &flash_errors_ScriptTimeoutError); - dict_init(&flash_errors_ScriptTimeoutError.members, 1); - dict_put(d, &flash_errors_StackOverflowError, &flash_errors_StackOverflowError); - dict_init(&flash_errors_StackOverflowError.members, 1); - dict_put(d, &flash_events_ActivityEvent, &flash_events_ActivityEvent); - dict_init(&flash_events_ActivityEvent.members, 6); - dict_put(&flash_events_ActivityEvent.members, "clone", &flash_events_ActivityEvent_clone); - dict_put(&flash_events_ActivityEvent.members, "toString", &flash_events_ActivityEvent_toString); - dict_put(&flash_events_ActivityEvent.members, "activating", &flash_events_ActivityEvent_activating); - dict_put(&flash_events_ActivityEvent.members, "ACTIVITY", &flash_events_ActivityEvent_ACTIVITY); - dict_put(d, &flash_events_AsyncErrorEvent, &flash_events_AsyncErrorEvent); - dict_init(&flash_events_AsyncErrorEvent.members, 4); - dict_put(&flash_events_AsyncErrorEvent.members, "clone", &flash_events_AsyncErrorEvent_clone); - dict_put(&flash_events_AsyncErrorEvent.members, "toString", &flash_events_AsyncErrorEvent_toString); - dict_put(&flash_events_AsyncErrorEvent.members, "error", &flash_events_AsyncErrorEvent_error); - dict_put(&flash_events_AsyncErrorEvent.members, "ASYNC_ERROR", &flash_events_AsyncErrorEvent_ASYNC_ERROR); - dict_put(d, &flash_events_ContextMenuEvent, &flash_events_ContextMenuEvent); - dict_init(&flash_events_ContextMenuEvent.members, 9); - dict_put(&flash_events_ContextMenuEvent.members, "contextMenuOwner", &flash_events_ContextMenuEvent_contextMenuOwner); - dict_put(&flash_events_ContextMenuEvent.members, "mouseTarget", &flash_events_ContextMenuEvent_mouseTarget); - dict_put(&flash_events_ContextMenuEvent.members, "clone", &flash_events_ContextMenuEvent_clone); - dict_put(&flash_events_ContextMenuEvent.members, "toString", &flash_events_ContextMenuEvent_toString); - dict_put(&flash_events_ContextMenuEvent.members, "MENU_ITEM_SELECT", &flash_events_ContextMenuEvent_MENU_ITEM_SELECT); - dict_put(&flash_events_ContextMenuEvent.members, "MENU_SELECT", &flash_events_ContextMenuEvent_MENU_SELECT); - dict_put(d, &flash_events_DataEvent, &flash_events_DataEvent); - dict_init(&flash_events_DataEvent.members, 5); - dict_put(&flash_events_DataEvent.members, "data", &flash_events_DataEvent_data); - dict_put(&flash_events_DataEvent.members, "toString", &flash_events_DataEvent_toString); - dict_put(&flash_events_DataEvent.members, "clone", &flash_events_DataEvent_clone); - dict_put(&flash_events_DataEvent.members, "DATA", &flash_events_DataEvent_DATA); - dict_put(d, &flash_events_ErrorEvent, &flash_events_ErrorEvent); - dict_init(&flash_events_ErrorEvent.members, 3); - dict_put(&flash_events_ErrorEvent.members, "toString", &flash_events_ErrorEvent_toString); - dict_put(&flash_events_ErrorEvent.members, "clone", &flash_events_ErrorEvent_clone); - dict_put(&flash_events_ErrorEvent.members, "ERROR", &flash_events_ErrorEvent_ERROR); - dict_put(d, &flash_events_Event, &flash_events_Event); - dict_init(&flash_events_Event.members, 14); - dict_put(&flash_events_Event.members, "isDefaultPrevented", &flash_events_Event_isDefaultPrevented); - dict_put(&flash_events_Event.members, "formatToString", &flash_events_Event_formatToString); - dict_put(&flash_events_Event.members, "stopImmediatePropagation", &flash_events_Event_stopImmediatePropagation); - dict_put(&flash_events_Event.members, "eventPhase", &flash_events_Event_eventPhase); - dict_put(&flash_events_Event.members, "preventDefault", &flash_events_Event_preventDefault); - dict_put(&flash_events_Event.members, "currentTarget", &flash_events_Event_currentTarget); - dict_put(&flash_events_Event.members, "toString", &flash_events_Event_toString); - dict_put(&flash_events_Event.members, "bubbles", &flash_events_Event_bubbles); - dict_put(&flash_events_Event.members, "target", &flash_events_Event_target); - dict_put(&flash_events_Event.members, "cancelable", &flash_events_Event_cancelable); - dict_put(&flash_events_Event.members, "stopPropagation", &flash_events_Event_stopPropagation); - dict_put(&flash_events_Event.members, "type", &flash_events_Event_type); - dict_put(&flash_events_Event.members, "clone", &flash_events_Event_clone); - dict_put(&flash_events_Event.members, "CANCEL", &flash_events_Event_CANCEL); - dict_put(&flash_events_Event.members, "RESIZE", &flash_events_Event_RESIZE); - dict_put(&flash_events_Event.members, "ENTER_FRAME", &flash_events_Event_ENTER_FRAME); - dict_put(&flash_events_Event.members, "REMOVED", &flash_events_Event_REMOVED); - dict_put(&flash_events_Event.members, "SOUND_COMPLETE", &flash_events_Event_SOUND_COMPLETE); - dict_put(&flash_events_Event.members, "CONNECT", &flash_events_Event_CONNECT); - dict_put(&flash_events_Event.members, "SCROLL", &flash_events_Event_SCROLL); - dict_put(&flash_events_Event.members, "INIT", &flash_events_Event_INIT); - dict_put(&flash_events_Event.members, "OPEN", &flash_events_Event_OPEN); - dict_put(&flash_events_Event.members, "RENDER", &flash_events_Event_RENDER); - dict_put(&flash_events_Event.members, "UNLOAD", &flash_events_Event_UNLOAD); - dict_put(&flash_events_Event.members, "CLOSE", &flash_events_Event_CLOSE); - dict_put(&flash_events_Event.members, "MOUSE_LEAVE", &flash_events_Event_MOUSE_LEAVE); - dict_put(&flash_events_Event.members, "TAB_ENABLED_CHANGE", &flash_events_Event_TAB_ENABLED_CHANGE); - dict_put(&flash_events_Event.members, "ADDED", &flash_events_Event_ADDED); - dict_put(&flash_events_Event.members, "TAB_CHILDREN_CHANGE", &flash_events_Event_TAB_CHILDREN_CHANGE); - dict_put(&flash_events_Event.members, "TAB_INDEX_CHANGE", &flash_events_Event_TAB_INDEX_CHANGE); - dict_put(&flash_events_Event.members, "ACTIVATE", &flash_events_Event_ACTIVATE); - dict_put(&flash_events_Event.members, "DEACTIVATE", &flash_events_Event_DEACTIVATE); - dict_put(&flash_events_Event.members, "CHANGE", &flash_events_Event_CHANGE); - dict_put(&flash_events_Event.members, "ID3", &flash_events_Event_ID3); - dict_put(&flash_events_Event.members, "COMPLETE", &flash_events_Event_COMPLETE); - dict_put(&flash_events_Event.members, "SELECT", &flash_events_Event_SELECT); - dict_put(d, &flash_events_EventDispatcher, &flash_events_EventDispatcher); - dict_init(&flash_events_EventDispatcher.members, 8); - dict_put(&flash_events_EventDispatcher.members, "dispatchEvent", &flash_events_EventDispatcher_dispatchEvent); - dict_put(&flash_events_EventDispatcher.members, "willTrigger", &flash_events_EventDispatcher_willTrigger); - dict_put(&flash_events_EventDispatcher.members, "toString", &flash_events_EventDispatcher_toString); - dict_put(&flash_events_EventDispatcher.members, "removeEventListener", &flash_events_EventDispatcher_removeEventListener); - dict_put(&flash_events_EventDispatcher.members, "hasEventListener", &flash_events_EventDispatcher_hasEventListener); - dict_put(&flash_events_EventDispatcher.members, "addEventListener", &flash_events_EventDispatcher_addEventListener); - dict_put(d, &flash_events_EventPhase, &flash_events_EventPhase); - dict_init(&flash_events_EventPhase.members, 1); - dict_put(d, &flash_events_FocusEvent, &flash_events_FocusEvent); - dict_init(&flash_events_FocusEvent.members, 12); - dict_put(&flash_events_FocusEvent.members, "shiftKey", &flash_events_FocusEvent_shiftKey); - dict_put(&flash_events_FocusEvent.members, "relatedObject", &flash_events_FocusEvent_relatedObject); - dict_put(&flash_events_FocusEvent.members, "keyCode", &flash_events_FocusEvent_keyCode); - dict_put(&flash_events_FocusEvent.members, "clone", &flash_events_FocusEvent_clone); - dict_put(&flash_events_FocusEvent.members, "toString", &flash_events_FocusEvent_toString); - dict_put(&flash_events_FocusEvent.members, "MOUSE_FOCUS_CHANGE", &flash_events_FocusEvent_MOUSE_FOCUS_CHANGE); - dict_put(&flash_events_FocusEvent.members, "FOCUS_OUT", &flash_events_FocusEvent_FOCUS_OUT); - dict_put(&flash_events_FocusEvent.members, "KEY_FOCUS_CHANGE", &flash_events_FocusEvent_KEY_FOCUS_CHANGE); - dict_put(&flash_events_FocusEvent.members, "FOCUS_IN", &flash_events_FocusEvent_FOCUS_IN); - dict_put(d, &flash_events_HTTPStatusEvent, &flash_events_HTTPStatusEvent); - dict_init(&flash_events_HTTPStatusEvent.members, 5); - dict_put(&flash_events_HTTPStatusEvent.members, "clone", &flash_events_HTTPStatusEvent_clone); - dict_put(&flash_events_HTTPStatusEvent.members, "toString", &flash_events_HTTPStatusEvent_toString); - dict_put(&flash_events_HTTPStatusEvent.members, "status", &flash_events_HTTPStatusEvent_status); - dict_put(&flash_events_HTTPStatusEvent.members, "HTTP_STATUS", &flash_events_HTTPStatusEvent_HTTP_STATUS); - dict_put(d, &flash_events_IEventDispatcher, &flash_events_IEventDispatcher); - dict_init(&flash_events_IEventDispatcher.members, 6); - dict_put(&flash_events_IEventDispatcher.members, "dispatchEvent", &flash_events_IEventDispatcher_dispatchEvent); - dict_put(&flash_events_IEventDispatcher.members, "hasEventListener", &flash_events_IEventDispatcher_hasEventListener); - dict_put(&flash_events_IEventDispatcher.members, "willTrigger", &flash_events_IEventDispatcher_willTrigger); - dict_put(&flash_events_IEventDispatcher.members, "removeEventListener", &flash_events_IEventDispatcher_removeEventListener); - dict_put(&flash_events_IEventDispatcher.members, "addEventListener", &flash_events_IEventDispatcher_addEventListener); - dict_put(d, &flash_events_IMEEvent, &flash_events_IMEEvent); - dict_init(&flash_events_IMEEvent.members, 3); - dict_put(&flash_events_IMEEvent.members, "toString", &flash_events_IMEEvent_toString); - dict_put(&flash_events_IMEEvent.members, "clone", &flash_events_IMEEvent_clone); - dict_put(&flash_events_IMEEvent.members, "IME_COMPOSITION", &flash_events_IMEEvent_IME_COMPOSITION); - dict_put(d, &flash_events_IOErrorEvent, &flash_events_IOErrorEvent); - dict_init(&flash_events_IOErrorEvent.members, 3); - dict_put(&flash_events_IOErrorEvent.members, "clone", &flash_events_IOErrorEvent_clone); - dict_put(&flash_events_IOErrorEvent.members, "toString", &flash_events_IOErrorEvent_toString); - dict_put(&flash_events_IOErrorEvent.members, "DISK_ERROR", &flash_events_IOErrorEvent_DISK_ERROR); - dict_put(&flash_events_IOErrorEvent.members, "NETWORK_ERROR", &flash_events_IOErrorEvent_NETWORK_ERROR); - dict_put(&flash_events_IOErrorEvent.members, "VERIFY_ERROR", &flash_events_IOErrorEvent_VERIFY_ERROR); - dict_put(&flash_events_IOErrorEvent.members, "IO_ERROR", &flash_events_IOErrorEvent_IO_ERROR); - dict_put(d, &flash_events_KeyboardEvent, &flash_events_KeyboardEvent); - dict_init(&flash_events_KeyboardEvent.members, 22); - dict_put(&flash_events_KeyboardEvent.members, "charCode", &flash_events_KeyboardEvent_charCode); - dict_put(&flash_events_KeyboardEvent.members, "keyLocation", &flash_events_KeyboardEvent_keyLocation); - dict_put(&flash_events_KeyboardEvent.members, "altKey", &flash_events_KeyboardEvent_altKey); - dict_put(&flash_events_KeyboardEvent.members, "shiftKey", &flash_events_KeyboardEvent_shiftKey); - dict_put(&flash_events_KeyboardEvent.members, "keyCode", &flash_events_KeyboardEvent_keyCode); - dict_put(&flash_events_KeyboardEvent.members, "clone", &flash_events_KeyboardEvent_clone); - dict_put(&flash_events_KeyboardEvent.members, "updateAfterEvent", &flash_events_KeyboardEvent_updateAfterEvent); - dict_put(&flash_events_KeyboardEvent.members, "ctrlKey", &flash_events_KeyboardEvent_ctrlKey); - dict_put(&flash_events_KeyboardEvent.members, "toString", &flash_events_KeyboardEvent_toString); - dict_put(&flash_events_KeyboardEvent.members, "KEY_DOWN", &flash_events_KeyboardEvent_KEY_DOWN); - dict_put(&flash_events_KeyboardEvent.members, "KEY_UP", &flash_events_KeyboardEvent_KEY_UP); - dict_put(d, &flash_events_MouseEvent, &flash_events_MouseEvent); - dict_init(&flash_events_MouseEvent.members, 32); - dict_put(&flash_events_MouseEvent.members, "relatedObject", &flash_events_MouseEvent_relatedObject); - dict_put(&flash_events_MouseEvent.members, "localX", &flash_events_MouseEvent_localX); - dict_put(&flash_events_MouseEvent.members, "stageY", &flash_events_MouseEvent_stageY); - dict_put(&flash_events_MouseEvent.members, "localY", &flash_events_MouseEvent_localY); - dict_put(&flash_events_MouseEvent.members, "stageX", &flash_events_MouseEvent_stageX); - dict_put(&flash_events_MouseEvent.members, "delta", &flash_events_MouseEvent_delta); - dict_put(&flash_events_MouseEvent.members, "updateAfterEvent", &flash_events_MouseEvent_updateAfterEvent); - dict_put(&flash_events_MouseEvent.members, "clone", &flash_events_MouseEvent_clone); - dict_put(&flash_events_MouseEvent.members, "ctrlKey", &flash_events_MouseEvent_ctrlKey); - dict_put(&flash_events_MouseEvent.members, "toString", &flash_events_MouseEvent_toString); - dict_put(&flash_events_MouseEvent.members, "buttonDown", &flash_events_MouseEvent_buttonDown); - dict_put(&flash_events_MouseEvent.members, "altKey", &flash_events_MouseEvent_altKey); - dict_put(&flash_events_MouseEvent.members, "shiftKey", &flash_events_MouseEvent_shiftKey); - dict_put(&flash_events_MouseEvent.members, "MOUSE_WHEEL", &flash_events_MouseEvent_MOUSE_WHEEL); - dict_put(&flash_events_MouseEvent.members, "MOUSE_MOVE", &flash_events_MouseEvent_MOUSE_MOVE); - dict_put(&flash_events_MouseEvent.members, "ROLL_OUT", &flash_events_MouseEvent_ROLL_OUT); - dict_put(&flash_events_MouseEvent.members, "MOUSE_OVER", &flash_events_MouseEvent_MOUSE_OVER); - dict_put(&flash_events_MouseEvent.members, "CLICK", &flash_events_MouseEvent_CLICK); - dict_put(&flash_events_MouseEvent.members, "MOUSE_OUT", &flash_events_MouseEvent_MOUSE_OUT); - dict_put(&flash_events_MouseEvent.members, "MOUSE_UP", &flash_events_MouseEvent_MOUSE_UP); - dict_put(&flash_events_MouseEvent.members, "DOUBLE_CLICK", &flash_events_MouseEvent_DOUBLE_CLICK); - dict_put(&flash_events_MouseEvent.members, "MOUSE_DOWN", &flash_events_MouseEvent_MOUSE_DOWN); - dict_put(&flash_events_MouseEvent.members, "ROLL_OVER", &flash_events_MouseEvent_ROLL_OVER); - dict_put(d, &flash_events_NetFilterEvent, &flash_events_NetFilterEvent); - dict_init(&flash_events_NetFilterEvent.members, 5); - dict_put(&flash_events_NetFilterEvent.members, "data", &flash_events_NetFilterEvent_data); - dict_put(&flash_events_NetFilterEvent.members, "clone", &flash_events_NetFilterEvent_clone); - dict_put(&flash_events_NetFilterEvent.members, "toString", &flash_events_NetFilterEvent_toString); - dict_put(&flash_events_NetFilterEvent.members, "header", &flash_events_NetFilterEvent_header); - dict_put(d, &flash_events_NetStatusEvent, &flash_events_NetStatusEvent); - dict_init(&flash_events_NetStatusEvent.members, 6); - dict_put(&flash_events_NetStatusEvent.members, "clone", &flash_events_NetStatusEvent_clone); - dict_put(&flash_events_NetStatusEvent.members, "toString", &flash_events_NetStatusEvent_toString); - dict_put(&flash_events_NetStatusEvent.members, "info", &flash_events_NetStatusEvent_info); - dict_put(&flash_events_NetStatusEvent.members, "NET_STATUS", &flash_events_NetStatusEvent_NET_STATUS); - dict_put(d, &flash_events_ProgressEvent, &flash_events_ProgressEvent); - dict_init(&flash_events_ProgressEvent.members, 9); - dict_put(&flash_events_ProgressEvent.members, "bytesLoaded", &flash_events_ProgressEvent_bytesLoaded); - dict_put(&flash_events_ProgressEvent.members, "bytesTotal", &flash_events_ProgressEvent_bytesTotal); - dict_put(&flash_events_ProgressEvent.members, "clone", &flash_events_ProgressEvent_clone); - dict_put(&flash_events_ProgressEvent.members, "toString", &flash_events_ProgressEvent_toString); - dict_put(&flash_events_ProgressEvent.members, "PROGRESS", &flash_events_ProgressEvent_PROGRESS); - dict_put(&flash_events_ProgressEvent.members, "SOCKET_DATA", &flash_events_ProgressEvent_SOCKET_DATA); - dict_put(d, &flash_events_SecurityErrorEvent, &flash_events_SecurityErrorEvent); - dict_init(&flash_events_SecurityErrorEvent.members, 3); - dict_put(&flash_events_SecurityErrorEvent.members, "clone", &flash_events_SecurityErrorEvent_clone); - dict_put(&flash_events_SecurityErrorEvent.members, "toString", &flash_events_SecurityErrorEvent_toString); - dict_put(&flash_events_SecurityErrorEvent.members, "SECURITY_ERROR", &flash_events_SecurityErrorEvent_SECURITY_ERROR); - dict_put(d, &flash_events_StatusEvent, &flash_events_StatusEvent); - dict_init(&flash_events_StatusEvent.members, 9); - dict_put(&flash_events_StatusEvent.members, "level", &flash_events_StatusEvent_level); - dict_put(&flash_events_StatusEvent.members, "code", &flash_events_StatusEvent_code); - dict_put(&flash_events_StatusEvent.members, "clone", &flash_events_StatusEvent_clone); - dict_put(&flash_events_StatusEvent.members, "toString", &flash_events_StatusEvent_toString); - dict_put(&flash_events_StatusEvent.members, "STATUS", &flash_events_StatusEvent_STATUS); - dict_put(d, &flash_events_SyncEvent, &flash_events_SyncEvent); - dict_init(&flash_events_SyncEvent.members, 6); - dict_put(&flash_events_SyncEvent.members, "clone", &flash_events_SyncEvent_clone); - dict_put(&flash_events_SyncEvent.members, "toString", &flash_events_SyncEvent_toString); - dict_put(&flash_events_SyncEvent.members, "changeList", &flash_events_SyncEvent_changeList); - dict_put(&flash_events_SyncEvent.members, "SYNC", &flash_events_SyncEvent_SYNC); - dict_put(d, &flash_events_TextEvent, &flash_events_TextEvent); - dict_init(&flash_events_TextEvent.members, 6); - dict_put(&flash_events_TextEvent.members, "clone", &flash_events_TextEvent_clone); - dict_put(&flash_events_TextEvent.members, "toString", &flash_events_TextEvent_toString); - dict_put(&flash_events_TextEvent.members, "text", &flash_events_TextEvent_text); - dict_put(&flash_events_TextEvent.members, "TEXT_INPUT", &flash_events_TextEvent_TEXT_INPUT); - dict_put(&flash_events_TextEvent.members, "LINK", &flash_events_TextEvent_LINK); - dict_put(d, &flash_events_TimerEvent, &flash_events_TimerEvent); - dict_init(&flash_events_TimerEvent.members, 4); - dict_put(&flash_events_TimerEvent.members, "clone", &flash_events_TimerEvent_clone); - dict_put(&flash_events_TimerEvent.members, "toString", &flash_events_TimerEvent_toString); - dict_put(&flash_events_TimerEvent.members, "updateAfterEvent", &flash_events_TimerEvent_updateAfterEvent); - dict_put(&flash_events_TimerEvent.members, "TIMER_COMPLETE", &flash_events_TimerEvent_TIMER_COMPLETE); - dict_put(&flash_events_TimerEvent.members, "TIMER", &flash_events_TimerEvent_TIMER); - dict_put(d, &flash_external_ExternalInterface, &flash_external_ExternalInterface); - dict_init(&flash_external_ExternalInterface.members, 1); - dict_put(d, &flash_filters_BevelFilter, &flash_filters_BevelFilter); - dict_init(&flash_filters_BevelFilter.members, 26); - dict_put(&flash_filters_BevelFilter.members, "strength", &flash_filters_BevelFilter_strength); - dict_put(&flash_filters_BevelFilter.members, "shadowColor", &flash_filters_BevelFilter_shadowColor); - dict_put(&flash_filters_BevelFilter.members, "type", &flash_filters_BevelFilter_type); - dict_put(&flash_filters_BevelFilter.members, "highlightAlpha", &flash_filters_BevelFilter_highlightAlpha); - dict_put(&flash_filters_BevelFilter.members, "highlightColor", &flash_filters_BevelFilter_highlightColor); - dict_put(&flash_filters_BevelFilter.members, "blurX", &flash_filters_BevelFilter_blurX); - dict_put(&flash_filters_BevelFilter.members, "blurY", &flash_filters_BevelFilter_blurY); - dict_put(&flash_filters_BevelFilter.members, "angle", &flash_filters_BevelFilter_angle); - dict_put(&flash_filters_BevelFilter.members, "clone", &flash_filters_BevelFilter_clone); - dict_put(&flash_filters_BevelFilter.members, "shadowAlpha", &flash_filters_BevelFilter_shadowAlpha); - dict_put(&flash_filters_BevelFilter.members, "distance", &flash_filters_BevelFilter_distance); - dict_put(&flash_filters_BevelFilter.members, "knockout", &flash_filters_BevelFilter_knockout); - dict_put(&flash_filters_BevelFilter.members, "quality", &flash_filters_BevelFilter_quality); - dict_put(d, &flash_filters_BitmapFilter, &flash_filters_BitmapFilter); - dict_init(&flash_filters_BitmapFilter.members, 2); - dict_put(&flash_filters_BitmapFilter.members, "clone", &flash_filters_BitmapFilter_clone); - dict_put(d, &flash_filters_BitmapFilterQuality, &flash_filters_BitmapFilterQuality); - dict_init(&flash_filters_BitmapFilterQuality.members, 1); - dict_put(d, &flash_filters_BitmapFilterType, &flash_filters_BitmapFilterType); - dict_init(&flash_filters_BitmapFilterType.members, 1); - dict_put(d, &flash_filters_BlurFilter, &flash_filters_BlurFilter); - dict_init(&flash_filters_BlurFilter.members, 8); - dict_put(&flash_filters_BlurFilter.members, "blurX", &flash_filters_BlurFilter_blurX); - dict_put(&flash_filters_BlurFilter.members, "blurY", &flash_filters_BlurFilter_blurY); - dict_put(&flash_filters_BlurFilter.members, "quality", &flash_filters_BlurFilter_quality); - dict_put(&flash_filters_BlurFilter.members, "clone", &flash_filters_BlurFilter_clone); - dict_put(d, &flash_filters_ColorMatrixFilter, &flash_filters_ColorMatrixFilter); - dict_init(&flash_filters_ColorMatrixFilter.members, 4); - dict_put(&flash_filters_ColorMatrixFilter.members, "matrix", &flash_filters_ColorMatrixFilter_matrix); - dict_put(&flash_filters_ColorMatrixFilter.members, "clone", &flash_filters_ColorMatrixFilter_clone); - dict_put(d, &flash_filters_ConvolutionFilter, &flash_filters_ConvolutionFilter); - dict_init(&flash_filters_ConvolutionFilter.members, 20); - dict_put(&flash_filters_ConvolutionFilter.members, "matrix", &flash_filters_ConvolutionFilter_matrix); - dict_put(&flash_filters_ConvolutionFilter.members, "color", &flash_filters_ConvolutionFilter_color); - dict_put(&flash_filters_ConvolutionFilter.members, "preserveAlpha", &flash_filters_ConvolutionFilter_preserveAlpha); - dict_put(&flash_filters_ConvolutionFilter.members, "alpha", &flash_filters_ConvolutionFilter_alpha); - dict_put(&flash_filters_ConvolutionFilter.members, "matrixX", &flash_filters_ConvolutionFilter_matrixX); - dict_put(&flash_filters_ConvolutionFilter.members, "matrixY", &flash_filters_ConvolutionFilter_matrixY); - dict_put(&flash_filters_ConvolutionFilter.members, "bias", &flash_filters_ConvolutionFilter_bias); - dict_put(&flash_filters_ConvolutionFilter.members, "clamp", &flash_filters_ConvolutionFilter_clamp); - dict_put(&flash_filters_ConvolutionFilter.members, "divisor", &flash_filters_ConvolutionFilter_divisor); - dict_put(&flash_filters_ConvolutionFilter.members, "clone", &flash_filters_ConvolutionFilter_clone); - dict_put(d, &flash_filters_DisplacementMapFilter, &flash_filters_DisplacementMapFilter); - dict_init(&flash_filters_DisplacementMapFilter.members, 20); - dict_put(&flash_filters_DisplacementMapFilter.members, "alpha", &flash_filters_DisplacementMapFilter_alpha); - dict_put(&flash_filters_DisplacementMapFilter.members, "scaleX", &flash_filters_DisplacementMapFilter_scaleX); - dict_put(&flash_filters_DisplacementMapFilter.members, "clone", &flash_filters_DisplacementMapFilter_clone); - dict_put(&flash_filters_DisplacementMapFilter.members, "scaleY", &flash_filters_DisplacementMapFilter_scaleY); - dict_put(&flash_filters_DisplacementMapFilter.members, "mode", &flash_filters_DisplacementMapFilter_mode); - dict_put(&flash_filters_DisplacementMapFilter.members, "mapPoint", &flash_filters_DisplacementMapFilter_mapPoint); - dict_put(&flash_filters_DisplacementMapFilter.members, "mapBitmap", &flash_filters_DisplacementMapFilter_mapBitmap); - dict_put(&flash_filters_DisplacementMapFilter.members, "color", &flash_filters_DisplacementMapFilter_color); - dict_put(&flash_filters_DisplacementMapFilter.members, "componentX", &flash_filters_DisplacementMapFilter_componentX); - dict_put(&flash_filters_DisplacementMapFilter.members, "componentY", &flash_filters_DisplacementMapFilter_componentY); - dict_put(d, &flash_filters_DisplacementMapFilterMode, &flash_filters_DisplacementMapFilterMode); - dict_init(&flash_filters_DisplacementMapFilterMode.members, 1); - dict_put(d, &flash_filters_DropShadowFilter, &flash_filters_DropShadowFilter); - dict_init(&flash_filters_DropShadowFilter.members, 24); - dict_put(&flash_filters_DropShadowFilter.members, "hideObject", &flash_filters_DropShadowFilter_hideObject); - dict_put(&flash_filters_DropShadowFilter.members, "color", &flash_filters_DropShadowFilter_color); - dict_put(&flash_filters_DropShadowFilter.members, "strength", &flash_filters_DropShadowFilter_strength); - dict_put(&flash_filters_DropShadowFilter.members, "blurX", &flash_filters_DropShadowFilter_blurX); - dict_put(&flash_filters_DropShadowFilter.members, "blurY", &flash_filters_DropShadowFilter_blurY); - dict_put(&flash_filters_DropShadowFilter.members, "angle", &flash_filters_DropShadowFilter_angle); - dict_put(&flash_filters_DropShadowFilter.members, "inner", &flash_filters_DropShadowFilter_inner); - dict_put(&flash_filters_DropShadowFilter.members, "clone", &flash_filters_DropShadowFilter_clone); - dict_put(&flash_filters_DropShadowFilter.members, "alpha", &flash_filters_DropShadowFilter_alpha); - dict_put(&flash_filters_DropShadowFilter.members, "distance", &flash_filters_DropShadowFilter_distance); - dict_put(&flash_filters_DropShadowFilter.members, "knockout", &flash_filters_DropShadowFilter_knockout); - dict_put(&flash_filters_DropShadowFilter.members, "quality", &flash_filters_DropShadowFilter_quality); - dict_put(d, &flash_filters_GlowFilter, &flash_filters_GlowFilter); - dict_init(&flash_filters_GlowFilter.members, 18); - dict_put(&flash_filters_GlowFilter.members, "blurX", &flash_filters_GlowFilter_blurX); - dict_put(&flash_filters_GlowFilter.members, "color", &flash_filters_GlowFilter_color); - dict_put(&flash_filters_GlowFilter.members, "blurY", &flash_filters_GlowFilter_blurY); - dict_put(&flash_filters_GlowFilter.members, "quality", &flash_filters_GlowFilter_quality); - dict_put(&flash_filters_GlowFilter.members, "strength", &flash_filters_GlowFilter_strength); - dict_put(&flash_filters_GlowFilter.members, "inner", &flash_filters_GlowFilter_inner); - dict_put(&flash_filters_GlowFilter.members, "knockout", &flash_filters_GlowFilter_knockout); - dict_put(&flash_filters_GlowFilter.members, "alpha", &flash_filters_GlowFilter_alpha); - dict_put(&flash_filters_GlowFilter.members, "clone", &flash_filters_GlowFilter_clone); + dict_init2(&flash_display_Scene.members, &memberinfo_type, 8); + dict_put(&flash_display_Scene.members, &flash_display_Scene_numFrames, &flash_display_Scene_numFrames); + dict_put(&flash_display_Scene.members, &flash_display_Scene_labels, &flash_display_Scene_labels); + dict_put(&flash_display_Scene.members, &flash_display_Scene_name, &flash_display_Scene_name); + dict_put(d, &flash_text_engine_FontMetrics, &flash_text_engine_FontMetrics); + dict_init2(&flash_text_engine_FontMetrics.members, &memberinfo_type, 15); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_superscriptOffset, &flash_text_engine_FontMetrics_superscriptOffset); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_underlineThickness, &flash_text_engine_FontMetrics_underlineThickness); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_subscriptScale, &flash_text_engine_FontMetrics_subscriptScale); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_strikethroughOffset, &flash_text_engine_FontMetrics_strikethroughOffset); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_emBox, &flash_text_engine_FontMetrics_emBox); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_strikethroughThickness, &flash_text_engine_FontMetrics_strikethroughThickness); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_superscriptScale, &flash_text_engine_FontMetrics_superscriptScale); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_subscriptOffset, &flash_text_engine_FontMetrics_subscriptOffset); + dict_put(&flash_text_engine_FontMetrics.members, &flash_text_engine_FontMetrics_underlineOffset, &flash_text_engine_FontMetrics_underlineOffset); + dict_put(d, &flash_utils_IExternalizable, &flash_utils_IExternalizable); + dict_init2(&flash_utils_IExternalizable.members, &memberinfo_type, 8); + dict_put(&flash_utils_IExternalizable.members, &flash_utils_IExternalizable_readExternal, &flash_utils_IExternalizable_readExternal); + dict_put(&flash_utils_IExternalizable.members, &flash_utils_IExternalizable_writeExternal, &flash_utils_IExternalizable_writeExternal); + dict_put(d, &__AS3___vec_Vector, &__AS3___vec_Vector); + dict_init2(&__AS3___vec_Vector.members, &memberinfo_type, 8); dict_put(d, &flash_filters_GradientBevelFilter, &flash_filters_GradientBevelFilter); - dict_init(&flash_filters_GradientBevelFilter.members, 24); - dict_put(&flash_filters_GradientBevelFilter.members, "strength", &flash_filters_GradientBevelFilter_strength); - dict_put(&flash_filters_GradientBevelFilter.members, "ratios", &flash_filters_GradientBevelFilter_ratios); - dict_put(&flash_filters_GradientBevelFilter.members, "knockout", &flash_filters_GradientBevelFilter_knockout); - dict_put(&flash_filters_GradientBevelFilter.members, "blurX", &flash_filters_GradientBevelFilter_blurX); - dict_put(&flash_filters_GradientBevelFilter.members, "blurY", &flash_filters_GradientBevelFilter_blurY); - dict_put(&flash_filters_GradientBevelFilter.members, "angle", &flash_filters_GradientBevelFilter_angle); - dict_put(&flash_filters_GradientBevelFilter.members, "alphas", &flash_filters_GradientBevelFilter_alphas); - dict_put(&flash_filters_GradientBevelFilter.members, "clone", &flash_filters_GradientBevelFilter_clone); - dict_put(&flash_filters_GradientBevelFilter.members, "colors", &flash_filters_GradientBevelFilter_colors); - dict_put(&flash_filters_GradientBevelFilter.members, "distance", &flash_filters_GradientBevelFilter_distance); - dict_put(&flash_filters_GradientBevelFilter.members, "type", &flash_filters_GradientBevelFilter_type); - dict_put(&flash_filters_GradientBevelFilter.members, "quality", &flash_filters_GradientBevelFilter_quality); - dict_put(d, &flash_filters_GradientGlowFilter, &flash_filters_GradientGlowFilter); - dict_init(&flash_filters_GradientGlowFilter.members, 24); - dict_put(&flash_filters_GradientGlowFilter.members, "strength", &flash_filters_GradientGlowFilter_strength); - dict_put(&flash_filters_GradientGlowFilter.members, "knockout", &flash_filters_GradientGlowFilter_knockout); - dict_put(&flash_filters_GradientGlowFilter.members, "ratios", &flash_filters_GradientGlowFilter_ratios); - dict_put(&flash_filters_GradientGlowFilter.members, "blurX", &flash_filters_GradientGlowFilter_blurX); - dict_put(&flash_filters_GradientGlowFilter.members, "blurY", &flash_filters_GradientGlowFilter_blurY); - dict_put(&flash_filters_GradientGlowFilter.members, "angle", &flash_filters_GradientGlowFilter_angle); - dict_put(&flash_filters_GradientGlowFilter.members, "alphas", &flash_filters_GradientGlowFilter_alphas); - dict_put(&flash_filters_GradientGlowFilter.members, "clone", &flash_filters_GradientGlowFilter_clone); - dict_put(&flash_filters_GradientGlowFilter.members, "colors", &flash_filters_GradientGlowFilter_colors); - dict_put(&flash_filters_GradientGlowFilter.members, "distance", &flash_filters_GradientGlowFilter_distance); - dict_put(&flash_filters_GradientGlowFilter.members, "type", &flash_filters_GradientGlowFilter_type); - dict_put(&flash_filters_GradientGlowFilter.members, "quality", &flash_filters_GradientGlowFilter_quality); - dict_put(d, &flash_geom_ColorTransform, &flash_geom_ColorTransform); - dict_init(&flash_geom_ColorTransform.members, 13); - dict_put(&flash_geom_ColorTransform.members, "color", &flash_geom_ColorTransform_color); - dict_put(&flash_geom_ColorTransform.members, "redOffset", &flash_geom_ColorTransform_redOffset); - dict_put(&flash_geom_ColorTransform.members, "greenMultiplier", &flash_geom_ColorTransform_greenMultiplier); - dict_put(&flash_geom_ColorTransform.members, "blueOffset", &flash_geom_ColorTransform_blueOffset); - dict_put(&flash_geom_ColorTransform.members, "toString", &flash_geom_ColorTransform_toString); - dict_put(&flash_geom_ColorTransform.members, "alphaOffset", &flash_geom_ColorTransform_alphaOffset); - dict_put(&flash_geom_ColorTransform.members, "redMultiplier", &flash_geom_ColorTransform_redMultiplier); - dict_put(&flash_geom_ColorTransform.members, "concat", &flash_geom_ColorTransform_concat); - dict_put(&flash_geom_ColorTransform.members, "blueMultiplier", &flash_geom_ColorTransform_blueMultiplier); - dict_put(&flash_geom_ColorTransform.members, "greenOffset", &flash_geom_ColorTransform_greenOffset); - dict_put(&flash_geom_ColorTransform.members, "alphaMultiplier", &flash_geom_ColorTransform_alphaMultiplier); - dict_put(d, &flash_geom_Matrix, &flash_geom_Matrix); - dict_init(&flash_geom_Matrix.members, 19); - dict_put(&flash_geom_Matrix.members, "ty", &flash_geom_Matrix_ty); - dict_put(&flash_geom_Matrix.members, "tx", &flash_geom_Matrix_tx); - dict_put(&flash_geom_Matrix.members, "translate", &flash_geom_Matrix_translate); - dict_put(&flash_geom_Matrix.members, "scale", &flash_geom_Matrix_scale); - dict_put(&flash_geom_Matrix.members, "transformPoint", &flash_geom_Matrix_transformPoint); - dict_put(&flash_geom_Matrix.members, "concat", &flash_geom_Matrix_concat); - dict_put(&flash_geom_Matrix.members, "invert", &flash_geom_Matrix_invert); - dict_put(&flash_geom_Matrix.members, "rotate", &flash_geom_Matrix_rotate); - dict_put(&flash_geom_Matrix.members, "deltaTransformPoint", &flash_geom_Matrix_deltaTransformPoint); - dict_put(&flash_geom_Matrix.members, "clone", &flash_geom_Matrix_clone); - dict_put(&flash_geom_Matrix.members, "createGradientBox", &flash_geom_Matrix_createGradientBox); - dict_put(&flash_geom_Matrix.members, "a", &flash_geom_Matrix_a); - dict_put(&flash_geom_Matrix.members, "b", &flash_geom_Matrix_b); - dict_put(&flash_geom_Matrix.members, "c", &flash_geom_Matrix_c); - dict_put(&flash_geom_Matrix.members, "d", &flash_geom_Matrix_d); - dict_put(&flash_geom_Matrix.members, "toString", &flash_geom_Matrix_toString); - dict_put(&flash_geom_Matrix.members, "createBox", &flash_geom_Matrix_createBox); - dict_put(&flash_geom_Matrix.members, "identity", &flash_geom_Matrix_identity); - dict_put(d, &flash_geom_Point, &flash_geom_Point); - dict_init(&flash_geom_Point.members, 11); - dict_put(&flash_geom_Point.members, "length", &flash_geom_Point_length); - dict_put(&flash_geom_Point.members, "add", &flash_geom_Point_add); - dict_put(&flash_geom_Point.members, "toString", &flash_geom_Point_toString); - dict_put(&flash_geom_Point.members, "normalize", &flash_geom_Point_normalize); - dict_put(&flash_geom_Point.members, "subtract", &flash_geom_Point_subtract); - dict_put(&flash_geom_Point.members, "x", &flash_geom_Point_x); - dict_put(&flash_geom_Point.members, "y", &flash_geom_Point_y); - dict_put(&flash_geom_Point.members, "offset", &flash_geom_Point_offset); - dict_put(&flash_geom_Point.members, "clone", &flash_geom_Point_clone); - dict_put(&flash_geom_Point.members, "equals", &flash_geom_Point_equals); - dict_put(&flash_geom_Point.members, "interpolate", &flash_geom_Point_interpolate); - dict_put(&flash_geom_Point.members, "distance", &flash_geom_Point_distance); - dict_put(&flash_geom_Point.members, "polar", &flash_geom_Point_polar); + dict_init2(&flash_filters_GradientBevelFilter.members, &memberinfo_type, 15); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_strength, &flash_filters_GradientBevelFilter_strength); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_quality, &flash_filters_GradientBevelFilter_quality); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_angle, &flash_filters_GradientBevelFilter_angle); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_knockout, &flash_filters_GradientBevelFilter_knockout); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_alphas, &flash_filters_GradientBevelFilter_alphas); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_type, &flash_filters_GradientBevelFilter_type); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_ratios, &flash_filters_GradientBevelFilter_ratios); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_colors, &flash_filters_GradientBevelFilter_colors); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_blurX, &flash_filters_GradientBevelFilter_blurX); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_blurY, &flash_filters_GradientBevelFilter_blurY); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_distance, &flash_filters_GradientBevelFilter_distance); + dict_put(&flash_filters_GradientBevelFilter.members, &flash_filters_GradientBevelFilter_clone, &flash_filters_GradientBevelFilter_clone); + dict_put(d, &flash_text_TextRun, &flash_text_TextRun); + dict_init2(&flash_text_TextRun.members, &memberinfo_type, 8); + dict_put(&flash_text_TextRun.members, &flash_text_TextRun_beginIndex, &flash_text_TextRun_beginIndex); + dict_put(&flash_text_TextRun.members, &flash_text_TextRun_endIndex, &flash_text_TextRun_endIndex); + dict_put(&flash_text_TextRun.members, &flash_text_TextRun_textFormat, &flash_text_TextRun_textFormat); + dict_put(d, &flash_text_TextColorType, &flash_text_TextColorType); + dict_init2(&flash_text_TextColorType.members, &memberinfo_type, 8); + dict_put(&flash_text_TextColorType.members, &flash_text_TextColorType_DARK_COLOR, &flash_text_TextColorType_DARK_COLOR); + dict_put(&flash_text_TextColorType.members, &flash_text_TextColorType_LIGHT_COLOR, &flash_text_TextColorType_LIGHT_COLOR); + dict_put(d, &flash_sampler_getSampleCount, &flash_sampler_getSampleCount); + dict_put(d, &flash_net_URLRequestHeader, &flash_net_URLRequestHeader); + dict_init2(&flash_net_URLRequestHeader.members, &memberinfo_type, 8); + dict_put(&flash_net_URLRequestHeader.members, &flash_net_URLRequestHeader_value, &flash_net_URLRequestHeader_value); + dict_put(&flash_net_URLRequestHeader.members, &flash_net_URLRequestHeader_name, &flash_net_URLRequestHeader_name); + dict_put(d, &flash_profiler_showRedrawRegions, &flash_profiler_showRedrawRegions); + dict_put(d, &flash_display_ShaderData, &flash_display_ShaderData); + dict_init2(&flash_display_ShaderData.members, &memberinfo_type, 8); + dict_put(d, &flash_text_engine_TextLine, &flash_text_engine_TextLine); + dict_init2(&flash_text_engine_TextLine.members, &memberinfo_type, 63); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_previousLine, &flash_text_engine_TextLine_previousLine); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_validity, &flash_text_engine_TextLine_validity); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomTextBlockBeginIndex, &flash_text_engine_TextLine_getAtomTextBlockBeginIndex); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomWordBoundaryOnLeft, &flash_text_engine_TextLine_getAtomWordBoundaryOnLeft); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_MAX_LINE_WIDTH, &flash_text_engine_TextLine_MAX_LINE_WIDTH); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomTextRotation, &flash_text_engine_TextLine_getAtomTextRotation); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_textHeight, &flash_text_engine_TextLine_textHeight); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomCenter, &flash_text_engine_TextLine_getAtomCenter); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomBounds, &flash_text_engine_TextLine_getAtomBounds); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_mirrorRegions, &flash_text_engine_TextLine_mirrorRegions); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_rawTextLength, &flash_text_engine_TextLine_rawTextLength); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_userData, &flash_text_engine_TextLine_userData); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_textWidth, &flash_text_engine_TextLine_textWidth); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_textBlock, &flash_text_engine_TextLine_textBlock); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_textBlockBeginIndex, &flash_text_engine_TextLine_textBlockBeginIndex); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_unjustifiedTextWidth, &flash_text_engine_TextLine_unjustifiedTextWidth); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_ascent, &flash_text_engine_TextLine_ascent); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getBaselinePosition, &flash_text_engine_TextLine_getBaselinePosition); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_specifiedWidth, &flash_text_engine_TextLine_specifiedWidth); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getMirrorRegion, &flash_text_engine_TextLine_getMirrorRegion); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomGraphic, &flash_text_engine_TextLine_getAtomGraphic); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_hasGraphicElement, &flash_text_engine_TextLine_hasGraphicElement); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_flushAtomData, &flash_text_engine_TextLine_flushAtomData); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_dump, &flash_text_engine_TextLine_dump); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_nextLine, &flash_text_engine_TextLine_nextLine); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomIndexAtCharIndex, &flash_text_engine_TextLine_getAtomIndexAtCharIndex); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomTextBlockEndIndex, &flash_text_engine_TextLine_getAtomTextBlockEndIndex); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_atomCount, &flash_text_engine_TextLine_atomCount); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_descent, &flash_text_engine_TextLine_descent); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomBidiLevel, &flash_text_engine_TextLine_getAtomBidiLevel); + dict_put(&flash_text_engine_TextLine.members, &flash_text_engine_TextLine_getAtomIndexAtPoint, &flash_text_engine_TextLine_getAtomIndexAtPoint); + dict_put(d, &flash_sampler_getSamples, &flash_sampler_getSamples); + dict_put(d, &flash_net_URLRequest, &flash_net_URLRequest); + dict_init2(&flash_net_URLRequest.members, &memberinfo_type, 15); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_contentType, &flash_net_URLRequest_contentType); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_url, &flash_net_URLRequest_url); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_requestHeaders, &flash_net_URLRequest_requestHeaders); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_method, &flash_net_URLRequest_method); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_digest, &flash_net_URLRequest_digest); + dict_put(&flash_net_URLRequest.members, &flash_net_URLRequest_data, &flash_net_URLRequest_data); + dict_put(d, &_URIError, &_URIError); + dict_init2(&_URIError.members, &memberinfo_type, 8); + dict_put(&_URIError.members, &_URIError_length, &_URIError_length); + dict_put(d, &flash_net_getClassByAlias, &flash_net_getClassByAlias); + dict_put(d, &flash_display_ShaderParameter, &flash_display_ShaderParameter); + dict_init2(&flash_display_ShaderParameter.members, &memberinfo_type, 8); + dict_put(&flash_display_ShaderParameter.members, &flash_display_ShaderParameter_value, &flash_display_ShaderParameter_value); + dict_put(&flash_display_ShaderParameter.members, &flash_display_ShaderParameter_index, &flash_display_ShaderParameter_index); + dict_put(&flash_display_ShaderParameter.members, &flash_display_ShaderParameter_type, &flash_display_ShaderParameter_type); + dict_put(d, &flash_filters_BitmapFilterType, &flash_filters_BitmapFilterType); + dict_init2(&flash_filters_BitmapFilterType.members, &memberinfo_type, 8); + dict_put(&flash_filters_BitmapFilterType.members, &flash_filters_BitmapFilterType_FULL, &flash_filters_BitmapFilterType_FULL); + dict_put(&flash_filters_BitmapFilterType.members, &flash_filters_BitmapFilterType_INNER, &flash_filters_BitmapFilterType_INNER); + dict_put(&flash_filters_BitmapFilterType.members, &flash_filters_BitmapFilterType_OUTER, &flash_filters_BitmapFilterType_OUTER); + dict_put(d, &_SecurityError, &_SecurityError); + dict_init2(&_SecurityError.members, &memberinfo_type, 8); + dict_put(&_SecurityError.members, &_SecurityError_length, &_SecurityError_length); + dict_put(d, &flash_utils_IDataInput, &flash_utils_IDataInput); + dict_init2(&flash_utils_IDataInput.members, &memberinfo_type, 31); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readUTF, &flash_utils_IDataInput_readUTF); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readByte, &flash_utils_IDataInput_readByte); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readUTFBytes, &flash_utils_IDataInput_readUTFBytes); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readShort, &flash_utils_IDataInput_readShort); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_objectEncoding, &flash_utils_IDataInput_objectEncoding); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readUnsignedInt, &flash_utils_IDataInput_readUnsignedInt); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readDouble, &flash_utils_IDataInput_readDouble); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readBytes, &flash_utils_IDataInput_readBytes); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readUnsignedByte, &flash_utils_IDataInput_readUnsignedByte); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readMultiByte, &flash_utils_IDataInput_readMultiByte); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readInt, &flash_utils_IDataInput_readInt); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_bytesAvailable, &flash_utils_IDataInput_bytesAvailable); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readUnsignedShort, &flash_utils_IDataInput_readUnsignedShort); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readObject, &flash_utils_IDataInput_readObject); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readFloat, &flash_utils_IDataInput_readFloat); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_endian, &flash_utils_IDataInput_endian); + dict_put(&flash_utils_IDataInput.members, &flash_utils_IDataInput_readBoolean, &flash_utils_IDataInput_readBoolean); + dict_put(d, &flash_events_IEventDispatcher, &flash_events_IEventDispatcher); + dict_init2(&flash_events_IEventDispatcher.members, &memberinfo_type, 8); + dict_put(&flash_events_IEventDispatcher.members, &flash_events_IEventDispatcher_willTrigger, &flash_events_IEventDispatcher_willTrigger); + dict_put(&flash_events_IEventDispatcher.members, &flash_events_IEventDispatcher_removeEventListener, &flash_events_IEventDispatcher_removeEventListener); + dict_put(&flash_events_IEventDispatcher.members, &flash_events_IEventDispatcher_hasEventListener, &flash_events_IEventDispatcher_hasEventListener); + dict_put(&flash_events_IEventDispatcher.members, &flash_events_IEventDispatcher_addEventListener, &flash_events_IEventDispatcher_addEventListener); + dict_put(&flash_events_IEventDispatcher.members, &flash_events_IEventDispatcher_dispatchEvent, &flash_events_IEventDispatcher_dispatchEvent); + dict_put(d, &_Class, &_Class); + dict_init2(&_Class.members, &memberinfo_type, 8); + dict_put(&_Class.members, &_Class_length, &_Class_length); + dict_put(&_Class.members, &_Class_prototype, &_Class_prototype); dict_put(d, &flash_geom_Rectangle, &flash_geom_Rectangle); - dict_init(&flash_geom_Rectangle.members, 34); - dict_put(&flash_geom_Rectangle.members, "containsPoint", &flash_geom_Rectangle_containsPoint); - dict_put(&flash_geom_Rectangle.members, "size", &flash_geom_Rectangle_size); - dict_put(&flash_geom_Rectangle.members, "isEmpty", &flash_geom_Rectangle_isEmpty); - dict_put(&flash_geom_Rectangle.members, "width", &flash_geom_Rectangle_width); - dict_put(&flash_geom_Rectangle.members, "left", &flash_geom_Rectangle_left); - dict_put(&flash_geom_Rectangle.members, "inflatePoint", &flash_geom_Rectangle_inflatePoint); - dict_put(&flash_geom_Rectangle.members, "setEmpty", &flash_geom_Rectangle_setEmpty); - dict_put(&flash_geom_Rectangle.members, "right", &flash_geom_Rectangle_right); - dict_put(&flash_geom_Rectangle.members, "offset", &flash_geom_Rectangle_offset); - dict_put(&flash_geom_Rectangle.members, "top", &flash_geom_Rectangle_top); - dict_put(&flash_geom_Rectangle.members, "equals", &flash_geom_Rectangle_equals); - dict_put(&flash_geom_Rectangle.members, "intersection", &flash_geom_Rectangle_intersection); - dict_put(&flash_geom_Rectangle.members, "union", &flash_geom_Rectangle_union); - dict_put(&flash_geom_Rectangle.members, "inflate", &flash_geom_Rectangle_inflate); - dict_put(&flash_geom_Rectangle.members, "bottomRight", &flash_geom_Rectangle_bottomRight); - dict_put(&flash_geom_Rectangle.members, "containsRect", &flash_geom_Rectangle_containsRect); - dict_put(&flash_geom_Rectangle.members, "clone", &flash_geom_Rectangle_clone); - dict_put(&flash_geom_Rectangle.members, "bottom", &flash_geom_Rectangle_bottom); - dict_put(&flash_geom_Rectangle.members, "contains", &flash_geom_Rectangle_contains); - dict_put(&flash_geom_Rectangle.members, "height", &flash_geom_Rectangle_height); - dict_put(&flash_geom_Rectangle.members, "toString", &flash_geom_Rectangle_toString); - dict_put(&flash_geom_Rectangle.members, "intersects", &flash_geom_Rectangle_intersects); - dict_put(&flash_geom_Rectangle.members, "topLeft", &flash_geom_Rectangle_topLeft); - dict_put(&flash_geom_Rectangle.members, "y", &flash_geom_Rectangle_y); - dict_put(&flash_geom_Rectangle.members, "offsetPoint", &flash_geom_Rectangle_offsetPoint); - dict_put(&flash_geom_Rectangle.members, "x", &flash_geom_Rectangle_x); - dict_put(d, &flash_geom_Transform, &flash_geom_Transform); - dict_init(&flash_geom_Transform.members, 8); - dict_put(&flash_geom_Transform.members, "concatenatedMatrix", &flash_geom_Transform_concatenatedMatrix); - dict_put(&flash_geom_Transform.members, "matrix", &flash_geom_Transform_matrix); - dict_put(&flash_geom_Transform.members, "concatenatedColorTransform", &flash_geom_Transform_concatenatedColorTransform); - dict_put(&flash_geom_Transform.members, "colorTransform", &flash_geom_Transform_colorTransform); - dict_put(&flash_geom_Transform.members, "pixelBounds", &flash_geom_Transform_pixelBounds); - dict_put(d, &flash_media_Camera, &flash_media_Camera); - dict_init(&flash_media_Camera.members, 21); - dict_put(&flash_media_Camera.members, "setMotionLevel", &flash_media_Camera_setMotionLevel); - dict_put(&flash_media_Camera.members, "motionTimeout", &flash_media_Camera_motionTimeout); - dict_put(&flash_media_Camera.members, "index", &flash_media_Camera_index); - dict_put(&flash_media_Camera.members, "loopback", &flash_media_Camera_loopback); - dict_put(&flash_media_Camera.members, "setLoopback", &flash_media_Camera_setLoopback); - dict_put(&flash_media_Camera.members, "width", &flash_media_Camera_width); - dict_put(&flash_media_Camera.members, "setCursor", &flash_media_Camera_setCursor); - dict_put(&flash_media_Camera.members, "name", &flash_media_Camera_name); - dict_put(&flash_media_Camera.members, "setMode", &flash_media_Camera_setMode); - dict_put(&flash_media_Camera.members, "height", &flash_media_Camera_height); - dict_put(&flash_media_Camera.members, "fps", &flash_media_Camera_fps); - dict_put(&flash_media_Camera.members, "muted", &flash_media_Camera_muted); - dict_put(&flash_media_Camera.members, "motionLevel", &flash_media_Camera_motionLevel); - dict_put(&flash_media_Camera.members, "currentFPS", &flash_media_Camera_currentFPS); - dict_put(&flash_media_Camera.members, "bandwidth", &flash_media_Camera_bandwidth); - dict_put(&flash_media_Camera.members, "keyFrameInterval", &flash_media_Camera_keyFrameInterval); - dict_put(&flash_media_Camera.members, "activityLevel", &flash_media_Camera_activityLevel); - dict_put(&flash_media_Camera.members, "setKeyFrameInterval", &flash_media_Camera_setKeyFrameInterval); - dict_put(&flash_media_Camera.members, "setQuality", &flash_media_Camera_setQuality); - dict_put(&flash_media_Camera.members, "quality", &flash_media_Camera_quality); - dict_put(&flash_media_Camera.members, "names", &flash_media_Camera_names); - dict_put(&flash_media_Camera.members, "getCamera", &flash_media_Camera_getCamera); - dict_put(d, &flash_media_ID3Info, &flash_media_ID3Info); - dict_init(&flash_media_ID3Info.members, 8); - dict_put(&flash_media_ID3Info.members, "songName", &flash_media_ID3Info_songName); - dict_put(&flash_media_ID3Info.members, "genre", &flash_media_ID3Info_genre); - dict_put(&flash_media_ID3Info.members, "artist", &flash_media_ID3Info_artist); - dict_put(&flash_media_ID3Info.members, "track", &flash_media_ID3Info_track); - dict_put(&flash_media_ID3Info.members, "album", &flash_media_ID3Info_album); - dict_put(&flash_media_ID3Info.members, "year", &flash_media_ID3Info_year); - dict_put(&flash_media_ID3Info.members, "comment", &flash_media_ID3Info_comment); - dict_put(d, &flash_media_Microphone, &flash_media_Microphone); - dict_init(&flash_media_Microphone.members, 17); - dict_put(&flash_media_Microphone.members, "rate", &flash_media_Microphone_rate); - dict_put(&flash_media_Microphone.members, "setUseEchoSuppression", &flash_media_Microphone_setUseEchoSuppression); - dict_put(&flash_media_Microphone.members, "name", &flash_media_Microphone_name); - dict_put(&flash_media_Microphone.members, "index", &flash_media_Microphone_index); - dict_put(&flash_media_Microphone.members, "useEchoSuppression", &flash_media_Microphone_useEchoSuppression); - dict_put(&flash_media_Microphone.members, "soundTransform", &flash_media_Microphone_soundTransform); - dict_put(&flash_media_Microphone.members, "silenceTimeout", &flash_media_Microphone_silenceTimeout); - dict_put(&flash_media_Microphone.members, "silenceLevel", &flash_media_Microphone_silenceLevel); - dict_put(&flash_media_Microphone.members, "setSilenceLevel", &flash_media_Microphone_setSilenceLevel); - dict_put(&flash_media_Microphone.members, "muted", &flash_media_Microphone_muted); - dict_put(&flash_media_Microphone.members, "setLoopBack", &flash_media_Microphone_setLoopBack); - dict_put(&flash_media_Microphone.members, "activityLevel", &flash_media_Microphone_activityLevel); - dict_put(&flash_media_Microphone.members, "gain", &flash_media_Microphone_gain); - dict_put(&flash_media_Microphone.members, "getMicrophone", &flash_media_Microphone_getMicrophone); - dict_put(&flash_media_Microphone.members, "names", &flash_media_Microphone_names); - dict_put(d, &flash_media_Sound, &flash_media_Sound); - dict_init(&flash_media_Sound.members, 12); - dict_put(&flash_media_Sound.members, "bytesLoaded", &flash_media_Sound_bytesLoaded); - dict_put(&flash_media_Sound.members, "bytesTotal", &flash_media_Sound_bytesTotal); - dict_put(&flash_media_Sound.members, "isBuffering", &flash_media_Sound_isBuffering); - dict_put(&flash_media_Sound.members, "load", &flash_media_Sound_load); - dict_put(&flash_media_Sound.members, "url", &flash_media_Sound_url); - dict_put(&flash_media_Sound.members, "play", &flash_media_Sound_play); - dict_put(&flash_media_Sound.members, "length", &flash_media_Sound_length); - dict_put(&flash_media_Sound.members, "id3", &flash_media_Sound_id3); - dict_put(&flash_media_Sound.members, "close", &flash_media_Sound_close); - dict_put(d, &flash_media_SoundChannel, &flash_media_SoundChannel); - dict_init(&flash_media_SoundChannel.members, 7); - dict_put(&flash_media_SoundChannel.members, "stop", &flash_media_SoundChannel_stop); - dict_put(&flash_media_SoundChannel.members, "position", &flash_media_SoundChannel_position); - dict_put(&flash_media_SoundChannel.members, "rightPeak", &flash_media_SoundChannel_rightPeak); - dict_put(&flash_media_SoundChannel.members, "leftPeak", &flash_media_SoundChannel_leftPeak); - dict_put(&flash_media_SoundChannel.members, "soundTransform", &flash_media_SoundChannel_soundTransform); - dict_put(d, &flash_media_SoundLoaderContext, &flash_media_SoundLoaderContext); - dict_init(&flash_media_SoundLoaderContext.members, 3); - dict_put(&flash_media_SoundLoaderContext.members, "checkPolicyFile", &flash_media_SoundLoaderContext_checkPolicyFile); - dict_put(&flash_media_SoundLoaderContext.members, "bufferTime", &flash_media_SoundLoaderContext_bufferTime); - dict_put(d, &flash_media_SoundMixer, &flash_media_SoundMixer); - dict_init(&flash_media_SoundMixer.members, 1); - dict_put(d, &flash_media_SoundTransform, &flash_media_SoundTransform); - dict_init(&flash_media_SoundTransform.members, 13); - dict_put(&flash_media_SoundTransform.members, "pan", &flash_media_SoundTransform_pan); - dict_put(&flash_media_SoundTransform.members, "rightToLeft", &flash_media_SoundTransform_rightToLeft); - dict_put(&flash_media_SoundTransform.members, "rightToRight", &flash_media_SoundTransform_rightToRight); - dict_put(&flash_media_SoundTransform.members, "leftToLeft", &flash_media_SoundTransform_leftToLeft); - dict_put(&flash_media_SoundTransform.members, "volume", &flash_media_SoundTransform_volume); - dict_put(&flash_media_SoundTransform.members, "leftToRight", &flash_media_SoundTransform_leftToRight); - dict_put(d, &flash_media_Video, &flash_media_Video); - dict_init(&flash_media_Video.members, 10); - dict_put(&flash_media_Video.members, "deblocking", &flash_media_Video_deblocking); - dict_put(&flash_media_Video.members, "videoHeight", &flash_media_Video_videoHeight); - dict_put(&flash_media_Video.members, "videoWidth", &flash_media_Video_videoWidth); - dict_put(&flash_media_Video.members, "smoothing", &flash_media_Video_smoothing); - dict_put(&flash_media_Video.members, "attachNetStream", &flash_media_Video_attachNetStream); - dict_put(&flash_media_Video.members, "attachCamera", &flash_media_Video_attachCamera); - dict_put(&flash_media_Video.members, "clear", &flash_media_Video_clear); - dict_put(d, &flash_net_FileFilter, &flash_net_FileFilter); - dict_init(&flash_net_FileFilter.members, 7); - dict_put(&flash_net_FileFilter.members, "macType", &flash_net_FileFilter_macType); - dict_put(&flash_net_FileFilter.members, "extension", &flash_net_FileFilter_extension); - dict_put(&flash_net_FileFilter.members, "description", &flash_net_FileFilter_description); - dict_put(d, &flash_net_FileReference, &flash_net_FileReference); - dict_init(&flash_net_FileReference.members, 11); - dict_put(&flash_net_FileReference.members, "browse", &flash_net_FileReference_browse); - dict_put(&flash_net_FileReference.members, "creator", &flash_net_FileReference_creator); - dict_put(&flash_net_FileReference.members, "size", &flash_net_FileReference_size); - dict_put(&flash_net_FileReference.members, "type", &flash_net_FileReference_type); - dict_put(&flash_net_FileReference.members, "name", &flash_net_FileReference_name); - dict_put(&flash_net_FileReference.members, "upload", &flash_net_FileReference_upload); - dict_put(&flash_net_FileReference.members, "cancel", &flash_net_FileReference_cancel); - dict_put(&flash_net_FileReference.members, "download", &flash_net_FileReference_download); - dict_put(&flash_net_FileReference.members, "modificationDate", &flash_net_FileReference_modificationDate); - dict_put(&flash_net_FileReference.members, "creationDate", &flash_net_FileReference_creationDate); - dict_put(d, &flash_net_FileReferenceList, &flash_net_FileReferenceList); - dict_init(&flash_net_FileReferenceList.members, 3); - dict_put(&flash_net_FileReferenceList.members, "browse", &flash_net_FileReferenceList_browse); - dict_put(&flash_net_FileReferenceList.members, "fileList", &flash_net_FileReferenceList_fileList); - dict_put(d, &flash_net_IDynamicPropertyOutput, &flash_net_IDynamicPropertyOutput); - dict_init(&flash_net_IDynamicPropertyOutput.members, 2); - dict_put(&flash_net_IDynamicPropertyOutput.members, "writeDynamicProperty", &flash_net_IDynamicPropertyOutput_writeDynamicProperty); + dict_init2(&flash_geom_Rectangle.members, &memberinfo_type, 31); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_top, &flash_geom_Rectangle_top); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_intersection, &flash_geom_Rectangle_intersection); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_intersects, &flash_geom_Rectangle_intersects); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_containsPoint, &flash_geom_Rectangle_containsPoint); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_setEmpty, &flash_geom_Rectangle_setEmpty); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_topLeft, &flash_geom_Rectangle_topLeft); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_width, &flash_geom_Rectangle_width); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_containsRect, &flash_geom_Rectangle_containsRect); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_isEmpty, &flash_geom_Rectangle_isEmpty); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_equals, &flash_geom_Rectangle_equals); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_height, &flash_geom_Rectangle_height); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_left, &flash_geom_Rectangle_left); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_inflate, &flash_geom_Rectangle_inflate); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_inflatePoint, &flash_geom_Rectangle_inflatePoint); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_toString, &flash_geom_Rectangle_toString); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_offsetPoint, &flash_geom_Rectangle_offsetPoint); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_x, &flash_geom_Rectangle_x); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_size, &flash_geom_Rectangle_size); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_bottomRight, &flash_geom_Rectangle_bottomRight); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_right, &flash_geom_Rectangle_right); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_contains, &flash_geom_Rectangle_contains); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_union, &flash_geom_Rectangle_union); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_bottom, &flash_geom_Rectangle_bottom); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_clone, &flash_geom_Rectangle_clone); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_y, &flash_geom_Rectangle_y); + dict_put(&flash_geom_Rectangle.members, &flash_geom_Rectangle_offset, &flash_geom_Rectangle_offset); + dict_put(d, &flash_events_SecurityErrorEvent, &flash_events_SecurityErrorEvent); + dict_init2(&flash_events_SecurityErrorEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_SecurityErrorEvent.members, &flash_events_SecurityErrorEvent_toString, &flash_events_SecurityErrorEvent_toString); + dict_put(&flash_events_SecurityErrorEvent.members, &flash_events_SecurityErrorEvent_clone, &flash_events_SecurityErrorEvent_clone); + dict_put(&flash_events_SecurityErrorEvent.members, &flash_events_SecurityErrorEvent_SECURITY_ERROR, &flash_events_SecurityErrorEvent_SECURITY_ERROR); dict_put(d, &flash_net_IDynamicPropertyWriter, &flash_net_IDynamicPropertyWriter); - dict_init(&flash_net_IDynamicPropertyWriter.members, 2); - dict_put(&flash_net_IDynamicPropertyWriter.members, "writeDynamicProperties", &flash_net_IDynamicPropertyWriter_writeDynamicProperties); - dict_put(d, &flash_net_LocalConnection, &flash_net_LocalConnection); - dict_init(&flash_net_LocalConnection.members, 9); - dict_put(&flash_net_LocalConnection.members, "domain", &flash_net_LocalConnection_domain); - dict_put(&flash_net_LocalConnection.members, "send", &flash_net_LocalConnection_send); - dict_put(&flash_net_LocalConnection.members, "allowInsecureDomain", &flash_net_LocalConnection_allowInsecureDomain); - dict_put(&flash_net_LocalConnection.members, "client", &flash_net_LocalConnection_client); - dict_put(&flash_net_LocalConnection.members, "connect", &flash_net_LocalConnection_connect); - dict_put(&flash_net_LocalConnection.members, "allowDomain", &flash_net_LocalConnection_allowDomain); - dict_put(&flash_net_LocalConnection.members, "close", &flash_net_LocalConnection_close); - dict_put(d, &flash_net_NetConnection, &flash_net_NetConnection); - dict_init(&flash_net_NetConnection.members, 17); - dict_put(&flash_net_NetConnection.members, "proxyType", &flash_net_NetConnection_proxyType); - dict_put(&flash_net_NetConnection.members, "connected", &flash_net_NetConnection_connected); - dict_put(&flash_net_NetConnection.members, "client", &flash_net_NetConnection_client); - dict_put(&flash_net_NetConnection.members, "addHeader", &flash_net_NetConnection_addHeader); - dict_put(&flash_net_NetConnection.members, "usingTLS", &flash_net_NetConnection_usingTLS); - dict_put(&flash_net_NetConnection.members, "call", &flash_net_NetConnection_call); - dict_put(&flash_net_NetConnection.members, "objectEncoding", &flash_net_NetConnection_objectEncoding); - dict_put(&flash_net_NetConnection.members, "connect", &flash_net_NetConnection_connect); - dict_put(&flash_net_NetConnection.members, "uri", &flash_net_NetConnection_uri); - dict_put(&flash_net_NetConnection.members, "close", &flash_net_NetConnection_close); - dict_put(&flash_net_NetConnection.members, "connectedProxyType", &flash_net_NetConnection_connectedProxyType); - dict_put(&flash_net_NetConnection.members, "defaultObjectEncoding", &flash_net_NetConnection_defaultObjectEncoding); + dict_init2(&flash_net_IDynamicPropertyWriter.members, &memberinfo_type, 8); + dict_put(&flash_net_IDynamicPropertyWriter.members, &flash_net_IDynamicPropertyWriter_writeDynamicProperties, &flash_net_IDynamicPropertyWriter_writeDynamicProperties); + dict_put(d, &flash_display_InterpolationMethod, &flash_display_InterpolationMethod); + dict_init2(&flash_display_InterpolationMethod.members, &memberinfo_type, 8); + dict_put(&flash_display_InterpolationMethod.members, &flash_display_InterpolationMethod_RGB, &flash_display_InterpolationMethod_RGB); + dict_put(&flash_display_InterpolationMethod.members, &flash_display_InterpolationMethod_LINEAR_RGB, &flash_display_InterpolationMethod_LINEAR_RGB); + dict_put(d, &_Object, &_Object); + dict_init2(&_Object.members, &memberinfo_type, 8); + dict_put(&_Object.members, &_Object_init, &_Object_init); + dict_put(&_Object.members, &_Object_propertyIsEnumerable, &_Object_propertyIsEnumerable); + dict_put(&_Object.members, &_Object_length, &_Object_length); + dict_put(&_Object.members, &_Object__setPropertyIsEnumerable, &_Object__setPropertyIsEnumerable); + dict_put(&_Object.members, &_Object_isPrototypeOf, &_Object_isPrototypeOf); + dict_put(&_Object.members, &_Object__dontEnumPrototype, &_Object__dontEnumPrototype); + dict_put(&_Object.members, &_Object_hasOwnProperty, &_Object_hasOwnProperty); + dict_put(d, &flash_errors_EOFError, &flash_errors_EOFError); + dict_init2(&flash_errors_EOFError.members, &memberinfo_type, 8); dict_put(d, &flash_net_NetStream, &flash_net_NetStream); - dict_init(&flash_net_NetStream.members, 37); - dict_put(&flash_net_NetStream.members, "togglePause", &flash_net_NetStream_togglePause); - dict_put(&flash_net_NetStream.members, "send", &flash_net_NetStream_send); - dict_put(&flash_net_NetStream.members, "seek", &flash_net_NetStream_seek); - dict_put(&flash_net_NetStream.members, "attachAudio", &flash_net_NetStream_attachAudio); - dict_put(&flash_net_NetStream.members, "publish", &flash_net_NetStream_publish); - dict_put(&flash_net_NetStream.members, "bytesTotal", &flash_net_NetStream_bytesTotal); - dict_put(&flash_net_NetStream.members, "soundTransform", &flash_net_NetStream_soundTransform); - dict_put(&flash_net_NetStream.members, "client", &flash_net_NetStream_client); - dict_put(&flash_net_NetStream.members, "bufferTime", &flash_net_NetStream_bufferTime); - dict_put(&flash_net_NetStream.members, "currentFPS", &flash_net_NetStream_currentFPS); - dict_put(&flash_net_NetStream.members, "objectEncoding", &flash_net_NetStream_objectEncoding); - dict_put(&flash_net_NetStream.members, "play", &flash_net_NetStream_play); - dict_put(&flash_net_NetStream.members, "resume", &flash_net_NetStream_resume); - dict_put(&flash_net_NetStream.members, "receiveAudio", &flash_net_NetStream_receiveAudio); - dict_put(&flash_net_NetStream.members, "bufferLength", &flash_net_NetStream_bufferLength); - dict_put(&flash_net_NetStream.members, "bytesLoaded", &flash_net_NetStream_bytesLoaded); - dict_put(&flash_net_NetStream.members, "receiveVideo", &flash_net_NetStream_receiveVideo); - dict_put(&flash_net_NetStream.members, "attachCamera", &flash_net_NetStream_attachCamera); - dict_put(&flash_net_NetStream.members, "videoCodec", &flash_net_NetStream_videoCodec); - dict_put(&flash_net_NetStream.members, "audioCodec", &flash_net_NetStream_audioCodec); - dict_put(&flash_net_NetStream.members, "time", &flash_net_NetStream_time); - dict_put(&flash_net_NetStream.members, "checkPolicyFile", &flash_net_NetStream_checkPolicyFile); - dict_put(&flash_net_NetStream.members, "pause", &flash_net_NetStream_pause); - dict_put(&flash_net_NetStream.members, "liveDelay", &flash_net_NetStream_liveDelay); - dict_put(&flash_net_NetStream.members, "decodedFrames", &flash_net_NetStream_decodedFrames); - dict_put(&flash_net_NetStream.members, "close", &flash_net_NetStream_close); - dict_put(d, &flash_net_ObjectEncoding, &flash_net_ObjectEncoding); - dict_init(&flash_net_ObjectEncoding.members, 1); - dict_put(d, &flash_net_Responder, &flash_net_Responder); - dict_init(&flash_net_Responder.members, 1); - dict_put(d, &flash_net_SharedObject, &flash_net_SharedObject); - dict_init(&flash_net_SharedObject.members, 17); - dict_put(&flash_net_SharedObject.members, "flush", &flash_net_SharedObject_flush); - dict_put(&flash_net_SharedObject.members, "size", &flash_net_SharedObject_size); - dict_put(&flash_net_SharedObject.members, "client", &flash_net_SharedObject_client); - dict_put(&flash_net_SharedObject.members, "setDirty", &flash_net_SharedObject_setDirty); - dict_put(&flash_net_SharedObject.members, "fps", &flash_net_SharedObject_fps); - dict_put(&flash_net_SharedObject.members, "clear", &flash_net_SharedObject_clear); - dict_put(&flash_net_SharedObject.members, "send", &flash_net_SharedObject_send); - dict_put(&flash_net_SharedObject.members, "setProperty", &flash_net_SharedObject_setProperty); - dict_put(&flash_net_SharedObject.members, "objectEncoding", &flash_net_SharedObject_objectEncoding); - dict_put(&flash_net_SharedObject.members, "connect", &flash_net_SharedObject_connect); - dict_put(&flash_net_SharedObject.members, "data", &flash_net_SharedObject_data); - dict_put(&flash_net_SharedObject.members, "close", &flash_net_SharedObject_close); - dict_put(&flash_net_SharedObject.members, "defaultObjectEncoding", &flash_net_SharedObject_defaultObjectEncoding); - dict_put(&flash_net_SharedObject.members, "getDiskUsage", &flash_net_SharedObject_getDiskUsage); - dict_put(&flash_net_SharedObject.members, "getLocal", &flash_net_SharedObject_getLocal); - dict_put(&flash_net_SharedObject.members, "deleteAll", &flash_net_SharedObject_deleteAll); - dict_put(&flash_net_SharedObject.members, "getRemote", &flash_net_SharedObject_getRemote); - dict_put(d, &flash_net_SharedObjectFlushStatus, &flash_net_SharedObjectFlushStatus); - dict_init(&flash_net_SharedObjectFlushStatus.members, 1); - dict_put(d, &flash_net_Socket, &flash_net_Socket); - dict_init(&flash_net_Socket.members, 36); - dict_put(&flash_net_Socket.members, "writeUTFBytes", &flash_net_Socket_writeUTFBytes); - dict_put(&flash_net_Socket.members, "flush", &flash_net_Socket_flush); - dict_put(&flash_net_Socket.members, "connected", &flash_net_Socket_connected); - dict_put(&flash_net_Socket.members, "writeByte", &flash_net_Socket_writeByte); - dict_put(&flash_net_Socket.members, "writeInt", &flash_net_Socket_writeInt); - dict_put(&flash_net_Socket.members, "readShort", &flash_net_Socket_readShort); - dict_put(&flash_net_Socket.members, "readUnsignedShort", &flash_net_Socket_readUnsignedShort); - dict_put(&flash_net_Socket.members, "endian", &flash_net_Socket_endian); - dict_put(&flash_net_Socket.members, "objectEncoding", &flash_net_Socket_objectEncoding); - dict_put(&flash_net_Socket.members, "writeDouble", &flash_net_Socket_writeDouble); - dict_put(&flash_net_Socket.members, "readObject", &flash_net_Socket_readObject); - dict_put(&flash_net_Socket.members, "bytesAvailable", &flash_net_Socket_bytesAvailable); - dict_put(&flash_net_Socket.members, "readDouble", &flash_net_Socket_readDouble); - dict_put(&flash_net_Socket.members, "readUTF", &flash_net_Socket_readUTF); - dict_put(&flash_net_Socket.members, "readBoolean", &flash_net_Socket_readBoolean); - dict_put(&flash_net_Socket.members, "readUTFBytes", &flash_net_Socket_readUTFBytes); - dict_put(&flash_net_Socket.members, "writeMultiByte", &flash_net_Socket_writeMultiByte); - dict_put(&flash_net_Socket.members, "writeFloat", &flash_net_Socket_writeFloat); - dict_put(&flash_net_Socket.members, "readByte", &flash_net_Socket_readByte); - dict_put(&flash_net_Socket.members, "writeUTF", &flash_net_Socket_writeUTF); - dict_put(&flash_net_Socket.members, "writeBoolean", &flash_net_Socket_writeBoolean); - dict_put(&flash_net_Socket.members, "readUnsignedInt", &flash_net_Socket_readUnsignedInt); - dict_put(&flash_net_Socket.members, "writeBytes", &flash_net_Socket_writeBytes); - dict_put(&flash_net_Socket.members, "readUnsignedByte", &flash_net_Socket_readUnsignedByte); - dict_put(&flash_net_Socket.members, "writeUnsignedInt", &flash_net_Socket_writeUnsignedInt); - dict_put(&flash_net_Socket.members, "writeShort", &flash_net_Socket_writeShort); - dict_put(&flash_net_Socket.members, "readFloat", &flash_net_Socket_readFloat); - dict_put(&flash_net_Socket.members, "connect", &flash_net_Socket_connect); - dict_put(&flash_net_Socket.members, "readMultiByte", &flash_net_Socket_readMultiByte); - dict_put(&flash_net_Socket.members, "close", &flash_net_Socket_close); - dict_put(&flash_net_Socket.members, "readInt", &flash_net_Socket_readInt); - dict_put(&flash_net_Socket.members, "readBytes", &flash_net_Socket_readBytes); - dict_put(&flash_net_Socket.members, "writeObject", &flash_net_Socket_writeObject); - dict_put(d, &flash_net_URLLoader, &flash_net_URLLoader); - dict_init(&flash_net_URLLoader.members, 11); - dict_put(&flash_net_URLLoader.members, "dataFormat", &flash_net_URLLoader_dataFormat); - dict_put(&flash_net_URLLoader.members, "bytesLoaded", &flash_net_URLLoader_bytesLoaded); - dict_put(&flash_net_URLLoader.members, "bytesTotal", &flash_net_URLLoader_bytesTotal); - dict_put(&flash_net_URLLoader.members, "load", &flash_net_URLLoader_load); - dict_put(&flash_net_URLLoader.members, "data", &flash_net_URLLoader_data); - dict_put(&flash_net_URLLoader.members, "close", &flash_net_URLLoader_close); - dict_put(d, &flash_net_URLLoaderDataFormat, &flash_net_URLLoaderDataFormat); - dict_init(&flash_net_URLLoaderDataFormat.members, 1); - dict_put(d, &flash_net_URLRequest, &flash_net_URLRequest); - dict_init(&flash_net_URLRequest.members, 11); - dict_put(&flash_net_URLRequest.members, "method", &flash_net_URLRequest_method); - dict_put(&flash_net_URLRequest.members, "contentType", &flash_net_URLRequest_contentType); - dict_put(&flash_net_URLRequest.members, "data", &flash_net_URLRequest_data); - dict_put(&flash_net_URLRequest.members, "requestHeaders", &flash_net_URLRequest_requestHeaders); - dict_put(&flash_net_URLRequest.members, "url", &flash_net_URLRequest_url); - dict_put(d, &flash_net_URLRequestHeader, &flash_net_URLRequestHeader); - dict_init(&flash_net_URLRequestHeader.members, 3); - dict_put(&flash_net_URLRequestHeader.members, "value", &flash_net_URLRequestHeader_value); - dict_put(&flash_net_URLRequestHeader.members, "name", &flash_net_URLRequestHeader_name); - dict_put(d, &flash_net_URLRequestMethod, &flash_net_URLRequestMethod); - dict_init(&flash_net_URLRequestMethod.members, 1); - dict_put(d, &flash_net_URLStream, &flash_net_URLStream); - dict_init(&flash_net_URLStream.members, 23); - dict_put(&flash_net_URLStream.members, "readBytes", &flash_net_URLStream_readBytes); - dict_put(&flash_net_URLStream.members, "connected", &flash_net_URLStream_connected); - dict_put(&flash_net_URLStream.members, "readShort", &flash_net_URLStream_readShort); - dict_put(&flash_net_URLStream.members, "readDouble", &flash_net_URLStream_readDouble); - dict_put(&flash_net_URLStream.members, "readUnsignedShort", &flash_net_URLStream_readUnsignedShort); - dict_put(&flash_net_URLStream.members, "endian", &flash_net_URLStream_endian); - dict_put(&flash_net_URLStream.members, "bytesAvailable", &flash_net_URLStream_bytesAvailable); - dict_put(&flash_net_URLStream.members, "readUTF", &flash_net_URLStream_readUTF); - dict_put(&flash_net_URLStream.members, "objectEncoding", &flash_net_URLStream_objectEncoding); - dict_put(&flash_net_URLStream.members, "readBoolean", &flash_net_URLStream_readBoolean); - dict_put(&flash_net_URLStream.members, "readUTFBytes", &flash_net_URLStream_readUTFBytes); - dict_put(&flash_net_URLStream.members, "readByte", &flash_net_URLStream_readByte); - dict_put(&flash_net_URLStream.members, "readUnsignedInt", &flash_net_URLStream_readUnsignedInt); - dict_put(&flash_net_URLStream.members, "readUnsignedByte", &flash_net_URLStream_readUnsignedByte); - dict_put(&flash_net_URLStream.members, "load", &flash_net_URLStream_load); - dict_put(&flash_net_URLStream.members, "readMultiByte", &flash_net_URLStream_readMultiByte); - dict_put(&flash_net_URLStream.members, "readObject", &flash_net_URLStream_readObject); - dict_put(&flash_net_URLStream.members, "readInt", &flash_net_URLStream_readInt); - dict_put(&flash_net_URLStream.members, "readFloat", &flash_net_URLStream_readFloat); - dict_put(&flash_net_URLStream.members, "close", &flash_net_URLStream_close); - dict_put(d, &flash_net_URLVariables, &flash_net_URLVariables); - dict_init(&flash_net_URLVariables.members, 4); - dict_put(&flash_net_URLVariables.members, "toString", &flash_net_URLVariables_toString); - dict_put(&flash_net_URLVariables.members, "decode", &flash_net_URLVariables_decode); - dict_put(d, &flash_net_XMLSocket, &flash_net_XMLSocket); - dict_init(&flash_net_XMLSocket.members, 5); - dict_put(&flash_net_XMLSocket.members, "send", &flash_net_XMLSocket_send); - dict_put(&flash_net_XMLSocket.members, "connected", &flash_net_XMLSocket_connected); - dict_put(&flash_net_XMLSocket.members, "connect", &flash_net_XMLSocket_connect); - dict_put(&flash_net_XMLSocket.members, "close", &flash_net_XMLSocket_close); - dict_put(d, &flash_printing_PrintJob, &flash_printing_PrintJob); - dict_init(&flash_printing_PrintJob.members, 12); - dict_put(&flash_printing_PrintJob.members, "send", &flash_printing_PrintJob_send); - dict_put(&flash_printing_PrintJob.members, "orientation", &flash_printing_PrintJob_orientation); - dict_put(&flash_printing_PrintJob.members, "paperHeight", &flash_printing_PrintJob_paperHeight); - dict_put(&flash_printing_PrintJob.members, "pageHeight", &flash_printing_PrintJob_pageHeight); - dict_put(&flash_printing_PrintJob.members, "paperWidth", &flash_printing_PrintJob_paperWidth); - dict_put(&flash_printing_PrintJob.members, "addPage", &flash_printing_PrintJob_addPage); - dict_put(&flash_printing_PrintJob.members, "start", &flash_printing_PrintJob_start); - dict_put(&flash_printing_PrintJob.members, "pageWidth", &flash_printing_PrintJob_pageWidth); + dict_init2(&flash_net_NetStream.members, &memberinfo_type, 63); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_videoCodec, &flash_net_NetStream_videoCodec); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_info, &flash_net_NetStream_info); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_attachCamera, &flash_net_NetStream_attachCamera); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_farNonce, &flash_net_NetStream_farNonce); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_close, &flash_net_NetStream_close); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_pause, &flash_net_NetStream_pause); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_CONNECT_TO_FMS, &flash_net_NetStream_CONNECT_TO_FMS); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_onPeerConnect, &flash_net_NetStream_onPeerConnect); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_client, &flash_net_NetStream_client); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_resume, &flash_net_NetStream_resume); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_liveDelay, &flash_net_NetStream_liveDelay); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_peerStreams, &flash_net_NetStream_peerStreams); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_objectEncoding, &flash_net_NetStream_objectEncoding); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_bytesLoaded, &flash_net_NetStream_bytesLoaded); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_DIRECT_CONNECTIONS, &flash_net_NetStream_DIRECT_CONNECTIONS); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_receiveVideo, &flash_net_NetStream_receiveVideo); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_maxPauseBufferTime, &flash_net_NetStream_maxPauseBufferTime); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_play2, &flash_net_NetStream_play2); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_audioCodec, &flash_net_NetStream_audioCodec); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_receiveVideoFPS, &flash_net_NetStream_receiveVideoFPS); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_bytesTotal, &flash_net_NetStream_bytesTotal); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_farID, &flash_net_NetStream_farID); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_receiveAudio, &flash_net_NetStream_receiveAudio); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_bufferLength, &flash_net_NetStream_bufferLength); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_seek, &flash_net_NetStream_seek); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_attachAudio, &flash_net_NetStream_attachAudio); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_bufferTime, &flash_net_NetStream_bufferTime); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_play, &flash_net_NetStream_play); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_publish, &flash_net_NetStream_publish); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_togglePause, &flash_net_NetStream_togglePause); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_checkPolicyFile, &flash_net_NetStream_checkPolicyFile); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_nearNonce, &flash_net_NetStream_nearNonce); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_decodedFrames, &flash_net_NetStream_decodedFrames); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_send, &flash_net_NetStream_send); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_currentFPS, &flash_net_NetStream_currentFPS); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_time, &flash_net_NetStream_time); + dict_put(&flash_net_NetStream.members, &flash_net_NetStream_soundTransform, &flash_net_NetStream_soundTransform); + dict_put(d, &_ArgumentError, &_ArgumentError); + dict_init2(&_ArgumentError.members, &memberinfo_type, 8); + dict_put(&_ArgumentError.members, &_ArgumentError_length, &_ArgumentError_length); + dict_put(d, &_XMLList, &_XMLList); + dict_init2(&_XMLList.members, &memberinfo_type, 63); + dict_put(&_XMLList.members, &_XMLList_normalize, &_XMLList_normalize); + dict_put(&_XMLList.members, &_XMLList_removeNamespace, &_XMLList_removeNamespace); + dict_put(&_XMLList.members, &_XMLList_prependChild, &_XMLList_prependChild); + dict_put(&_XMLList.members, &_XMLList_toXMLString, &_XMLList_toXMLString); + dict_put(&_XMLList.members, &_XMLList_nodeKind, &_XMLList_nodeKind); + dict_put(&_XMLList.members, &_XMLList_copy, &_XMLList_copy); + dict_put(&_XMLList.members, &_XMLList_text, &_XMLList_text); + dict_put(&_XMLList.members, &_XMLList_toString, &_XMLList_toString); + dict_put(&_XMLList.members, &_XMLList_childIndex, &_XMLList_childIndex); + dict_put(&_XMLList.members, &_XMLList_setName, &_XMLList_setName); + dict_put(&_XMLList.members, &_XMLList_setLocalName, &_XMLList_setLocalName); + dict_put(&_XMLList.members, &_XMLList_namespace, &_XMLList_namespace); + dict_put(&_XMLList.members, &_XMLList_insertChildBefore, &_XMLList_insertChildBefore); + dict_put(&_XMLList.members, &_XMLList_addNamespace, &_XMLList_addNamespace); + dict_put(&_XMLList.members, &_XMLList_propertyIsEnumerable, &_XMLList_propertyIsEnumerable); + dict_put(&_XMLList.members, &_XMLList_comments, &_XMLList_comments); + dict_put(&_XMLList.members, &_XMLList_attributes, &_XMLList_attributes); + dict_put(&_XMLList.members, &_XMLList_descendants, &_XMLList_descendants); + dict_put(&_XMLList.members, &_XMLList_replace, &_XMLList_replace); + dict_put(&_XMLList.members, &_XMLList_children, &_XMLList_children); + dict_put(&_XMLList.members, &_XMLList_contains, &_XMLList_contains); + dict_put(&_XMLList.members, &_XMLList_hasSimpleContent, &_XMLList_hasSimpleContent); + dict_put(&_XMLList.members, &_XMLList_elements, &_XMLList_elements); + dict_put(&_XMLList.members, &_XMLList_hasComplexContent, &_XMLList_hasComplexContent); + dict_put(&_XMLList.members, &_XMLList_insertChildAfter, &_XMLList_insertChildAfter); + dict_put(&_XMLList.members, &_XMLList_parent, &_XMLList_parent); + dict_put(&_XMLList.members, &_XMLList_length, &_XMLList_length); + dict_put(&_XMLList.members, &_XMLList_processingInstructions, &_XMLList_processingInstructions); + dict_put(&_XMLList.members, &_XMLList_child, &_XMLList_child); + dict_put(&_XMLList.members, &_XMLList_appendChild, &_XMLList_appendChild); + dict_put(&_XMLList.members, &_XMLList_valueOf, &_XMLList_valueOf); + dict_put(&_XMLList.members, &_XMLList_localName, &_XMLList_localName); + dict_put(&_XMLList.members, &_XMLList_inScopeNamespaces, &_XMLList_inScopeNamespaces); + dict_put(&_XMLList.members, &_XMLList_hasOwnProperty, &_XMLList_hasOwnProperty); + dict_put(&_XMLList.members, &_XMLList_setNamespace, &_XMLList_setNamespace); + dict_put(&_XMLList.members, &_XMLList_namespaceDeclarations, &_XMLList_namespaceDeclarations); + dict_put(&_XMLList.members, &_XMLList_name, &_XMLList_name); + dict_put(&_XMLList.members, &_XMLList_setChildren, &_XMLList_setChildren); + dict_put(&_XMLList.members, &_XMLList_attribute, &_XMLList_attribute); + dict_put(d, &flash_geom_Point, &flash_geom_Point); + dict_init2(&flash_geom_Point.members, &memberinfo_type, 31); + dict_put(&flash_geom_Point.members, &flash_geom_Point_subtract, &flash_geom_Point_subtract); + dict_put(&flash_geom_Point.members, &flash_geom_Point_distance, &flash_geom_Point_distance); + dict_put(&flash_geom_Point.members, &flash_geom_Point_normalize, &flash_geom_Point_normalize); + dict_put(&flash_geom_Point.members, &flash_geom_Point_equals, &flash_geom_Point_equals); + dict_put(&flash_geom_Point.members, &flash_geom_Point_toString, &flash_geom_Point_toString); + dict_put(&flash_geom_Point.members, &flash_geom_Point_x, &flash_geom_Point_x); + dict_put(&flash_geom_Point.members, &flash_geom_Point_add, &flash_geom_Point_add); + dict_put(&flash_geom_Point.members, &flash_geom_Point_polar, &flash_geom_Point_polar); + dict_put(&flash_geom_Point.members, &flash_geom_Point_clone, &flash_geom_Point_clone); + dict_put(&flash_geom_Point.members, &flash_geom_Point_interpolate, &flash_geom_Point_interpolate); + dict_put(&flash_geom_Point.members, &flash_geom_Point_y, &flash_geom_Point_y); + dict_put(&flash_geom_Point.members, &flash_geom_Point_length, &flash_geom_Point_length); + dict_put(&flash_geom_Point.members, &flash_geom_Point_offset, &flash_geom_Point_offset); dict_put(d, &flash_printing_PrintJobOptions, &flash_printing_PrintJobOptions); - dict_init(&flash_printing_PrintJobOptions.members, 2); - dict_put(&flash_printing_PrintJobOptions.members, "printAsBitmap", &flash_printing_PrintJobOptions_printAsBitmap); - dict_put(d, &flash_printing_PrintJobOrientation, &flash_printing_PrintJobOrientation); - dict_init(&flash_printing_PrintJobOrientation.members, 1); - dict_put(d, &flash_system_ApplicationDomain, &flash_system_ApplicationDomain); - dict_init(&flash_system_ApplicationDomain.members, 4); - dict_put(&flash_system_ApplicationDomain.members, "getDefinition", &flash_system_ApplicationDomain_getDefinition); - dict_put(&flash_system_ApplicationDomain.members, "hasDefinition", &flash_system_ApplicationDomain_hasDefinition); - dict_put(&flash_system_ApplicationDomain.members, "parentDomain", &flash_system_ApplicationDomain_parentDomain); - dict_put(&flash_system_ApplicationDomain.members, "currentDomain", &flash_system_ApplicationDomain_currentDomain); - dict_put(d, &flash_system_Capabilities, &flash_system_Capabilities); - dict_init(&flash_system_Capabilities.members, 1); + dict_init2(&flash_printing_PrintJobOptions.members, &memberinfo_type, 8); + dict_put(&flash_printing_PrintJobOptions.members, &flash_printing_PrintJobOptions_printAsBitmap, &flash_printing_PrintJobOptions_printAsBitmap); + dict_put(d, &flash_display_DisplayObject, &flash_display_DisplayObject); + dict_init2(&flash_display_DisplayObject.members, &memberinfo_type, 63); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_rotation, &flash_display_DisplayObject_rotation); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_filters, &flash_display_DisplayObject_filters); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_rotationZ, &flash_display_DisplayObject_rotationZ); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_accessibilityProperties, &flash_display_DisplayObject_accessibilityProperties); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_mouseX, &flash_display_DisplayObject_mouseX); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_root, &flash_display_DisplayObject_root); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_stage, &flash_display_DisplayObject_stage); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_rotationY, &flash_display_DisplayObject_rotationY); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_scaleZ, &flash_display_DisplayObject_scaleZ); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_local3DToGlobal, &flash_display_DisplayObject_local3DToGlobal); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_loaderInfo, &flash_display_DisplayObject_loaderInfo); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_cacheAsBitmap, &flash_display_DisplayObject_cacheAsBitmap); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_transform, &flash_display_DisplayObject_transform); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_scaleY, &flash_display_DisplayObject_scaleY); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_height, &flash_display_DisplayObject_height); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_rotationX, &flash_display_DisplayObject_rotationX); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_scrollRect, &flash_display_DisplayObject_scrollRect); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_width, &flash_display_DisplayObject_width); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_scale9Grid, &flash_display_DisplayObject_scale9Grid); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_parent, &flash_display_DisplayObject_parent); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_hitTestObject, &flash_display_DisplayObject_hitTestObject); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_hitTestPoint, &flash_display_DisplayObject_hitTestPoint); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_alpha, &flash_display_DisplayObject_alpha); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_getRect, &flash_display_DisplayObject_getRect); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_opaqueBackground, &flash_display_DisplayObject_opaqueBackground); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_globalToLocal3D, &flash_display_DisplayObject_globalToLocal3D); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_visible, &flash_display_DisplayObject_visible); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_blendMode, &flash_display_DisplayObject_blendMode); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_scaleX, &flash_display_DisplayObject_scaleX); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_globalToLocal, &flash_display_DisplayObject_globalToLocal); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_localToGlobal, &flash_display_DisplayObject_localToGlobal); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_z, &flash_display_DisplayObject_z); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_name, &flash_display_DisplayObject_name); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_getBounds, &flash_display_DisplayObject_getBounds); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_mask, &flash_display_DisplayObject_mask); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_mouseY, &flash_display_DisplayObject_mouseY); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_x, &flash_display_DisplayObject_x); + dict_put(&flash_display_DisplayObject.members, &flash_display_DisplayObject_y, &flash_display_DisplayObject_y); + dict_put(d, &flash_sampler_DeleteObjectSample, &flash_sampler_DeleteObjectSample); + dict_init2(&flash_sampler_DeleteObjectSample.members, &memberinfo_type, 8); + dict_put(&flash_sampler_DeleteObjectSample.members, &flash_sampler_DeleteObjectSample_size, &flash_sampler_DeleteObjectSample_size); + dict_put(&flash_sampler_DeleteObjectSample.members, &flash_sampler_DeleteObjectSample_id, &flash_sampler_DeleteObjectSample_id); + dict_put(d, &flash_system_fscommand, &flash_system_fscommand); + dict_put(d, &flash_utils_unescapeMultiByte, &flash_utils_unescapeMultiByte); + dict_put(d, &flash_sampler_StackFrame, &flash_sampler_StackFrame); + dict_init2(&flash_sampler_StackFrame.members, &memberinfo_type, 8); + dict_put(&flash_sampler_StackFrame.members, &flash_sampler_StackFrame_name, &flash_sampler_StackFrame_name); + dict_put(&flash_sampler_StackFrame.members, &flash_sampler_StackFrame_line, &flash_sampler_StackFrame_line); + dict_put(&flash_sampler_StackFrame.members, &flash_sampler_StackFrame_toString, &flash_sampler_StackFrame_toString); + dict_put(&flash_sampler_StackFrame.members, &flash_sampler_StackFrame_file, &flash_sampler_StackFrame_file); + dict_put(d, &flash_system_JPEGLoaderContext, &flash_system_JPEGLoaderContext); + dict_init2(&flash_system_JPEGLoaderContext.members, &memberinfo_type, 8); + dict_put(&flash_system_JPEGLoaderContext.members, &flash_system_JPEGLoaderContext_deblockingFilter, &flash_system_JPEGLoaderContext_deblockingFilter); dict_put(d, &flash_system_IME, &flash_system_IME); - dict_init(&flash_system_IME.members, 1); - dict_put(d, &flash_system_IMEConversionMode, &flash_system_IMEConversionMode); - dict_init(&flash_system_IMEConversionMode.members, 1); - dict_put(d, &flash_system_LoaderContext, &flash_system_LoaderContext); - dict_init(&flash_system_LoaderContext.members, 4); - dict_put(&flash_system_LoaderContext.members, "applicationDomain", &flash_system_LoaderContext_applicationDomain); - dict_put(&flash_system_LoaderContext.members, "checkPolicyFile", &flash_system_LoaderContext_checkPolicyFile); - dict_put(&flash_system_LoaderContext.members, "securityDomain", &flash_system_LoaderContext_securityDomain); + dict_init2(&flash_system_IME.members, &memberinfo_type, 8); + dict_put(&flash_system_IME.members, &flash_system_IME_setCompositionString, &flash_system_IME_setCompositionString); + dict_put(&flash_system_IME.members, &flash_system_IME_enabled, &flash_system_IME_enabled); + dict_put(&flash_system_IME.members, &flash_system_IME_doConversion, &flash_system_IME_doConversion); + dict_put(&flash_system_IME.members, &flash_system_IME_conversionMode, &flash_system_IME_conversionMode); + dict_put(d, &_isNaN, &_isNaN); dict_put(d, &flash_system_Security, &flash_system_Security); - dict_init(&flash_system_Security.members, 1); - dict_put(d, &flash_system_SecurityDomain, &flash_system_SecurityDomain); - dict_init(&flash_system_SecurityDomain.members, 1); - dict_put(d, &flash_system_SecurityPanel, &flash_system_SecurityPanel); - dict_init(&flash_system_SecurityPanel.members, 1); - dict_put(d, &flash_system_System, &flash_system_System); - dict_init(&flash_system_System.members, 1); - dict_put(d, &flash_text_AntiAliasType, &flash_text_AntiAliasType); - dict_init(&flash_text_AntiAliasType.members, 1); - dict_put(d, &flash_text_CSMSettings, &flash_text_CSMSettings); - dict_init(&flash_text_CSMSettings.members, 4); - dict_put(&flash_text_CSMSettings.members, "fontSize", &flash_text_CSMSettings_fontSize); - dict_put(&flash_text_CSMSettings.members, "insideCutoff", &flash_text_CSMSettings_insideCutoff); - dict_put(&flash_text_CSMSettings.members, "outsideCutoff", &flash_text_CSMSettings_outsideCutoff); - dict_put(d, &flash_text_Font, &flash_text_Font); - dict_init(&flash_text_Font.members, 5); - dict_put(&flash_text_Font.members, "fontStyle", &flash_text_Font_fontStyle); - dict_put(&flash_text_Font.members, "hasGlyphs", &flash_text_Font_hasGlyphs); - dict_put(&flash_text_Font.members, "fontType", &flash_text_Font_fontType); - dict_put(&flash_text_Font.members, "fontName", &flash_text_Font_fontName); - dict_put(&flash_text_Font.members, "enumerateFonts", &flash_text_Font_enumerateFonts); - dict_put(&flash_text_Font.members, "registerFont", &flash_text_Font_registerFont); - dict_put(d, &flash_text_FontStyle, &flash_text_FontStyle); - dict_init(&flash_text_FontStyle.members, 1); - dict_put(d, &flash_text_FontType, &flash_text_FontType); - dict_init(&flash_text_FontType.members, 1); - dict_put(d, &flash_text_GridFitType, &flash_text_GridFitType); - dict_init(&flash_text_GridFitType.members, 1); + dict_init2(&flash_system_Security.members, &memberinfo_type, 15); + dict_put(&flash_system_Security.members, &flash_system_Security_sandboxType, &flash_system_Security_sandboxType); + dict_put(&flash_system_Security.members, &flash_system_Security_LOCAL_WITH_NETWORK, &flash_system_Security_LOCAL_WITH_NETWORK); + dict_put(&flash_system_Security.members, &flash_system_Security_loadPolicyFile, &flash_system_Security_loadPolicyFile); + dict_put(&flash_system_Security.members, &flash_system_Security_allowDomain, &flash_system_Security_allowDomain); + dict_put(&flash_system_Security.members, &flash_system_Security_showSettings, &flash_system_Security_showSettings); + dict_put(&flash_system_Security.members, &flash_system_Security_LOCAL_TRUSTED, &flash_system_Security_LOCAL_TRUSTED); + dict_put(&flash_system_Security.members, &flash_system_Security_disableAVM1Loading, &flash_system_Security_disableAVM1Loading); + dict_put(&flash_system_Security.members, &flash_system_Security_allowInsecureDomain, &flash_system_Security_allowInsecureDomain); + dict_put(&flash_system_Security.members, &flash_system_Security_exactSettings, &flash_system_Security_exactSettings); + dict_put(&flash_system_Security.members, &flash_system_Security_REMOTE, &flash_system_Security_REMOTE); + dict_put(&flash_system_Security.members, &flash_system_Security_LOCAL_WITH_FILE, &flash_system_Security_LOCAL_WITH_FILE); + dict_put(d, &flash_display_Bitmap, &flash_display_Bitmap); + dict_init2(&flash_display_Bitmap.members, &memberinfo_type, 8); + dict_put(&flash_display_Bitmap.members, &flash_display_Bitmap_pixelSnapping, &flash_display_Bitmap_pixelSnapping); + dict_put(&flash_display_Bitmap.members, &flash_display_Bitmap_bitmapData, &flash_display_Bitmap_bitmapData); + dict_put(&flash_display_Bitmap.members, &flash_display_Bitmap_smoothing, &flash_display_Bitmap_smoothing); + dict_put(d, &flash_printing_PrintJob, &flash_printing_PrintJob); + dict_init2(&flash_printing_PrintJob.members, &memberinfo_type, 15); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_paperWidth, &flash_printing_PrintJob_paperWidth); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_addPage, &flash_printing_PrintJob_addPage); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_pageHeight, &flash_printing_PrintJob_pageHeight); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_start, &flash_printing_PrintJob_start); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_pageWidth, &flash_printing_PrintJob_pageWidth); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_send, &flash_printing_PrintJob_send); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_paperHeight, &flash_printing_PrintJob_paperHeight); + dict_put(&flash_printing_PrintJob.members, &flash_printing_PrintJob_orientation, &flash_printing_PrintJob_orientation); dict_put(d, &flash_text_StaticText, &flash_text_StaticText); - dict_init(&flash_text_StaticText.members, 2); - dict_put(&flash_text_StaticText.members, "text", &flash_text_StaticText_text); - dict_put(d, &flash_text_StyleSheet, &flash_text_StyleSheet); - dict_init(&flash_text_StyleSheet.members, 16); - dict_put(&flash_text_StyleSheet.members, "parseCSS", &flash_text_StyleSheet_parseCSS); - dict_put(&flash_text_StyleSheet.members, "clear", &flash_text_StyleSheet_clear); - dict_put(&flash_text_StyleSheet.members, "styleNames", &flash_text_StyleSheet_styleNames); - dict_put(&flash_text_StyleSheet.members, "transform", &flash_text_StyleSheet_transform); - dict_put(&flash_text_StyleSheet.members, "setStyle", &flash_text_StyleSheet_setStyle); - dict_put(&flash_text_StyleSheet.members, "getStyle", &flash_text_StyleSheet_getStyle); - dict_put(d, &flash_text_TextColorType, &flash_text_TextColorType); - dict_init(&flash_text_TextColorType.members, 1); - dict_put(d, &flash_text_TextDisplayMode, &flash_text_TextDisplayMode); - dict_init(&flash_text_TextDisplayMode.members, 1); - dict_put(d, &flash_text_TextExtent, &flash_text_TextExtent); - dict_init(&flash_text_TextExtent.members, 7); - dict_put(&flash_text_TextExtent.members, "width", &flash_text_TextExtent_width); - dict_put(&flash_text_TextExtent.members, "height", &flash_text_TextExtent_height); - dict_put(&flash_text_TextExtent.members, "descent", &flash_text_TextExtent_descent); - dict_put(&flash_text_TextExtent.members, "textFieldHeight", &flash_text_TextExtent_textFieldHeight); - dict_put(&flash_text_TextExtent.members, "textFieldWidth", &flash_text_TextExtent_textFieldWidth); - dict_put(&flash_text_TextExtent.members, "ascent", &flash_text_TextExtent_ascent); + dict_init2(&flash_text_StaticText.members, &memberinfo_type, 8); + dict_put(&flash_text_StaticText.members, &flash_text_StaticText_text, &flash_text_StaticText_text); + dict_put(d, &flash_text_engine_SpaceJustifier, &flash_text_engine_SpaceJustifier); + dict_init2(&flash_text_engine_SpaceJustifier.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_SpaceJustifier.members, &flash_text_engine_SpaceJustifier_clone, &flash_text_engine_SpaceJustifier_clone); + dict_put(&flash_text_engine_SpaceJustifier.members, &flash_text_engine_SpaceJustifier_letterSpacing, &flash_text_engine_SpaceJustifier_letterSpacing); + dict_put(d, &flash_events_DataEvent, &flash_events_DataEvent); + dict_init2(&flash_events_DataEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_DataEvent.members, &flash_events_DataEvent_toString, &flash_events_DataEvent_toString); + dict_put(&flash_events_DataEvent.members, &flash_events_DataEvent_DATA, &flash_events_DataEvent_DATA); + dict_put(&flash_events_DataEvent.members, &flash_events_DataEvent_clone, &flash_events_DataEvent_clone); + dict_put(&flash_events_DataEvent.members, &flash_events_DataEvent_UPLOAD_COMPLETE_DATA, &flash_events_DataEvent_UPLOAD_COMPLETE_DATA); + dict_put(&flash_events_DataEvent.members, &flash_events_DataEvent_data, &flash_events_DataEvent_data); + dict_put(d, &flash_events_ActivityEvent, &flash_events_ActivityEvent); + dict_init2(&flash_events_ActivityEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_ActivityEvent.members, &flash_events_ActivityEvent_toString, &flash_events_ActivityEvent_toString); + dict_put(&flash_events_ActivityEvent.members, &flash_events_ActivityEvent_activating, &flash_events_ActivityEvent_activating); + dict_put(&flash_events_ActivityEvent.members, &flash_events_ActivityEvent_clone, &flash_events_ActivityEvent_clone); + dict_put(&flash_events_ActivityEvent.members, &flash_events_ActivityEvent_ACTIVITY, &flash_events_ActivityEvent_ACTIVITY); + dict_put(d, &flash_display_GraphicsEndFill, &flash_display_GraphicsEndFill); + dict_init2(&flash_display_GraphicsEndFill.members, &memberinfo_type, 8); + dict_put(d, &flash_display_ColorCorrection, &flash_display_ColorCorrection); + dict_init2(&flash_display_ColorCorrection.members, &memberinfo_type, 8); + dict_put(&flash_display_ColorCorrection.members, &flash_display_ColorCorrection_OFF, &flash_display_ColorCorrection_OFF); + dict_put(&flash_display_ColorCorrection.members, &flash_display_ColorCorrection_DEFAULT, &flash_display_ColorCorrection_DEFAULT); + dict_put(&flash_display_ColorCorrection.members, &flash_display_ColorCorrection_ON, &flash_display_ColorCorrection_ON); + dict_put(d, &flash_events_IOErrorEvent, &flash_events_IOErrorEvent); + dict_init2(&flash_events_IOErrorEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_IO_ERROR, &flash_events_IOErrorEvent_IO_ERROR); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_VERIFY_ERROR, &flash_events_IOErrorEvent_VERIFY_ERROR); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_toString, &flash_events_IOErrorEvent_toString); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_NETWORK_ERROR, &flash_events_IOErrorEvent_NETWORK_ERROR); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_clone, &flash_events_IOErrorEvent_clone); + dict_put(&flash_events_IOErrorEvent.members, &flash_events_IOErrorEvent_DISK_ERROR, &flash_events_IOErrorEvent_DISK_ERROR); + dict_put(d, &flash_display_GraphicsStroke, &flash_display_GraphicsStroke); + dict_init2(&flash_display_GraphicsStroke.members, &memberinfo_type, 15); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_scaleMode, &flash_display_GraphicsStroke_scaleMode); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_miterLimit, &flash_display_GraphicsStroke_miterLimit); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_pixelHinting, &flash_display_GraphicsStroke_pixelHinting); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_fill, &flash_display_GraphicsStroke_fill); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_thickness, &flash_display_GraphicsStroke_thickness); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_joints, &flash_display_GraphicsStroke_joints); + dict_put(&flash_display_GraphicsStroke.members, &flash_display_GraphicsStroke_caps, &flash_display_GraphicsStroke_caps); + dict_put(d, &_Boolean, &_Boolean); + dict_init2(&_Boolean.members, &memberinfo_type, 8); + dict_put(&_Boolean.members, &_Boolean_valueOf, &_Boolean_valueOf); + dict_put(&_Boolean.members, &_Boolean_length, &_Boolean_length); + dict_put(&_Boolean.members, &_Boolean_toString, &_Boolean_toString); + dict_put(d, &flash_sampler_getMemberNames, &flash_sampler_getMemberNames); + dict_put(d, &flash_utils_getQualifiedClassName, &flash_utils_getQualifiedClassName); + dict_put(d, &flash_text_engine_GraphicElement, &flash_text_engine_GraphicElement); + dict_init2(&flash_text_engine_GraphicElement.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_GraphicElement.members, &flash_text_engine_GraphicElement_graphic, &flash_text_engine_GraphicElement_graphic); + dict_put(&flash_text_engine_GraphicElement.members, &flash_text_engine_GraphicElement_elementWidth, &flash_text_engine_GraphicElement_elementWidth); + dict_put(&flash_text_engine_GraphicElement.members, &flash_text_engine_GraphicElement_elementHeight, &flash_text_engine_GraphicElement_elementHeight); + dict_put(d, &flash_media_Microphone, &flash_media_Microphone); + dict_init2(&flash_media_Microphone.members, &memberinfo_type, 31); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_codec, &flash_media_Microphone_codec); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_gain, &flash_media_Microphone_gain); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_index, &flash_media_Microphone_index); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_setLoopBack, &flash_media_Microphone_setLoopBack); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_setSilenceLevel, &flash_media_Microphone_setSilenceLevel); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_name, &flash_media_Microphone_name); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_getMicrophone, &flash_media_Microphone_getMicrophone); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_setUseEchoSuppression, &flash_media_Microphone_setUseEchoSuppression); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_framesPerPacket, &flash_media_Microphone_framesPerPacket); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_muted, &flash_media_Microphone_muted); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_soundTransform, &flash_media_Microphone_soundTransform); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_encodeQuality, &flash_media_Microphone_encodeQuality); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_useEchoSuppression, &flash_media_Microphone_useEchoSuppression); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_silenceLevel, &flash_media_Microphone_silenceLevel); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_silenceTimeout, &flash_media_Microphone_silenceTimeout); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_rate, &flash_media_Microphone_rate); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_activityLevel, &flash_media_Microphone_activityLevel); + dict_put(&flash_media_Microphone.members, &flash_media_Microphone_names, &flash_media_Microphone_names); + dict_put(d, &flash_ui_ContextMenuClipboardItems, &flash_ui_ContextMenuClipboardItems); + dict_init2(&flash_ui_ContextMenuClipboardItems.members, &memberinfo_type, 8); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_clear, &flash_ui_ContextMenuClipboardItems_clear); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_clone, &flash_ui_ContextMenuClipboardItems_clone); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_paste, &flash_ui_ContextMenuClipboardItems_paste); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_selectAll, &flash_ui_ContextMenuClipboardItems_selectAll); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_copy, &flash_ui_ContextMenuClipboardItems_copy); + dict_put(&flash_ui_ContextMenuClipboardItems.members, &flash_ui_ContextMenuClipboardItems_cut, &flash_ui_ContextMenuClipboardItems_cut); + dict_put(d, &flash_display_GraphicsShaderFill, &flash_display_GraphicsShaderFill); + dict_init2(&flash_display_GraphicsShaderFill.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsShaderFill.members, &flash_display_GraphicsShaderFill_shader, &flash_display_GraphicsShaderFill_shader); + dict_put(&flash_display_GraphicsShaderFill.members, &flash_display_GraphicsShaderFill_matrix, &flash_display_GraphicsShaderFill_matrix); + dict_put(d, &flash_errors_IllegalOperationError, &flash_errors_IllegalOperationError); + dict_init2(&flash_errors_IllegalOperationError.members, &memberinfo_type, 8); + dict_put(d, &flash_filters_GradientGlowFilter, &flash_filters_GradientGlowFilter); + dict_init2(&flash_filters_GradientGlowFilter.members, &memberinfo_type, 15); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_strength, &flash_filters_GradientGlowFilter_strength); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_quality, &flash_filters_GradientGlowFilter_quality); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_angle, &flash_filters_GradientGlowFilter_angle); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_knockout, &flash_filters_GradientGlowFilter_knockout); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_type, &flash_filters_GradientGlowFilter_type); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_alphas, &flash_filters_GradientGlowFilter_alphas); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_ratios, &flash_filters_GradientGlowFilter_ratios); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_colors, &flash_filters_GradientGlowFilter_colors); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_blurX, &flash_filters_GradientGlowFilter_blurX); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_blurY, &flash_filters_GradientGlowFilter_blurY); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_distance, &flash_filters_GradientGlowFilter_distance); + dict_put(&flash_filters_GradientGlowFilter.members, &flash_filters_GradientGlowFilter_clone, &flash_filters_GradientGlowFilter_clone); + dict_put(d, &flash_display_CapsStyle, &flash_display_CapsStyle); + dict_init2(&flash_display_CapsStyle.members, &memberinfo_type, 8); + dict_put(&flash_display_CapsStyle.members, &flash_display_CapsStyle_ROUND, &flash_display_CapsStyle_ROUND); + dict_put(&flash_display_CapsStyle.members, &flash_display_CapsStyle_SQUARE, &flash_display_CapsStyle_SQUARE); + dict_put(&flash_display_CapsStyle.members, &flash_display_CapsStyle_NONE, &flash_display_CapsStyle_NONE); + dict_put(d, &flash_text_TextSnapshot, &flash_text_TextSnapshot); + dict_init2(&flash_text_TextSnapshot.members, &memberinfo_type, 15); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_setSelectColor, &flash_text_TextSnapshot_setSelectColor); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_setSelected, &flash_text_TextSnapshot_setSelected); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_getSelectedText, &flash_text_TextSnapshot_getSelectedText); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_getTextRunInfo, &flash_text_TextSnapshot_getTextRunInfo); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_charCount, &flash_text_TextSnapshot_charCount); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_findText, &flash_text_TextSnapshot_findText); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_getSelected, &flash_text_TextSnapshot_getSelected); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_hitTestTextNearPos, &flash_text_TextSnapshot_hitTestTextNearPos); + dict_put(&flash_text_TextSnapshot.members, &flash_text_TextSnapshot_getText, &flash_text_TextSnapshot_getText); + dict_put(d, &flash_text_engine_FontLookup, &flash_text_engine_FontLookup); + dict_init2(&flash_text_engine_FontLookup.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_FontLookup.members, &flash_text_engine_FontLookup_DEVICE, &flash_text_engine_FontLookup_DEVICE); + dict_put(&flash_text_engine_FontLookup.members, &flash_text_engine_FontLookup_EMBEDDED_CFF, &flash_text_engine_FontLookup_EMBEDDED_CFF); + dict_put(d, &flash_display_InteractiveObject, &flash_display_InteractiveObject); + dict_init2(&flash_display_InteractiveObject.members, &memberinfo_type, 15); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_tabIndex, &flash_display_InteractiveObject_tabIndex); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_doubleClickEnabled, &flash_display_InteractiveObject_doubleClickEnabled); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_tabEnabled, &flash_display_InteractiveObject_tabEnabled); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_mouseEnabled, &flash_display_InteractiveObject_mouseEnabled); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_contextMenu, &flash_display_InteractiveObject_contextMenu); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_focusRect, &flash_display_InteractiveObject_focusRect); + dict_put(&flash_display_InteractiveObject.members, &flash_display_InteractiveObject_accessibilityImplementation, &flash_display_InteractiveObject_accessibilityImplementation); dict_put(d, &flash_text_TextField, &flash_text_TextField); - dict_init(&flash_text_TextField.members, 91); - dict_put(&flash_text_TextField.members, "replaceText", &flash_text_TextField_replaceText); - dict_put(&flash_text_TextField.members, "pasteRichText", &flash_text_TextField_pasteRichText); - dict_put(&flash_text_TextField.members, "maxScrollH", &flash_text_TextField_maxScrollH); - dict_put(&flash_text_TextField.members, "numLines", &flash_text_TextField_numLines); - dict_put(&flash_text_TextField.members, "scrollH", &flash_text_TextField_scrollH); - dict_put(&flash_text_TextField.members, "caretIndex", &flash_text_TextField_caretIndex); - dict_put(&flash_text_TextField.members, "maxScrollV", &flash_text_TextField_maxScrollV); - dict_put(&flash_text_TextField.members, "getImageReference", &flash_text_TextField_getImageReference); - dict_put(&flash_text_TextField.members, "scrollV", &flash_text_TextField_scrollV); - dict_put(&flash_text_TextField.members, "border", &flash_text_TextField_border); - dict_put(&flash_text_TextField.members, "text", &flash_text_TextField_text); - dict_put(&flash_text_TextField.members, "background", &flash_text_TextField_background); - dict_put(&flash_text_TextField.members, "getCharBoundaries", &flash_text_TextField_getCharBoundaries); - dict_put(&flash_text_TextField.members, "borderColor", &flash_text_TextField_borderColor); - dict_put(&flash_text_TextField.members, "getFirstCharInParagraph", &flash_text_TextField_getFirstCharInParagraph); - dict_put(&flash_text_TextField.members, "type", &flash_text_TextField_type); - dict_put(&flash_text_TextField.members, "replaceSelectedText", &flash_text_TextField_replaceSelectedText); - dict_put(&flash_text_TextField.members, "getRawText", &flash_text_TextField_getRawText); - dict_put(&flash_text_TextField.members, "alwaysShowSelection", &flash_text_TextField_alwaysShowSelection); - dict_put(&flash_text_TextField.members, "sharpness", &flash_text_TextField_sharpness); - dict_put(&flash_text_TextField.members, "textColor", &flash_text_TextField_textColor); - dict_put(&flash_text_TextField.members, "defaultTextFormat", &flash_text_TextField_defaultTextFormat); - dict_put(&flash_text_TextField.members, "condenseWhite", &flash_text_TextField_condenseWhite); - dict_put(&flash_text_TextField.members, "autoSize", &flash_text_TextField_autoSize); - dict_put(&flash_text_TextField.members, "styleSheet", &flash_text_TextField_styleSheet); - dict_put(&flash_text_TextField.members, "embedFonts", &flash_text_TextField_embedFonts); - dict_put(&flash_text_TextField.members, "displayAsPassword", &flash_text_TextField_displayAsPassword); - dict_put(&flash_text_TextField.members, "antiAliasType", &flash_text_TextField_antiAliasType); - dict_put(&flash_text_TextField.members, "multiline", &flash_text_TextField_multiline); - dict_put(&flash_text_TextField.members, "selectionEndIndex", &flash_text_TextField_selectionEndIndex); - dict_put(&flash_text_TextField.members, "mouseWheelEnabled", &flash_text_TextField_mouseWheelEnabled); - dict_put(&flash_text_TextField.members, "selectedText", &flash_text_TextField_selectedText); - dict_put(&flash_text_TextField.members, "thickness", &flash_text_TextField_thickness); - dict_put(&flash_text_TextField.members, "getLineIndexAtPoint", &flash_text_TextField_getLineIndexAtPoint); - dict_put(&flash_text_TextField.members, "appendText", &flash_text_TextField_appendText); - dict_put(&flash_text_TextField.members, "selectionBeginIndex", &flash_text_TextField_selectionBeginIndex); - dict_put(&flash_text_TextField.members, "bottomScrollV", &flash_text_TextField_bottomScrollV); - dict_put(&flash_text_TextField.members, "htmlText", &flash_text_TextField_htmlText); - dict_put(&flash_text_TextField.members, "selectable", &flash_text_TextField_selectable); - dict_put(&flash_text_TextField.members, "getLineIndexOfChar", &flash_text_TextField_getLineIndexOfChar); - dict_put(&flash_text_TextField.members, "restrict", &flash_text_TextField_restrict); - dict_put(&flash_text_TextField.members, "gridFitType", &flash_text_TextField_gridFitType); - dict_put(&flash_text_TextField.members, "setSelection", &flash_text_TextField_setSelection); - dict_put(&flash_text_TextField.members, "getTextFormat", &flash_text_TextField_getTextFormat); - dict_put(&flash_text_TextField.members, "setTextFormat", &flash_text_TextField_setTextFormat); - dict_put(&flash_text_TextField.members, "textWidth", &flash_text_TextField_textWidth); - dict_put(&flash_text_TextField.members, "getTextRuns", &flash_text_TextField_getTextRuns); - dict_put(&flash_text_TextField.members, "getLineOffset", &flash_text_TextField_getLineOffset); - dict_put(&flash_text_TextField.members, "wordWrap", &flash_text_TextField_wordWrap); - dict_put(&flash_text_TextField.members, "useRichTextClipboard", &flash_text_TextField_useRichTextClipboard); - dict_put(&flash_text_TextField.members, "backgroundColor", &flash_text_TextField_backgroundColor); - dict_put(&flash_text_TextField.members, "textHeight", &flash_text_TextField_textHeight); - dict_put(&flash_text_TextField.members, "getXMLText", &flash_text_TextField_getXMLText); - dict_put(&flash_text_TextField.members, "getLineText", &flash_text_TextField_getLineText); - dict_put(&flash_text_TextField.members, "maxChars", &flash_text_TextField_maxChars); - dict_put(&flash_text_TextField.members, "copyRichText", &flash_text_TextField_copyRichText); - dict_put(&flash_text_TextField.members, "getParagraphLength", &flash_text_TextField_getParagraphLength); - dict_put(&flash_text_TextField.members, "getCharIndexAtPoint", &flash_text_TextField_getCharIndexAtPoint); - dict_put(&flash_text_TextField.members, "length", &flash_text_TextField_length); - dict_put(&flash_text_TextField.members, "insertXMLText", &flash_text_TextField_insertXMLText); - dict_put(&flash_text_TextField.members, "getLineMetrics", &flash_text_TextField_getLineMetrics); - dict_put(&flash_text_TextField.members, "getLineLength", &flash_text_TextField_getLineLength); - dict_put(d, &flash_text_TextFieldAutoSize, &flash_text_TextFieldAutoSize); - dict_init(&flash_text_TextFieldAutoSize.members, 1); - dict_put(d, &flash_text_TextFieldType, &flash_text_TextFieldType); - dict_init(&flash_text_TextFieldType.members, 1); - dict_put(d, &flash_text_TextFormat, &flash_text_TextFormat); - dict_init(&flash_text_TextFormat.members, 39); - dict_put(&flash_text_TextFormat.members, "bullet", &flash_text_TextFormat_bullet); - dict_put(&flash_text_TextFormat.members, "align", &flash_text_TextFormat_align); - dict_put(&flash_text_TextFormat.members, "color", &flash_text_TextFormat_color); - dict_put(&flash_text_TextFormat.members, "size", &flash_text_TextFormat_size); - dict_put(&flash_text_TextFormat.members, "display", &flash_text_TextFormat_display); - dict_put(&flash_text_TextFormat.members, "bold", &flash_text_TextFormat_bold); - dict_put(&flash_text_TextFormat.members, "leading", &flash_text_TextFormat_leading); - dict_put(&flash_text_TextFormat.members, "rightMargin", &flash_text_TextFormat_rightMargin); - dict_put(&flash_text_TextFormat.members, "leftMargin", &flash_text_TextFormat_leftMargin); - dict_put(&flash_text_TextFormat.members, "font", &flash_text_TextFormat_font); - dict_put(&flash_text_TextFormat.members, "indent", &flash_text_TextFormat_indent); - dict_put(&flash_text_TextFormat.members, "blockIndent", &flash_text_TextFormat_blockIndent); - dict_put(&flash_text_TextFormat.members, "kerning", &flash_text_TextFormat_kerning); - dict_put(&flash_text_TextFormat.members, "tabStops", &flash_text_TextFormat_tabStops); - dict_put(&flash_text_TextFormat.members, "italic", &flash_text_TextFormat_italic); - dict_put(&flash_text_TextFormat.members, "target", &flash_text_TextFormat_target); - dict_put(&flash_text_TextFormat.members, "underline", &flash_text_TextFormat_underline); - dict_put(&flash_text_TextFormat.members, "url", &flash_text_TextFormat_url); - dict_put(&flash_text_TextFormat.members, "letterSpacing", &flash_text_TextFormat_letterSpacing); - dict_put(d, &flash_text_TextFormatAlign, &flash_text_TextFormatAlign); - dict_init(&flash_text_TextFormatAlign.members, 1); - dict_put(d, &flash_text_TextFormatDisplay, &flash_text_TextFormatDisplay); - dict_init(&flash_text_TextFormatDisplay.members, 1); - dict_put(d, &flash_text_TextLineMetrics, &flash_text_TextLineMetrics); - dict_init(&flash_text_TextLineMetrics.members, 7); - dict_put(&flash_text_TextLineMetrics.members, "width", &flash_text_TextLineMetrics_width); - dict_put(&flash_text_TextLineMetrics.members, "ascent", &flash_text_TextLineMetrics_ascent); - dict_put(&flash_text_TextLineMetrics.members, "leading", &flash_text_TextLineMetrics_leading); - dict_put(&flash_text_TextLineMetrics.members, "height", &flash_text_TextLineMetrics_height); - dict_put(&flash_text_TextLineMetrics.members, "x", &flash_text_TextLineMetrics_x); - dict_put(&flash_text_TextLineMetrics.members, "descent", &flash_text_TextLineMetrics_descent); + dict_init2(&flash_text_TextField.members, &memberinfo_type, 127); + dict_put(&flash_text_TextField.members, &flash_text_TextField_isFontCompatible, &flash_text_TextField_isFontCompatible); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getTextFormat, &flash_text_TextField_getTextFormat); + dict_put(&flash_text_TextField.members, &flash_text_TextField_border, &flash_text_TextField_border); + dict_put(&flash_text_TextField.members, &flash_text_TextField_selectedText, &flash_text_TextField_selectedText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_pasteRichText, &flash_text_TextField_pasteRichText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_bottomScrollV, &flash_text_TextField_bottomScrollV); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineIndexOfChar, &flash_text_TextField_getLineIndexOfChar); + dict_put(&flash_text_TextField.members, &flash_text_TextField_replaceText, &flash_text_TextField_replaceText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_defaultTextFormat, &flash_text_TextField_defaultTextFormat); + dict_put(&flash_text_TextField.members, &flash_text_TextField_restrict, &flash_text_TextField_restrict); + dict_put(&flash_text_TextField.members, &flash_text_TextField_htmlText, &flash_text_TextField_htmlText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_copyRichText, &flash_text_TextField_copyRichText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineText, &flash_text_TextField_getLineText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getFirstCharInParagraph, &flash_text_TextField_getFirstCharInParagraph); + dict_put(&flash_text_TextField.members, &flash_text_TextField_setSelection, &flash_text_TextField_setSelection); + dict_put(&flash_text_TextField.members, &flash_text_TextField_length, &flash_text_TextField_length); + dict_put(&flash_text_TextField.members, &flash_text_TextField_wordWrap, &flash_text_TextField_wordWrap); + dict_put(&flash_text_TextField.members, &flash_text_TextField_appendText, &flash_text_TextField_appendText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_caretIndex, &flash_text_TextField_caretIndex); + dict_put(&flash_text_TextField.members, &flash_text_TextField_mouseWheelEnabled, &flash_text_TextField_mouseWheelEnabled); + dict_put(&flash_text_TextField.members, &flash_text_TextField_selectionBeginIndex, &flash_text_TextField_selectionBeginIndex); + dict_put(&flash_text_TextField.members, &flash_text_TextField_sharpness, &flash_text_TextField_sharpness); + dict_put(&flash_text_TextField.members, &flash_text_TextField_type, &flash_text_TextField_type); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineIndexAtPoint, &flash_text_TextField_getLineIndexAtPoint); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getCharIndexAtPoint, &flash_text_TextField_getCharIndexAtPoint); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getXMLText, &flash_text_TextField_getXMLText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getParagraphLength, &flash_text_TextField_getParagraphLength); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getRawText, &flash_text_TextField_getRawText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_gridFitType, &flash_text_TextField_gridFitType); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineOffset, &flash_text_TextField_getLineOffset); + dict_put(&flash_text_TextField.members, &flash_text_TextField_backgroundColor, &flash_text_TextField_backgroundColor); + dict_put(&flash_text_TextField.members, &flash_text_TextField_multiline, &flash_text_TextField_multiline); + dict_put(&flash_text_TextField.members, &flash_text_TextField_numLines, &flash_text_TextField_numLines); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getImageReference, &flash_text_TextField_getImageReference); + dict_put(&flash_text_TextField.members, &flash_text_TextField_displayAsPassword, &flash_text_TextField_displayAsPassword); + dict_put(&flash_text_TextField.members, &flash_text_TextField_textWidth, &flash_text_TextField_textWidth); + dict_put(&flash_text_TextField.members, &flash_text_TextField_autoSize, &flash_text_TextField_autoSize); + dict_put(&flash_text_TextField.members, &flash_text_TextField_selectable, &flash_text_TextField_selectable); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getCharBoundaries, &flash_text_TextField_getCharBoundaries); + dict_put(&flash_text_TextField.members, &flash_text_TextField_alwaysShowSelection, &flash_text_TextField_alwaysShowSelection); + dict_put(&flash_text_TextField.members, &flash_text_TextField_thickness, &flash_text_TextField_thickness); + dict_put(&flash_text_TextField.members, &flash_text_TextField_useRichTextClipboard, &flash_text_TextField_useRichTextClipboard); + dict_put(&flash_text_TextField.members, &flash_text_TextField_scrollV, &flash_text_TextField_scrollV); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getTextRuns, &flash_text_TextField_getTextRuns); + dict_put(&flash_text_TextField.members, &flash_text_TextField_setTextFormat, &flash_text_TextField_setTextFormat); + dict_put(&flash_text_TextField.members, &flash_text_TextField_textColor, &flash_text_TextField_textColor); + dict_put(&flash_text_TextField.members, &flash_text_TextField_maxScrollV, &flash_text_TextField_maxScrollV); + dict_put(&flash_text_TextField.members, &flash_text_TextField_embedFonts, &flash_text_TextField_embedFonts); + dict_put(&flash_text_TextField.members, &flash_text_TextField_scrollH, &flash_text_TextField_scrollH); + dict_put(&flash_text_TextField.members, &flash_text_TextField_text, &flash_text_TextField_text); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineLength, &flash_text_TextField_getLineLength); + dict_put(&flash_text_TextField.members, &flash_text_TextField_textHeight, &flash_text_TextField_textHeight); + dict_put(&flash_text_TextField.members, &flash_text_TextField_antiAliasType, &flash_text_TextField_antiAliasType); + dict_put(&flash_text_TextField.members, &flash_text_TextField_styleSheet, &flash_text_TextField_styleSheet); + dict_put(&flash_text_TextField.members, &flash_text_TextField_background, &flash_text_TextField_background); + dict_put(&flash_text_TextField.members, &flash_text_TextField_replaceSelectedText, &flash_text_TextField_replaceSelectedText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_borderColor, &flash_text_TextField_borderColor); + dict_put(&flash_text_TextField.members, &flash_text_TextField_maxScrollH, &flash_text_TextField_maxScrollH); + dict_put(&flash_text_TextField.members, &flash_text_TextField_maxChars, &flash_text_TextField_maxChars); + dict_put(&flash_text_TextField.members, &flash_text_TextField_getLineMetrics, &flash_text_TextField_getLineMetrics); + dict_put(&flash_text_TextField.members, &flash_text_TextField_selectionEndIndex, &flash_text_TextField_selectionEndIndex); + dict_put(&flash_text_TextField.members, &flash_text_TextField_insertXMLText, &flash_text_TextField_insertXMLText); + dict_put(&flash_text_TextField.members, &flash_text_TextField_condenseWhite, &flash_text_TextField_condenseWhite); + dict_put(d, &flash_printing_PrintJobOrientation, &flash_printing_PrintJobOrientation); + dict_init2(&flash_printing_PrintJobOrientation.members, &memberinfo_type, 8); + dict_put(&flash_printing_PrintJobOrientation.members, &flash_printing_PrintJobOrientation_LANDSCAPE, &flash_printing_PrintJobOrientation_LANDSCAPE); + dict_put(&flash_printing_PrintJobOrientation.members, &flash_printing_PrintJobOrientation_PORTRAIT, &flash_printing_PrintJobOrientation_PORTRAIT); dict_put(d, &flash_text_TextRenderer, &flash_text_TextRenderer); - dict_init(&flash_text_TextRenderer.members, 1); - dict_put(d, &flash_text_TextRun, &flash_text_TextRun); - dict_init(&flash_text_TextRun.members, 4); - dict_put(&flash_text_TextRun.members, "textFormat", &flash_text_TextRun_textFormat); - dict_put(&flash_text_TextRun.members, "endIndex", &flash_text_TextRun_endIndex); - dict_put(&flash_text_TextRun.members, "beginIndex", &flash_text_TextRun_beginIndex); - dict_put(d, &flash_text_TextSnapshot, &flash_text_TextSnapshot); - dict_init(&flash_text_TextSnapshot.members, 10); - dict_put(&flash_text_TextSnapshot.members, "getText", &flash_text_TextSnapshot_getText); - dict_put(&flash_text_TextSnapshot.members, "setSelectColor", &flash_text_TextSnapshot_setSelectColor); - dict_put(&flash_text_TextSnapshot.members, "findText", &flash_text_TextSnapshot_findText); - dict_put(&flash_text_TextSnapshot.members, "getSelected", &flash_text_TextSnapshot_getSelected); - dict_put(&flash_text_TextSnapshot.members, "getTextRunInfo", &flash_text_TextSnapshot_getTextRunInfo); - dict_put(&flash_text_TextSnapshot.members, "charCount", &flash_text_TextSnapshot_charCount); - dict_put(&flash_text_TextSnapshot.members, "hitTestTextNearPos", &flash_text_TextSnapshot_hitTestTextNearPos); - dict_put(&flash_text_TextSnapshot.members, "setSelected", &flash_text_TextSnapshot_setSelected); - dict_put(&flash_text_TextSnapshot.members, "getSelectedText", &flash_text_TextSnapshot_getSelectedText); + dict_init2(&flash_text_TextRenderer.members, &memberinfo_type, 8); + dict_put(&flash_text_TextRenderer.members, &flash_text_TextRenderer_displayMode, &flash_text_TextRenderer_displayMode); + dict_put(&flash_text_TextRenderer.members, &flash_text_TextRenderer_antiAliasType, &flash_text_TextRenderer_antiAliasType); + dict_put(&flash_text_TextRenderer.members, &flash_text_TextRenderer_maxLevel, &flash_text_TextRenderer_maxLevel); + dict_put(&flash_text_TextRenderer.members, &flash_text_TextRenderer_setAdvancedAntiAliasingTable, &flash_text_TextRenderer_setAdvancedAntiAliasingTable); + dict_put(d, &flash_net_NetConnection, &flash_net_NetConnection); + dict_init2(&flash_net_NetConnection.members, &memberinfo_type, 31); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_defaultObjectEncoding, &flash_net_NetConnection_defaultObjectEncoding); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_nearID, &flash_net_NetConnection_nearID); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_client, &flash_net_NetConnection_client); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_farNonce, &flash_net_NetConnection_farNonce); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_objectEncoding, &flash_net_NetConnection_objectEncoding); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_farID, &flash_net_NetConnection_farID); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_connected, &flash_net_NetConnection_connected); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_call, &flash_net_NetConnection_call); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_usingTLS, &flash_net_NetConnection_usingTLS); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_proxyType, &flash_net_NetConnection_proxyType); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_addHeader, &flash_net_NetConnection_addHeader); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_protocol, &flash_net_NetConnection_protocol); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_close, &flash_net_NetConnection_close); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_nearNonce, &flash_net_NetConnection_nearNonce); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_connect, &flash_net_NetConnection_connect); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_unconnectedPeerStreams, &flash_net_NetConnection_unconnectedPeerStreams); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_maxPeerConnections, &flash_net_NetConnection_maxPeerConnections); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_connectedProxyType, &flash_net_NetConnection_connectedProxyType); + dict_put(&flash_net_NetConnection.members, &flash_net_NetConnection_uri, &flash_net_NetConnection_uri); + dict_put(d, &_decodeURIComponent, &_decodeURIComponent); + dict_put(d, &flash_sampler_isGetterSetter, &flash_sampler_isGetterSetter); + dict_put(d, &flash_utils_getQualifiedSuperclassName, &flash_utils_getQualifiedSuperclassName); + dict_put(d, &flash_display_GraphicsPathWinding, &flash_display_GraphicsPathWinding); + dict_init2(&flash_display_GraphicsPathWinding.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsPathWinding.members, &flash_display_GraphicsPathWinding_EVEN_ODD, &flash_display_GraphicsPathWinding_EVEN_ODD); + dict_put(&flash_display_GraphicsPathWinding.members, &flash_display_GraphicsPathWinding_NON_ZERO, &flash_display_GraphicsPathWinding_NON_ZERO); + dict_put(d, &flash_text_engine_TabStop, &flash_text_engine_TabStop); + dict_init2(&flash_text_engine_TabStop.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TabStop.members, &flash_text_engine_TabStop_alignment, &flash_text_engine_TabStop_alignment); + dict_put(&flash_text_engine_TabStop.members, &flash_text_engine_TabStop_position, &flash_text_engine_TabStop_position); + dict_put(&flash_text_engine_TabStop.members, &flash_text_engine_TabStop_decimalAlignmentToken, &flash_text_engine_TabStop_decimalAlignmentToken); + dict_put(d, &flash_text_engine_JustificationStyle, &flash_text_engine_JustificationStyle); + dict_init2(&flash_text_engine_JustificationStyle.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_JustificationStyle.members, &flash_text_engine_JustificationStyle_PUSH_OUT_ONLY, &flash_text_engine_JustificationStyle_PUSH_OUT_ONLY); + dict_put(&flash_text_engine_JustificationStyle.members, &flash_text_engine_JustificationStyle_PRIORITIZE_LEAST_ADJUSTMENT, &flash_text_engine_JustificationStyle_PRIORITIZE_LEAST_ADJUSTMENT); + dict_put(&flash_text_engine_JustificationStyle.members, &flash_text_engine_JustificationStyle_PUSH_IN_KINSOKU, &flash_text_engine_JustificationStyle_PUSH_IN_KINSOKU); + dict_put(d, &flash_sampler_startSampling, &flash_sampler_startSampling); + dict_put(d, &flash_text_engine_TextRotation, &flash_text_engine_TextRotation); + dict_init2(&flash_text_engine_TextRotation.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextRotation.members, &flash_text_engine_TextRotation_ROTATE_270, &flash_text_engine_TextRotation_ROTATE_270); + dict_put(&flash_text_engine_TextRotation.members, &flash_text_engine_TextRotation_AUTO, &flash_text_engine_TextRotation_AUTO); + dict_put(&flash_text_engine_TextRotation.members, &flash_text_engine_TextRotation_ROTATE_0, &flash_text_engine_TextRotation_ROTATE_0); + dict_put(&flash_text_engine_TextRotation.members, &flash_text_engine_TextRotation_ROTATE_90, &flash_text_engine_TextRotation_ROTATE_90); + dict_put(&flash_text_engine_TextRotation.members, &flash_text_engine_TextRotation_ROTATE_180, &flash_text_engine_TextRotation_ROTATE_180); + dict_put(d, &flash_sampler_clearSamples, &flash_sampler_clearSamples); + dict_put(d, &flash_system_IMEConversionMode, &flash_system_IMEConversionMode); + dict_init2(&flash_system_IMEConversionMode.members, &memberinfo_type, 8); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_JAPANESE_KATAKANA_FULL, &flash_system_IMEConversionMode_JAPANESE_KATAKANA_FULL); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_CHINESE, &flash_system_IMEConversionMode_CHINESE); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_JAPANESE_KATAKANA_HALF, &flash_system_IMEConversionMode_JAPANESE_KATAKANA_HALF); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_UNKNOWN, &flash_system_IMEConversionMode_UNKNOWN); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_KOREAN, &flash_system_IMEConversionMode_KOREAN); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_ALPHANUMERIC_HALF, &flash_system_IMEConversionMode_ALPHANUMERIC_HALF); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_ALPHANUMERIC_FULL, &flash_system_IMEConversionMode_ALPHANUMERIC_FULL); + dict_put(&flash_system_IMEConversionMode.members, &flash_system_IMEConversionMode_JAPANESE_HIRAGANA, &flash_system_IMEConversionMode_JAPANESE_HIRAGANA); + dict_put(d, &flash_display_StageScaleMode, &flash_display_StageScaleMode); + dict_init2(&flash_display_StageScaleMode.members, &memberinfo_type, 8); + dict_put(&flash_display_StageScaleMode.members, &flash_display_StageScaleMode_SHOW_ALL, &flash_display_StageScaleMode_SHOW_ALL); + dict_put(&flash_display_StageScaleMode.members, &flash_display_StageScaleMode_NO_BORDER, &flash_display_StageScaleMode_NO_BORDER); + dict_put(&flash_display_StageScaleMode.members, &flash_display_StageScaleMode_EXACT_FIT, &flash_display_StageScaleMode_EXACT_FIT); + dict_put(&flash_display_StageScaleMode.members, &flash_display_StageScaleMode_NO_SCALE, &flash_display_StageScaleMode_NO_SCALE); + dict_put(d, &flash_sampler_getSize, &flash_sampler_getSize); + dict_put(d, &flash_net_URLStream, &flash_net_URLStream); + dict_init2(&flash_net_URLStream.members, &memberinfo_type, 31); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readUTF, &flash_net_URLStream_readUTF); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readByte, &flash_net_URLStream_readByte); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readUTFBytes, &flash_net_URLStream_readUTFBytes); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readShort, &flash_net_URLStream_readShort); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_objectEncoding, &flash_net_URLStream_objectEncoding); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_connected, &flash_net_URLStream_connected); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readUnsignedInt, &flash_net_URLStream_readUnsignedInt); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readDouble, &flash_net_URLStream_readDouble); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readBytes, &flash_net_URLStream_readBytes); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readUnsignedByte, &flash_net_URLStream_readUnsignedByte); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readMultiByte, &flash_net_URLStream_readMultiByte); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readInt, &flash_net_URLStream_readInt); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_bytesAvailable, &flash_net_URLStream_bytesAvailable); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_load, &flash_net_URLStream_load); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_close, &flash_net_URLStream_close); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readUnsignedShort, &flash_net_URLStream_readUnsignedShort); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readObject, &flash_net_URLStream_readObject); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readFloat, &flash_net_URLStream_readFloat); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_endian, &flash_net_URLStream_endian); + dict_put(&flash_net_URLStream.members, &flash_net_URLStream_readBoolean, &flash_net_URLStream_readBoolean); + dict_put(d, &flash_display_BlendMode, &flash_display_BlendMode); + dict_init2(&flash_display_BlendMode.members, &memberinfo_type, 31); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_LAYER, &flash_display_BlendMode_LAYER); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_ERASE, &flash_display_BlendMode_ERASE); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_HARDLIGHT, &flash_display_BlendMode_HARDLIGHT); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_OVERLAY, &flash_display_BlendMode_OVERLAY); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_ALPHA, &flash_display_BlendMode_ALPHA); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_SUBTRACT, &flash_display_BlendMode_SUBTRACT); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_INVERT, &flash_display_BlendMode_INVERT); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_DIFFERENCE, &flash_display_BlendMode_DIFFERENCE); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_DARKEN, &flash_display_BlendMode_DARKEN); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_SHADER, &flash_display_BlendMode_SHADER); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_MULTIPLY, &flash_display_BlendMode_MULTIPLY); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_ADD, &flash_display_BlendMode_ADD); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_SCREEN, &flash_display_BlendMode_SCREEN); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_NORMAL, &flash_display_BlendMode_NORMAL); + dict_put(&flash_display_BlendMode.members, &flash_display_BlendMode_LIGHTEN, &flash_display_BlendMode_LIGHTEN); + dict_put(d, &flash_ui_Mouse, &flash_ui_Mouse); + dict_init2(&flash_ui_Mouse.members, &memberinfo_type, 8); + dict_put(&flash_ui_Mouse.members, &flash_ui_Mouse_cursor, &flash_ui_Mouse_cursor); + dict_put(&flash_ui_Mouse.members, &flash_ui_Mouse_show, &flash_ui_Mouse_show); + dict_put(&flash_ui_Mouse.members, &flash_ui_Mouse_hide, &flash_ui_Mouse_hide); + dict_put(d, &flash_errors_InvalidSWFError, &flash_errors_InvalidSWFError); + dict_init2(&flash_errors_InvalidSWFError.members, &memberinfo_type, 8); + dict_put(d, &flash_text_engine_RenderingMode, &flash_text_engine_RenderingMode); + dict_init2(&flash_text_engine_RenderingMode.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_RenderingMode.members, &flash_text_engine_RenderingMode_NORMAL, &flash_text_engine_RenderingMode_NORMAL); + dict_put(&flash_text_engine_RenderingMode.members, &flash_text_engine_RenderingMode_CFF, &flash_text_engine_RenderingMode_CFF); + dict_put(d, &flash_display_GraphicsTrianglePath, &flash_display_GraphicsTrianglePath); + dict_init2(&flash_display_GraphicsTrianglePath.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsTrianglePath.members, &flash_display_GraphicsTrianglePath_culling, &flash_display_GraphicsTrianglePath_culling); + dict_put(&flash_display_GraphicsTrianglePath.members, &flash_display_GraphicsTrianglePath_vertices, &flash_display_GraphicsTrianglePath_vertices); + dict_put(&flash_display_GraphicsTrianglePath.members, &flash_display_GraphicsTrianglePath_indices, &flash_display_GraphicsTrianglePath_indices); + dict_put(&flash_display_GraphicsTrianglePath.members, &flash_display_GraphicsTrianglePath_uvtData, &flash_display_GraphicsTrianglePath_uvtData); + dict_put(d, &flash_display_IGraphicsFill, &flash_display_IGraphicsFill); + dict_init2(&flash_display_IGraphicsFill.members, &memberinfo_type, 8); + dict_put(d, &flash_text_engine_TypographicCase, &flash_text_engine_TypographicCase); + dict_init2(&flash_text_engine_TypographicCase.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_UPPERCASE, &flash_text_engine_TypographicCase_UPPERCASE); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_DEFAULT, &flash_text_engine_TypographicCase_DEFAULT); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_LOWERCASE, &flash_text_engine_TypographicCase_LOWERCASE); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_SMALL_CAPS, &flash_text_engine_TypographicCase_SMALL_CAPS); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_TITLE, &flash_text_engine_TypographicCase_TITLE); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_CAPS, &flash_text_engine_TypographicCase_CAPS); + dict_put(&flash_text_engine_TypographicCase.members, &flash_text_engine_TypographicCase_CAPS_AND_SMALL_CAPS, &flash_text_engine_TypographicCase_CAPS_AND_SMALL_CAPS); + dict_put(d, &_XML, &_XML); + dict_init2(&_XML.members, &memberinfo_type, 127); + dict_put(&_XML.members, &_XML_attribute, &_XML_attribute); + dict_put(&_XML.members, &_XML_toString, &_XML_toString); + dict_put(&_XML.members, &_XML_childIndex, &_XML_childIndex); + dict_put(&_XML.members, &_XML_parent, &_XML_parent); + dict_put(&_XML.members, &_XML_appendChild, &_XML_appendChild); + dict_put(&_XML.members, &_XML_replace, &_XML_replace); + dict_put(&_XML.members, &_XML_elements, &_XML_elements); + dict_put(&_XML.members, &_XML_setNotification, &_XML_setNotification); + dict_put(&_XML.members, &_XML_namespaceDeclarations, &_XML_namespaceDeclarations); + dict_put(&_XML.members, &_XML_length, &_XML_length); + dict_put(&_XML.members, &_XML_comments, &_XML_comments); + dict_put(&_XML.members, &_XML_processingInstructions, &_XML_processingInstructions); + dict_put(&_XML.members, &_XML_inScopeNamespaces, &_XML_inScopeNamespaces); + dict_put(&_XML.members, &_XML_prettyPrinting, &_XML_prettyPrinting); + dict_put(&_XML.members, &_XML_children, &_XML_children); + dict_put(&_XML.members, &_XML_setLocalName, &_XML_setLocalName); + dict_put(&_XML.members, &_XML_setSettings, &_XML_setSettings); + dict_put(&_XML.members, &_XML_ignoreComments, &_XML_ignoreComments); + dict_put(&_XML.members, &_XML_notification, &_XML_notification); + dict_put(&_XML.members, &_XML_ignoreWhitespace, &_XML_ignoreWhitespace); + dict_put(&_XML.members, &_XML_setNamespace, &_XML_setNamespace); + dict_put(&_XML.members, &_XML_prependChild, &_XML_prependChild); + dict_put(&_XML.members, &_XML_hasSimpleContent, &_XML_hasSimpleContent); + dict_put(&_XML.members, &_XML_insertChildBefore, &_XML_insertChildBefore); + dict_put(&_XML.members, &_XML_hasOwnProperty, &_XML_hasOwnProperty); + dict_put(&_XML.members, &_XML_normalize, &_XML_normalize); + dict_put(&_XML.members, &_XML_valueOf, &_XML_valueOf); + dict_put(&_XML.members, &_XML_copy, &_XML_copy); + dict_put(&_XML.members, &_XML_localName, &_XML_localName); + dict_put(&_XML.members, &_XML_contains, &_XML_contains); + dict_put(&_XML.members, &_XML_propertyIsEnumerable, &_XML_propertyIsEnumerable); + dict_put(&_XML.members, &_XML_defaultSettings, &_XML_defaultSettings); + dict_put(&_XML.members, &_XML_settings, &_XML_settings); + dict_put(&_XML.members, &_XML_namespace, &_XML_namespace); + dict_put(&_XML.members, &_XML_attributes, &_XML_attributes); + dict_put(&_XML.members, &_XML_setName, &_XML_setName); + dict_put(&_XML.members, &_XML_text, &_XML_text); + dict_put(&_XML.members, &_XML_insertChildAfter, &_XML_insertChildAfter); + dict_put(&_XML.members, &_XML_ignoreProcessingInstructions, &_XML_ignoreProcessingInstructions); + dict_put(&_XML.members, &_XML_prettyIndent, &_XML_prettyIndent); + dict_put(&_XML.members, &_XML_descendants, &_XML_descendants); + dict_put(&_XML.members, &_XML_toXMLString, &_XML_toXMLString); + dict_put(&_XML.members, &_XML_hasComplexContent, &_XML_hasComplexContent); + dict_put(&_XML.members, &_XML_child, &_XML_child); + dict_put(&_XML.members, &_XML_removeNamespace, &_XML_removeNamespace); + dict_put(&_XML.members, &_XML_addNamespace, &_XML_addNamespace); + dict_put(&_XML.members, &_XML_nodeKind, &_XML_nodeKind); + dict_put(&_XML.members, &_XML_name, &_XML_name); + dict_put(&_XML.members, &_XML_setChildren, &_XML_setChildren); + dict_put(d, &flash_net_NetStreamInfo, &flash_net_NetStreamInfo); + dict_init2(&flash_net_NetStreamInfo.members, &memberinfo_type, 31); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_maxBytesPerSecond, &flash_net_NetStreamInfo_maxBytesPerSecond); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_dataBufferByteLength, &flash_net_NetStreamInfo_dataBufferByteLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_videoByteCount, &flash_net_NetStreamInfo_videoByteCount); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_videoBufferLength, &flash_net_NetStreamInfo_videoBufferLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_audioBufferByteLength, &flash_net_NetStreamInfo_audioBufferByteLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_dataBytesPerSecond, &flash_net_NetStreamInfo_dataBytesPerSecond); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_SRTT, &flash_net_NetStreamInfo_SRTT); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_droppedFrames, &flash_net_NetStreamInfo_droppedFrames); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_audioByteCount, &flash_net_NetStreamInfo_audioByteCount); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_audioBufferLength, &flash_net_NetStreamInfo_audioBufferLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_byteCount, &flash_net_NetStreamInfo_byteCount); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_toString, &flash_net_NetStreamInfo_toString); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_dataByteCount, &flash_net_NetStreamInfo_dataByteCount); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_videoBufferByteLength, &flash_net_NetStreamInfo_videoBufferByteLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_dataBufferLength, &flash_net_NetStreamInfo_dataBufferLength); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_audioLossRate, &flash_net_NetStreamInfo_audioLossRate); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_videoBytesPerSecond, &flash_net_NetStreamInfo_videoBytesPerSecond); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_currentBytesPerSecond, &flash_net_NetStreamInfo_currentBytesPerSecond); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_audioBytesPerSecond, &flash_net_NetStreamInfo_audioBytesPerSecond); + dict_put(&flash_net_NetStreamInfo.members, &flash_net_NetStreamInfo_playbackBytesPerSecond, &flash_net_NetStreamInfo_playbackBytesPerSecond); + dict_put(d, &flash_display_Stage, &flash_display_Stage); + dict_init2(&flash_display_Stage.members, &memberinfo_type, 63); + dict_put(&flash_display_Stage.members, &flash_display_Stage_setChildIndex, &flash_display_Stage_setChildIndex); + dict_put(&flash_display_Stage.members, &flash_display_Stage_stageFocusRect, &flash_display_Stage_stageFocusRect); + dict_put(&flash_display_Stage.members, &flash_display_Stage_frameRate, &flash_display_Stage_frameRate); + dict_put(&flash_display_Stage.members, &flash_display_Stage_invalidate, &flash_display_Stage_invalidate); + dict_put(&flash_display_Stage.members, &flash_display_Stage_textSnapshot, &flash_display_Stage_textSnapshot); + dict_put(&flash_display_Stage.members, &flash_display_Stage_quality, &flash_display_Stage_quality); + dict_put(&flash_display_Stage.members, &flash_display_Stage_willTrigger, &flash_display_Stage_willTrigger); + dict_put(&flash_display_Stage.members, &flash_display_Stage_dispatchEvent, &flash_display_Stage_dispatchEvent); + dict_put(&flash_display_Stage.members, &flash_display_Stage_isFocusInaccessible, &flash_display_Stage_isFocusInaccessible); + dict_put(&flash_display_Stage.members, &flash_display_Stage_removeChildAt, &flash_display_Stage_removeChildAt); + dict_put(&flash_display_Stage.members, &flash_display_Stage_fullScreenWidth, &flash_display_Stage_fullScreenWidth); + dict_put(&flash_display_Stage.members, &flash_display_Stage_addChildAt, &flash_display_Stage_addChildAt); + dict_put(&flash_display_Stage.members, &flash_display_Stage_height, &flash_display_Stage_height); + dict_put(&flash_display_Stage.members, &flash_display_Stage_fullScreenSourceRect, &flash_display_Stage_fullScreenSourceRect); + dict_put(&flash_display_Stage.members, &flash_display_Stage_width, &flash_display_Stage_width); + dict_put(&flash_display_Stage.members, &flash_display_Stage_addChild, &flash_display_Stage_addChild); + dict_put(&flash_display_Stage.members, &flash_display_Stage_numChildren, &flash_display_Stage_numChildren); + dict_put(&flash_display_Stage.members, &flash_display_Stage_mouseChildren, &flash_display_Stage_mouseChildren); + dict_put(&flash_display_Stage.members, &flash_display_Stage_swapChildrenAt, &flash_display_Stage_swapChildrenAt); + dict_put(&flash_display_Stage.members, &flash_display_Stage_showDefaultContextMenu, &flash_display_Stage_showDefaultContextMenu); + dict_put(&flash_display_Stage.members, &flash_display_Stage_addEventListener, &flash_display_Stage_addEventListener); + dict_put(&flash_display_Stage.members, &flash_display_Stage_stageHeight, &flash_display_Stage_stageHeight); + dict_put(&flash_display_Stage.members, &flash_display_Stage_fullScreenHeight, &flash_display_Stage_fullScreenHeight); + dict_put(&flash_display_Stage.members, &flash_display_Stage_align, &flash_display_Stage_align); + dict_put(&flash_display_Stage.members, &flash_display_Stage_hasEventListener, &flash_display_Stage_hasEventListener); + dict_put(&flash_display_Stage.members, &flash_display_Stage_displayState, &flash_display_Stage_displayState); + dict_put(&flash_display_Stage.members, &flash_display_Stage_scaleMode, &flash_display_Stage_scaleMode); + dict_put(&flash_display_Stage.members, &flash_display_Stage_tabChildren, &flash_display_Stage_tabChildren); + dict_put(&flash_display_Stage.members, &flash_display_Stage_focus, &flash_display_Stage_focus); + dict_put(&flash_display_Stage.members, &flash_display_Stage_colorCorrection, &flash_display_Stage_colorCorrection); + dict_put(&flash_display_Stage.members, &flash_display_Stage_colorCorrectionSupport, &flash_display_Stage_colorCorrectionSupport); + dict_put(&flash_display_Stage.members, &flash_display_Stage_stageWidth, &flash_display_Stage_stageWidth); + dict_put(d, &flash_ui_ContextMenuItem, &flash_ui_ContextMenuItem); + dict_init2(&flash_ui_ContextMenuItem.members, &memberinfo_type, 8); + dict_put(&flash_ui_ContextMenuItem.members, &flash_ui_ContextMenuItem_separatorBefore, &flash_ui_ContextMenuItem_separatorBefore); + dict_put(&flash_ui_ContextMenuItem.members, &flash_ui_ContextMenuItem_enabled, &flash_ui_ContextMenuItem_enabled); + dict_put(&flash_ui_ContextMenuItem.members, &flash_ui_ContextMenuItem_caption, &flash_ui_ContextMenuItem_caption); + dict_put(&flash_ui_ContextMenuItem.members, &flash_ui_ContextMenuItem_clone, &flash_ui_ContextMenuItem_clone); + dict_put(&flash_ui_ContextMenuItem.members, &flash_ui_ContextMenuItem_visible, &flash_ui_ContextMenuItem_visible); + dict_put(d, &flash_trace_Trace, &flash_trace_Trace); + dict_init2(&flash_trace_Trace.members, &memberinfo_type, 15); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_METHODS_AND_LINES_WITH_ARGS, &flash_trace_Trace_METHODS_AND_LINES_WITH_ARGS); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_FILE, &flash_trace_Trace_FILE); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_METHODS_WITH_ARGS, &flash_trace_Trace_METHODS_WITH_ARGS); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_OFF, &flash_trace_Trace_OFF); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_METHODS_AND_LINES, &flash_trace_Trace_METHODS_AND_LINES); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_LISTENER, &flash_trace_Trace_LISTENER); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_getLevel, &flash_trace_Trace_getLevel); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_setLevel, &flash_trace_Trace_setLevel); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_setListener, &flash_trace_Trace_setListener); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_getListener, &flash_trace_Trace_getListener); + dict_put(&flash_trace_Trace.members, &flash_trace_Trace_METHODS, &flash_trace_Trace_METHODS); + dict_put(d, &flash_events_TimerEvent, &flash_events_TimerEvent); + dict_init2(&flash_events_TimerEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_TimerEvent.members, &flash_events_TimerEvent_TIMER_COMPLETE, &flash_events_TimerEvent_TIMER_COMPLETE); + dict_put(&flash_events_TimerEvent.members, &flash_events_TimerEvent_toString, &flash_events_TimerEvent_toString); + dict_put(&flash_events_TimerEvent.members, &flash_events_TimerEvent_clone, &flash_events_TimerEvent_clone); + dict_put(&flash_events_TimerEvent.members, &flash_events_TimerEvent_TIMER, &flash_events_TimerEvent_TIMER); + dict_put(&flash_events_TimerEvent.members, &flash_events_TimerEvent_updateAfterEvent, &flash_events_TimerEvent_updateAfterEvent); + dict_put(d, &flash_events_SampleDataEvent, &flash_events_SampleDataEvent); + dict_init2(&flash_events_SampleDataEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_SampleDataEvent.members, &flash_events_SampleDataEvent_toString, &flash_events_SampleDataEvent_toString); + dict_put(&flash_events_SampleDataEvent.members, &flash_events_SampleDataEvent_position, &flash_events_SampleDataEvent_position); + dict_put(&flash_events_SampleDataEvent.members, &flash_events_SampleDataEvent_clone, &flash_events_SampleDataEvent_clone); + dict_put(&flash_events_SampleDataEvent.members, &flash_events_SampleDataEvent_SAMPLE_DATA, &flash_events_SampleDataEvent_SAMPLE_DATA); + dict_put(&flash_events_SampleDataEvent.members, &flash_events_SampleDataEvent_data, &flash_events_SampleDataEvent_data); + dict_put(d, &flash_display_ShaderPrecision, &flash_display_ShaderPrecision); + dict_init2(&flash_display_ShaderPrecision.members, &memberinfo_type, 8); + dict_put(&flash_display_ShaderPrecision.members, &flash_display_ShaderPrecision_FULL, &flash_display_ShaderPrecision_FULL); + dict_put(&flash_display_ShaderPrecision.members, &flash_display_ShaderPrecision_FAST, &flash_display_ShaderPrecision_FAST); + dict_put(d, &flash_net_FileReference, &flash_net_FileReference); + dict_init2(&flash_net_FileReference.members, &memberinfo_type, 31); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_type, &flash_net_FileReference_type); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_browse, &flash_net_FileReference_browse); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_creationDate, &flash_net_FileReference_creationDate); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_upload, &flash_net_FileReference_upload); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_download, &flash_net_FileReference_download); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_save, &flash_net_FileReference_save); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_cancel, &flash_net_FileReference_cancel); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_creator, &flash_net_FileReference_creator); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_data, &flash_net_FileReference_data); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_size, &flash_net_FileReference_size); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_name, &flash_net_FileReference_name); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_load, &flash_net_FileReference_load); + dict_put(&flash_net_FileReference.members, &flash_net_FileReference_modificationDate, &flash_net_FileReference_modificationDate); + dict_put(d, &_DefinitionError, &_DefinitionError); + dict_init2(&_DefinitionError.members, &memberinfo_type, 8); + dict_put(&_DefinitionError.members, &_DefinitionError_length, &_DefinitionError_length); + dict_put(d, &flash_events_EventDispatcher, &flash_events_EventDispatcher); + dict_init2(&flash_events_EventDispatcher.members, &memberinfo_type, 8); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_willTrigger, &flash_events_EventDispatcher_willTrigger); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_toString, &flash_events_EventDispatcher_toString); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_removeEventListener, &flash_events_EventDispatcher_removeEventListener); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_hasEventListener, &flash_events_EventDispatcher_hasEventListener); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_addEventListener, &flash_events_EventDispatcher_addEventListener); + dict_put(&flash_events_EventDispatcher.members, &flash_events_EventDispatcher_dispatchEvent, &flash_events_EventDispatcher_dispatchEvent); + dict_put(d, &flash_net_SharedObjectFlushStatus, &flash_net_SharedObjectFlushStatus); + dict_init2(&flash_net_SharedObjectFlushStatus.members, &memberinfo_type, 8); + dict_put(&flash_net_SharedObjectFlushStatus.members, &flash_net_SharedObjectFlushStatus_FLUSHED, &flash_net_SharedObjectFlushStatus_FLUSHED); + dict_put(&flash_net_SharedObjectFlushStatus.members, &flash_net_SharedObjectFlushStatus_PENDING, &flash_net_SharedObjectFlushStatus_PENDING); + dict_put(d, &flash_text_TextLineMetrics, &flash_text_TextLineMetrics); + dict_init2(&flash_text_TextLineMetrics.members, &memberinfo_type, 8); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_descent, &flash_text_TextLineMetrics_descent); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_width, &flash_text_TextLineMetrics_width); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_ascent, &flash_text_TextLineMetrics_ascent); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_leading, &flash_text_TextLineMetrics_leading); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_height, &flash_text_TextLineMetrics_height); + dict_put(&flash_text_TextLineMetrics.members, &flash_text_TextLineMetrics_x, &flash_text_TextLineMetrics_x); + dict_put(d, &flash_text_AntiAliasType, &flash_text_AntiAliasType); + dict_init2(&flash_text_AntiAliasType.members, &memberinfo_type, 8); + dict_put(&flash_text_AntiAliasType.members, &flash_text_AntiAliasType_NORMAL, &flash_text_AntiAliasType_NORMAL); + dict_put(&flash_text_AntiAliasType.members, &flash_text_AntiAliasType_ADVANCED, &flash_text_AntiAliasType_ADVANCED); + dict_put(d, &flash_system_SecurityDomain, &flash_system_SecurityDomain); + dict_init2(&flash_system_SecurityDomain.members, &memberinfo_type, 8); + dict_put(&flash_system_SecurityDomain.members, &flash_system_SecurityDomain_currentDomain, &flash_system_SecurityDomain_currentDomain); + dict_put(d, &flash_text_Font, &flash_text_Font); + dict_init2(&flash_text_Font.members, &memberinfo_type, 8); + dict_put(&flash_text_Font.members, &flash_text_Font_enumerateFonts, &flash_text_Font_enumerateFonts); + dict_put(&flash_text_Font.members, &flash_text_Font_hasGlyphs, &flash_text_Font_hasGlyphs); + dict_put(&flash_text_Font.members, &flash_text_Font_fontName, &flash_text_Font_fontName); + dict_put(&flash_text_Font.members, &flash_text_Font_registerFont, &flash_text_Font_registerFont); + dict_put(&flash_text_Font.members, &flash_text_Font_fontStyle, &flash_text_Font_fontStyle); + dict_put(&flash_text_Font.members, &flash_text_Font_fontType, &flash_text_Font_fontType); + dict_put(d, &_RegExp, &_RegExp); + dict_init2(&_RegExp.members, &memberinfo_type, 8); + dict_put(&_RegExp.members, &_RegExp_source, &_RegExp_source); + dict_put(&_RegExp.members, &_RegExp_test, &_RegExp_test); + dict_put(&_RegExp.members, &_RegExp_global, &_RegExp_global); + dict_put(&_RegExp.members, &_RegExp_length, &_RegExp_length); + dict_put(&_RegExp.members, &_RegExp_exec, &_RegExp_exec); + dict_put(&_RegExp.members, &_RegExp_ignoreCase, &_RegExp_ignoreCase); + dict_put(&_RegExp.members, &_RegExp_dotall, &_RegExp_dotall); + dict_put(&_RegExp.members, &_RegExp_lastIndex, &_RegExp_lastIndex); + dict_put(&_RegExp.members, &_RegExp_extended, &_RegExp_extended); + dict_put(&_RegExp.members, &_RegExp_multiline, &_RegExp_multiline); + dict_put(d, &flash_accessibility_AccessibilityProperties, &flash_accessibility_AccessibilityProperties); + dict_init2(&flash_accessibility_AccessibilityProperties.members, &memberinfo_type, 8); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_forceSimple, &flash_accessibility_AccessibilityProperties_forceSimple); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_noAutoLabeling, &flash_accessibility_AccessibilityProperties_noAutoLabeling); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_description, &flash_accessibility_AccessibilityProperties_description); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_name, &flash_accessibility_AccessibilityProperties_name); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_shortcut, &flash_accessibility_AccessibilityProperties_shortcut); + dict_put(&flash_accessibility_AccessibilityProperties.members, &flash_accessibility_AccessibilityProperties_silent, &flash_accessibility_AccessibilityProperties_silent); dict_put(d, &flash_ui_ContextMenu, &flash_ui_ContextMenu); - dict_init(&flash_ui_ContextMenu.members, 7); - dict_put(&flash_ui_ContextMenu.members, "builtInItems", &flash_ui_ContextMenu_builtInItems); - dict_put(&flash_ui_ContextMenu.members, "customItems", &flash_ui_ContextMenu_customItems); - dict_put(&flash_ui_ContextMenu.members, "clone", &flash_ui_ContextMenu_clone); - dict_put(&flash_ui_ContextMenu.members, "hideBuiltInItems", &flash_ui_ContextMenu_hideBuiltInItems); + dict_init2(&flash_ui_ContextMenu.members, &memberinfo_type, 8); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_hideBuiltInItems, &flash_ui_ContextMenu_hideBuiltInItems); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_clipboardItems, &flash_ui_ContextMenu_clipboardItems); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_builtInItems, &flash_ui_ContextMenu_builtInItems); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_customItems, &flash_ui_ContextMenu_customItems); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_clone, &flash_ui_ContextMenu_clone); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_link, &flash_ui_ContextMenu_link); + dict_put(&flash_ui_ContextMenu.members, &flash_ui_ContextMenu_clipboardMenu, &flash_ui_ContextMenu_clipboardMenu); + dict_put(d, &flash_text_TextFieldAutoSize, &flash_text_TextFieldAutoSize); + dict_init2(&flash_text_TextFieldAutoSize.members, &memberinfo_type, 8); + dict_put(&flash_text_TextFieldAutoSize.members, &flash_text_TextFieldAutoSize_LEFT, &flash_text_TextFieldAutoSize_LEFT); + dict_put(&flash_text_TextFieldAutoSize.members, &flash_text_TextFieldAutoSize_RIGHT, &flash_text_TextFieldAutoSize_RIGHT); + dict_put(&flash_text_TextFieldAutoSize.members, &flash_text_TextFieldAutoSize_CENTER, &flash_text_TextFieldAutoSize_CENTER); + dict_put(&flash_text_TextFieldAutoSize.members, &flash_text_TextFieldAutoSize_NONE, &flash_text_TextFieldAutoSize_NONE); + dict_put(d, &_Math, &_Math); + dict_init2(&_Math.members, &memberinfo_type, 63); + dict_put(&_Math.members, &_Math_ceil, &_Math_ceil); + dict_put(&_Math.members, &_Math_SQRT2, &_Math_SQRT2); + dict_put(&_Math.members, &_Math_cos, &_Math_cos); + dict_put(&_Math.members, &_Math_abs, &_Math_abs); + dict_put(&_Math.members, &_Math_PI, &_Math_PI); + dict_put(&_Math.members, &_Math_E, &_Math_E); + dict_put(&_Math.members, &_Math_round, &_Math_round); + dict_put(&_Math.members, &_Math_LN10, &_Math_LN10); + dict_put(&_Math.members, &_Math_SQRT1_2, &_Math_SQRT1_2); + dict_put(&_Math.members, &_Math_log, &_Math_log); + dict_put(&_Math.members, &_Math_LOG10E, &_Math_LOG10E); + dict_put(&_Math.members, &_Math_random, &_Math_random); + dict_put(&_Math.members, &_Math_acos, &_Math_acos); + dict_put(&_Math.members, &_Math_tan, &_Math_tan); + dict_put(&_Math.members, &_Math_asin, &_Math_asin); + dict_put(&_Math.members, &_Math_exp, &_Math_exp); + dict_put(&_Math.members, &_Math_atan2, &_Math_atan2); + dict_put(&_Math.members, &_Math_pow, &_Math_pow); + dict_put(&_Math.members, &_Math_min, &_Math_min); + dict_put(&_Math.members, &_Math_LN2, &_Math_LN2); + dict_put(&_Math.members, &_Math_sin, &_Math_sin); + dict_put(&_Math.members, &_Math_sqrt, &_Math_sqrt); + dict_put(&_Math.members, &_Math_LOG2E, &_Math_LOG2E); + dict_put(&_Math.members, &_Math_max, &_Math_max); + dict_put(&_Math.members, &_Math_atan, &_Math_atan); + dict_put(&_Math.members, &_Math_floor, &_Math_floor); + dict_put(d, &flash_display_ColorCorrectionSupport, &flash_display_ColorCorrectionSupport); + dict_init2(&flash_display_ColorCorrectionSupport.members, &memberinfo_type, 8); + dict_put(&flash_display_ColorCorrectionSupport.members, &flash_display_ColorCorrectionSupport_UNSUPPORTED, &flash_display_ColorCorrectionSupport_UNSUPPORTED); + dict_put(&flash_display_ColorCorrectionSupport.members, &flash_display_ColorCorrectionSupport_DEFAULT_ON, &flash_display_ColorCorrectionSupport_DEFAULT_ON); + dict_put(&flash_display_ColorCorrectionSupport.members, &flash_display_ColorCorrectionSupport_DEFAULT_OFF, &flash_display_ColorCorrectionSupport_DEFAULT_OFF); + dict_put(d, &flash_errors_IOError, &flash_errors_IOError); + dict_init2(&flash_errors_IOError.members, &memberinfo_type, 8); + dict_put(d, &_trace, &_trace); dict_put(d, &flash_ui_ContextMenuBuiltInItems, &flash_ui_ContextMenuBuiltInItems); - dict_init(&flash_ui_ContextMenuBuiltInItems.members, 10); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "loop", &flash_ui_ContextMenuBuiltInItems_loop); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "clone", &flash_ui_ContextMenuBuiltInItems_clone); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "print", &flash_ui_ContextMenuBuiltInItems_print); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "zoom", &flash_ui_ContextMenuBuiltInItems_zoom); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "play", &flash_ui_ContextMenuBuiltInItems_play); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "forwardAndBack", &flash_ui_ContextMenuBuiltInItems_forwardAndBack); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "rewind", &flash_ui_ContextMenuBuiltInItems_rewind); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "save", &flash_ui_ContextMenuBuiltInItems_save); - dict_put(&flash_ui_ContextMenuBuiltInItems.members, "quality", &flash_ui_ContextMenuBuiltInItems_quality); - dict_put(d, &flash_ui_ContextMenuItem, &flash_ui_ContextMenuItem); - dict_init(&flash_ui_ContextMenuItem.members, 10); - dict_put(&flash_ui_ContextMenuItem.members, "enabled", &flash_ui_ContextMenuItem_enabled); - dict_put(&flash_ui_ContextMenuItem.members, "caption", &flash_ui_ContextMenuItem_caption); - dict_put(&flash_ui_ContextMenuItem.members, "separatorBefore", &flash_ui_ContextMenuItem_separatorBefore); - dict_put(&flash_ui_ContextMenuItem.members, "visible", &flash_ui_ContextMenuItem_visible); - dict_put(&flash_ui_ContextMenuItem.members, "clone", &flash_ui_ContextMenuItem_clone); - dict_put(d, &flash_ui_KeyLocation, &flash_ui_KeyLocation); - dict_init(&flash_ui_KeyLocation.members, 1); - dict_put(d, &flash_ui_Keyboard, &flash_ui_Keyboard); - dict_init(&flash_ui_Keyboard.members, 1); - dict_put(d, &flash_ui_Mouse, &flash_ui_Mouse); - dict_init(&flash_ui_Mouse.members, 1); - dict_put(d, &flash_utils_ByteArray, &flash_utils_ByteArray); - dict_init(&flash_utils_ByteArray.members, 39); - dict_put(&flash_utils_ByteArray.members, "writeUTFBytes", &flash_utils_ByteArray_writeUTFBytes); - dict_put(&flash_utils_ByteArray.members, "readObject", &flash_utils_ByteArray_readObject); - dict_put(&flash_utils_ByteArray.members, "writeObject", &flash_utils_ByteArray_writeObject); - dict_put(&flash_utils_ByteArray.members, "readShort", &flash_utils_ByteArray_readShort); - dict_put(&flash_utils_ByteArray.members, "writeDouble", &flash_utils_ByteArray_writeDouble); - dict_put(&flash_utils_ByteArray.members, "writeByte", &flash_utils_ByteArray_writeByte); - dict_put(&flash_utils_ByteArray.members, "readUnsignedShort", &flash_utils_ByteArray_readUnsignedShort); - dict_put(&flash_utils_ByteArray.members, "endian", &flash_utils_ByteArray_endian); - dict_put(&flash_utils_ByteArray.members, "bytesAvailable", &flash_utils_ByteArray_bytesAvailable); - dict_put(&flash_utils_ByteArray.members, "writeInt", &flash_utils_ByteArray_writeInt); - dict_put(&flash_utils_ByteArray.members, "position", &flash_utils_ByteArray_position); - dict_put(&flash_utils_ByteArray.members, "readBoolean", &flash_utils_ByteArray_readBoolean); - dict_put(&flash_utils_ByteArray.members, "readDouble", &flash_utils_ByteArray_readDouble); - dict_put(&flash_utils_ByteArray.members, "readUTF", &flash_utils_ByteArray_readUTF); - dict_put(&flash_utils_ByteArray.members, "readUTFBytes", &flash_utils_ByteArray_readUTFBytes); - dict_put(&flash_utils_ByteArray.members, "readUnsignedInt", &flash_utils_ByteArray_readUnsignedInt); - dict_put(&flash_utils_ByteArray.members, "readByte", &flash_utils_ByteArray_readByte); - dict_put(&flash_utils_ByteArray.members, "writeUTF", &flash_utils_ByteArray_writeUTF); - dict_put(&flash_utils_ByteArray.members, "objectEncoding", &flash_utils_ByteArray_objectEncoding); - dict_put(&flash_utils_ByteArray.members, "writeBoolean", &flash_utils_ByteArray_writeBoolean); - dict_put(&flash_utils_ByteArray.members, "writeMultiByte", &flash_utils_ByteArray_writeMultiByte); - dict_put(&flash_utils_ByteArray.members, "writeBytes", &flash_utils_ByteArray_writeBytes); - dict_put(&flash_utils_ByteArray.members, "writeFloat", &flash_utils_ByteArray_writeFloat); - dict_put(&flash_utils_ByteArray.members, "readUnsignedByte", &flash_utils_ByteArray_readUnsignedByte); - dict_put(&flash_utils_ByteArray.members, "writeUnsignedInt", &flash_utils_ByteArray_writeUnsignedInt); - dict_put(&flash_utils_ByteArray.members, "writeShort", &flash_utils_ByteArray_writeShort); - dict_put(&flash_utils_ByteArray.members, "compress", &flash_utils_ByteArray_compress); - dict_put(&flash_utils_ByteArray.members, "toString", &flash_utils_ByteArray_toString); - dict_put(&flash_utils_ByteArray.members, "readFloat", &flash_utils_ByteArray_readFloat); - dict_put(&flash_utils_ByteArray.members, "length", &flash_utils_ByteArray_length); - dict_put(&flash_utils_ByteArray.members, "readInt", &flash_utils_ByteArray_readInt); - dict_put(&flash_utils_ByteArray.members, "readMultiByte", &flash_utils_ByteArray_readMultiByte); - dict_put(&flash_utils_ByteArray.members, "uncompress", &flash_utils_ByteArray_uncompress); - dict_put(&flash_utils_ByteArray.members, "readBytes", &flash_utils_ByteArray_readBytes); - dict_put(&flash_utils_ByteArray.members, "defaultObjectEncoding", &flash_utils_ByteArray_defaultObjectEncoding); - dict_put(d, &flash_utils_Dictionary, &flash_utils_Dictionary); - dict_init(&flash_utils_Dictionary.members, 1); + dict_init2(&flash_ui_ContextMenuBuiltInItems.members, &memberinfo_type, 8); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_zoom, &flash_ui_ContextMenuBuiltInItems_zoom); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_save, &flash_ui_ContextMenuBuiltInItems_save); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_loop, &flash_ui_ContextMenuBuiltInItems_loop); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_print, &flash_ui_ContextMenuBuiltInItems_print); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_forwardAndBack, &flash_ui_ContextMenuBuiltInItems_forwardAndBack); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_rewind, &flash_ui_ContextMenuBuiltInItems_rewind); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_clone, &flash_ui_ContextMenuBuiltInItems_clone); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_quality, &flash_ui_ContextMenuBuiltInItems_quality); + dict_put(&flash_ui_ContextMenuBuiltInItems.members, &flash_ui_ContextMenuBuiltInItems_play, &flash_ui_ContextMenuBuiltInItems_play); + dict_put(d, &flash_net_FileReferenceList, &flash_net_FileReferenceList); + dict_init2(&flash_net_FileReferenceList.members, &memberinfo_type, 8); + dict_put(&flash_net_FileReferenceList.members, &flash_net_FileReferenceList_fileList, &flash_net_FileReferenceList_fileList); + dict_put(&flash_net_FileReferenceList.members, &flash_net_FileReferenceList_browse, &flash_net_FileReferenceList_browse); + dict_put(d, &flash_display_TriangleCulling, &flash_display_TriangleCulling); + dict_init2(&flash_display_TriangleCulling.members, &memberinfo_type, 8); + dict_put(&flash_display_TriangleCulling.members, &flash_display_TriangleCulling_POSITIVE, &flash_display_TriangleCulling_POSITIVE); + dict_put(&flash_display_TriangleCulling.members, &flash_display_TriangleCulling_NEGATIVE, &flash_display_TriangleCulling_NEGATIVE); + dict_put(&flash_display_TriangleCulling.members, &flash_display_TriangleCulling_NONE, &flash_display_TriangleCulling_NONE); + dict_put(d, &flash_media_SoundMixer, &flash_media_SoundMixer); + dict_init2(&flash_media_SoundMixer.members, &memberinfo_type, 8); + dict_put(&flash_media_SoundMixer.members, &flash_media_SoundMixer_computeSpectrum, &flash_media_SoundMixer_computeSpectrum); + dict_put(&flash_media_SoundMixer.members, &flash_media_SoundMixer_areSoundsInaccessible, &flash_media_SoundMixer_areSoundsInaccessible); + dict_put(&flash_media_SoundMixer.members, &flash_media_SoundMixer_soundTransform, &flash_media_SoundMixer_soundTransform); + dict_put(&flash_media_SoundMixer.members, &flash_media_SoundMixer_bufferTime, &flash_media_SoundMixer_bufferTime); + dict_put(&flash_media_SoundMixer.members, &flash_media_SoundMixer_stopAll, &flash_media_SoundMixer_stopAll); + dict_put(d, &adobe_utils_XMLUI, &adobe_utils_XMLUI); + dict_init2(&adobe_utils_XMLUI.members, &memberinfo_type, 8); + dict_put(&adobe_utils_XMLUI.members, &adobe_utils_XMLUI_cancel, &adobe_utils_XMLUI_cancel); + dict_put(&adobe_utils_XMLUI.members, &adobe_utils_XMLUI_setProperty, &adobe_utils_XMLUI_setProperty); + dict_put(&adobe_utils_XMLUI.members, &adobe_utils_XMLUI_getProperty, &adobe_utils_XMLUI_getProperty); + dict_put(&adobe_utils_XMLUI.members, &adobe_utils_XMLUI_accept, &adobe_utils_XMLUI_accept); + dict_put(d, &_escape, &_escape); + dict_put(d, &flash_utils_setInterval, &flash_utils_setInterval); + dict_put(d, &flash_events_StatusEvent, &flash_events_StatusEvent); + dict_init2(&flash_events_StatusEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_StatusEvent.members, &flash_events_StatusEvent_STATUS, &flash_events_StatusEvent_STATUS); + dict_put(&flash_events_StatusEvent.members, &flash_events_StatusEvent_toString, &flash_events_StatusEvent_toString); + dict_put(&flash_events_StatusEvent.members, &flash_events_StatusEvent_code, &flash_events_StatusEvent_code); + dict_put(&flash_events_StatusEvent.members, &flash_events_StatusEvent_clone, &flash_events_StatusEvent_clone); + dict_put(&flash_events_StatusEvent.members, &flash_events_StatusEvent_level, &flash_events_StatusEvent_level); + dict_put(d, &flash_display_IGraphicsPath, &flash_display_IGraphicsPath); + dict_init2(&flash_display_IGraphicsPath.members, &memberinfo_type, 8); + dict_put(d, &flash_events_ShaderEvent, &flash_events_ShaderEvent); + dict_init2(&flash_events_ShaderEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_vector, &flash_events_ShaderEvent_vector); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_toString, &flash_events_ShaderEvent_toString); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_bitmapData, &flash_events_ShaderEvent_bitmapData); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_clone, &flash_events_ShaderEvent_clone); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_COMPLETE, &flash_events_ShaderEvent_COMPLETE); + dict_put(&flash_events_ShaderEvent.members, &flash_events_ShaderEvent_byteArray, &flash_events_ShaderEvent_byteArray); + dict_put(d, &flash_display_Shader, &flash_display_Shader); + dict_init2(&flash_display_Shader.members, &memberinfo_type, 8); + dict_put(&flash_display_Shader.members, &flash_display_Shader_precisionHint, &flash_display_Shader_precisionHint); + dict_put(&flash_display_Shader.members, &flash_display_Shader_data, &flash_display_Shader_data); + dict_put(d, &flash_errors_StackOverflowError, &flash_errors_StackOverflowError); + dict_init2(&flash_errors_StackOverflowError.members, &memberinfo_type, 8); + dict_put(d, &flash_sampler_getInvocationCount, &flash_sampler_getInvocationCount); + dict_put(d, &flash_text_engine_Kerning, &flash_text_engine_Kerning); + dict_init2(&flash_text_engine_Kerning.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_Kerning.members, &flash_text_engine_Kerning_AUTO, &flash_text_engine_Kerning_AUTO); + dict_put(&flash_text_engine_Kerning.members, &flash_text_engine_Kerning_OFF, &flash_text_engine_Kerning_OFF); + dict_put(&flash_text_engine_Kerning.members, &flash_text_engine_Kerning_ON, &flash_text_engine_Kerning_ON); + dict_put(d, &flash_text_CSMSettings, &flash_text_CSMSettings); + dict_init2(&flash_text_CSMSettings.members, &memberinfo_type, 8); + dict_put(&flash_text_CSMSettings.members, &flash_text_CSMSettings_fontSize, &flash_text_CSMSettings_fontSize); + dict_put(&flash_text_CSMSettings.members, &flash_text_CSMSettings_outsideCutoff, &flash_text_CSMSettings_outsideCutoff); + dict_put(&flash_text_CSMSettings.members, &flash_text_CSMSettings_insideCutoff, &flash_text_CSMSettings_insideCutoff); + dict_put(d, &_RangeError, &_RangeError); + dict_init2(&_RangeError.members, &memberinfo_type, 8); + dict_put(&_RangeError.members, &_RangeError_length, &_RangeError_length); + dict_put(d, &_Number, &_Number); + dict_init2(&_Number.members, &memberinfo_type, 8); + dict_put(&_Number.members, &_Number_MAX_VALUE, &_Number_MAX_VALUE); + dict_put(&_Number.members, &_Number_valueOf, &_Number_valueOf); + dict_put(&_Number.members, &_Number_length, &_Number_length); + dict_put(&_Number.members, &_Number_MIN_VALUE, &_Number_MIN_VALUE); + dict_put(&_Number.members, &_Number_toString, &_Number_toString); + dict_put(&_Number.members, &_Number_NaN, &_Number_NaN); + dict_put(&_Number.members, &_Number_POSITIVE_INFINITY, &_Number_POSITIVE_INFINITY); + dict_put(&_Number.members, &_Number_toExponential, &_Number_toExponential); + dict_put(&_Number.members, &_Number_toFixed, &_Number_toFixed); + dict_put(&_Number.members, &_Number_NEGATIVE_INFINITY, &_Number_NEGATIVE_INFINITY); + dict_put(&_Number.members, &_Number_toPrecision, &_Number_toPrecision); + dict_put(d, &flash_display_Graphics, &flash_display_Graphics); + dict_init2(&flash_display_Graphics.members, &memberinfo_type, 63); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawPath, &flash_display_Graphics_drawPath); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawEllipse, &flash_display_Graphics_drawEllipse); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawRoundRectComplex, &flash_display_Graphics_drawRoundRectComplex); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_moveTo, &flash_display_Graphics_moveTo); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_lineShaderStyle, &flash_display_Graphics_lineShaderStyle); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_beginFill, &flash_display_Graphics_beginFill); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_beginGradientFill, &flash_display_Graphics_beginGradientFill); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawGraphicsData, &flash_display_Graphics_drawGraphicsData); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_lineGradientStyle, &flash_display_Graphics_lineGradientStyle); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawRoundRect, &flash_display_Graphics_drawRoundRect); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_beginBitmapFill, &flash_display_Graphics_beginBitmapFill); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_lineStyle, &flash_display_Graphics_lineStyle); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_lineTo, &flash_display_Graphics_lineTo); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_endFill, &flash_display_Graphics_endFill); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_copyFrom, &flash_display_Graphics_copyFrom); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_lineBitmapStyle, &flash_display_Graphics_lineBitmapStyle); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_curveTo, &flash_display_Graphics_curveTo); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_clear, &flash_display_Graphics_clear); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawCircle, &flash_display_Graphics_drawCircle); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_beginShaderFill, &flash_display_Graphics_beginShaderFill); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawTriangles, &flash_display_Graphics_drawTriangles); + dict_put(&flash_display_Graphics.members, &flash_display_Graphics_drawRect, &flash_display_Graphics_drawRect); + dict_put(d, &_SyntaxError, &_SyntaxError); + dict_init2(&_SyntaxError.members, &memberinfo_type, 8); + dict_put(&_SyntaxError.members, &_SyntaxError_length, &_SyntaxError_length); + dict_put(d, &flash_sampler_NewObjectSample, &flash_sampler_NewObjectSample); + dict_init2(&flash_sampler_NewObjectSample.members, &memberinfo_type, 8); + dict_put(&flash_sampler_NewObjectSample.members, &flash_sampler_NewObjectSample_type, &flash_sampler_NewObjectSample_type); + dict_put(&flash_sampler_NewObjectSample.members, &flash_sampler_NewObjectSample_object, &flash_sampler_NewObjectSample_object); + dict_put(&flash_sampler_NewObjectSample.members, &flash_sampler_NewObjectSample_id, &flash_sampler_NewObjectSample_id); + dict_put(d, &flash_net_FileFilter, &flash_net_FileFilter); + dict_init2(&flash_net_FileFilter.members, &memberinfo_type, 8); + dict_put(&flash_net_FileFilter.members, &flash_net_FileFilter_extension, &flash_net_FileFilter_extension); + dict_put(&flash_net_FileFilter.members, &flash_net_FileFilter_description, &flash_net_FileFilter_description); + dict_put(&flash_net_FileFilter.members, &flash_net_FileFilter_macType, &flash_net_FileFilter_macType); + dict_put(d, &flash_display_BitmapDataChannel, &flash_display_BitmapDataChannel); + dict_init2(&flash_display_BitmapDataChannel.members, &memberinfo_type, 8); + dict_put(&flash_display_BitmapDataChannel.members, &flash_display_BitmapDataChannel_BLUE, &flash_display_BitmapDataChannel_BLUE); + dict_put(&flash_display_BitmapDataChannel.members, &flash_display_BitmapDataChannel_GREEN, &flash_display_BitmapDataChannel_GREEN); + dict_put(&flash_display_BitmapDataChannel.members, &flash_display_BitmapDataChannel_ALPHA, &flash_display_BitmapDataChannel_ALPHA); + dict_put(&flash_display_BitmapDataChannel.members, &flash_display_BitmapDataChannel_RED, &flash_display_BitmapDataChannel_RED); + dict_put(d, &flash_utils_clearInterval, &flash_utils_clearInterval); + dict_put(d, &flash_text_engine_ContentElement, &flash_text_engine_ContentElement); + dict_init2(&flash_text_engine_ContentElement.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_GRAPHIC_ELEMENT, &flash_text_engine_ContentElement_GRAPHIC_ELEMENT); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_eventMirror, &flash_text_engine_ContentElement_eventMirror); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_groupElement, &flash_text_engine_ContentElement_groupElement); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_textRotation, &flash_text_engine_ContentElement_textRotation); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_text, &flash_text_engine_ContentElement_text); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_userData, &flash_text_engine_ContentElement_userData); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_elementFormat, &flash_text_engine_ContentElement_elementFormat); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_textBlock, &flash_text_engine_ContentElement_textBlock); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_rawText, &flash_text_engine_ContentElement_rawText); + dict_put(&flash_text_engine_ContentElement.members, &flash_text_engine_ContentElement_textBlockBeginIndex, &flash_text_engine_ContentElement_textBlockBeginIndex); dict_put(d, &flash_utils_Endian, &flash_utils_Endian); - dict_init(&flash_utils_Endian.members, 1); - dict_put(d, &flash_utils_IDataInput, &flash_utils_IDataInput); - dict_init(&flash_utils_IDataInput.members, 20); - dict_put(&flash_utils_IDataInput.members, "readUnsignedInt", &flash_utils_IDataInput_readUnsignedInt); - dict_put(&flash_utils_IDataInput.members, "bytesAvailable", &flash_utils_IDataInput_bytesAvailable); - dict_put(&flash_utils_IDataInput.members, "readShort", &flash_utils_IDataInput_readShort); - dict_put(&flash_utils_IDataInput.members, "objectEncoding", &flash_utils_IDataInput_objectEncoding); - dict_put(&flash_utils_IDataInput.members, "readMultiByte", &flash_utils_IDataInput_readMultiByte); - dict_put(&flash_utils_IDataInput.members, "readFloat", &flash_utils_IDataInput_readFloat); - dict_put(&flash_utils_IDataInput.members, "readDouble", &flash_utils_IDataInput_readDouble); - dict_put(&flash_utils_IDataInput.members, "readUnsignedShort", &flash_utils_IDataInput_readUnsignedShort); - dict_put(&flash_utils_IDataInput.members, "readBoolean", &flash_utils_IDataInput_readBoolean); - dict_put(&flash_utils_IDataInput.members, "readUnsignedByte", &flash_utils_IDataInput_readUnsignedByte); - dict_put(&flash_utils_IDataInput.members, "readBytes", &flash_utils_IDataInput_readBytes); - dict_put(&flash_utils_IDataInput.members, "endian", &flash_utils_IDataInput_endian); - dict_put(&flash_utils_IDataInput.members, "readUTF", &flash_utils_IDataInput_readUTF); - dict_put(&flash_utils_IDataInput.members, "readInt", &flash_utils_IDataInput_readInt); - dict_put(&flash_utils_IDataInput.members, "readUTFBytes", &flash_utils_IDataInput_readUTFBytes); - dict_put(&flash_utils_IDataInput.members, "readObject", &flash_utils_IDataInput_readObject); - dict_put(&flash_utils_IDataInput.members, "readByte", &flash_utils_IDataInput_readByte); - dict_put(d, &flash_utils_IDataOutput, &flash_utils_IDataOutput); - dict_init(&flash_utils_IDataOutput.members, 17); - dict_put(&flash_utils_IDataOutput.members, "writeMultiByte", &flash_utils_IDataOutput_writeMultiByte); - dict_put(&flash_utils_IDataOutput.members, "writeUTFBytes", &flash_utils_IDataOutput_writeUTFBytes); - dict_put(&flash_utils_IDataOutput.members, "writeShort", &flash_utils_IDataOutput_writeShort); - dict_put(&flash_utils_IDataOutput.members, "writeByte", &flash_utils_IDataOutput_writeByte); - dict_put(&flash_utils_IDataOutput.members, "writeUTF", &flash_utils_IDataOutput_writeUTF); - dict_put(&flash_utils_IDataOutput.members, "writeBoolean", &flash_utils_IDataOutput_writeBoolean); - dict_put(&flash_utils_IDataOutput.members, "endian", &flash_utils_IDataOutput_endian); - dict_put(&flash_utils_IDataOutput.members, "objectEncoding", &flash_utils_IDataOutput_objectEncoding); - dict_put(&flash_utils_IDataOutput.members, "writeBytes", &flash_utils_IDataOutput_writeBytes); - dict_put(&flash_utils_IDataOutput.members, "writeInt", &flash_utils_IDataOutput_writeInt); - dict_put(&flash_utils_IDataOutput.members, "writeDouble", &flash_utils_IDataOutput_writeDouble); - dict_put(&flash_utils_IDataOutput.members, "writeUnsignedInt", &flash_utils_IDataOutput_writeUnsignedInt); - dict_put(&flash_utils_IDataOutput.members, "writeFloat", &flash_utils_IDataOutput_writeFloat); - dict_put(&flash_utils_IDataOutput.members, "writeObject", &flash_utils_IDataOutput_writeObject); - dict_put(d, &flash_utils_IExternalizable, &flash_utils_IExternalizable); - dict_init(&flash_utils_IExternalizable.members, 3); - dict_put(&flash_utils_IExternalizable.members, "readExternal", &flash_utils_IExternalizable_readExternal); - dict_put(&flash_utils_IExternalizable.members, "writeExternal", &flash_utils_IExternalizable_writeExternal); - dict_put(d, &flash_utils_Proxy, &flash_utils_Proxy); - dict_init(&flash_utils_Proxy.members, 11); - dict_put(&flash_utils_Proxy.members, "deleteProperty", &flash_utils_Proxy_deleteProperty); - dict_put(&flash_utils_Proxy.members, "nextValue", &flash_utils_Proxy_nextValue); - dict_put(&flash_utils_Proxy.members, "getDescendants", &flash_utils_Proxy_getDescendants); - dict_put(&flash_utils_Proxy.members, "getProperty", &flash_utils_Proxy_getProperty); - dict_put(&flash_utils_Proxy.members, "hasProperty", &flash_utils_Proxy_hasProperty); - dict_put(&flash_utils_Proxy.members, "isAttribute", &flash_utils_Proxy_isAttribute); - dict_put(&flash_utils_Proxy.members, "callProperty", &flash_utils_Proxy_callProperty); - dict_put(&flash_utils_Proxy.members, "nextNameIndex", &flash_utils_Proxy_nextNameIndex); - dict_put(&flash_utils_Proxy.members, "setProperty", &flash_utils_Proxy_setProperty); - dict_put(&flash_utils_Proxy.members, "nextName", &flash_utils_Proxy_nextName); - dict_put(d, &flash_utils_Timer, &flash_utils_Timer); - dict_init(&flash_utils_Timer.members, 16); - dict_put(&flash_utils_Timer.members, "stop", &flash_utils_Timer_stop); - dict_put(&flash_utils_Timer.members, "delay", &flash_utils_Timer_delay); - dict_put(&flash_utils_Timer.members, "currentCount", &flash_utils_Timer_currentCount); - dict_put(&flash_utils_Timer.members, "reset", &flash_utils_Timer_reset); - dict_put(&flash_utils_Timer.members, "repeatCount", &flash_utils_Timer_repeatCount); - dict_put(&flash_utils_Timer.members, "start", &flash_utils_Timer_start); - dict_put(&flash_utils_Timer.members, "running", &flash_utils_Timer_running); - dict_put(d, &flash_xml_XMLDocument, &flash_xml_XMLDocument); - dict_init(&flash_xml_XMLDocument.members, 9); - dict_put(&flash_xml_XMLDocument.members, "idMap", &flash_xml_XMLDocument_idMap); - dict_put(&flash_xml_XMLDocument.members, "createElement", &flash_xml_XMLDocument_createElement); - dict_put(&flash_xml_XMLDocument.members, "xmlDecl", &flash_xml_XMLDocument_xmlDecl); - dict_put(&flash_xml_XMLDocument.members, "docTypeDecl", &flash_xml_XMLDocument_docTypeDecl); - dict_put(&flash_xml_XMLDocument.members, "parseXML", &flash_xml_XMLDocument_parseXML); - dict_put(&flash_xml_XMLDocument.members, "createTextNode", &flash_xml_XMLDocument_createTextNode); - dict_put(&flash_xml_XMLDocument.members, "toString", &flash_xml_XMLDocument_toString); - dict_put(&flash_xml_XMLDocument.members, "ignoreWhite", &flash_xml_XMLDocument_ignoreWhite); - dict_put(d, &flash_xml_XMLNode, &flash_xml_XMLNode); - dict_init(&flash_xml_XMLNode.members, 27); - dict_put(&flash_xml_XMLNode.members, "previousSibling", &flash_xml_XMLNode_previousSibling); - dict_put(&flash_xml_XMLNode.members, "parentNode", &flash_xml_XMLNode_parentNode); - dict_put(&flash_xml_XMLNode.members, "nodeValue", &flash_xml_XMLNode_nodeValue); - dict_put(&flash_xml_XMLNode.members, "namespaceURI", &flash_xml_XMLNode_namespaceURI); - dict_put(&flash_xml_XMLNode.members, "prefix", &flash_xml_XMLNode_prefix); - dict_put(&flash_xml_XMLNode.members, "firstChild", &flash_xml_XMLNode_firstChild); - dict_put(&flash_xml_XMLNode.members, "nextSibling", &flash_xml_XMLNode_nextSibling); - dict_put(&flash_xml_XMLNode.members, "attributes", &flash_xml_XMLNode_attributes); - dict_put(&flash_xml_XMLNode.members, "nodeType", &flash_xml_XMLNode_nodeType); - dict_put(&flash_xml_XMLNode.members, "appendChild", &flash_xml_XMLNode_appendChild); - dict_put(&flash_xml_XMLNode.members, "lastChild", &flash_xml_XMLNode_lastChild); - dict_put(&flash_xml_XMLNode.members, "insertBefore", &flash_xml_XMLNode_insertBefore); - dict_put(&flash_xml_XMLNode.members, "getNamespaceForPrefix", &flash_xml_XMLNode_getNamespaceForPrefix); - dict_put(&flash_xml_XMLNode.members, "nodeName", &flash_xml_XMLNode_nodeName); - dict_put(&flash_xml_XMLNode.members, "hasChildNodes", &flash_xml_XMLNode_hasChildNodes); - dict_put(&flash_xml_XMLNode.members, "childNodes", &flash_xml_XMLNode_childNodes); - dict_put(&flash_xml_XMLNode.members, "localName", &flash_xml_XMLNode_localName); - dict_put(&flash_xml_XMLNode.members, "getPrefixForNamespace", &flash_xml_XMLNode_getPrefixForNamespace); - dict_put(&flash_xml_XMLNode.members, "toString", &flash_xml_XMLNode_toString); - dict_put(&flash_xml_XMLNode.members, "removeNode", &flash_xml_XMLNode_removeNode); - dict_put(&flash_xml_XMLNode.members, "cloneNode", &flash_xml_XMLNode_cloneNode); - dict_put(d, &flash_xml_XMLNodeType, &flash_xml_XMLNodeType); - dict_init(&flash_xml_XMLNodeType.members, 1); + dict_init2(&flash_utils_Endian.members, &memberinfo_type, 8); + dict_put(&flash_utils_Endian.members, &flash_utils_Endian_LITTLE_ENDIAN, &flash_utils_Endian_LITTLE_ENDIAN); + dict_put(&flash_utils_Endian.members, &flash_utils_Endian_BIG_ENDIAN, &flash_utils_Endian_BIG_ENDIAN); + dict_put(d, &flash_net_navigateToURL, &flash_net_navigateToURL); + dict_put(d, &flash_events_ProgressEvent, &flash_events_ProgressEvent); + dict_init2(&flash_events_ProgressEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_bytesLoaded, &flash_events_ProgressEvent_bytesLoaded); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_toString, &flash_events_ProgressEvent_toString); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_PROGRESS, &flash_events_ProgressEvent_PROGRESS); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_bytesTotal, &flash_events_ProgressEvent_bytesTotal); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_clone, &flash_events_ProgressEvent_clone); + dict_put(&flash_events_ProgressEvent.members, &flash_events_ProgressEvent_SOCKET_DATA, &flash_events_ProgressEvent_SOCKET_DATA); + dict_put(d, &flash_media_Sound, &flash_media_Sound); + dict_init2(&flash_media_Sound.members, &memberinfo_type, 15); + dict_put(&flash_media_Sound.members, &flash_media_Sound_extract, &flash_media_Sound_extract); + dict_put(&flash_media_Sound.members, &flash_media_Sound_bytesLoaded, &flash_media_Sound_bytesLoaded); + dict_put(&flash_media_Sound.members, &flash_media_Sound_id3, &flash_media_Sound_id3); + dict_put(&flash_media_Sound.members, &flash_media_Sound_play, &flash_media_Sound_play); + dict_put(&flash_media_Sound.members, &flash_media_Sound_url, &flash_media_Sound_url); + dict_put(&flash_media_Sound.members, &flash_media_Sound_isBuffering, &flash_media_Sound_isBuffering); + dict_put(&flash_media_Sound.members, &flash_media_Sound_load, &flash_media_Sound_load); + dict_put(&flash_media_Sound.members, &flash_media_Sound_bytesTotal, &flash_media_Sound_bytesTotal); + dict_put(&flash_media_Sound.members, &flash_media_Sound_length, &flash_media_Sound_length); + dict_put(&flash_media_Sound.members, &flash_media_Sound_close, &flash_media_Sound_close); + dict_put(d, &flash_text_TextExtent, &flash_text_TextExtent); + dict_init2(&flash_text_TextExtent.members, &memberinfo_type, 8); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_descent, &flash_text_TextExtent_descent); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_width, &flash_text_TextExtent_width); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_ascent, &flash_text_TextExtent_ascent); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_textFieldHeight, &flash_text_TextExtent_textFieldHeight); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_textFieldWidth, &flash_text_TextExtent_textFieldWidth); + dict_put(&flash_text_TextExtent.members, &flash_text_TextExtent_height, &flash_text_TextExtent_height); + dict_put(d, &flash_text_FontStyle, &flash_text_FontStyle); + dict_init2(&flash_text_FontStyle.members, &memberinfo_type, 8); + dict_put(&flash_text_FontStyle.members, &flash_text_FontStyle_REGULAR, &flash_text_FontStyle_REGULAR); + dict_put(&flash_text_FontStyle.members, &flash_text_FontStyle_BOLD, &flash_text_FontStyle_BOLD); + dict_put(&flash_text_FontStyle.members, &flash_text_FontStyle_BOLD_ITALIC, &flash_text_FontStyle_BOLD_ITALIC); + dict_put(&flash_text_FontStyle.members, &flash_text_FontStyle_ITALIC, &flash_text_FontStyle_ITALIC); + dict_put(d, &flash_text_engine_TextLineMirrorRegion, &flash_text_engine_TextLineMirrorRegion); + dict_init2(&flash_text_engine_TextLineMirrorRegion.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_mirror, &flash_text_engine_TextLineMirrorRegion_mirror); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_previousRegion, &flash_text_engine_TextLineMirrorRegion_previousRegion); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_bounds, &flash_text_engine_TextLineMirrorRegion_bounds); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_nextRegion, &flash_text_engine_TextLineMirrorRegion_nextRegion); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_element, &flash_text_engine_TextLineMirrorRegion_element); + dict_put(&flash_text_engine_TextLineMirrorRegion.members, &flash_text_engine_TextLineMirrorRegion_textLine, &flash_text_engine_TextLineMirrorRegion_textLine); + dict_put(d, &flash_geom_Vector3D, &flash_geom_Vector3D); + dict_init2(&flash_geom_Vector3D.members, &memberinfo_type, 31); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_subtract, &flash_geom_Vector3D_subtract); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_distance, &flash_geom_Vector3D_distance); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_scaleBy, &flash_geom_Vector3D_scaleBy); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_decrementBy, &flash_geom_Vector3D_decrementBy); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_equals, &flash_geom_Vector3D_equals); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_normalize, &flash_geom_Vector3D_normalize); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_dotProduct, &flash_geom_Vector3D_dotProduct); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_negate, &flash_geom_Vector3D_negate); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_X_AXIS, &flash_geom_Vector3D_X_AXIS); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_angleBetween, &flash_geom_Vector3D_angleBetween); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_toString, &flash_geom_Vector3D_toString); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_lengthSquared, &flash_geom_Vector3D_lengthSquared); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_x, &flash_geom_Vector3D_x); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_incrementBy, &flash_geom_Vector3D_incrementBy); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_w, &flash_geom_Vector3D_w); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_z, &flash_geom_Vector3D_z); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_add, &flash_geom_Vector3D_add); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_Z_AXIS, &flash_geom_Vector3D_Z_AXIS); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_project, &flash_geom_Vector3D_project); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_crossProduct, &flash_geom_Vector3D_crossProduct); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_nearEquals, &flash_geom_Vector3D_nearEquals); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_clone, &flash_geom_Vector3D_clone); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_Y_AXIS, &flash_geom_Vector3D_Y_AXIS); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_y, &flash_geom_Vector3D_y); + dict_put(&flash_geom_Vector3D.members, &flash_geom_Vector3D_length, &flash_geom_Vector3D_length); + dict_put(d, &flash_desktop_ClipboardTransferMode, &flash_desktop_ClipboardTransferMode); + dict_init2(&flash_desktop_ClipboardTransferMode.members, &memberinfo_type, 8); + dict_put(&flash_desktop_ClipboardTransferMode.members, &flash_desktop_ClipboardTransferMode_CLONE_ONLY, &flash_desktop_ClipboardTransferMode_CLONE_ONLY); + dict_put(&flash_desktop_ClipboardTransferMode.members, &flash_desktop_ClipboardTransferMode_ORIGINAL_PREFERRED, &flash_desktop_ClipboardTransferMode_ORIGINAL_PREFERRED); + dict_put(&flash_desktop_ClipboardTransferMode.members, &flash_desktop_ClipboardTransferMode_CLONE_PREFERRED, &flash_desktop_ClipboardTransferMode_CLONE_PREFERRED); + dict_put(&flash_desktop_ClipboardTransferMode.members, &flash_desktop_ClipboardTransferMode_ORIGINAL_ONLY, &flash_desktop_ClipboardTransferMode_ORIGINAL_ONLY); + dict_put(d, &flash_display_SpreadMethod, &flash_display_SpreadMethod); + dict_init2(&flash_display_SpreadMethod.members, &memberinfo_type, 8); + dict_put(&flash_display_SpreadMethod.members, &flash_display_SpreadMethod_REFLECT, &flash_display_SpreadMethod_REFLECT); + dict_put(&flash_display_SpreadMethod.members, &flash_display_SpreadMethod_REPEAT, &flash_display_SpreadMethod_REPEAT); + dict_put(&flash_display_SpreadMethod.members, &flash_display_SpreadMethod_PAD, &flash_display_SpreadMethod_PAD); + dict_put(d, &flash_system_SecurityPanel, &flash_system_SecurityPanel); + dict_init2(&flash_system_SecurityPanel.members, &memberinfo_type, 8); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_LOCAL_STORAGE, &flash_system_SecurityPanel_LOCAL_STORAGE); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_CAMERA, &flash_system_SecurityPanel_CAMERA); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_DEFAULT, &flash_system_SecurityPanel_DEFAULT); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_SETTINGS_MANAGER, &flash_system_SecurityPanel_SETTINGS_MANAGER); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_PRIVACY, &flash_system_SecurityPanel_PRIVACY); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_MICROPHONE, &flash_system_SecurityPanel_MICROPHONE); + dict_put(&flash_system_SecurityPanel.members, &flash_system_SecurityPanel_DISPLAY, &flash_system_SecurityPanel_DISPLAY); + dict_put(d, &flash_events_HTTPStatusEvent, &flash_events_HTTPStatusEvent); + dict_init2(&flash_events_HTTPStatusEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_HTTPStatusEvent.members, &flash_events_HTTPStatusEvent_toString, &flash_events_HTTPStatusEvent_toString); + dict_put(&flash_events_HTTPStatusEvent.members, &flash_events_HTTPStatusEvent_HTTP_STATUS, &flash_events_HTTPStatusEvent_HTTP_STATUS); + dict_put(&flash_events_HTTPStatusEvent.members, &flash_events_HTTPStatusEvent_clone, &flash_events_HTTPStatusEvent_clone); + dict_put(&flash_events_HTTPStatusEvent.members, &flash_events_HTTPStatusEvent_status, &flash_events_HTTPStatusEvent_status); + dict_put(d, &flash_net_NetStreamPlayOptions, &flash_net_NetStreamPlayOptions); + dict_init2(&flash_net_NetStreamPlayOptions.members, &memberinfo_type, 8); + dict_put(&flash_net_NetStreamPlayOptions.members, &flash_net_NetStreamPlayOptions_len, &flash_net_NetStreamPlayOptions_len); + dict_put(&flash_net_NetStreamPlayOptions.members, &flash_net_NetStreamPlayOptions_streamName, &flash_net_NetStreamPlayOptions_streamName); + dict_put(&flash_net_NetStreamPlayOptions.members, &flash_net_NetStreamPlayOptions_start, &flash_net_NetStreamPlayOptions_start); + dict_put(&flash_net_NetStreamPlayOptions.members, &flash_net_NetStreamPlayOptions_oldStreamName, &flash_net_NetStreamPlayOptions_oldStreamName); + dict_put(&flash_net_NetStreamPlayOptions.members, &flash_net_NetStreamPlayOptions_transition, &flash_net_NetStreamPlayOptions_transition); + dict_put(d, &flash_net_Responder, &flash_net_Responder); + dict_init2(&flash_net_Responder.members, &memberinfo_type, 8); + dict_put(d, &flash_net_XMLSocket, &flash_net_XMLSocket); + dict_init2(&flash_net_XMLSocket.members, &memberinfo_type, 8); + dict_put(&flash_net_XMLSocket.members, &flash_net_XMLSocket_close, &flash_net_XMLSocket_close); + dict_put(&flash_net_XMLSocket.members, &flash_net_XMLSocket_connect, &flash_net_XMLSocket_connect); + dict_put(&flash_net_XMLSocket.members, &flash_net_XMLSocket_send, &flash_net_XMLSocket_send); + dict_put(&flash_net_XMLSocket.members, &flash_net_XMLSocket_connected, &flash_net_XMLSocket_connected); + dict_put(&flash_net_XMLSocket.members, &flash_net_XMLSocket_timeout, &flash_net_XMLSocket_timeout); + dict_put(d, &flash_filters_ConvolutionFilter, &flash_filters_ConvolutionFilter); + dict_init2(&flash_filters_ConvolutionFilter.members, &memberinfo_type, 15); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_alpha, &flash_filters_ConvolutionFilter_alpha); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_matrixX, &flash_filters_ConvolutionFilter_matrixX); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_matrix, &flash_filters_ConvolutionFilter_matrix); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_bias, &flash_filters_ConvolutionFilter_bias); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_color, &flash_filters_ConvolutionFilter_color); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_preserveAlpha, &flash_filters_ConvolutionFilter_preserveAlpha); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_divisor, &flash_filters_ConvolutionFilter_divisor); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_clone, &flash_filters_ConvolutionFilter_clone); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_clamp, &flash_filters_ConvolutionFilter_clamp); + dict_put(&flash_filters_ConvolutionFilter.members, &flash_filters_ConvolutionFilter_matrixY, &flash_filters_ConvolutionFilter_matrixY); + dict_put(d, &flash_text_engine_ElementFormat, &flash_text_engine_ElementFormat); + dict_init2(&flash_text_engine_ElementFormat.members, &memberinfo_type, 31); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_getFontMetrics, &flash_text_engine_ElementFormat_getFontMetrics); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_digitCase, &flash_text_engine_ElementFormat_digitCase); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_breakOpportunity, &flash_text_engine_ElementFormat_breakOpportunity); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_ligatureLevel, &flash_text_engine_ElementFormat_ligatureLevel); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_dominantBaseline, &flash_text_engine_ElementFormat_dominantBaseline); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_alignmentBaseline, &flash_text_engine_ElementFormat_alignmentBaseline); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_color, &flash_text_engine_ElementFormat_color); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_digitWidth, &flash_text_engine_ElementFormat_digitWidth); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_kerning, &flash_text_engine_ElementFormat_kerning); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_fontSize, &flash_text_engine_ElementFormat_fontSize); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_fontDescription, &flash_text_engine_ElementFormat_fontDescription); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_baselineShift, &flash_text_engine_ElementFormat_baselineShift); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_locale, &flash_text_engine_ElementFormat_locale); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_typographicCase, &flash_text_engine_ElementFormat_typographicCase); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_trackingLeft, &flash_text_engine_ElementFormat_trackingLeft); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_locked, &flash_text_engine_ElementFormat_locked); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_clone, &flash_text_engine_ElementFormat_clone); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_alpha, &flash_text_engine_ElementFormat_alpha); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_textRotation, &flash_text_engine_ElementFormat_textRotation); + dict_put(&flash_text_engine_ElementFormat.members, &flash_text_engine_ElementFormat_trackingRight, &flash_text_engine_ElementFormat_trackingRight); + dict_put(d, &flash_display_GraphicsGradientFill, &flash_display_GraphicsGradientFill); + dict_init2(&flash_display_GraphicsGradientFill.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_interpolationMethod, &flash_display_GraphicsGradientFill_interpolationMethod); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_focalPointRatio, &flash_display_GraphicsGradientFill_focalPointRatio); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_colors, &flash_display_GraphicsGradientFill_colors); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_matrix, &flash_display_GraphicsGradientFill_matrix); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_type, &flash_display_GraphicsGradientFill_type); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_ratios, &flash_display_GraphicsGradientFill_ratios); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_spreadMethod, &flash_display_GraphicsGradientFill_spreadMethod); + dict_put(&flash_display_GraphicsGradientFill.members, &flash_display_GraphicsGradientFill_alphas, &flash_display_GraphicsGradientFill_alphas); + dict_put(d, &flash_display_FrameLabel, &flash_display_FrameLabel); + dict_init2(&flash_display_FrameLabel.members, &memberinfo_type, 8); + dict_put(&flash_display_FrameLabel.members, &flash_display_FrameLabel_frame, &flash_display_FrameLabel_frame); + dict_put(&flash_display_FrameLabel.members, &flash_display_FrameLabel_name, &flash_display_FrameLabel_name); + dict_put(d, &flash_media_SoundTransform, &flash_media_SoundTransform); + dict_init2(&flash_media_SoundTransform.members, &memberinfo_type, 8); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_pan, &flash_media_SoundTransform_pan); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_leftToRight, &flash_media_SoundTransform_leftToRight); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_rightToLeft, &flash_media_SoundTransform_rightToLeft); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_volume, &flash_media_SoundTransform_volume); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_leftToLeft, &flash_media_SoundTransform_leftToLeft); + dict_put(&flash_media_SoundTransform.members, &flash_media_SoundTransform_rightToRight, &flash_media_SoundTransform_rightToRight); + dict_put(d, &_AS3, &_AS3); + dict_put(d, &flash_net_LocalConnection, &flash_net_LocalConnection); + dict_init2(&flash_net_LocalConnection.members, &memberinfo_type, 15); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_client, &flash_net_LocalConnection_client); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_allowDomain, &flash_net_LocalConnection_allowDomain); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_connect, &flash_net_LocalConnection_connect); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_domain, &flash_net_LocalConnection_domain); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_allowInsecureDomain, &flash_net_LocalConnection_allowInsecureDomain); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_send, &flash_net_LocalConnection_send); + dict_put(&flash_net_LocalConnection.members, &flash_net_LocalConnection_close, &flash_net_LocalConnection_close); + dict_put(d, &flash_display_ShaderParameterType, &flash_display_ShaderParameterType); + dict_init2(&flash_display_ShaderParameterType.members, &memberinfo_type, 31); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_FLOAT, &flash_display_ShaderParameterType_FLOAT); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_BOOL, &flash_display_ShaderParameterType_BOOL); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_FLOAT2, &flash_display_ShaderParameterType_FLOAT2); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_MATRIX2X2, &flash_display_ShaderParameterType_MATRIX2X2); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_INT, &flash_display_ShaderParameterType_INT); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_INT4, &flash_display_ShaderParameterType_INT4); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_MATRIX4X4, &flash_display_ShaderParameterType_MATRIX4X4); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_FLOAT3, &flash_display_ShaderParameterType_FLOAT3); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_BOOL2, &flash_display_ShaderParameterType_BOOL2); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_INT3, &flash_display_ShaderParameterType_INT3); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_BOOL3, &flash_display_ShaderParameterType_BOOL3); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_BOOL4, &flash_display_ShaderParameterType_BOOL4); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_FLOAT4, &flash_display_ShaderParameterType_FLOAT4); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_INT2, &flash_display_ShaderParameterType_INT2); + dict_put(&flash_display_ShaderParameterType.members, &flash_display_ShaderParameterType_MATRIX3X3, &flash_display_ShaderParameterType_MATRIX3X3); + dict_put(d, &flash_events_IMEEvent, &flash_events_IMEEvent); + dict_init2(&flash_events_IMEEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_IMEEvent.members, &flash_events_IMEEvent_toString, &flash_events_IMEEvent_toString); + dict_put(&flash_events_IMEEvent.members, &flash_events_IMEEvent_clone, &flash_events_IMEEvent_clone); + dict_put(&flash_events_IMEEvent.members, &flash_events_IMEEvent_IME_COMPOSITION, &flash_events_IMEEvent_IME_COMPOSITION); + dict_put(d, &flash_text_TextFormatDisplay, &flash_text_TextFormatDisplay); + dict_init2(&flash_text_TextFormatDisplay.members, &memberinfo_type, 8); + dict_put(&flash_text_TextFormatDisplay.members, &flash_text_TextFormatDisplay_INLINE, &flash_text_TextFormatDisplay_INLINE); + dict_put(&flash_text_TextFormatDisplay.members, &flash_text_TextFormatDisplay_BLOCK, &flash_text_TextFormatDisplay_BLOCK); + dict_put(d, &flash_profiler_profile, &flash_profiler_profile); + dict_put(d, &flash_display_AVM1Movie, &flash_display_AVM1Movie); + dict_init2(&flash_display_AVM1Movie.members, &memberinfo_type, 8); + dict_put(&flash_display_AVM1Movie.members, &flash_display_AVM1Movie_call, &flash_display_AVM1Movie_call); + dict_put(&flash_display_AVM1Movie.members, &flash_display_AVM1Movie_addCallback, &flash_display_AVM1Movie_addCallback); + dict_put(d, &flash_events_ContextMenuEvent, &flash_events_ContextMenuEvent); + dict_init2(&flash_events_ContextMenuEvent.members, &memberinfo_type, 15); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_isMouseTargetInaccessible, &flash_events_ContextMenuEvent_isMouseTargetInaccessible); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_mouseTarget, &flash_events_ContextMenuEvent_mouseTarget); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_contextMenuOwner, &flash_events_ContextMenuEvent_contextMenuOwner); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_MENU_ITEM_SELECT, &flash_events_ContextMenuEvent_MENU_ITEM_SELECT); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_MENU_SELECT, &flash_events_ContextMenuEvent_MENU_SELECT); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_toString, &flash_events_ContextMenuEvent_toString); + dict_put(&flash_events_ContextMenuEvent.members, &flash_events_ContextMenuEvent_clone, &flash_events_ContextMenuEvent_clone); + dict_put(d, &flash_events_EventPhase, &flash_events_EventPhase); + dict_init2(&flash_events_EventPhase.members, &memberinfo_type, 8); + dict_put(&flash_events_EventPhase.members, &flash_events_EventPhase_BUBBLING_PHASE, &flash_events_EventPhase_BUBBLING_PHASE); + dict_put(&flash_events_EventPhase.members, &flash_events_EventPhase_CAPTURING_PHASE, &flash_events_EventPhase_CAPTURING_PHASE); + dict_put(&flash_events_EventPhase.members, &flash_events_EventPhase_AT_TARGET, &flash_events_EventPhase_AT_TARGET); + dict_put(d, &flash_display_JointStyle, &flash_display_JointStyle); + dict_init2(&flash_display_JointStyle.members, &memberinfo_type, 8); + dict_put(&flash_display_JointStyle.members, &flash_display_JointStyle_ROUND, &flash_display_JointStyle_ROUND); + dict_put(&flash_display_JointStyle.members, &flash_display_JointStyle_MITER, &flash_display_JointStyle_MITER); + dict_put(&flash_display_JointStyle.members, &flash_display_JointStyle_BEVEL, &flash_display_JointStyle_BEVEL); + dict_put(d, &flash_utils_Dictionary, &flash_utils_Dictionary); + dict_init2(&flash_utils_Dictionary.members, &memberinfo_type, 8); + dict_put(d, &flash_display_GraphicsPathCommand, &flash_display_GraphicsPathCommand); + dict_init2(&flash_display_GraphicsPathCommand.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_NO_OP, &flash_display_GraphicsPathCommand_NO_OP); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_MOVE_TO, &flash_display_GraphicsPathCommand_MOVE_TO); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_WIDE_MOVE_TO, &flash_display_GraphicsPathCommand_WIDE_MOVE_TO); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_CURVE_TO, &flash_display_GraphicsPathCommand_CURVE_TO); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_LINE_TO, &flash_display_GraphicsPathCommand_LINE_TO); + dict_put(&flash_display_GraphicsPathCommand.members, &flash_display_GraphicsPathCommand_WIDE_LINE_TO, &flash_display_GraphicsPathCommand_WIDE_LINE_TO); + dict_put(d, &flash_filters_BevelFilter, &flash_filters_BevelFilter); + dict_init2(&flash_filters_BevelFilter.members, &memberinfo_type, 31); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_type, &flash_filters_BevelFilter_type); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_highlightColor, &flash_filters_BevelFilter_highlightColor); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_knockout, &flash_filters_BevelFilter_knockout); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_distance, &flash_filters_BevelFilter_distance); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_strength, &flash_filters_BevelFilter_strength); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_highlightAlpha, &flash_filters_BevelFilter_highlightAlpha); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_blurY, &flash_filters_BevelFilter_blurY); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_shadowColor, &flash_filters_BevelFilter_shadowColor); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_angle, &flash_filters_BevelFilter_angle); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_blurX, &flash_filters_BevelFilter_blurX); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_shadowAlpha, &flash_filters_BevelFilter_shadowAlpha); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_quality, &flash_filters_BevelFilter_quality); + dict_put(&flash_filters_BevelFilter.members, &flash_filters_BevelFilter_clone, &flash_filters_BevelFilter_clone); + dict_put(d, &flash_utils_getTimer, &flash_utils_getTimer); + dict_put(d, &flash_display_Loader, &flash_display_Loader); + dict_init2(&flash_display_Loader.members, &memberinfo_type, 15); + dict_put(&flash_display_Loader.members, &flash_display_Loader_content, &flash_display_Loader_content); + dict_put(&flash_display_Loader.members, &flash_display_Loader_unloadAndStop, &flash_display_Loader_unloadAndStop); + dict_put(&flash_display_Loader.members, &flash_display_Loader_unload, &flash_display_Loader_unload); + dict_put(&flash_display_Loader.members, &flash_display_Loader_removeChildAt, &flash_display_Loader_removeChildAt); + dict_put(&flash_display_Loader.members, &flash_display_Loader_addChildAt, &flash_display_Loader_addChildAt); + dict_put(&flash_display_Loader.members, &flash_display_Loader_contentLoaderInfo, &flash_display_Loader_contentLoaderInfo); + dict_put(&flash_display_Loader.members, &flash_display_Loader_loadBytes, &flash_display_Loader_loadBytes); + dict_put(&flash_display_Loader.members, &flash_display_Loader_removeChild, &flash_display_Loader_removeChild); + dict_put(&flash_display_Loader.members, &flash_display_Loader_load, &flash_display_Loader_load); + dict_put(&flash_display_Loader.members, &flash_display_Loader_addChild, &flash_display_Loader_addChild); + dict_put(&flash_display_Loader.members, &flash_display_Loader_close, &flash_display_Loader_close); + dict_put(&flash_display_Loader.members, &flash_display_Loader_setChildIndex, &flash_display_Loader_setChildIndex); + dict_put(d, &flash_display_GraphicsBitmapFill, &flash_display_GraphicsBitmapFill); + dict_init2(&flash_display_GraphicsBitmapFill.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsBitmapFill.members, &flash_display_GraphicsBitmapFill_smooth, &flash_display_GraphicsBitmapFill_smooth); + dict_put(&flash_display_GraphicsBitmapFill.members, &flash_display_GraphicsBitmapFill_repeat, &flash_display_GraphicsBitmapFill_repeat); + dict_put(&flash_display_GraphicsBitmapFill.members, &flash_display_GraphicsBitmapFill_bitmapData, &flash_display_GraphicsBitmapFill_bitmapData); + dict_put(&flash_display_GraphicsBitmapFill.members, &flash_display_GraphicsBitmapFill_matrix, &flash_display_GraphicsBitmapFill_matrix); + dict_put(d, &_undefined, &_undefined); + dict_put(d, &flash_display_SimpleButton, &flash_display_SimpleButton); + dict_init2(&flash_display_SimpleButton.members, &memberinfo_type, 8); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_overState, &flash_display_SimpleButton_overState); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_downState, &flash_display_SimpleButton_downState); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_enabled, &flash_display_SimpleButton_enabled); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_trackAsMenu, &flash_display_SimpleButton_trackAsMenu); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_soundTransform, &flash_display_SimpleButton_soundTransform); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_useHandCursor, &flash_display_SimpleButton_useHandCursor); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_upState, &flash_display_SimpleButton_upState); + dict_put(&flash_display_SimpleButton.members, &flash_display_SimpleButton_hitTestState, &flash_display_SimpleButton_hitTestState); + dict_put(d, &flash_text_engine_TabAlignment, &flash_text_engine_TabAlignment); + dict_init2(&flash_text_engine_TabAlignment.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TabAlignment.members, &flash_text_engine_TabAlignment_END, &flash_text_engine_TabAlignment_END); + dict_put(&flash_text_engine_TabAlignment.members, &flash_text_engine_TabAlignment_CENTER, &flash_text_engine_TabAlignment_CENTER); + dict_put(&flash_text_engine_TabAlignment.members, &flash_text_engine_TabAlignment_START, &flash_text_engine_TabAlignment_START); + dict_put(&flash_text_engine_TabAlignment.members, &flash_text_engine_TabAlignment_DECIMAL, &flash_text_engine_TabAlignment_DECIMAL); + dict_put(d, &flash_text_engine_FontWeight, &flash_text_engine_FontWeight); + dict_init2(&flash_text_engine_FontWeight.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_FontWeight.members, &flash_text_engine_FontWeight_NORMAL, &flash_text_engine_FontWeight_NORMAL); + dict_put(&flash_text_engine_FontWeight.members, &flash_text_engine_FontWeight_BOLD, &flash_text_engine_FontWeight_BOLD); + dict_put(d, &flash_utils_describeType, &flash_utils_describeType); + dict_put(d, &flash_display_PixelSnapping, &flash_display_PixelSnapping); + dict_init2(&flash_display_PixelSnapping.members, &memberinfo_type, 8); + dict_put(&flash_display_PixelSnapping.members, &flash_display_PixelSnapping_AUTO, &flash_display_PixelSnapping_AUTO); + dict_put(&flash_display_PixelSnapping.members, &flash_display_PixelSnapping_NEVER, &flash_display_PixelSnapping_NEVER); + dict_put(&flash_display_PixelSnapping.members, &flash_display_PixelSnapping_ALWAYS, &flash_display_PixelSnapping_ALWAYS); + dict_put(d, &flash_events_FocusEvent, &flash_events_FocusEvent); + dict_init2(&flash_events_FocusEvent.members, &memberinfo_type, 15); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_FOCUS_OUT, &flash_events_FocusEvent_FOCUS_OUT); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_KEY_FOCUS_CHANGE, &flash_events_FocusEvent_KEY_FOCUS_CHANGE); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_shiftKey, &flash_events_FocusEvent_shiftKey); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_isRelatedObjectInaccessible, &flash_events_FocusEvent_isRelatedObjectInaccessible); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_keyCode, &flash_events_FocusEvent_keyCode); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_relatedObject, &flash_events_FocusEvent_relatedObject); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_FOCUS_IN, &flash_events_FocusEvent_FOCUS_IN); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_MOUSE_FOCUS_CHANGE, &flash_events_FocusEvent_MOUSE_FOCUS_CHANGE); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_toString, &flash_events_FocusEvent_toString); + dict_put(&flash_events_FocusEvent.members, &flash_events_FocusEvent_clone, &flash_events_FocusEvent_clone); + dict_put(d, &flash_errors_MemoryError, &flash_errors_MemoryError); + dict_init2(&flash_errors_MemoryError.members, &memberinfo_type, 8); + dict_put(d, &flash_events_NetFilterEvent, &flash_events_NetFilterEvent); + dict_init2(&flash_events_NetFilterEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_NetFilterEvent.members, &flash_events_NetFilterEvent_header, &flash_events_NetFilterEvent_header); + dict_put(&flash_events_NetFilterEvent.members, &flash_events_NetFilterEvent_toString, &flash_events_NetFilterEvent_toString); + dict_put(&flash_events_NetFilterEvent.members, &flash_events_NetFilterEvent_clone, &flash_events_NetFilterEvent_clone); + dict_put(&flash_events_NetFilterEvent.members, &flash_events_NetFilterEvent_data, &flash_events_NetFilterEvent_data); + dict_put(d, &_decodeURI, &_decodeURI); + dict_put(d, &_encodeURI, &_encodeURI); + dict_put(d, &flash_text_engine_TextBaseline, &flash_text_engine_TextBaseline); + dict_init2(&flash_text_engine_TextBaseline.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_ROMAN, &flash_text_engine_TextBaseline_ROMAN); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_DESCENT, &flash_text_engine_TextBaseline_DESCENT); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_IDEOGRAPHIC_CENTER, &flash_text_engine_TextBaseline_IDEOGRAPHIC_CENTER); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_USE_DOMINANT_BASELINE, &flash_text_engine_TextBaseline_USE_DOMINANT_BASELINE); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_IDEOGRAPHIC_BOTTOM, &flash_text_engine_TextBaseline_IDEOGRAPHIC_BOTTOM); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_ASCENT, &flash_text_engine_TextBaseline_ASCENT); + dict_put(&flash_text_engine_TextBaseline.members, &flash_text_engine_TextBaseline_IDEOGRAPHIC_TOP, &flash_text_engine_TextBaseline_IDEOGRAPHIC_TOP); + dict_put(d, &flash_external_ExternalInterface, &flash_external_ExternalInterface); + dict_init2(&flash_external_ExternalInterface.members, &memberinfo_type, 8); + dict_put(&flash_external_ExternalInterface.members, &flash_external_ExternalInterface_call, &flash_external_ExternalInterface_call); + dict_put(&flash_external_ExternalInterface.members, &flash_external_ExternalInterface_available, &flash_external_ExternalInterface_available); + dict_put(&flash_external_ExternalInterface.members, &flash_external_ExternalInterface_addCallback, &flash_external_ExternalInterface_addCallback); + dict_put(&flash_external_ExternalInterface.members, &flash_external_ExternalInterface_marshallExceptions, &flash_external_ExternalInterface_marshallExceptions); + dict_put(&flash_external_ExternalInterface.members, &flash_external_ExternalInterface_objectID, &flash_external_ExternalInterface_objectID); + dict_put(d, &_EvalError, &_EvalError); + dict_init2(&_EvalError.members, &memberinfo_type, 8); + dict_put(&_EvalError.members, &_EvalError_length, &_EvalError_length); + dict_put(d, &flash_text_engine_DigitCase, &flash_text_engine_DigitCase); + dict_init2(&flash_text_engine_DigitCase.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_DigitCase.members, &flash_text_engine_DigitCase_OLD_STYLE, &flash_text_engine_DigitCase_OLD_STYLE); + dict_put(&flash_text_engine_DigitCase.members, &flash_text_engine_DigitCase_DEFAULT, &flash_text_engine_DigitCase_DEFAULT); + dict_put(&flash_text_engine_DigitCase.members, &flash_text_engine_DigitCase_LINING, &flash_text_engine_DigitCase_LINING); + dict_put(d, &flash_text_TextFormatAlign, &flash_text_TextFormatAlign); + dict_init2(&flash_text_TextFormatAlign.members, &memberinfo_type, 8); + dict_put(&flash_text_TextFormatAlign.members, &flash_text_TextFormatAlign_LEFT, &flash_text_TextFormatAlign_LEFT); + dict_put(&flash_text_TextFormatAlign.members, &flash_text_TextFormatAlign_RIGHT, &flash_text_TextFormatAlign_RIGHT); + dict_put(&flash_text_TextFormatAlign.members, &flash_text_TextFormatAlign_CENTER, &flash_text_TextFormatAlign_CENTER); + dict_put(&flash_text_TextFormatAlign.members, &flash_text_TextFormatAlign_JUSTIFY, &flash_text_TextFormatAlign_JUSTIFY); + dict_put(d, &flash_errors_ScriptTimeoutError, &flash_errors_ScriptTimeoutError); + dict_init2(&flash_errors_ScriptTimeoutError.members, &memberinfo_type, 8); + dict_put(d, &_uint, &_uint); + dict_init2(&_uint.members, &memberinfo_type, 8); + dict_put(&_uint.members, &_uint_MAX_VALUE, &_uint_MAX_VALUE); + dict_put(&_uint.members, &_uint_valueOf, &_uint_valueOf); + dict_put(&_uint.members, &_uint_length, &_uint_length); + dict_put(&_uint.members, &_uint_MIN_VALUE, &_uint_MIN_VALUE); + dict_put(&_uint.members, &_uint_toString, &_uint_toString); + dict_put(&_uint.members, &_uint_toExponential, &_uint_toExponential); + dict_put(&_uint.members, &_uint_toFixed, &_uint_toFixed); + dict_put(&_uint.members, &_uint_toPrecision, &_uint_toPrecision); + dict_put(d, &flash_debugger_enterDebugger, &flash_debugger_enterDebugger); + dict_put(d, &flash_geom_Orientation3D, &flash_geom_Orientation3D); + dict_init2(&flash_geom_Orientation3D.members, &memberinfo_type, 8); + dict_put(&flash_geom_Orientation3D.members, &flash_geom_Orientation3D_QUATERNION, &flash_geom_Orientation3D_QUATERNION); + dict_put(&flash_geom_Orientation3D.members, &flash_geom_Orientation3D_EULER_ANGLES, &flash_geom_Orientation3D_EULER_ANGLES); + dict_put(&flash_geom_Orientation3D.members, &flash_geom_Orientation3D_AXIS_ANGLE, &flash_geom_Orientation3D_AXIS_ANGLE); + dict_put(d, &flash_text_engine_CFFHinting, &flash_text_engine_CFFHinting); + dict_init2(&flash_text_engine_CFFHinting.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_CFFHinting.members, &flash_text_engine_CFFHinting_HORIZONTAL_STEM, &flash_text_engine_CFFHinting_HORIZONTAL_STEM); + dict_put(&flash_text_engine_CFFHinting.members, &flash_text_engine_CFFHinting_NONE, &flash_text_engine_CFFHinting_NONE); + dict_put(d, &flash_text_FontType, &flash_text_FontType); + dict_init2(&flash_text_FontType.members, &memberinfo_type, 8); + dict_put(&flash_text_FontType.members, &flash_text_FontType_EMBEDDED, &flash_text_FontType_EMBEDDED); + dict_put(&flash_text_FontType.members, &flash_text_FontType_DEVICE, &flash_text_FontType_DEVICE); + dict_put(&flash_text_FontType.members, &flash_text_FontType_EMBEDDED_CFF, &flash_text_FontType_EMBEDDED_CFF); + dict_put(d, &flash_filters_ShaderFilter, &flash_filters_ShaderFilter); + dict_init2(&flash_filters_ShaderFilter.members, &memberinfo_type, 8); + dict_put(&flash_filters_ShaderFilter.members, &flash_filters_ShaderFilter_bottomExtension, &flash_filters_ShaderFilter_bottomExtension); + dict_put(&flash_filters_ShaderFilter.members, &flash_filters_ShaderFilter_shader, &flash_filters_ShaderFilter_shader); + dict_put(&flash_filters_ShaderFilter.members, &flash_filters_ShaderFilter_rightExtension, &flash_filters_ShaderFilter_rightExtension); + dict_put(&flash_filters_ShaderFilter.members, &flash_filters_ShaderFilter_leftExtension, &flash_filters_ShaderFilter_leftExtension); + dict_put(&flash_filters_ShaderFilter.members, &flash_filters_ShaderFilter_topExtension, &flash_filters_ShaderFilter_topExtension); + dict_put(d, &flash_display_GraphicsPath, &flash_display_GraphicsPath); + dict_init2(&flash_display_GraphicsPath.members, &memberinfo_type, 8); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_wideMoveTo, &flash_display_GraphicsPath_wideMoveTo); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_winding, &flash_display_GraphicsPath_winding); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_moveTo, &flash_display_GraphicsPath_moveTo); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_wideLineTo, &flash_display_GraphicsPath_wideLineTo); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_commands, &flash_display_GraphicsPath_commands); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_curveTo, &flash_display_GraphicsPath_curveTo); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_lineTo, &flash_display_GraphicsPath_lineTo); + dict_put(&flash_display_GraphicsPath.members, &flash_display_GraphicsPath_data, &flash_display_GraphicsPath_data); + dict_put(d, &flash_system_ApplicationDomain, &flash_system_ApplicationDomain); + dict_init2(&flash_system_ApplicationDomain.members, &memberinfo_type, 8); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_hasDefinition, &flash_system_ApplicationDomain_hasDefinition); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_getDefinition, &flash_system_ApplicationDomain_getDefinition); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_MIN_DOMAIN_MEMORY_LENGTH, &flash_system_ApplicationDomain_MIN_DOMAIN_MEMORY_LENGTH); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_parentDomain, &flash_system_ApplicationDomain_parentDomain); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_domainMemory, &flash_system_ApplicationDomain_domainMemory); + dict_put(&flash_system_ApplicationDomain.members, &flash_system_ApplicationDomain_currentDomain, &flash_system_ApplicationDomain_currentDomain); + dict_put(d, &flash_events_KeyboardEvent, &flash_events_KeyboardEvent); + dict_init2(&flash_events_KeyboardEvent.members, &memberinfo_type, 31); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_updateAfterEvent, &flash_events_KeyboardEvent_updateAfterEvent); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_charCode, &flash_events_KeyboardEvent_charCode); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_KEY_UP, &flash_events_KeyboardEvent_KEY_UP); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_KEY_DOWN, &flash_events_KeyboardEvent_KEY_DOWN); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_toString, &flash_events_KeyboardEvent_toString); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_keyLocation, &flash_events_KeyboardEvent_keyLocation); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_shiftKey, &flash_events_KeyboardEvent_shiftKey); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_clone, &flash_events_KeyboardEvent_clone); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_ctrlKey, &flash_events_KeyboardEvent_ctrlKey); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_altKey, &flash_events_KeyboardEvent_altKey); + dict_put(&flash_events_KeyboardEvent.members, &flash_events_KeyboardEvent_keyCode, &flash_events_KeyboardEvent_keyCode); + dict_put(d, &adobe_utils_ProductManager, &adobe_utils_ProductManager); + dict_init2(&adobe_utils_ProductManager.members, &memberinfo_type, 8); + dict_put(&adobe_utils_ProductManager.members, &adobe_utils_ProductManager_running, &adobe_utils_ProductManager_running); + dict_put(&adobe_utils_ProductManager.members, &adobe_utils_ProductManager_download, &adobe_utils_ProductManager_download); + dict_put(&adobe_utils_ProductManager.members, &adobe_utils_ProductManager_installedVersion, &adobe_utils_ProductManager_installedVersion); + dict_put(&adobe_utils_ProductManager.members, &adobe_utils_ProductManager_installed, &adobe_utils_ProductManager_installed); + dict_put(&adobe_utils_ProductManager.members, &adobe_utils_ProductManager_launch, &adobe_utils_ProductManager_launch); + dict_put(d, &flash_events_Event, &flash_events_Event); + dict_init2(&flash_events_Event.members, &memberinfo_type, 127); + dict_put(&flash_events_Event.members, &flash_events_Event_CLEAR, &flash_events_Event_CLEAR); + dict_put(&flash_events_Event.members, &flash_events_Event_toString, &flash_events_Event_toString); + dict_put(&flash_events_Event.members, &flash_events_Event_cancelable, &flash_events_Event_cancelable); + dict_put(&flash_events_Event.members, &flash_events_Event_CANCEL, &flash_events_Event_CANCEL); + dict_put(&flash_events_Event.members, &flash_events_Event_clone, &flash_events_Event_clone); + dict_put(&flash_events_Event.members, &flash_events_Event_CONNECT, &flash_events_Event_CONNECT); + dict_put(&flash_events_Event.members, &flash_events_Event_REMOVED_FROM_STAGE, &flash_events_Event_REMOVED_FROM_STAGE); + dict_put(&flash_events_Event.members, &flash_events_Event_FRAME_CONSTRUCTED, &flash_events_Event_FRAME_CONSTRUCTED); + dict_put(&flash_events_Event.members, &flash_events_Event_TAB_INDEX_CHANGE, &flash_events_Event_TAB_INDEX_CHANGE); + dict_put(&flash_events_Event.members, &flash_events_Event_currentTarget, &flash_events_Event_currentTarget); + dict_put(&flash_events_Event.members, &flash_events_Event_ADDED, &flash_events_Event_ADDED); + dict_put(&flash_events_Event.members, &flash_events_Event_OPEN, &flash_events_Event_OPEN); + dict_put(&flash_events_Event.members, &flash_events_Event_TAB_CHILDREN_CHANGE, &flash_events_Event_TAB_CHILDREN_CHANGE); + dict_put(&flash_events_Event.members, &flash_events_Event_COMPLETE, &flash_events_Event_COMPLETE); + dict_put(&flash_events_Event.members, &flash_events_Event_ACTIVATE, &flash_events_Event_ACTIVATE); + dict_put(&flash_events_Event.members, &flash_events_Event_RENDER, &flash_events_Event_RENDER); + dict_put(&flash_events_Event.members, &flash_events_Event_EXIT_FRAME, &flash_events_Event_EXIT_FRAME); + dict_put(&flash_events_Event.members, &flash_events_Event_type, &flash_events_Event_type); + dict_put(&flash_events_Event.members, &flash_events_Event_DEACTIVATE, &flash_events_Event_DEACTIVATE); + dict_put(&flash_events_Event.members, &flash_events_Event_stopImmediatePropagation, &flash_events_Event_stopImmediatePropagation); + dict_put(&flash_events_Event.members, &flash_events_Event_SELECT_ALL, &flash_events_Event_SELECT_ALL); + dict_put(&flash_events_Event.members, &flash_events_Event_CUT, &flash_events_Event_CUT); + dict_put(&flash_events_Event.members, &flash_events_Event_ENTER_FRAME, &flash_events_Event_ENTER_FRAME); + dict_put(&flash_events_Event.members, &flash_events_Event_INIT, &flash_events_Event_INIT); + dict_put(&flash_events_Event.members, &flash_events_Event_SOUND_COMPLETE, &flash_events_Event_SOUND_COMPLETE); + dict_put(&flash_events_Event.members, &flash_events_Event_COPY, &flash_events_Event_COPY); + dict_put(&flash_events_Event.members, &flash_events_Event_isDefaultPrevented, &flash_events_Event_isDefaultPrevented); + dict_put(&flash_events_Event.members, &flash_events_Event_PASTE, &flash_events_Event_PASTE); + dict_put(&flash_events_Event.members, &flash_events_Event_stopPropagation, &flash_events_Event_stopPropagation); + dict_put(&flash_events_Event.members, &flash_events_Event_CLOSE, &flash_events_Event_CLOSE); + dict_put(&flash_events_Event.members, &flash_events_Event_REMOVED, &flash_events_Event_REMOVED); + dict_put(&flash_events_Event.members, &flash_events_Event_TAB_ENABLED_CHANGE, &flash_events_Event_TAB_ENABLED_CHANGE); + dict_put(&flash_events_Event.members, &flash_events_Event_eventPhase, &flash_events_Event_eventPhase); + dict_put(&flash_events_Event.members, &flash_events_Event_UNLOAD, &flash_events_Event_UNLOAD); + dict_put(&flash_events_Event.members, &flash_events_Event_bubbles, &flash_events_Event_bubbles); + dict_put(&flash_events_Event.members, &flash_events_Event_formatToString, &flash_events_Event_formatToString); + dict_put(&flash_events_Event.members, &flash_events_Event_FULLSCREEN, &flash_events_Event_FULLSCREEN); + dict_put(&flash_events_Event.members, &flash_events_Event_MOUSE_LEAVE, &flash_events_Event_MOUSE_LEAVE); + dict_put(&flash_events_Event.members, &flash_events_Event_ID3, &flash_events_Event_ID3); + dict_put(&flash_events_Event.members, &flash_events_Event_RESIZE, &flash_events_Event_RESIZE); + dict_put(&flash_events_Event.members, &flash_events_Event_CHANGE, &flash_events_Event_CHANGE); + dict_put(&flash_events_Event.members, &flash_events_Event_SELECT, &flash_events_Event_SELECT); + dict_put(&flash_events_Event.members, &flash_events_Event_SCROLL, &flash_events_Event_SCROLL); + dict_put(&flash_events_Event.members, &flash_events_Event_ADDED_TO_STAGE, &flash_events_Event_ADDED_TO_STAGE); + dict_put(&flash_events_Event.members, &flash_events_Event_preventDefault, &flash_events_Event_preventDefault); + dict_put(&flash_events_Event.members, &flash_events_Event_target, &flash_events_Event_target); + dict_put(d, &flash_desktop_ClipboardFormats, &flash_desktop_ClipboardFormats); + dict_init2(&flash_desktop_ClipboardFormats.members, &memberinfo_type, 15); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_TEXT_FORMAT, &flash_desktop_ClipboardFormats_TEXT_FORMAT); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_BITMAP_FORMAT, &flash_desktop_ClipboardFormats_BITMAP_FORMAT); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_FLASH_PREFIX, &flash_desktop_ClipboardFormats_FLASH_PREFIX); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_HTML_FORMAT, &flash_desktop_ClipboardFormats_HTML_FORMAT); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_REFERENCE_PREFIX, &flash_desktop_ClipboardFormats_REFERENCE_PREFIX); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_AIR_PREFIX, &flash_desktop_ClipboardFormats_AIR_PREFIX); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_SERIALIZATION_PREFIX, &flash_desktop_ClipboardFormats_SERIALIZATION_PREFIX); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_RICH_TEXT_FORMAT, &flash_desktop_ClipboardFormats_RICH_TEXT_FORMAT); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_URL_FORMAT, &flash_desktop_ClipboardFormats_URL_FORMAT); + dict_put(&flash_desktop_ClipboardFormats.members, &flash_desktop_ClipboardFormats_FILE_LIST_FORMAT, &flash_desktop_ClipboardFormats_FILE_LIST_FORMAT); + dict_put(d, &flash_display_MovieClip, &flash_display_MovieClip); + dict_init2(&flash_display_MovieClip.members, &memberinfo_type, 31); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_prevScene, &flash_display_MovieClip_prevScene); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_gotoAndPlay, &flash_display_MovieClip_gotoAndPlay); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_currentLabels, &flash_display_MovieClip_currentLabels); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_nextFrame, &flash_display_MovieClip_nextFrame); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_currentScene, &flash_display_MovieClip_currentScene); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_enabled, &flash_display_MovieClip_enabled); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_currentFrameLabel, &flash_display_MovieClip_currentFrameLabel); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_play, &flash_display_MovieClip_play); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_framesLoaded, &flash_display_MovieClip_framesLoaded); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_scenes, &flash_display_MovieClip_scenes); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_addFrameScript, &flash_display_MovieClip_addFrameScript); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_currentLabel, &flash_display_MovieClip_currentLabel); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_prevFrame, &flash_display_MovieClip_prevFrame); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_gotoAndStop, &flash_display_MovieClip_gotoAndStop); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_currentFrame, &flash_display_MovieClip_currentFrame); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_nextScene, &flash_display_MovieClip_nextScene); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_totalFrames, &flash_display_MovieClip_totalFrames); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_trackAsMenu, &flash_display_MovieClip_trackAsMenu); + dict_put(&flash_display_MovieClip.members, &flash_display_MovieClip_stop, &flash_display_MovieClip_stop); + dict_put(d, &flash_display_BitmapData, &flash_display_BitmapData); + dict_init2(&flash_display_BitmapData.members, &memberinfo_type, 63); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_getPixel32, &flash_display_BitmapData_getPixel32); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_draw, &flash_display_BitmapData_draw); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_setPixels, &flash_display_BitmapData_setPixels); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_copyPixels, &flash_display_BitmapData_copyPixels); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_histogram, &flash_display_BitmapData_histogram); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_scroll, &flash_display_BitmapData_scroll); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_transparent, &flash_display_BitmapData_transparent); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_noise, &flash_display_BitmapData_noise); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_threshold, &flash_display_BitmapData_threshold); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_paletteMap, &flash_display_BitmapData_paletteMap); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_perlinNoise, &flash_display_BitmapData_perlinNoise); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_hitTest, &flash_display_BitmapData_hitTest); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_getPixel, &flash_display_BitmapData_getPixel); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_unlock, &flash_display_BitmapData_unlock); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_height, &flash_display_BitmapData_height); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_copyChannel, &flash_display_BitmapData_copyChannel); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_width, &flash_display_BitmapData_width); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_clone, &flash_display_BitmapData_clone); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_colorTransform, &flash_display_BitmapData_colorTransform); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_generateFilterRect, &flash_display_BitmapData_generateFilterRect); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_compare, &flash_display_BitmapData_compare); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_fillRect, &flash_display_BitmapData_fillRect); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_setVector, &flash_display_BitmapData_setVector); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_floodFill, &flash_display_BitmapData_floodFill); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_pixelDissolve, &flash_display_BitmapData_pixelDissolve); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_setPixel, &flash_display_BitmapData_setPixel); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_setPixel32, &flash_display_BitmapData_setPixel32); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_lock, &flash_display_BitmapData_lock); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_getVector, &flash_display_BitmapData_getVector); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_getColorBoundsRect, &flash_display_BitmapData_getColorBoundsRect); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_getPixels, &flash_display_BitmapData_getPixels); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_merge, &flash_display_BitmapData_merge); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_rect, &flash_display_BitmapData_rect); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_applyFilter, &flash_display_BitmapData_applyFilter); + dict_put(&flash_display_BitmapData.members, &flash_display_BitmapData_dispose, &flash_display_BitmapData_dispose); + dict_put(d, &flash_text_engine_LigatureLevel, &flash_text_engine_LigatureLevel); + dict_init2(&flash_text_engine_LigatureLevel.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_LigatureLevel.members, &flash_text_engine_LigatureLevel_UNCOMMON, &flash_text_engine_LigatureLevel_UNCOMMON); + dict_put(&flash_text_engine_LigatureLevel.members, &flash_text_engine_LigatureLevel_COMMON, &flash_text_engine_LigatureLevel_COMMON); + dict_put(&flash_text_engine_LigatureLevel.members, &flash_text_engine_LigatureLevel_EXOTIC, &flash_text_engine_LigatureLevel_EXOTIC); + dict_put(&flash_text_engine_LigatureLevel.members, &flash_text_engine_LigatureLevel_MINIMUM, &flash_text_engine_LigatureLevel_MINIMUM); + dict_put(&flash_text_engine_LigatureLevel.members, &flash_text_engine_LigatureLevel_NONE, &flash_text_engine_LigatureLevel_NONE); + dict_put(d, &_Infinity, &_Infinity); + dict_put(d, &flash_text_engine_FontDescription, &flash_text_engine_FontDescription); + dict_init2(&flash_text_engine_FontDescription.members, &memberinfo_type, 15); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_isFontCompatible, &flash_text_engine_FontDescription_isFontCompatible); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_renderingMode, &flash_text_engine_FontDescription_renderingMode); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_cffHinting, &flash_text_engine_FontDescription_cffHinting); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_fontPosture, &flash_text_engine_FontDescription_fontPosture); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_fontName, &flash_text_engine_FontDescription_fontName); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_fontLookup, &flash_text_engine_FontDescription_fontLookup); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_locked, &flash_text_engine_FontDescription_locked); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_fontWeight, &flash_text_engine_FontDescription_fontWeight); + dict_put(&flash_text_engine_FontDescription.members, &flash_text_engine_FontDescription_clone, &flash_text_engine_FontDescription_clone); + dict_put(d, &flash_text_engine_TextElement, &flash_text_engine_TextElement); + dict_init2(&flash_text_engine_TextElement.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextElement.members, &flash_text_engine_TextElement_replaceText, &flash_text_engine_TextElement_replaceText); + dict_put(d, &flash_display_SWFVersion, &flash_display_SWFVersion); + dict_init2(&flash_display_SWFVersion.members, &memberinfo_type, 8); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH4, &flash_display_SWFVersion_FLASH4); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH7, &flash_display_SWFVersion_FLASH7); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH8, &flash_display_SWFVersion_FLASH8); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH3, &flash_display_SWFVersion_FLASH3); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH6, &flash_display_SWFVersion_FLASH6); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH9, &flash_display_SWFVersion_FLASH9); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH2, &flash_display_SWFVersion_FLASH2); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH5, &flash_display_SWFVersion_FLASH5); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH10, &flash_display_SWFVersion_FLASH10); + dict_put(&flash_display_SWFVersion.members, &flash_display_SWFVersion_FLASH1, &flash_display_SWFVersion_FLASH1); + dict_put(d, &flash_net_URLLoader, &flash_net_URLLoader); + dict_init2(&flash_net_URLLoader.members, &memberinfo_type, 8); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_close, &flash_net_URLLoader_close); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_bytesLoaded, &flash_net_URLLoader_bytesLoaded); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_load, &flash_net_URLLoader_load); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_bytesTotal, &flash_net_URLLoader_bytesTotal); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_dataFormat, &flash_net_URLLoader_dataFormat); + dict_put(&flash_net_URLLoader.members, &flash_net_URLLoader_data, &flash_net_URLLoader_data); + dict_put(d, &flash_geom_Matrix, &flash_geom_Matrix); + dict_init2(&flash_geom_Matrix.members, &memberinfo_type, 31); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_b, &flash_geom_Matrix_b); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_deltaTransformPoint, &flash_geom_Matrix_deltaTransformPoint); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_identity, &flash_geom_Matrix_identity); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_ty, &flash_geom_Matrix_ty); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_translate, &flash_geom_Matrix_translate); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_concat, &flash_geom_Matrix_concat); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_c, &flash_geom_Matrix_c); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_a, &flash_geom_Matrix_a); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_scale, &flash_geom_Matrix_scale); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_d, &flash_geom_Matrix_d); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_transformPoint, &flash_geom_Matrix_transformPoint); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_rotate, &flash_geom_Matrix_rotate); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_createGradientBox, &flash_geom_Matrix_createGradientBox); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_toString, &flash_geom_Matrix_toString); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_invert, &flash_geom_Matrix_invert); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_clone, &flash_geom_Matrix_clone); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_tx, &flash_geom_Matrix_tx); + dict_put(&flash_geom_Matrix.members, &flash_geom_Matrix_createBox, &flash_geom_Matrix_createBox); + dict_put(d, &flash_accessibility_Accessibility, &flash_accessibility_Accessibility); + dict_init2(&flash_accessibility_Accessibility.members, &memberinfo_type, 8); + dict_put(&flash_accessibility_Accessibility.members, &flash_accessibility_Accessibility_active, &flash_accessibility_Accessibility_active); + dict_put(&flash_accessibility_Accessibility.members, &flash_accessibility_Accessibility_updateProperties, &flash_accessibility_Accessibility_updateProperties); + dict_put(&flash_accessibility_Accessibility.members, &flash_accessibility_Accessibility_sendEvent, &flash_accessibility_Accessibility_sendEvent); + dict_put(d, &flash_net_sendToURL, &flash_net_sendToURL); + dict_put(d, &flash_filters_GlowFilter, &flash_filters_GlowFilter); + dict_init2(&flash_filters_GlowFilter.members, &memberinfo_type, 8); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_blurY, &flash_filters_GlowFilter_blurY); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_strength, &flash_filters_GlowFilter_strength); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_inner, &flash_filters_GlowFilter_inner); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_color, &flash_filters_GlowFilter_color); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_clone, &flash_filters_GlowFilter_clone); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_quality, &flash_filters_GlowFilter_quality); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_knockout, &flash_filters_GlowFilter_knockout); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_alpha, &flash_filters_GlowFilter_alpha); + dict_put(&flash_filters_GlowFilter.members, &flash_filters_GlowFilter_blurX, &flash_filters_GlowFilter_blurX); + dict_put(d, &flash_events_FullScreenEvent, &flash_events_FullScreenEvent); + dict_init2(&flash_events_FullScreenEvent.members, &memberinfo_type, 8); + dict_put(&flash_events_FullScreenEvent.members, &flash_events_FullScreenEvent_FULL_SCREEN, &flash_events_FullScreenEvent_FULL_SCREEN); + dict_put(&flash_events_FullScreenEvent.members, &flash_events_FullScreenEvent_toString, &flash_events_FullScreenEvent_toString); + dict_put(&flash_events_FullScreenEvent.members, &flash_events_FullScreenEvent_clone, &flash_events_FullScreenEvent_clone); + dict_put(&flash_events_FullScreenEvent.members, &flash_events_FullScreenEvent_fullScreen, &flash_events_FullScreenEvent_fullScreen); + dict_put(d, &flash_display_StageDisplayState, &flash_display_StageDisplayState); + dict_init2(&flash_display_StageDisplayState.members, &memberinfo_type, 8); + dict_put(&flash_display_StageDisplayState.members, &flash_display_StageDisplayState_NORMAL, &flash_display_StageDisplayState_NORMAL); + dict_put(&flash_display_StageDisplayState.members, &flash_display_StageDisplayState_FULL_SCREEN, &flash_display_StageDisplayState_FULL_SCREEN); + dict_put(d, &flash_text_engine_TextJustifier, &flash_text_engine_TextJustifier); + dict_init2(&flash_text_engine_TextJustifier.members, &memberinfo_type, 8); + dict_put(&flash_text_engine_TextJustifier.members, &flash_text_engine_TextJustifier_getJustifierForLocale, &flash_text_engine_TextJustifier_getJustifierForLocale); + dict_put(&flash_text_engine_TextJustifier.members, &flash_text_engine_TextJustifier_lineJustification, &flash_text_engine_TextJustifier_lineJustification); + dict_put(&flash_text_engine_TextJustifier.members, &flash_text_engine_TextJustifier_locale, &flash_text_engine_TextJustifier_locale); + dict_put(&flash_text_engine_TextJustifier.members, &flash_text_engine_TextJustifier_clone, &flash_text_engine_TextJustifier_clone); + dict_put(d, &flash_display_StageAlign, &flash_display_StageAlign); + dict_init2(&flash_display_StageAlign.members, &memberinfo_type, 15); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_RIGHT, &flash_display_StageAlign_RIGHT); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_BOTTOM, &flash_display_StageAlign_BOTTOM); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_BOTTOM_LEFT, &flash_display_StageAlign_BOTTOM_LEFT); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_TOP_RIGHT, &flash_display_StageAlign_TOP_RIGHT); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_TOP, &flash_display_StageAlign_TOP); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_LEFT, &flash_display_StageAlign_LEFT); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_BOTTOM_RIGHT, &flash_display_StageAlign_BOTTOM_RIGHT); + dict_put(&flash_display_StageAlign.members, &flash_display_StageAlign_TOP_LEFT, &flash_display_StageAlign_TOP_LEFT); + dict_put(d, &_NaN, &_NaN); + dict_put(d, &_ReferenceError, &_ReferenceError); + dict_init2(&_ReferenceError.members, &memberinfo_type, 8); + dict_put(&_ReferenceError.members, &_ReferenceError_length, &_ReferenceError_length); + dict_put(d, &flash_display_Shape, &flash_display_Shape); + dict_init2(&flash_display_Shape.members, &memberinfo_type, 8); + dict_put(&flash_display_Shape.members, &flash_display_Shape_graphics, &flash_display_Shape_graphics); + _NaN_constant.f = __builtin_nan(""); + _Infinity_constant.f = __builtin_inf(); return d; }