Skip to main content

All Questions

Tagged with
0 votes
2 answers
849 views

how to share a component in as3

I have a custom component(eg. MyButton) used in several swfs. I'd like to share the component in runtime, thus once our designer change the button's visual effect, we need not publish all flas that ...
Ryan's user avatar
  • 1
2 votes
0 answers
491 views

Flex Maven how to create rsl from third party swc library

there are some swc file used in my project,when I compile the project by maven,I have to install the swc to maven repository,like: mvn install:install-file -Dfile=./libs/robotlegs-framework-1.5.1.swc ...
Shawn's user avatar
  • 21
0 votes
1 answer
278 views

Large flex project, how can I convert my swc libraries to a RSL?

my Flex project has grown to over 1 Mb in size in release mode and now I am trying to cut it up into modules. One of my SWC libraries is fairly large and I want to use it in multiple modules, so I ...
Phil's user avatar
  • 49.4k
0 votes
1 answer
325 views

How to make a RSL with Flash CS5.5?

Is it possible to make a RSL with Flash Professional? I've tried it in the past before CS5.5 was released with no success, and lately wanted to try it again in order to make some tests, but it seems ...
Neverbirth's user avatar
  • 1,032
0 votes
1 answer
342 views

How do you use RSL with swc

This is the setup: 1) I have an SWF in which I have defined a component in the library with a custom class as the linkage. The component has been set up for "export for run time sharing" 2) I have ...
Tarek's user avatar
  • 789
1 vote
2 answers
850 views

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? The very rough idea would be to have a desktop Air app, which is able to "download" ...
Henry's user avatar
  • 13
5 votes
1 answer
2k views

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 "External". "RSL" works just ...
Boris Reitman's user avatar
3 votes
1 answer
2k views

Flex / Flash: How to embed the same font in multiple SWCs

I have the following project structure: - A Flex Project (SDK 3.3) - Multiple SWCs with grafics and textfields that are used as components in the Flex project. Since I have a lot of SWCs that all use ...
kolt siewerts's user avatar