Re: [flexcoders] Getelementbyid and web service result problem

2006-03-03 Thread Manish Jethani
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

RE: [flexcoders] Getelementbyid and web service result problem

2006-03-03 Thread Matt Chotin
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