Hi, > Other than a cross domain policy what else would this require? I lot of JS > libraries do the same thing so it may be worth investigating. eg google > hosted libraries at https://developers.google.com/speed/libraries/
Looks like this is possible (with fallbacks as well): http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf674ba-7ff6.html#WS2db454920e96a9e51e63e3d11c0bf69084-7ae0 Obviously signed RSL cached by the flash player would be ideal but that's not happening. Using above instructions will a little effort it possible to use a RSLs from a central location that get cached in the browser cache, if the RSLs can't be downloaded it fallbacks to a alternative location (using the one the swf was served from is). Thanks, Justin