Menu

#6 sanbox securtiy violation

open
nobody
5
2009-02-13
2009-02-13
No

Hi,
I wanted to access a xml rpc server running as a standalone:

var rpc:Connection = new ConnectionImpl('127.0.0.1:101');
rpc.onLoad = onPostComplete;
rpc.call('system.listMethods');

But I get the following error:

MethodCallImpl instance created. (v1.0)
getXml()
Render(): Creating the params node.
Render(): Resulting XML document:
Render(): <methodCall><methodName>system.listMethods</methodName><params /></methodCall>
*** Security Sandbox Violation ***
Connection to 127.0.0.1:101 halted - not permitted from file:///C|/Test%5FDOCUMENTS/Flash/Alpha5/Test%5FV1.swf

How to connect without a webserver?
Regards,kishore

Discussion


Log in to post a comment.