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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -