Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: response to flash mx client


Message #1 by "eric barns" <barnse@m...> on Wed, 19 Mar 2003 00:17:36
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...

  Return to Index