[quoted text, click to view] madhava_ram wrote:
> Hello every one,
>
> Iam trying out flash remoting. I am able to pass the data to java from flash
> and get the data back to flash. It works fine when the fields are on the stage.
> If the fields are in a movieclip it is not working. can body suggest me a
> solution. Please help me.
>
The reason probably in Flash security restrictions. If you use Flash 7,
try with using crossdomain.xml file at web-server side
[quoted text, click to view] > Thanks in advance,
> madhava ram upadrasta.
Rusd: not sure that I agreed with you on this one. Sorry! To me his problem got
to do with the levels. anyway, madhava_ram I got nothing to do this
weekend.... if you need help just send me the basic code with problems (not the
entire program, please) to sengung@hotmail.com. I will see what I can do. Also,
I assumed that you either using TomCat or Jrun.
hi Mr. MadhavaRam,
The fields you are refering to, are they text fields?
Flash remoting at the client works in a very simple way. U call a remote
method called myFunc, and the remote server calls back a function called
myFunc_Result which would be written in the flash end. Now its up to you to
decide what to do with the results that this function brings into the Flash
movie. If you would like to display it on stage, or a movieclip, specify the
correct target path in the _Result function, and you will be done.
Hope that helps.
Regards
Arul Prasad