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...???




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to