[SWFObject] XmlConnector

Geoff Stearns geoff at deconcept.com
Fri Apr 28 07:27:02 PDT 2006


you might get more help on a more actionscript oriented list - try  
flashcoders or post your stuff on ultrashock or flashkit.



On Apr 28, 2006, at 3:20 AM, Yann LE ROCH Agence CHROM wrote:

>
> Hello,
> I try to make a search engine with XmlConnector component:
> A text field (search) sent a request to my server and generate on  
> fly via
> asp a xml document read by my datagrid (recherche_dg)
> I leave blank the url value in xmlconnector property, and add this  
> code to
> this object:
> on (click) {
>
> import mx.controls.DataGrid;
> import mx.data.components.XMLConnector;
> import mx.data.components.DataSet;
> Var rechercheString=search.text;
> siteURL= "http://localhost/xml/xmlsearch.asp?search="+rechercheString;
> rechercheReceiveXMLConnector.url =siteURL ;
> this._parent.rechercheReceiveXMLConnector.trigger( );
> }
>
> Can you help me to resolve my problem?
> Thanks
> Yann
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com




More information about the Swfobject mailing list