Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
199 views

Dynamic RSL URLs. Is it possible?

Ok, so here's my problem. I have several SWFs pulled in at runtime from different domains (we're using a CDN). There are some shared fonts within the SWFs. I'm trying to minimize file sizes as much ...
3
votes
1answer
280 views

Can't inherit from classes defined in an RSL?

Note: This is an Actionscript project, not a Flex project. I have class A defined in an RSL (technically, it's an art asset that I made in the Flash IDE and exported for actionscript. The entire .FLA ...
3
votes
1answer
1k 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 ...
2
votes
1answer
57 views

Flash: Runtime Shared Libraries - Memory Benefit?

Suppose that I have two applications running on the same page. I have the Libraries compiled into the SWF file: Suppose MemoryFootPrint(App A) = App A SWF + Libraries MemoryFootPrint(App B) = App ...
2
votes
2answers
601 views

Why FlashPlayer is looking for textLayout_1.1.0.604.swz?

I have a flex application, that compiled for flash player version 10.1. I just realized, when I load the movie in "clean" computer, the movie doesn't work, it try to look for textLayout library. I ...
2
votes
2answers
658 views

Can one rely exclusively on Adobe for Flex/Flash RSL's (to avoid using own bandwidth)?

If you have limited server resources and expect a lot of traffic to a Flash site, is there a way of NOT having to serve Run-Time Shared libraries, but rely on Adobe to do this for you? For example, ...
1
vote
3answers
394 views

“Error #1014: Class mx.core::BitmapAsset could not be found” while trying to use Runtime Shared Library

I've made a runtime shared library for my project, let's call it ResourceLibrary. It contains all of the embedded assets for my project (images, sounds, movie clips) and it's used as a singleton in a ...
1
vote
2answers
395 views

Howto: Flex Module with its own custom RSLs loaded only into child ApplicationDomain?

I have a complicated application. I use Flex 4.1 RSLs and custom RSLs for all my libraries (and there are like 15 of custom SWCs - Flex Library Project) I would like to load main application with ...
1
vote
2answers
419 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" ...
1
vote
1answer
258 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 ...
1
vote
2answers
548 views

Mixing Flash and Flex-compiled ActionScript code through a runtime shared library

we are two people working on a Flash application. I work on some ActionScript 3 code, which I compile to a .swc file using the Flex SDK on Linux. My colleague uses the file as a library for his .fla ...
1
vote
1answer
250 views

Use the framework RSL within an RSL

I have a rather large Flex SWF and am breaking it up into separate Modules. There is some overlap between the modules and I want to put all of this into one shared RSL. The problem is that this RSL ...
1
vote
3answers
196 views

Sharing code between swfs

Lets say I have two swfs A and B, and at runtime, swf A loads swf B, and I wish to share code between them, to minimize file size and download times. If swf B has some code (say. ...
1
vote
1answer
143 views

Flex Framework RSL - Specifying location at runtime

Can anyone tell me if the following is possible and if so, how I would set it up… I have a Flex(3.3) web app which makes use of the Framework RSL. It currently loads the rsl from a location I have ...
1
vote
1answer
1k views

Memory consumption of nested flex applications with RSLs using SWFLoader?

these days I read a lot with regards to RSLs. One disadvantage is that RSLs must be loaded into memory but can save significant loading time. Now what happens in the following scenario: I have a ...
1
vote
5answers
635 views

Monkey patch flex framework when loaded as an RSL?

I want to load the flex framework as an RSL (SWZ, using player caching) but I need to monkey patch a couple of bug fixes in the framework. A number of forums suggest this is not possible. Has anyone ...
0
votes
0answers
19 views

Flex/Intellij with MX VBox controls

I am fairly new to Flex and Intellij. The problem I am having is that I am currently trying to bring open/run a project which is using mx:VBox. I am using the 4.5.1 Flex SDK. When I try and compile I ...
0
votes
1answer
40 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 ...
0
votes
0answers
10 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 ...
0
votes
1answer
34 views

RSL used in FLEX

How to use RSL(Runtime shared library) in flex ? how can decrease loading time of swf using rsl? please give answer
0
votes
0answers
29 views

shared classes between different flex modules

I write a very big flex 4.1 application that has dozens of flex modules. I have shared classes between these modules and I want each module to load these classes dynamically from a shared place. I ...
0
votes
2answers
119 views

Cannot get Flash Runtime Shared Library to work

I am using Flash CS5 (assets) and FlashDevelop (code) for my project. We have about 20 fla/swf's that contain textfields. All of our textfields use the same Font, and the font is specific to our ...
0
votes
1answer
74 views

How yo 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 ...
0
votes
1answer
246 views

Flex RSL Error: the loaded file did not have a valid signature

I'm using Flex SDK 4.5 to create swf files, recently I got the following error when try to open my swf file: [trace] Warning: Ignoring 'secure' attribute in policy file from ...
0
votes
1answer
66 views

Why isn't my standard RSL being loaded?

I've created a modular application where a parent SWF loads a number of other SWFs on demand. For optimization, I've created a standard RSL. I've compiled common code into a swc, and recompiled the ...
0
votes
2answers
606 views

flexmojos - copy-flex-resources of rsls not working

I am trying to copy the the dependent rsls into war using the copy- flex-resources plugin. However I'm getting the following error : [ERROR] Failed to execute goal ...
0
votes
2answers
78 views

What is the URL for Adobe Flex 4 RSLs?

What is the URL that Flex 4 uses to download RSLs at runtime? I want to check if I have access to this URL and that it is not blocked by the proxy that I am behind and would like to be able to put ...
0
votes
2answers
316 views

Flash failing with a RSL library, when main class extends a class and implements an interface

I'm trying to load a RSL library into a flash animation developed with Flash CS5 IDE, that extends a custom class and implements an interface. I have reduced the problem to the simplest setup and find ...
0
votes
1answer
1k views

How to set up RSL (Runtime Shared Library)

Stack! I'm having a little trouble setting up a new project (an e-Learning) that I think will benefit a lot from RSL. My case is something like this: Main.fla - A Shell Scenes.fla - I'll explain ...
0
votes
1answer
175 views

When does a flex application store a digest of an optimized RSL?

According to the Adobe help in order to optimize a RSL you need to do the following: Create an RSL by compiling a library project in Flash Builder or building a SWC file with the compc command ...
0
votes
2answers
778 views

signed RSL without Flex (pure AS3 project)

Here there's a brief explanation of how we can "simulate" the RSL system used in Flex with pure AS3: http://stackoverflow.com/questions/1201659/loading-an-rsl-without-using-flex But what about signed ...
0
votes
2answers
813 views

How to share graphics between multiple .swf files? (Flash CS5)

In Flash CS5 it seems like there's an option to import .swc files into the library, but as an RSL (runtime shared library). What's the difference between this option (swc) and using a runtime ...
0
votes
1answer
2k views

How do I export & use SWC for RSL with Flash Pro CS5?

I want to create a RSL with Flash Pro CS5 and then use it with another Flash file. I've created the following example: RSLLib.fla Create the file Create a new MovieClip symbol called Circle, export ...
0
votes
2answers
2k views

How do I recompile Flex 4 Framework RSLs?

Does anyone know how to recompile Adobe Flex 4 framework RSLs? I'm using the compiler directive -dump-config to get the build config file that the FlashBuilder IDE is using for compiling my ...
0
votes
1answer
114 views

non-cached RSLs in Flex?

I have a project that is for several customers, the only difference is in the DB, everything else looks the same, except for the main page's text. That is loaded from an external swf file. I created a ...
0
votes
0answers
340 views

flex3 to flex4 migration and rsl ( performance )

I am facing some strange behavior after upgrading my flex project from flex3 sdk to flex4. First the performance has decreased significaly so i did some research and read this: ...
0
votes
1answer
476 views

Flex RSL Understanding

Till now I was using "Merged into code" for "Framework Linkage" in Flex Builder. Now, I changed it to "Runtime shared library". On doing a release build I got myapp.swf which is roughly 260 KB which ...
0
votes
1answer
949 views

How to link library symbols in Flash CS4 to base classes from an external .swc (rsl)?

This question stems from this question that I asked yesterday. I've followed Theo's advice and created a .swc with all the common classes and added the .swc as an external library to my module .swf. ...
0
votes
1answer
49 views

Are there Adobe hosted rsls for the 3.4 sdk?

I know that starting with 4.0, Adobe is hosting framework rsls. Are the 3.4 framework rsls hosted anywhere? If not, does anyone know if there is a plan to do so?
0
votes
3answers
112 views

Loading modified RSL's without clearing cache

hey, the previous versions of my RSL's are cached in the flash player and the modified Rsl does not get loaded when i run my application. Can anyone give me a solution to load the modified RSL ...
0
votes
1answer
850 views

Why do Flex charts axis values/labels not show up when using Runtime Share Libraries

I have developed a flex application using the data visualization components. I am now trying to optimize the application and one of approaches I am trying is to use Runtime Shared Libraries. I have ...
0
votes
2answers
1k views

loading an RSL without using flex?

If I have rolled my own RSL, and I want to use it in my pure as3 apps, is there documentation or an example of how to do this? Or do I need to traverse the flex source code to figure out what ...
0
votes
1answer
370 views

mxmlc with both linked and not linked rsls?

On the mxmlc command line, I can include paths to RSL files. I can choose to link these RSLs at runtime by setting -static-link-runtime-shared-libraries=false What if I need to link to some rsls ...
-1
votes
1answer
3k views

RSL (Runtime Shared Library) in Flash IDE [closed]

I manage the cache of the client by adding a version parameter to each request of an swf. Now I want to be able to use RSL in the Flash IDE, there I need to specify the path to the swf file where the ...