Skip to main content
Participant
January 24, 2014
Answered

Google Maps with AS2

  • January 24, 2014
  • 1 reply
  • 750 views

Hi all,

Is there an easy way of embeding a movable google maps in Flash CS6 using AS2. The Google Maps API for flash won't provide anyone with new API keys anymore. I wondering if there is a way to use an HTML iframe in flash as then I would be able to somply embed the map in my Flash document using the code that google gives you.

Thanks in advance

This topic has been closed for replies.
Correct answer kglad

you should be able to use the javascript api with actionscript's externalinterface to use google maps and as2.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 24, 2014

you should be able to use the javascript api with actionscript's externalinterface to use google maps and as2.

jhb019Author
Participant
January 24, 2014

Thanks, I'll look into it

kglad
Community Expert
Community Expert
January 24, 2014

you're welcome.