?????????collect.swf??????????????????????FlexBuilder,????????????????? ????? Hello there! I want to recompile collect.swf this document, I do not know how this document is produced, I installed FlexBuilder, compile time error will prompt, how can I do? thank you very much! |
Hi, what compile time error do you have? Have you followed the instructions in the readme file (you can read ithere)? |
[Bindable] not allowed on static functions. Application.as /collect/src/org/openforis/collect line 142 [Bindable] public static function get preview():Boolean { return _preview; } change to: [Bindable] public function get preview():Boolean { return _preview; } is ok! |
Hi, please download and use the Flex SDK 4.5.1. Then change the "Additional compiler arguments" in the project properties; the config parameter "debug" must be renamed into "debugging", so the arguments will be:
Thanks, |
Hi, |
Thanks, I use Maven command line compile succed! is very good! |