Skip to main content
Inspiring
August 26, 2010
Question

API in AS2

  • August 26, 2010
  • 1 reply
  • 805 views

My website is done using AS2. Now I have a need of having the google API in my website to display our outlets. I believe that a google API can be done using AS3 also an AS3 swf will not work inside AS2. Can someone advice me what should I do to have the API facility in my website?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 26, 2010

which google api?


Inspiring
August 27, 2010

Google maps API.

kglad
Community Expert
Community Expert
August 27, 2010

you can use javascript with the google maps api and you can use the flash externalinterface class to communicate between actionscript and javascript.

or, you can use an as3 swf to load your as2 swf and use the as3 google maps api.