eclipse - Flash builder doesn't create swf file in custom output folder -
i trying build flex project custom output folder. running flash builder on windows , have set output folder custom location.
when build project, swf file in not generated in output folder. instead, folders of package (e.g. my.package.name generates folder structure my/package/name) , swf file in generated in inner directory.
i know shouldn't happening (fb should generating swf file directly under custom output folder) can't figure out why it's not working.
please check in source code. think using my.package.name in actionscript class or in <fx:script> tag. therefore compiled output creating directory according package name.
Comments
Post a Comment