problem about rsl-Collection of common programming errors
Yaba
flex swfloader rsl
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 superFramework.swf and a subapp.swf. subapp.swf is displayed and loaded on demand within superframework.swf using the SWFLoader. However both SWFs have dependencies to the common.swc, which will be compiled as RSL.So the dependcies look like this:superframework.swf —RSL—> common.swc—SWFL
kpatelPro
flash air adobe policy rsl
I have an Adobe AIR application and at a certain point it issues the warning:Warning: Ignoring ‘secure’ attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml. The ‘secure’ attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.I am not directly loading any external files at this point in the code. I also have tried setting static-link-runtime-shared-libraries to true and that seems to make no differ
Eric Roos
actionscript-2 rsl
The parent movie is breaking if that one already gets the base parameter.a more clean method would be to load the child with the base parameter so the parent stays clean. I can’t strip the url of the SWF because i am working with Runtime Shared Librairys.Is it possible to use the base parameter in a loadMovie so it affects the children of that clip without interfering with the parent of the file?
Phil
flex flex4.5 swc 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 think I can turn it into a RSL? how can I go about turning the SWC library into a RSL? I am building with Flash Builder (Flex).
Neverbirth
flash swc rsl 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 it’s not possible.I know plain SWCs can be built, but everything I’ve tried results in a library that must be merged into the main file.
Constantiner
flex url flex4 rsl
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 the URL into a browser to do this.Obviously there are many URLs (one for each swz file), but does anyone know what the basic URL pattern is, or can anyone give me a sample URL?Thanks
whoisbenli
flex actionscript-3 mxmlc rsl
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. com.blah.HelloWorld), I tell the compiler to have swf B’s source in swf A’s classpath, but only do a compile-time link and not actually compile com.blah.HelloWorld into swf A.This works, and I have tried it, using a the -includes and -externs compiler options.However, My problem is that I wish to do this the other way. i
Michael Prescott
flash flash-builder rsl flex
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 application. I then pass that config file into the mxmlc compiler so I can build from the command-line. The results of the command-line build are output to a folder other than bin-debug. bin-debug is a localtrust path, and it will an application will run from there without error. A Flash application in any
W3Coder
flex flash rsl
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, if you want to make sure “framework_4.0.0.14159.swz” is always fetched from “fpdownload.adobe.com” and not from your own server, what modifications should be made to the config section:<runtime-shared-library-path><path-element>/opt/flex4/frameworks/libs/framework.swc</path-element>&l
marckassay
flex ant rsl
I get the following error when I update just the Flex web application’s swf file:Flex Error #1001: Digest mismatch with RSLI understand why this is happening (because the digest that was in catalog.xml of the RSLs don’t match what the Flex web application’s swf file is expecting) but can’t find a way to successfully update just the Flex web application. My question is how can this be done using ANT with Flex 3.6 SDK? I have attempted to have the Flex web application ignore the digest value by
Cookie
flash actionscript ant swf rsl
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 application swfs to reference this swc, using the following in my build.xml ANT task (for each swf in my application):<static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries> <runtime-shared-library-path path-element=”${lib.loc}/RSL.swc”><url rsl-url=”RSL.
j0k
actionscript-3 components share swc rsl
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 uses this button.In as2, I can put this button in an asset fla(eg. lib.swf) and check the “export for runtime share” in symbol property. Then copy the button to a fla(eg. main.swf) and check the “import for runtime share”, this works fine. However in as3, after doing above, if I put a button instance
James
flash flex rsl
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 compile the movie not using RSL.Error #2032: Stream Error. URL: http://<hostname>/textLayout_1.1.0.604.swzAny idea how to solve this?
Eoin
actionscript-3 runtime cdn rsl
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 impractical, and it would be easy to miss some of them.The other, better option is to use runtime shared libraries to pull in the fonts, but that requires either an a
fljs
flex flex4.5 rsl
How to use RSL(Runtime shared library) in flex ? how can decrease loading time of swf using rsl? please give answer
jedierikb
flex actionscript-3 rsl
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=falseWhat if I need to link to some rsls and embed (static-link) other rsls? Is there a way to set the link settings for each rsl?
Ian Boyd
flex charts data-visualization rsl
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 configured Flex Builder to deploy with Runtime Shared Libraries and have added the .swz file for the framework, datavisualization and rpc share libraries. After deploying, my application loads, however my axis values within each of my charts are missing. The axes themselves are shown, however they
Zambini
flex actionscript-3 flashdevelop rsl
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 lot of other bits of code. I am compiling it using this batch (Windows unfortunately): SET normalstuff=–namespace+=http://ns.adobe.com/mxml/2009,${flexlib}/mxml-2009-manifest.xml –namespace+=http://www.adobe.com/2006/mxml,${flexlib}/mxml-manifest.xml –namespace+=library://ns.adobe.com/flex/spark
Henry
flex air flex4 swc rsl
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 obtained over the net. When this has instruction to get a new module (SWZ/RSL), the app will download the module to its App Storage folder, and instanciate it at runtime?The Fl
Jérémie Koenig
flex flash flex3 flash-cs4 rsl
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 file in the Flash IDE, uses my code in his scripts, creates MovieClip and Sound objects with the classes it provides, and builds the final .swf file from there, with everything linked in.We would like to link the flex-compiled code as a runtime shared library, so I can substitute a new version of my c
Pedr
flex runtime rsl
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 specified when compiling the app.However, for reasons I won’t explain, I need to be able to specify the location of the Framework RSL at runtime. Obviously it will be the same RSL that I compiled against, its just that I need to be able to feed in this location when the app is run, not when it is compil
NemoStein
flash actionscript-3 rsl
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 this in a minute Navigation.fla – Some kind of GUI Lots Of Fla Files – The LessonsThe Main will be the first movie to be instantiated, then, all that is necessary from here will be download.Every lesson will be put in a fla/swf apart from the “Architecture” (that is the Main, Scenes, Navigation and a whole
sixtyfootersdude
flash rsl
Suppose that I have two applications running on the same page. I have the Libraries compiled into the SWF file: SupposeMemoryFootPrint(App A) = App A SWF + Libraries MemoryFootPrint(App B) = App B SWF + Libraries So: MemoryFootPrint(total) = MemoryFootPrint(App A) + MemoryFootPrint(App B)I am wondering if using RSL will lower the memory footprint of my two applicaitons. Will they share the same libraries. Will the memory footprint be:MemoryFootPrint(total) = App A SWF + App B SWF + Libraries
Mihai Alexandru Bîrsan
flash actionscript-3 flash-cs5 rsl
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.flaCreate the file Create a new MovieClip symbol called Circle, export it for ActionScript as Circle and tick “Export for runtime sharing” with the value “RSLLib.swf” In publish settings tick “Export SWC” Export the file and now we have “RSLLib.swc” and “RSLLib.swf”User.flaCreate the file On the first frame of the timeline add the following ActionScriptaddChild(new Circle(
Web site is in building