swc
How to create an SWC file
All I want is to take my AS3 source code files and compile them into a SWC file. Upon inspection, the SWC files I generate end up with some kind of timeline or spite in them when I use the Flash IDE[详细]
2023-01-30 03:45 分类:问答How to effectively load SWF libraries?
I am making an AS3 project in FB4. In our workflow, we have artists compile art into SWC files which the I then link as \'Referenced Libraries\' in FB4.[详细]
2023-01-24 19:13 分类:问答Create SWC using Flash Builder 4
I need to embed my graphic assets into a swc. I created a diretrory structure reflecting my packages开发者_如何学Python[详细]
2023-01-23 11:18 分类:问答How do I make a flash library that can be either compiled in or loaded at runtime?
I\'m looking to make a library that can be either merged into a swf at compile time or loaded into a swf at runtime. The way I understand it, .swc fil开发者_开发知识库es are generally merged into a sw[详细]
2023-01-22 20:59 分类:问答Creating a .swc - why don't interfaces work, when classes do?
I\'m making a game which loads map .swfs at runtime. The maps will contain graphics and code, which can both vary from map to map. I\'ve decided to make all the maps implement an interface, so they ca[详细]
2023-01-17 21:37 分类:问答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 \"Externa[详细]
2023-01-17 06:40 分类:问答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?[详细]
2023-01-17 02:17 分类:问答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.[详细]
2023-01-08 00:56 分类:问答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\'开发[详细]
2023-01-02 15:49 分类:问答How do you set a "Document class" from an SWC in Flash CS4?
I have an SWC with a class called Content. I want to set it as the \"Document Class\" in Flash. However, after setting up the SWC in the .fla, I am receiving an error message saying that \"A definitio[详细]
2023-01-02 15:33 分类:问答