@
Glorious
excause me,do you build the .swf file?i use intellij 14 build this code ,it give this log:
Information:[ROMclient (module Cli_source)]: Starting Flex compiler:
"D:\Program Files (x86)\IntelliJ IDEA 14.0.2\jre\jre\bin\java.exe" -Dapplication.home=G:\tdownloader\flex -Xmx384m -Dsun.io.useCanonCaches=false -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\idea-flex-compiler-fix.jar;D:\Program Files (x86)\IntelliJ IDEA 14.0.2\plugins\flex\lib\flex-compiler.jar;G:\tdownloader\flex\lib\flex-compiler-oem.jar" com.intellij.flex.compiler.FlexCompiler 55472
Information:[ROMclient (module Cli_source)]: mxmlc -load-config=C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
Information:[ROMclient (module Cli_source)]: Loading configuration file C:\Users\Administrator\.IntelliJIdea14\system\compile-server\_temp_\IntelliJ_IDEA\idea-8BBC91C9-61CF1281.xml
Information:[ROMclient (module Cli_source)]: H:\tdownloader\AS3-Clubs_Organized-master\ROMclient.swf (271692 bytes)
Information:[ROMclient (module Cli_source)]: Compilation successful
Information:2016/5/25 0025 下午 3:25 - Compilation completed successfully with 6 warnings in 4 sec
H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_05R_\GTween.as
Warning:Warning:line (37)[ROMclient (module Cli_source)]: Error code: 1008: variable 'data' has no type declaration.
Warning:Warning:line (448)[ROMclient (module Cli_source)]: Error code: 1084: var 'tween' will be scoped to the default namespace:
TargetProxy: internal. It will not be visible outside of this package.
Warning:Warning:line (453)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'callProperty' has no type declaration.
Warning:Warning:line (456)[ROMclient (module Cli_source)]: Error code: 1008: return value for function 'getProperty' has no type declaration.
H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\source\_sp\_09K_.as
Warning:Warning:line (162)[ROMclient (module Cli_source)]: Error code: 1008: variable '_local1' has no type declaration.
H:\tdownloader\AS3-Clubs_Organized-master\Cli_source\src\menus\_02a.as
Warning:Warning:[ROMclient (module Cli_source)]: This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option.
-----------------------------
what does it wrong?i didn't change anyone.how can i fix those error?