4
votes
2answers
86 views
ActionScript 3 Workflow using SWCs with linked external classes
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I wa …
2
votes
1answer
28 views
Loading .swc assets into array, in pure Actionscript 3 project
Hello,
I know how to get Flash CS4 symbols into Flash Builder via .swc.
The class names become available in the main class, but I can only instantiate those one by one, writing ea …
1
vote
4answers
81 views
Unit Testing Flex/Flash Libraries in FlashBuilder
For a normal Flash/Flex application I would include my Unit Tests in my application project (perhaps in a tests source folder alongside my main src folder). I'd then have two appli …
1
vote
1answer
31 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 wh …
1
vote
1answer
323 views
Flash CS4 and SWC file library path’s
I have a SWC file with a skinned version of the ActionScript 3 UI components. I want to use this SWC file on 'some' of my projects so instead of dropping the file in the Adobe Flas …
0
votes
2answers
143 views
Flash and Flex workflow using a SWC
Ill try to explain the best i can :)
I want to use the strengths of both Flex and Flash in an upcoming project. Doing the graphical related stuff in Flash and all the coding in Fl …
0
votes
2answers
75 views
How to compile a SWC file with mulitple namespaces
Hi,
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 …
0
votes
1answer
241 views
merge custom skin & custom class into SWC
If I have an *.as file that is my custom component, a SWC class that contains the custom components skins and a css file that tells the custom class how it should look (references …
1
vote
4answers
486 views
Q: How to associate linked SWC MovieClip asset with a Class in FlexBuilder Actionscript project
I'm using Flex Builder more and more and attempting to create a fairly asset heavy application all in Flex Builder.
I know how to publish or export Flash assets as SWC's so they ar …
0
votes
2answers
344 views
What is a Flash .SWC file and how is it used?
What is a .SWC file and how is it commonly used?
1
vote
0answers
132 views
Live Preview on a Flex (compc) generated SWC
Does anyone know what criterea Flash uses for discovering the Live Preview class for a Component?
Background
We are attempting to automate the creation of a SWC that contains a c …
0
votes
2answers
335 views
Compile a SWC using COMPC, excluding 3rd party libs.
Hi,
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 inc …
0
votes
0answers
45 views
how to distribute a Flash component for use with MTASC?
I have a Flash component that's just a library of compiled code with some exposed API calls. Normally we distribute this as a SWC or MXP, and it works just fine. Recently I had a c …
1
vote
2answers
971 views
compile a swc in flash for use in flex, with a class written in flex
OK,
It sounds complicated, but it's not. Here goes:
I want to use some assets ( buttons, etc. ) I'm creating in flash in a flex actionscript project. Since all my assets are bello …
2
votes
3answers
281 views
What is the best way to share assets - icons/images - across multiple Flex applications?
I am in the process of creating a new - "lite" - version of a Flex application I created a while ago. I have been porting over many of the Classes and Components to a Flex Library …
