On 9/3/2013 10:56 AM, Alex Harui wrote:
Apache Flex doesn't have cross-domain RSLs so most folks have turned them
off. But if you are using them, check how you are specifying the URLs.
Did this work for you in 4.9?
we have a suite of apps that run from the same location so it seemed RSLs would
save some space & maybe/hopefully get cached client-side.
well that's one problem, i can only vaguely recall it working fine w/out the
charting lib prior to 4.10.0. but removing it from the modules dir now defintely
stalls the app from my local dev server & on the client's staging server.
i don't see anywhere the app is explicitly loading the framework RSLs. if you
meant the modules, these are loaded using relative paths
gazetteerModule=ModuleManager.getModule("modules/GazetteerService.swf");
i'm also curious that none of the other RSLs get tossed into the modules dir. is
there something magical about charting?
thanks.