[Flashcoders] Re: amazon web service

2006-03-17 Thread Kevin Newman
I think you might be looking for the *mx.services.WebService class instead of the WebServiceConnector class. http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004file=2998.html import mx.services.WebService; import

Re: [Flashcoders] Re: amazon web service

2006-03-17 Thread eric dolecki
What goes in here: (???) callback1 = wsConn.ItemSearch( ??? ); callback1.onResult = function(result){ trace( result ); } - trying to do a search on an artist, and get back a URL to an album cover... the wsdl needs my accesskeyid and also other params for the search... On 3/17/06, Kevin