I have just pick up Flex from knowing nothing about
ColdFusion, AS, and XML. Flex Builder has help us(the know-nothing)
to grow in the enviroment. recently i am doing a project, based on
Flex.
i have this code here:
<mx:HTTPService id=”formSender” url=”mail.php”
method=”post” showBusyCursor=”true” useProxy=”false”
result=”getResultOk(1,event)” fault=”getResultOk(0,event)”>
it looks fine to me, but I got an error message showing down
at the
problems tab.
can someone please help me? Thank you so much|||
there is no one can help…|||
Should that not be :
<mx:HTTPService id=”formSender” url=”mail.php”
method=”post” showBusyCursor=”true” useProxy=”false”
result=”getResultOk(1,event)” fault=”getResultOk(0,event)” />
ie /> to close the HTTPService tag rather than >
Also, you might need to pass the full URL but I’m not sure
about that?
John
Related posts:
- Error: Can not resolve a multiname reference unambiguously. mx.rpc.http.mxml:HTTPService
- HTTPService Parameter Problem
- Sending data to PHP Script
- Sending data to PHP Script
- Problem with HTTPService in ActionScript
Related posts brought to you by Yet Another Related Posts Plugin.