PDA

View Full Version : Integrating the JSP files with Flash


prashantk
08-09-2004, 11:39 AM
Hi,

We are facing a problem when we are integrating the JSP files with
Flash.

As per our requirement the JSP files have to pass parameters to Flash
based
on which the information gets displayed.

FLASH <-----------> JSP <-----------------> DATABASE

When run individually, the JSP's are working fine. The data is getting
retrieved successfully from Database.But the data is getting stopped at
JSP
level.

Pl advice as this is very critical for us to go ahead as we are in a
tight
deadline.

Looking forward for a reply from you at the earliest.


Thanks,
Prashant

CyanBlue
08-09-2004, 01:41 PM
Howdy and Welcome... :)

But the data is getting stopped at JSP level.

I have no clue on what you are saying right there, but here is my question...
Can you paste the output from the JSP script so that we can see where the problem might be??? ;)

prashantk
08-10-2004, 05:32 AM
"But the data is getting stopped at JSP level. "

by this i meant the data is not being passed to flash...

CyanBlue
08-10-2004, 01:46 PM
Can you paste the output from the JSP script so that we can see where the problem might be???

What about this part??? :)

tg
08-10-2004, 02:51 PM
also post your loadvars script, that triggers the jsp file.

are you using just send? or sendAndLoad? if you use sendAndLoad, have you defined the onLoad event?

your not really giving us enough info to help you.