On Apr 8, 2005 9:37 AM, viraf_bankwalla <[EMAIL PROTECTED]> wrote:

> 1.  Could someone please explain how to progmatically build the
> parameters.  In the examples <mx:request> is used but I could not
> find the <mx:request> documented.

<mx:HTTPService>
  <mx:request>
    <param1>{value1}</param1>
    <param2>{value2}</param2>
  </mx:request>
</mx:HTTPService>

In AS, I guess you can do this:

  service.request.param1 = "value1";

Manish


 
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