please note that i have tiggered  the webservice call with parameters later
in the same  function as:

wsConn_search.params =[ search parameters ]
wsConn_search.trigger();

// sorry for not mentioning in the previos mail

Regards
PS

On 12/7/06, learner <[EMAIL PROTECTED]> wrote:

Sorry for now providing the soruce code
Here it is:

The animation shows up on the second call to webservice
but first call it directlly shows up the result..

public function searchdaigrams()
 {
    var wsConn_search = new WebServiceConnector();
     wsConn_search.WSDLURL = _global.serviceURL
     wsConn_search.operation = "ChemicalSearch";


   mainScreen.search._visible = true;
               // this is the animation movieClip which i want to play
but not
              //getting displayed

  var thisref = this;
  var searchres:Function = function (evt:Object) {

   _root.container.search._visible = false;
   // hiding the  animation


   thisref.feedsearchResult(evt.target.results)
  };


  wsConn_search.addEventListener("result", searchres);

}


 Jason,
Thanks for replying, but I had already tried ur suggestion and checked it
..
I have tried with onStatus handler also , but I did not find it usefull.

Regards
PS

On 12/6/06, Merrill, Jason <[EMAIL PROTECTED]> wrote:
>
> >>i tried ur suggestion but that did not work !
>
> You're not providing any source code to back up your claim or to give
> the intended impact of your exclaimation point.
>
> How are you starting the webservice?  How are you telling the animation
> to display?  How are you telling it to hide?   I use the events of the
> Webservice component to tell animations to show and hide while the
> webservice runs without any problem, so I am doubtful the problem is
> with my suggestion.
>
> Jason Merrill
> Bank of America
> Learning & Organizational Effectiveness
>
>
>
>
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to