You can use.... listaPodKategorija.send(parameters.....)
The send API of httpservice class lets you send the parameters with the call. Hope this helps. Vicky On Dec 2, 11:03 am, explorer <[email protected]> wrote: > Hello, > > I need to send parametar to my php file. > > I have define HTTPService like this > > <mx:HTTPService id="listaPodKategorija" > useProxy="false" > url="http://localhost/skripte/listaPodKategorija.php" > result="podkategorijeHandler(event)" > resultFormat="text" > showBusyCursor="true"> > <mx:request xmlns=""> > <mx:vrijednost> > {vrijednost} > </mx:vrijednost> > </mx:request> > </mx:HTTPService> > > later in function I call this service like > > listaPodKategorija.send(); > > but as I can see my php file don t get this parametar. > > any idea -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

