Jsp and flash. anyone knows how to work?

Hello
i’m making a project for a client, and my client allready have a backend and he only works with jsp, so i have to make the site in flash ready to be included with his actualy backend.
my problem is… i don’t know nothing about jsp, i don’t even know if i can make a site 100% in flash and be able to make it dynamic and stuff in jsp.
anyone can help me, maybe pointing me to some tutorials or something?
Thanks in advance

Howdy… :slight_smile:

I don’t know JSP either… :slight_smile:

Just because the client has the backend setup already, that doesn’t mean that it will work perfectly with Flash because Flash is not smart enough… :smiley:

The JSP script should be modified to produce proper data that Flash can read and understand… Your need to tell the backend programmer to output the data that Flash can understand which is the form of variableName=value pair connected with & sign…

variableName1=value1&variableName2=value2&variableName3=value3