I would use HTTPService.

     <mx:HTTPService method="POST" url="/cgi-bin/modulev2.cgi"
result="myResultHandler(event)">
         <mx:request xmlns="">
             <Paiement>Paiement</Paiement>
             <TOTAL>1500</TOTAL>
         </mx:request>
     </mx:HTTPService>

--- In flexcoders@yahoogroups.com, "christophe_jacquelin"
<christophe_jacque...@...> wrote:
>
> Hello,
>
> I have a html form that I have to launch to generate a paiement with
my bank from my Flex application :
>
> <FORM ACTION='/cgi-bin/modulev2.cgi' METHOD=post>
> <INPUT TYPE = hidden NAME=TOTAL VALUE='1500'>
> <INPUT TYPE = submit NAME=Paiement VALUE='paiement'>
> </FORM>
>
> How to launch this form from my Flex application, and how to set the
VALUE field from the flex application ?
>
> Thank you,
> Christopher,
>

Reply via email to