• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Actionscript Modules

Community Beginner ,
Apr 26, 2011 Apr 26, 2011

Copy link to clipboard

Copied

Hello there,

I'm having a problem with the Actionscript Modules, please help.

I have an Actionscript Project, with 3 classes defined at Actionscript Modules.

When I create or edit, FlashBuilder show me the output SWF input field. So I have defined the name of the .swf file corresponding to the class. ok.

It also says ('in output folder') so I expect to find my module file at my output bin.

But it compiles the modules inside a folder structure that flash builder builds all alone. It creates folders such as my packages inside the output folder. Missing all my .swfs.

For example: I have a class client.view.home.HomePage.as at Actionscript Modules i defined it will be exported as home.swf

But at my bin folder I got: bin/client/view/home/home.swf  I want it to be as bin/home.swf

How can I change this?

Views

684

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 28, 2011 Apr 28, 2011

Copy link to clipboard

Copied

LATEST

Hi,

Currently, there's no way to customize the output folder structure for modules.

If you need it in bin-debug, create the module in the default package.

Please file an enhancement request at https://bugs.adobe.com/flex/

-Anirudh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines