Does anyone have sample code of doing a search for album art using the
Amazon web service? You can leave your key out of it...

import mx.data.components.WebServiceConnector;

var res:Function = function (evt:Object) {
    trace( evt.target.results );
};

var wsConn:WebServiceConnector = new WebServiceConnector();
wsConn.addEventListener( "result", res );
wsConn.WSDLURL = "
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl";;

// params ...
_______________________________________________
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