intergrate jsp and flash
intergrate jsp and flash
(OP)
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
thanks bock
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: intergrate jsp and flash
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