Skip to main content

All Questions

Tagged with
0 votes
0 answers
116 views

Can I publish a SWC without publishing a SWF?

In Adobe Animate CC, I want to make a SWC so that I can use vector assets in FlashDevelop that were drawn in Animate. However, when I publish my .fla, no .swc is generated unless a .swf is also ...
Kyle Delaney's user avatar
  • 12.1k
0 votes
3 answers
546 views

Why do I need a .swc file when compiling against an Adobe Native Extension?

I'm new to Adobe AIR development and have been developing a Native Extension. Apparently, I need to include with the .ane file, a .swc file that is needed to build against the .ane. Why is this? Why ...
Michael Bishop's user avatar
0 votes
2 answers
317 views

What does flex project Eclipse Clean actually does?

I have a flex application associated with java project. Flex project is linked to one more swc project. I build both of them together using maven. After build, the size of generated swc is 2.5mb.But ...
Dnyanesh4IT's user avatar
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
0 votes
1 answer
140 views

flash alchemy: passing array of floats

Doesn't work: var b:ByteArray = new ByteArray(); b.writeFloat(-50.000000); b.position = 0; cpp.processFloat(b,b.bytesAvailable); CPP: static ...
user1271741's user avatar
2 votes
1 answer
258 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 ...
Mr Higgins's user avatar
0 votes
1 answer
1k views

Using .swc's within a Flex Library Project

I'm trying to set up a production environment for about 10 related assets. Certain elements, visual and otherwise, are going to be shared between the 10 assets. I'm treating each one as its own Pure ...
Myk's user avatar
  • 6,225