0

With the release of AIR 2.5 for Android Flex-developers gain access various system API of the operating system. Are there any official (or unofficial) APIs Google Voice for ActionScript?

Vik Gamov
  • 5,446
  • 1
  • 26
  • 46

2 Answers2

0

No, there aren't any APIs in AIR 2.5 for Google Voice. But you can try using navigateToURL(new URLRequest("http://maps.google.com")) as an alternative.

Hope that helps.

Mohit

Andro Selva
  • 53,910
  • 52
  • 193
  • 240
Mohit
  • 181
  • 4
0

I've find unofficial java api for google voice ( http://code.google.com/p/google-voice-java/ ) and integrated it with flex front-end via BlazeDS and RemoteObject.

Vik Gamov
  • 5,446
  • 1
  • 26
  • 46