I am trying to implement a Flash movie inside a JSP page, and send data to another page from inside the Flash movie to another JSP page. I am familiar with how to do this in ASP, but I keep getting an error in JSP :
out.write <data I am trying to send>
I am using the Post method.
This is probably a simple problem for someone who is familiar with JSP, but I am not.
out.write <data I am trying to send>
I am using the Post method.
This is probably a simple problem for someone who is familiar with JSP, but I am not.