Skip to main content

All Questions

Tagged with
2 votes
2 answers
591 views

Is it possible to merge two SWC files into one?

I'm currently trying to do some much needed cleanup in one of our projects and as part of that I am splitting up a blob SWC into multiple smaller ones. So far so good. The problem now is that due to ...
Teodor Jakobsson's user avatar
2 votes
1 answer
825 views

Compiling SWC file with ant fails: "include-sources doesn't support the path-element attribute"

I am trying to compile a src folder into a SWC file. But it returns the following error: build.xml:9: include-sources doesn't support the "path-element" attribute This is my build file: <...
Or Barmatz's user avatar
0 votes
1 answer
2k views

How do I use compc to build a swc that dynamically links in Flex components?

In Flash Builder 4.6, when managing a Flex project, under the Build Path options for a Flex Library Project, I can select between "external" and "Merged into code" Framework linkage, with "external" ...
Steven's user avatar
  • 18k
1 vote
0 answers
211 views

How can I generate a SWC from asset files dynamically?

Lets say you have 3 swf files in a directory: /game/assets/ 1.swf 2.swf 3.swf What I need to do, is package these up into a SWC File, and then move that SWC file to the libs/ directory. I plan to ...
user1059939's user avatar
  • 1,685
2 votes
2 answers
519 views

Actionscript 3 - Script Libraries

I'm attempting to load the resulting swf of a swc build manually. Due to my particular environment, we have a need to segregate class definitions into swcs (where it makes sense) to remove redundant ...
Demian Brecht's user avatar
1 vote
2 answers
1k views

How to create an SWC file

All I want is to take my AS3 source code files and compile them into a SWC file. Upon inspection, the SWC files I generate end up with some kind of timeline or spite in them when I use the Flash IDE ...
Triynko's user avatar
  • 19.1k
1 vote
1 answer
1k views

Compiling a Flex Library with a source attachment using compc or FlashBuilder

I am trying to compile a Library SWC using FlashBuilder while retaining the references to the source code so that asdocs will still appear and the debugger will show source code when there is a ...
Mims H. Wright's user avatar
0 votes
2 answers
2k views

How to compile a SWC file with mulitple namespaces

I'm trying to compile an SWC file from a list of given ActionScript classes. I'm using the compc compiler. The problem is that there are so many classes grouped into multiple namespaces that I am ...
Draco's user avatar
  • 16.3k
3 votes
2 answers
6k views

Compile a SWC using COMPC, excluding 3rd party libs

I have a code library that I have built. It relies on 2 other (third party) libraries. At the moment, when I compile the library into a swc, both third party libraries are included. I am looking for a ...
Undistraction's user avatar