Skip to main content

All Questions

Tagged with
0 votes
1 answer
574 views

How to build a SWC with documentation

UPDATE solved: embed doc with swc solved: weird param names: param0, param1, etc. I created a swc lib using compc. Then I created the lib doc with asdoc. But I dont know how to bind them together, ...
Fabricio's user avatar
  • 7,885
-1 votes
1 answer
893 views

Using <compc> to build SWC

I am using ant to build swc automatically, but the built swc only 3K. I checked several solutions, but there is nothing difference with my build.xml, Help! my build.xml looks like as following <...
Tinggo's user avatar
  • 1,137
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
1 vote
1 answer
1k views

Building a swc in command line or ant

First off - I'm not super familiar with Flash Builder or ActionScript. I have an ActionScript project in Flash Builder. I know I can generate a swc file by doing Project > Build, and it will build a ...
triad's user avatar
  • 21.1k
0 votes
1 answer
2k views

Create SWC using Flash Builder 4

I need to embed my graphic assets into a swc. I created a diretrory structure reflecting my packages com example Foo.png I need to create a swc containing a com.example.Foo class (...
Antonello Pasella's user avatar
1 vote
1 answer
1k views

use a style.css file from a .swc and build the Flex project with ANT

I have an .SWC library with a style.css file inside. The .SWC file is added to my project and the style.css is used this way: <fx:Style source="assets/style/style.css" /> If I want to build my ...
hering's user avatar
  • 1,954