Actually they seem to have one... When you install "FireBug" with Firefox you can see that a "http://api.google.com/crossdomain.xml" appears which leads to the "Developer Home - Google Code" page...(?)
Otherwise I don't have coldfusion neither flash remoting. I do use a proxy.php, but this one doesn't seem to be enough to avoid the error.(see below what happens, or please see the link app) Thx anyway for your response --- In [email protected], "Muzak" <[EMAIL PROTECTED]> wrote: > > Google doesn't have a cross-domain policy (xml) file. > You'll have to invoke (make the actual call) from php, coldfusion, etc.. on your server and send the result back to Flash/Flex. > > I'm using the Google Search API here: > http://muzakdeezign.com/flashcoders/?q=delegate > > The app calls a local CFC (Coldfusion component) through Flash Remoting and the CFC invokes the Google webservice: > > <cfinvoke webservice="http://api.google.com/GoogleSearch.wsdl" method="doGoogleSearch" returnvariable="searchResult"> > <arguments here.. /> > </cfinvoke> > > The nice thing is that I can massage the result coming from Google before sending it back to Flash. > So instead of receiving xml I receive a real Flash object (actually an Array of Objects). > > regards, > Muzak > > ----- Original Message ----- > From: "quantum_ohm" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, November 10, 2007 3:08 PM > Subject: [flexcoders] Re: Always and again this @#&[EMAIL PROTECTED] Sandbox ! > > > Hi, > > I've done this... and the proxy is OK. > the thing is that the called address > "http://api.google.com/GoogleSearch.wsdl" return another address as > the end point URI which is "http://api.google.com/search/beta2" and > this is where the violation of the sandbox takes place...??? >

