Re: [Google Maps API For Flash] Error while using Google API Map into action script 2.0

2011-12-30 Thread Jonathan Wagner
It's possible. Essentially you can't load AS3 content into AS2 content, you can however load AS2 content into AS3. So you could make an actionscript 3.0 wrapper which loads both the maps API, and the original AS2 content and then use localConnection as a bridge for communication. This is very

Re: [Google Maps API For Flash] Error while using Google API Map into action script 2.0

2011-12-30 Thread Daniel
What is the reason it needs to be AS2? Is it being added to an existing project. As2 is so old and outdated I wouldn't do it. Basically you are wanting to add a depreciated API into a depreciated language and hack it together. If anything I would use an Ajax map that is controlled flash if it