Questions tagged [swc]

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. Please, do not use this tag for questions related to the SWC JavaScript compiler (use [swc-compiler] instead).

An Adobe file is a package of precompiled Flash symbols and code that allows a Flash or Flex developer to distribute classes and assets, or to avoid recompiling symbols and code that will not change.

SWC files can be generated by , by or by directly using the command-line utility (part of SDK). They are sometimes referred to as a class libraries and cannot be directly executed by the Flash Player.

276 questions
0
votes
1 answer

SWC debug or release version

Are there debug and release versions of swc's, I only noticed the option of creating a swc, If there are debug or release versions how can we create the debug version in flash professional. Thanks
user689751
0
votes
1 answer

Load "symbols" (art assets) from fla (Adobe Flash Professional 5.5) with FlashDevelop?

keep in mind I normally use pure as3 and FlashDevelop :) I am really new to this "working with Adobe Flash Professional" thing and I am working with an artist that basically put all the art in a .fla file. I am a veteran pure as3 programmer and I…
AturSams
  • 7,568
  • 18
  • 64
  • 98
-1
votes
0 answers

How do I solve this problem after using swc? require.context is not a function

require.context(this.pagesPath, true, /\.(tsx|jsx)$/); ^ TypeError: require.context is not a function at D:\Users\qiuqf\Desktop\code\webpack-plugin-pages\dist\index.cjs:214:21 solution require.context(this.pagesPath, true,…
-1
votes
1 answer

Using 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
  • 1,127
  • 1
  • 9
  • 18
-4
votes
1 answer

Haxe swc output, Is it possible to leave comments?

When I compile swc, haxe compiler removes all comments. I suppose there should be some compiler parameter, but I can't find any.
Kickerua
  • 1
  • 1
1 2 3
18
19