Dimitri, Does the issue only happen when you are debugging the application? What happens if you don't use Flex Builder to debug -- if you just run the application? I found the culprit to the issue I was having was the debugger. I've opened a bug, https://bugs.adobe.com/jira/browse/SDK-15191.
Best, Paul Dmitri Girski wrote: > Hi Paul, > > I think, that this is how RSLs work. > I still have not found any pattern for this behaviour - this happens > sometimes and sometimes it hangs on loading phase, sometimes it hangs > SWF is loaded and it is rendering them. > > Cheers! > > > --- In [email protected], Paul Spitzer <[EMAIL PROTECTED]> wrote: > >> I haven't used RSLs enough to have experienced this problem but this >> sounds suspiciously similar to problems I've been having loading SWFs >> that have been extracted from a SWC (see the thread Runtime Class >> > Loading). > >> As I understand it when you link a SWC as an RSL Flex Builder extracts >> the SWF and places it in the bin (or wherever you output folder is). >> > The > >> URL to the extracted SWF is then stored in a behind-the-scenes AS class >> created by the compiler. When the framework bootstraps it will use the >> URL to load the SWF using the Loader class. This is where I've had >> problems. I can't get Loader to properly load a library SWF. Could be >> you're experiencing the same issue. >> >> >> Dmitri Girski wrote: >> >>> Hi all, >>> >>> Has anyone encountered with the following problem - when player loads >>> application which uses RSLs it just stops, screen shows "Loading >>> library N". And nothing happens afterwards, unless you do the right >>> click and click on "Play" menu item. Then loading process continues. >>> >>> Cheers, >>> Dmitri. >>> >>> >>> >>> > >

