|
 |
flash_programming thread: Re: Flash movie to talk to Java program
Message #1 by Javier Alvarez Cabezas <javier.alvarez@h...> on Mon, 01 Oct 2001 10:00:45 +0200
|
|
Thanks for your advice, you have helped me by asnwering my question.=0D
=0D
to your question, i am to developed a java program that will be able to
capture request from a server end to manipulate a character movements via
the flash movie on the front end. =0D
=0D
Its like you send a text msg via a form, the form data wil be transmitted
over to the server and processs the the message. After processing, the fl
ash
movie will update the screen for relevant result.=0D
=0D
And initially i have thought of using a database as a common communicatin
g
point.. but realised that it was a very expenive intensive IO operation,t
hus
abandoning the idea.=0D
=0D
Javier, could you give me some advice on the best way to go about it ?=0D
=0D
Thanks=0D
Melvin=0D
=0D
-------Original Message-------=0D
=0D
From: Flash Programming=0D
Date: 2001?10?01? ?? 09:54:09=0D
To: Flash Programming=0D
Subject: [flash_programming] Re: Flash movie to talk to Java program=0D
=0D
Hi Melvin,=0D
=0D
Yes, you have to write a client movie in Flash that comunicates with a
backend server=0D
(written in Java or other language). that manages the socket comunication
=2E
This system=0D
is useful for real time and multiuser serving. If you only have to exchan
ge
data between=0D
the Flash movie and the Java programa, you may use an intermediate file,
or
databate to=0D
read/write from.=0D
=0D
Exactly what you need to do?=0D
=0D
Melvin wrote:=0D
=0D
> Hi Javier, Thanks for the promt reply!=0D
>=0D
> But i do not really understand java totally.. And i would like to ask w
hat=0D
> happen over at the backend then? Do i need to write a socket
program/method=0D
> or whatsoever to talk to the xmlsocket?=0D
> Please advise.=0D
>=0D
> Thanks a lot for the help!=0D
> :)=0D
> Melvin=0D
>=0D
> -------Original Message-------=0D
> From: Flash Programming=0D
> Date: 2001?10?01? ?? 04:12:11=0D
> To: Flash Programming=0D
> Subject: [flash_programming] Re: Flash movie to talk to Java program=0D
>=0D
> You can use th XMLSocket object to connect to your Java server and=0D
> send/receive data from.=0D
>=0D
> > HI Actionscript Experts!=0D
> >=0D
> > I got a question on flash to java program communication=0D
> > How can i enable a frontend flash movie to talk to a backend java
program=0D
> > me on a server?=0D
> > Is there any command in Actionscript where by i can do so ?=0D
> > Appreciate your help.=0D
> > Melvin=0D
=0D
---=0D
|
|
 |