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. > > > > >

