pro_jsp thread: response to flash mx client
I am trying to pass back a variable and its value to flash MX from a jsp.
Flash has called and passed variables to a jsp page, i have used the following
lines of code....
String username = request.getParameter("username");
String password = request.getParameter("password");
String test = response.encodeURL("?response=ok");
Flash reconises a response from the server but no value is recieved, tracing the
varibles results in underfined.
Can you help?
Eric
e.barns@n...
|





