Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

intergrate jsp and flash

Status
Not open for further replies.

bock

Programmer
Dec 19, 2000
1
US
trying to get jsp to talk back to a flash (.swf) file in asp it was a responce.write does anyone know how to do this in jsp.

thanks bock
 
> trying to get jsp to talk back to a flash (.swf) file

bock,

That just does not compute. JSP and ASP are server side executing code. The flash file is executing in the browser. You can't talk back to client side executing code from server executing code without some sort of a 'connection' technique being used. I am not aware of any Flash support for 'connections'.

If I have misunderstood your question, please clarify.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top