Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

Keep bitmaps in MovieClips when exporting a swc from Flash CS6

I am having troubles including bitmaps in swc files created in Flash CS6. I am working on an AIR project, and I am using Flash Builder 4.7 with AIR SDK 17.0 to compile it, and Flash CS6 for the ...
greenLED's user avatar
  • 361
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
221 views

Accessing multiple bitmap images in a swc file by using getdefinitionbyname

I received from my client a SWC file with hundreds of png images that all have AS Linkage such as image1_1_1, image1_1_2, image1_2_1, image2_1_3 and so on. I have these same linkage names in an XML ...
Poppe76's user avatar
  • 394
0 votes
0 answers
120 views

AS3 the width and height of swc object change to 0 WHY?

I am developing an android application in FlashDevelop. I use SWC objects,scale and position them on the stage based on the device resolution. the strange thing is that when I play the application one ...
Happy's user avatar
  • 1
0 votes
0 answers
189 views

What is the best way to use SWF library runtime (AIR)

I am building a project in AIR that going to run third party SWF. What is the best way to instruct people creating those SWF files? I don't understand how signing is going to work here. to avoid that ...
Ilya Gazman's user avatar
  • 31.9k
2 votes
1 answer
279 views

Warning: The definition depended on by in the SWC could not be found

Help. I compiled with flashdevelop a "swc" of the SVGRenderer for as3 (https://github.com/LucasLorentz/AS3SVGRenderer) When I compile the SWC project, I don't have any issues. But when I import them ...
Ciberman's user avatar
  • 826
0 votes
1 answer
78 views

Reducucing AIR compile time

I have an AIR app that is quiet big, and compile time is around 40-50 sec. Good thing is that app is quiet modular, I could easily break it down to modules, and compile them as swc and then recompile ...
CyberProdigy's user avatar
-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
3 answers
974 views

FlasCC SWC within Mobile AIR Project

I am writing a barcode scanner for iOS and Android using Flex Mobile and ZXing. I have optimized ZXing as much as I can, but it is still too slow to use for continual scanning on some older devices. I ...
Colin's user avatar
  • 43
0 votes
2 answers
3k views

How do I load dynamic image assets into adobe air

The app I'm working on displays four random images at one point. These four images come from a set of fifty images. If this was a standard Flex project I would just set the img.source property: this....
cside23's user avatar
  • 23
2 votes
0 answers
446 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 ...
user1092538's user avatar
0 votes
1 answer
214 views

Setting up Flex / AIR project structure for a large number of images?

We build prototypes and demo applications in Flex 4.5.1 and AIR 2.7 for mobile and desktop use. These tend to involve a large number of full-screen .PNG files. Lately we have been looking at ways to ...
Andrew Stalick's user avatar
0 votes
2 answers
459 views

how to see this class CairngormEvent source code?

import com.adobe.cairngorm.control.CairngormEvent; public class ConfigurationEvent extends CairngormEvent { i can not see this CairngormEvent.swc i don't know which .swc file could i add in lib? ...
insomnia'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
3 answers
3k views

as3 extract class reference from swc

Does anyone know how to extract a class reference from an SWC file? I know I can right click / "Go to definition", and view the class definition. I need to extract these for each class in an SWC. ...
Frank's user avatar
  • 1

15 30 50 per page