I've a problem about :
NetServices.setDefaultGatewayURL('http://yourhost/gateway'); lets say,
somebody 'decompile' my swf he/she can connect to http://yourhost/gateway also,
and can call my service methods too is there any solution to solve this
problem?
Tomdogggg - 21 Dec 2004 15:02 GMT
Use an external actionscript file to run all the connections. The tricky part
of that is learning Actionscript 2.0. Just post the external *.as file in a
secure folder and call it from your flash app. That should at the very least
make it a lot more difficult to find.
-Tom