all groups > flash data integration > october 2006 >
You're in the

flash data integration

group:

Web Service connecting to variables not other components


Web Service connecting to variables not other components gordob
10/27/2006 6:11:08 PM
flash data integration: All the web services tutorials I have reviewed always demonstrate how to setup
the WebServicesConnector and bound to other input components on the stage (like
the textinput component). I want to bind from a variable value in my Flash
movie (ie; _level0.set_zone ) to somewheres in my WebServicesConnector. How
can I set this up within my binding bound to value field? Or is there another
location for doing this?
Re: Web Service connecting to variables not other components gordob
10/28/2006 1:25:32 AM
Re: Web Service connecting to variables not other components gordob
10/29/2006 7:51:27 PM
I will answer my own question: Create an object. This code worked for me:
GetZoneDangerRoseByDay.params = new Object();
Re: Web Service connecting to variables not other components gordob
10/29/2006 8:06:27 PM
Now I am wondering about after my web service sends a result back to my
WebServiceConnector. First I need know if the result is back, and then, I need
to access a peculiar returned result.

I think this will get the desired result:
_level0.GetZoneDangerRoseByDay.results.RoseColors

But I am unsure about the knowing when the result has been returned. Do I use
an onLoad method or a listener? Again I don't want the returned result sent to
a component, but to my Actionscript.
Re: Web Service connecting to variables not other components gordob
10/30/2006 12:00:00 AM
AddThis Social Bookmark Button