While testing Flash Remoting with a ColdFusion cfc, the NetDebugger shows a
server event of EventType "Information" with a message of "Over event
limit"...although this doesn't seem to interfere with the execution of the CFC,
I'd like to know why I am getting this message, and what the implica...
more >>
Hi, I am having problems in accessing ASObject in actionscript. Java methods
returns result as ASObject. result.put('firstName', firstName);
result.put('lastName', lastName); return result. from actionscript function
getResults(re:ResultEvent){ trace(re.firstName + ' ' + re.result.firs...
more >>
I am a little confused about how to access flash variables which are passed
into a swf using flashvars. I created my swf using the flash form application
where the application form has a class defined instead of inheriting the
default mx.screens.Form. I have a need to access a couple of addi...
more >>
hi, I have a problem about remotingConnector via .net web service.
In the flash, I drag a remotingConnector component and a label component named
serviceMessage, and then write the script at the first frame of timeline as
follow:
import mx.remoting.Service;
import mx.remoting.PendingCall...
more >>