RE: [flexcoders] How to preload RSL

2009-11-24 Thread Alex Harui
Recommended practice is to have the main app load all the RSLs, and have the 
modules extern all of the classes but not attempt to load the RSLs

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Mayur
Sent: Monday, November 23, 2009 10:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to preload RSL



I am facing some problem with RSL.

I have an application contains many different modules.
(One base main swf file
and
other module swf files )

I have created RSL of my some Flex Library projects as well as some third party 
open source APIs e.g. Papervision3D, Degrafa etc.

The problem comes of - RSL not available - while loading / instantiating a 
module dynamically run time.

So, I need to have an RSL to be available at the client side, Before my module 
is loaded / ready.

Thanking you in advance.

Mayur



[flexcoders] How to preload RSL

2009-11-23 Thread Mayur
I am facing some problem with RSL.

I have an application contains many different modules.
(One base main swf file 
and
  other module swf files )

I have created RSL of my some Flex Library projects as well as some third party 
open source APIs e.g. Papervision3D, Degrafa etc.

The problem comes of - RSL not available - while loading / instantiating a 
module dynamically run time.

So, I need to have an RSL to be available at the client side, Before my module 
is loaded / ready.


Thanking you in advance.


Mayur