-----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. Searching the net for an example of the Responder has not
resulted me in any results which I can understand.


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
 
iQEVAwUBRxNDR3njLHMPlkANAQJFcwf/SLZEG0+MjUT+uGxi3cQ1/qafPUOMV6Gm
NEwAOSPmuf2pJsVdahyMMgGwwcx59IAIKlc6/RUBlFSDXiCdxBN1vtcAZhtgDELQ
p+jFz9Y222NHKalXSZqxguXfoazGK/sMN3Uu9EtHRTX9wR+jOTjpoOD6TliiCCDz
pgPrU1FldXXGI+LQ/Lb4N/R/m26cycIzin+5tWCfYeSzs/RNtXZ6Go2bmB04q0MX
ufAEVlSpYGe2rPekfkbzQtVQkdkfOnDbyFX3FrUX1TfoXVua5FSemLEyrfR6gog3
pTy0MRV9nQwuEuQqrgXxJ3yYmYLUbmmIyrSQAcc7YJ/mTClOEYj5PA==
=TxLi
-----END PGP SIGNATURE-----


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

Reply via email to