Hi,I wonder if there's a bug with the flash play 9.When I specify that
a web service be called when a button is clicked,like this:
<mx:WebService id="demoService" service="Demo" port="DemoSoap"
    wsdl="some wsdl here" showBusyCursor="true">
  <mx:operation name="demo">
    <mx:request>
      <param1>param</param1>
    </mx:request>
  </mx:operation>
</mx:WebService>
<mx:Button label="Demo" click="demoService.demo.send()"/>
The call isn't made when the button is clicked for the first
time,seeming that nothing happend(and actually nothing didn't
happen!!),but everything is ok in the successive clicks.Does anybody
else run into similar situation??






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