Re: Specifying multiple RSL URL

2013-08-29 Thread Darrell Loverin
The root of the problem seems to be trying to load the same RSL URL with a relative path from SWFs in different locations. Would either of these solutions work for you? 1. Deploy modules1.swf to the ROOT directory instead of ROOT/MODULES. 2. If rsl2.swf is only used by module1 then move rsl2.swf t

Re: Specifying multiple RSL URL

2013-08-29 Thread Scott Talsma
Can you simply reference a class from rsl1 in application? That should cause the rsl to be loaded correctly by the main app? Or is that not an acceptable behavior (longer startup time). On Thu, Aug 29, 2013 at 10:31 AM, Jagan Langa Sami Durai < jaga...@sybrant.com> wrote: > Hi All, > > This is