Hi,
I have a big problem on my flash communication server application.
I am trying to install tomcat and flash communication server. As soon as I started using Remoting (and had to include the following line in my code: load( “netservices.asc” ); ) , I discover that in one of my sharedObject have a strange property
function (a, b) {
application.registerClass(a, b);
}
This shows up when I do:
for( var i in mySharedObject.getPropertyNames)
{
trace( propertyName );
}
Anyone know why this happens and/or how to get around this?