Tagged Questions
An Adobe SWC file is a package of precompiled Flash symbols and ActionScript code that allows a Flash or Flex developer to distribute classes and assets, or to avoid recompiling symbols and code that will not change.
11
votes
3answers
20k views
5
votes
1answer
638 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 component to be used ...
4
votes
3answers
953 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 want to allow my ...
4
votes
4answers
388 views
Is there a standardised way to embed metadata (e.g. version, license) in SWC components?
Scenario: there is an Adobe Flex 3 project which uses several third-party libraries and components in the form of SWC files.
How can we know "what is inside" those SWC files? Specifically, how can I ...
3
votes
2answers
133 views
stop traces in swc-library (actionscript3)
There are a lot of traces embedded in a swc-library I'm using in flash-builder.
Can I get rid of them without touching its code? How?
Thanks
3
votes
1answer
815 views
Working with SWCs - getDefinitionByName issue
I have a bunch of graphics assets in a fla, the MovieClips are linked to some classes. I export the fla as a swc , which I add to my library with the option "Merged into Code".
All works great, I can ...
3
votes
2answers
461 views
Runtime introspection of linked SWC using ActionScript 3.0 + Flash/Flex
Wow, my first post on Stack Overflow. Have I "arrived"?
Okay, this is an oddball. I'm trying to determine whether there might be some programmatic way to introspect the classes within a linked SWC at ...
3
votes
2answers
705 views
Force compile-time linking of all classes in a SWC
Using Flash CS4, I am making a game that has a dozen or so sounds and a couple of music tracks. To cut down on publish/compile time, I have moved the sounds and music into an (external) SWC, which is ...
3
votes
1answer
595 views
Flex Preloader sometimes doesn't show before it is at 100%
I have created a Flex custom preloader, exactly like it is done in this example: http://www.gotoandlearn.com/play?id=108
Now when I implement this, is seems to work fine on my computer in FireFox and ...
3
votes
4answers
750 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 application entry points: ...
3
votes
1answer
1k views
Flex / Flash: How to embed the same font in multiple SWCs
I have the following project structure:
- A Flex Project (SDK 3.3)
- Multiple SWCs with grafics and textfields that are used as components in the Flex project.
Since I have a lot of SWCs that all use ...
2
votes
2answers
60 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 ...
2
votes
0answers
72 views
accessing .so - extension context does not have a method
I have been playing around with a spare playbook to see what features i can unearth/unlock by rooting.
I have found a directory containg .so files which i am aware we can access by creating a mobile ...
2
votes
4answers
2k views
Flash Builder - How to build or include an SWC
I'm trying to recreate a modernized version of this tutorail here - but I'm having problems building building and referencing an SWC file for inclusion in my project in Flash Builder. Whenever I try ...
2
votes
1answer
149 views
Generate an SWC file in Flash AS3 that contains ASDOCS
I can create SWC files. I can create ASDOCs.
Is there any way of combining this in Flash IDE or FlashDevelop? I would like the ASDOCs to "live" in the SWC.
2
votes
1answer
109 views
How do I use Flash Professional Assets in Adobe Air
I built a game in Flash Professional and pure AS3.
Now I wanted to port it to iOS using Air 2.6. I do this by first creating the SWC file from Flash and then I compile and package the game using the ...
2
votes
1answer
304 views
automation errors in Flex Builder 3 when importing a swc from Flash CS 5
I am facing a really weird issue while trying to use an "swc" file imported from Flash CS5, that I am trying to use in Flex Builder 3 (by converting symbol to "Flex Component"). The errors are coming ...
2
votes
1answer
606 views
Flex 4 - flexpaper help
I'm trying to get the flexpaper document viewer working in my flex app, but don't seem to be having any luck.
flexpaper - http://flexpaper.devaldi.com/default.jsp
I've downloaded the swc file here - ...
2
votes
1answer
198 views
How do I include a SWC in an AS2 Flash project?
In AS3, I know how to accomplish this. One needs only to click "ActionScript Settings", and navigate to the SWC file under "SWC Files or Folders Containing SWC Files".
However, when the project is ...
2
votes
2answers
771 views
Flex Modules vs RSL
I'm a little bit confused about when is better to use Flex Modules or RSL libriaries (in Flex 3.5).
My goal is split my project in several unit projects, so I can test and work separately. Let's ...
2
votes
1answer
534 views
combine mutiple movie clip functions into a single swc file or MXP file For Flash Action Script 3.0?
I have to build one MXP package for Flash (not Flex). But i have multiple components, somthing like HelpSymbolMovieClips(have its on class), one image holder. etc. I need to combine there swc file ...
2
votes
3answers
1k views
what is SWC, when/where we use SWC in Flash
Does any one know what is SWC and where we use this SWC in Flash Development.
thanks in advance
2
votes
1answer
3k views
Loading .swc assets into array, in pure Actionscript 3 project
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 each name into the code.
How ...
2
votes
2answers
2k 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 ...
2
votes
3answers
1k 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 Project that ...
1
vote
2answers
21 views
create a swc file for existing flex application
I had flex project with few action script files.
I want to make the project as swc file. So can i know how to create it as swc file.
Thanks,
Ravi
1
vote
1answer
30 views
how to compile flex modules?
I'm trying to migrate from flash builder to eclipse FDT in order to have one IDE for everything. the problem is that I have a lot of flex modules in my projects and it seems that FDT doesn't have ...
1
vote
0answers
31 views
Why Adobe Flash CS3 exports only class without symbol from other SWC
I've created Common.swc using Flash CS3. It exports class NotificationWindow, symbol CloseButton and appropriate class. These symbol and class are used by NotificationWindow. Then I created ...
1
vote
1answer
182 views
flashdevelop halted with no explicit compile error
We are developing flash based games using flashdevelop and flash CS 3. We are using flash CS3 to publish the swc and the swc will be used in flashdevlop as library.
Everything seems well, until one ...
1
vote
2answers
285 views
Maven failure to download swc files
I'm trying to use Maven to build a Flex project using the Sonatype flexmojos. I've set up the project and the build mostly works until it tries to download various swc files from the Sonatype ...
1
vote
2answers
876 views
how to use swc file in flash builder project
HI..
i have a swc file i have added file to my project using
http://interactivesection.files.wordpress.com/2008/11/use_flash_code_library_in_flex.jpg
how can i use this component in my flash builder ...
1
vote
1answer
156 views
How can I make a superclass that is available in Flex and Flash?
I am working on a project that is utilizing Flash Professional and Flash Builder. The art team creates assets in Flash Pro and publishes the project as a SWC. I then copy the SWC into my Flash ...
1
vote
1answer
419 views
Flex .swc build using org.sonatype.flexmojos is failing
I am trying to create and build a flex library project (.swc) using maven 2 firsttime.
I am able to create directory structure but build is failing.
My maven settings are :
Maven version : ...
1
vote
1answer
372 views
Preload sound AS3
I have AS3 project, made with FlashBuilder. I'm using MovieClips from an external .SWC-file.
In a MovieClip from the .SWF-file, I want to use an audio-file.
Is it possible to preload a sound-file ...
1
vote
2answers
419 views
Flex 4 Air 2 RSL (Runtime Shared Libraries)
Has anyone got any experience will loading SWC / SWZ's at runtime within a Flex 4 / Air 2 desktop application?
The very rough idea would be to have a desktop Air app, which is able to "download" ...
1
vote
1answer
258 views
The meaning of “External” linking mode in Flex Builder
There are three modes to link an SWC library to a flex application: "Merged into code", "External" and "RSL". I understand what is "RSL", but I don't understand what is "External".
"RSL" works just ...
1
vote
2answers
812 views
AS3 Embedded font in linked SWC/source blanks out when setting dynamic text field
Okay, that's a fairly complicated title up there, so I'll explain the setup that's causing this error first.
I've got a number of related projects set up in Flash Builder. Each project gets its ...
1
vote
1answer
517 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 ...
1
vote
1answer
318 views
Flex/Actionscript: Unable to add archive file
I have an Flex 4 application that I am developing in Flash Builder 4. I'm trying to use a library developed by a coworker, which was delivered as an SWC.
I added the library to the Library Path in ...
1
vote
1answer
1k views
Flash CS3 ActionScript3 importing and using SWC
I am trying to create a SWC library for use in my Flash AIR project. I have created a seperate FLA called SceneLibrary and followed the steps defined here:
...
1
vote
1answer
368 views
unable to load SWC YahooMap.swc
I downloaded the swc file from here: http://developer.yahoo.com/maps/flash/flexGettingStarted.html
And put it in my flex 3.0 lib folder - just like where all my other 3rd party libraries are in ...
1
vote
1answer
474 views
Understanding Flash SWC's imported into Flex Builder 3 and key framed animation
I am trying to understand what is going on in a SWC that I am importing from Flash CS4 into Flex Builder 3. Specifically I am using a SWC supplied by a Designer as the animation for a custom preloader ...
1
vote
1answer
618 views
How to run .swc file in flex project?
I have a .swc file and I learned how to add that swc file into the library. I will be happy if any one explain how to use this .swc file into my flex project and run that with an example .
1
vote
1answer
432 views
SWC Instance name on movieclips?
Is it possible to compile movieclips to swc with the instance name as property name? This happends when I add a dynamic text field, but i would like this also on some UI elements.
1
vote
3answers
594 views
Accessing children elements in a SWC
Does anyone know if its possible to access children elements in a SWC? I have created some MC's and inside of some of these MC's I have some dynamic textFields. I export the content to a SWC and ...
1
vote
2answers
906 views
Problem using Flash Components in multiple SWC files
[Edit: Short version - how do you properly handle namespace collisions in SWC files if one SWC has fewer classes from that namespace than another?]
I have a rather large Flash application which I'm ...
1
vote
1answer
351 views
Flex SWCs: Are there “debug” and “release” versions for SWC's?
Using Flex Builder 3, I do not have an option to export a release build for my SWC. Is there such a concept - "release" versus "debug" versions for a SWC?
1
vote
5answers
2k views
Vector class in a Flex Library Project
i seem to be having some problems with the Vector class in actionscript 3
in a Flex Project or an ActionScript Project it is possible to do this
var v:Vector.<String>;
But when i do the same ...
1
vote
1answer
359 views
Checking if Browser is using Cached SWC/SWF?
How do you know if the browser is actually using the cached swf RSL/library for Flex projects? I would like to be able to do different things from the preloader based on whether or not the user has ...
1
vote
1answer
757 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 ...