rsl

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 as possible, so that means either not embedding the fonts in any of those SWFs and setting all their TextFormats at runtime. That's very imp...

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 shared library .swf file? Also, if you select a .swc file, and choose the "info" ("i") icon, there seems to be several options for .swc..."merg...

The meaning of "External" linking mode in Flex Builder

Hello, 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 fine for me, without any code changes. However, External doesn't work for me. Although my application starts, the classes in the ...

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 RSLs? can we use that technique to load SWZ files too? will them be cached by the player? how can we "reuse" a SWZ cached by the player in...

Flex 4 Air 2 RSL (Runtime Shared Libraries)

Hi, 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" additional modules (eg, a SWZ/RSL representing a form) and load these at runtime? Imagine the App is configured using an XML file obtaine...