No 'www' in domain ExternalInterface.addCallBack sandbox error

Hi all,

I’m using ExternalInterface.addCallBack to grant access to JS functions in the HTML doc. Everything is working fine unless the visitor omits the ‘www’ from the domain name, in which case a sandbox error is triggered.

I’ve got a crossdomain.xml granting access to both the domain and the domain without ‘www’… this is working fine as the swf is pulling information in no problem in both circumstances.

Is there somewhere else where I can specify permitted domains for ExternalInterface.addCallBack()

Thanks,

RN