Questions tagged [rsls]

Runtime Shared Library, used in Adobe Flash Platform applications.

RSLs are dynamically loaded at execution time during the execution of an Adobe Flash Platform application. RSLs may be cached separately by the Flash Player, therefore, RSLs can accelerate download times.

7 questions
5
votes
1 answer

mxmlc and framework linkage - how to specify linkage as rsl

I'm trying to build my flex 4 project using ant. In Flash Builder 4, in project properties it's possible to set the "Framework linkage" to one of "Merged into code", "Runtime Shared Library (RSL)" or "Use SDK Default (Runtime Shared library)". How…
cybertoast
  • 1,343
  • 13
  • 19
1
vote
1 answer

Flex framework_3.3.0.4852 rsl build is different compared to merged in to code

My application is set up to use the flex framework_3.3.0.4852.swf as an rsl, which works fine reporting no errors. However, now some of the charts have lost there legend text for both vertical and horizontal axis. When analysing the…
Jeremy
  • 3,418
  • 2
  • 32
  • 42
1
vote
2 answers

using framework RSL to reduce SWF filesize

I'm using framework RSL in a bid to reduce my SWF filesize. I'm using Flex Builder to compile the SWF. I notice a substantial size reduction when I compile with RSLs in my SWF. However the framework SWF which is created is pretty big. What do I do…
cdugga
  • 3,849
  • 17
  • 81
  • 127
1
vote
1 answer

Change the default location of Runtime Shared Library files

To make my Ant Generated swf as small as possible, i used the Runtime Shared Library like described in this URL. By default, the RSL files should be located with the compiled swf (without RSL). Thus, do you know how can I change the location's…
kaissun
  • 3,044
  • 4
  • 20
  • 35
0
votes
1 answer

failed to load RSL textLayout

I just installed gentoo linux amd64. on that I installed eclipse 4.2M5 with FD5 for flex development. after compiling my project, when I execute it i get the following in the log file: Error #2046: The loaded file did not have a valid…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

Building Flex Project with RSLs and ANT

Can someone give me a code example of how to build a flex project with ANT using framework RSL's? This is what im currently using but the file SWF generated is way to big;
cdugga
  • 3,849
  • 17
  • 81
  • 127
0
votes
1 answer

How do I build the apache flex framework rsls?

I tried ant frameworks-rsls but it doesn't work. I don't see any swz files just swfs.
Sonny G
  • 5
  • 1