-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
I am having an issue with NetConnection.call as I am trying to update
and convert one of my Flash8/FCS applications over to Flex2/FCS or FMS.

In my MXML file I have a button which calls a function of
SendUserMessage which is listed below:

private function SendUserMessage():void {
    // Send what the user has said to the Remote Shared Object so
everyone can see the results
    ChatServer_nc.call("SendUserMessage", SendMessageResponder,
AccountLoginResults[0].USERNAME, UserMessage.text);
}

private function SendMessageResponder() {

}

Now In FB I am getting an error message which says Implicit coercion
of a value of type Function to an unrealted type flash.net:Responder.
Does anyone have an example of sending what as user has typed into a
text box to FCS/FMS and then having that being displayed within a textbox.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)
Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iQEVAwUBRxDx8HnjLHMPlkANAQI52Af/SHF+XSIwTFpXiqFsetkniw+MW78ylfND
LRvTOw06YYBYlv9PNyUnFxkizbB0cNP+L4UJCpjEMrsNwnOjgDCXJXht2zTSq5Nx
oAe58mfVogcICJf4/1stq0wEYouu+WfD4CRI0YId6+cS8/EUuYCmMH3aHmWNtFgG
Kf5bn/Fr89fTb9cICqA/irWF0Sjl9oxEwI08vMkQXOBes4Qnn1fTIl+YQaXkiTTm
y1DEPPTifYEC7CtB4SxqJvLBKEYGeN7gN8Vu+JfdGwkYr9/gwGcxI1JskUDuGir0
1uKtwqGeWIDAO9EsDJfWp/sp4fgnS3dLxKntcN/cLVl3Vdy/Zk8yPw==
=ATVw
-----END PGP SIGNATURE-----


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4682
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to