Hi,Everyone!
I have a thorny problem.I have a flex application A in server A and I want to load a flexviewer application B which deploy in server B.
First I met cross domain error,so I put them in the same server but in different virture path.
At the moment ,I can load the B's index.swf but it can't load widgetcontaner.Because B's index.swf load it use A's virture path,so it can't find the URL.
By the way ,I use swfloader to do this thing.I want to know if any way to load widgetcontaner using B's virture path.
Thanks!