Skip to main content

All Questions

Tagged with
0 votes
1 answer
162 views

How to Clean-up my SWC project

I created a Flex Library project in Flash Builder 4.7 and the added a simple Action Script Class to it. Build fine. When I use a "decompiler" with the resulting swc file, I see an "unwanted" class, ...
manuell's user avatar
  • 7,590
0 votes
0 answers
551 views

Creating and Using a SWC File - Flash AS3

So I'm really confused on how to create, and use, a SWC file. I understand that a SWC file can be created to hold multiple assets. Basically, my code setup is the following: c_Test.as - all testing ...
UMich_2017's user avatar
0 votes
1 answer
313 views

Creating .as class in Flash Builder for movieclip stored in SWC

I need to use movieclips created in Flash Professional CC in my Flash Builder project. I have exported my .fla file as an .swc and included it in my Flash Builder project. The movieclips for which I ...
Palladian1881's user avatar
1 vote
0 answers
100 views

Trouble creating a SWC file with exposed assets without Flash Professional

'm currently trying to create a swc library that includes pngs and a few miscellaneous classes. Note, I'm not using Flash Professional at all, only Flash Builder 4.7. I've created an AS Library ...
therealmichaelwilson's user avatar
0 votes
1 answer
220 views

Actionscript 3 - List error when loading another a swf in my swf

I am working on a AS3/Flash game and we are running into an issue when we load our home page swf into our login swf after someone successfully logs in. TypeError: Error #2007: Parameter child must be ...
PyromonkeyGG's user avatar
1 vote
1 answer
425 views

MovieClip assets SWC from Flash inaccessible in Flash Builder using getDefinitionByName

I need to access MovieClips from an SWC created in Flash using getDefinitionByName() in Flash Builder. I know I have to add in the full package name whilst doing this, like so, with the package name ...
ness-EE's user avatar
  • 1,391
0 votes
1 answer
151 views

Changing/Removing Flash Builder swc build path when showing errors

I've done some searching on this issue, but I haven't gotten any solid answers. The closest I got was a question asked here: How to use a relative path for a swc library in Flash Builder 4.6 however ...
doubleya's user avatar
  • 529
0 votes
1 answer
104 views

Actionscript Mobile Project - x=0; y=0l is Not in the Upper Left Corner. Why?

I am a pretty experienced Flash developer. I usually compile from the IDE, but this time i decided to build from Flash Builder and bring in all the assets as swc(s). Here is the code: package { ...
Jim's user avatar
  • 4,085
0 votes
1 answer
117 views

Why do I Get an 'Implicit Coercion of Value; error when exporting a swc from Flash Pro CS6 into Flash Builder?

I create my symbol with a class name I publish as an SWC, and in flash buildr it looks like this I import MyRect and try and use it var redRect:MyRect = new MyRect; addChild(redRect); I get ...
LeBlaireau's user avatar
  • 17.4k
-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
2 answers
737 views

How do you create a swc for a native extension?

I am trying to implement in-app billing with an Android app I am creating in Flash Builder, so I downloaded a native extension to handle this (https://github.com/pozirk/AndroidInAppPurchase). It comes ...
max's user avatar
  • 33
3 votes
2 answers
2k views

How to use a font embedded in a SWC

I exported a SWC from Flash CS3 with a font embedded. Now I want use it in some TextFields, but I don't know how to use the font.
Guerreiro's user avatar
  • 143
0 votes
2 answers
999 views

How to add a SimpleButton in a Flash Builder project from SWC?

I exported a SWC from Flash CS3 and the assets works, except the Buttons, they look like another library items. The code: package { // ... import flash.display.Sprite; import flash....
Guerreiro's user avatar
  • 143
1 vote
1 answer
68 views

How do I prevent client applications from linking two different versions of my library?

In AS3/Flex, there doesn't seem to be anything out of the box that prevents client applications from linking (either externally or "statically") two versions of my SWC. Historically, when this has ...
Steven's user avatar
  • 18k
0 votes
1 answer
360 views

When using a swc with embeded files the files are missing but the swc compiles with out errors?

I am making a swc file with code that I have made in actionscript and it works correctly. However after I take all the code and put it into a swc library and it creates the swc with out any compile ...
Justin's user avatar
  • 1,289

15 30 50 per page