On 3/3/06, sinacapho <[EMAIL PROTECTED]> wrote:

>       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.

Just refer to the element by its ID!

 <Application>
  <Button id="button1" label="Click to Grow"
    click="button1.width += 10" /> <!-- see? -->
 </Application>

>       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.

You don't have to parse XML - HTTPService does that for you.  See the
docs/samples.

Manish


--
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