This is the same problem I have, and I cannot use relative paths. I need to be able to set this. I've spent many hours trying to customize the code for this purpose without success.
Hello, I have the same problem. I found the first statement with the error "access is denied". FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0 in the fck_startup.js file. But I don't understand why this error occurs ??? Idea ??
Problem follow ... This is maybe the problem !!! Found in javascript doc : There is a cross-domain scripting security rule that can become an issue in these scenarios. When a child container has JavaScript from a page within the same domain as the parent, that child can access elements within the parents document object model (DOM). But when the child is from a different domain, the child can no longer access the parent's internals, nor can the parent access the child's internal elements. Outchh .... No solution ???? Daniel
RE: FCKeditor directory: local versus remote
Simone
RE: FCKeditor directory: local versus remote
RE: FCKeditor directory: local versus remote
FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0 in the fck_startup.js file.
But I don't understand why this error occurs ???
Idea ??
Daniel
RE: FCKeditor directory: local versus remote
This is maybe the problem !!!
Found in javascript doc :
There is a cross-domain scripting security rule that can become an issue in these scenarios. When a child container has JavaScript from a page within the same domain as the parent, that child can access elements within the parents document object model (DOM). But when the child is from a different domain, the child can no longer access the parent's internals, nor can the parent access the child's internal elements.
Outchh .... No solution ????
Daniel