I wrote the list about where the example was for a Flash CS3 ActionScript 2.0 movie to call the Translation API as I had lost the link and was given the /trunk at,
http://google-ajax-examples.googlecode.com/svn/trunk/flash_newsbar/ This is the NewsBar example. What I'm actually looking for is either: (a) ActionScript 2.0 to call the Google Translation API like a REST http request with either Query Params or Form Params representing the text, it's language, and the language to translate to, and have the results returned to me. OR (b) A simple JavaScript API call within the HTML document, that I can call from Flash using getURL("javascript:GoogleTranslate(source_text, source_language, translate_to_lang);"); I would greatly appreciate the correct URL to where the simple Flash translation is located at, or if there is only JavaScript simple AJAX call available, how to call it, and how to be notified of the asynchronous nature of the call. That's why Option (a) above is preferred, because I can handle the asynchronous call by setting up a listener event that is called when the http: request is fulfilled and Google Translation returns the translated text, or an error. Thanks. If I've missed something here, please just correct my error. I have a deadline for something and I just need to make an ActionScript 2.0 call to an http URL with either query string or form post variables for the language text, the language of that text, and the language I want it translated to. -r --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Translate" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-translate?hl=en -~----------~----~----~----~------~----~------~--~---
