If the WebService has an id you should be able to reach it just by id.
If you're in the same file it's basically already sitting there, just
refer to it as if the id was a declared variable name.  If it's in
another MXML file though you'll need to get to that MXML file (by the
ids of the components or passing a reference or whatever).

The WebService parses results for you by default, you should be able to
just go into the returned array and get what you want.

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sinacapho
Sent: Friday, March 03, 2006 12:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Getelementbyid and web service result problem

Dear all,
      i am very new to Flex and actionscript. I want to know if
actionscript have some function by javascript getelementbyid which can
locate the object.

      Also another question is that i want to retrieve one of the
record from a set of web service result. it that i need to parse it in
xml and is there any method? As i find that i cannot do that by
changing it into a array.

thx

capho





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to