When I run an image search there is no problem.. I've isolated it's not a firewall, cross domain, API key and typographical issue.
Got any ideas guys? Code is below,,, ERROR yahooapis.com/WebSearchService/V1/webSearch?appid=myID"]. URL: http://search.yahooapis.com/WebSearchService/V1/webSearch"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::f aultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at ::DirectHTTPMessageResponder/errorHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE ventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::redirectEvent() CODE ySrv.send({appid: 'mykey', query: tl.selectedItems.name}); currentState = 'details'; <mx:HTTPService id="ySrv" url="http://search.yahooapis.com/WebSearchService/V1/webSearch"/>

