I have wymeditor on sub1.domain.com, which is accesssed by a page on sub2.domains.com.
This live gives an error
var styles = this._doc.styleSheets[0];
Permission denied for <http://removed.example.com> to get property HTMLDocument.styleSheets from <http://removed2.example.com>.
I am assumoing this is a cross site scripting restriiction, but I would like to srve my media froma diffrent domain. How can I do this.