I know there are cross-domain issue on SWF, but is there also on DHTML ?
I build a small app, that it get some data from another server.
Of cause when proxied="true" works fine both SWF and DHTML, but when it turn to
proxied="false",
i got a cross-domain issue on SWF, that i can understand why it did.
But on DHTML i got the below message in debug window.
---------------------------
ERROR: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location:
"http://localhost:8080/lps-4.1.1/lps/includes/lfc/LFCdhtml-backtrace.js Line: 19374"]
---------------------------
No way, is there a cross-domain issue on DHTML ?
Thanks,
ono