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\"
I\'m using Flex SDK 4.5 to create swf files, recently I got the following error when try to open my swf file:
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 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
Suppose that I have two appl开发者_如何学JAVAications running on the same page.I have the Libraries compiled into the SWF file:
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?
Here there\'s a brief explanation of how we can \"simulate\" the RSL system used in Flex with pure AS3:
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 \"Externa
Has anyone got any experience will loading SWC / SWZ\'s at runtime within a Flex 4 / Air 2 desktop application?
In Flash CS5 it seems like there\'s an option to import .swc files into the library, but as an RSL (runtime shared library).