Hi, Is there a way to have the shared object in a sub-application use the domain of the loaded sub-application and not the one of the loading application?
The scenario is application A is loaded from A.com app B is loaded from B.com Both A and B load sub application SWF C from C.com However, we want C to have access to the same shared object whether loaded from A or from B. So far we see that it always use the domain of the loading app. Tnx