I was given an older program to work with, and it uses the Google Maps API for Flash. The application is built in Flash CS5 and cannot be converted to anything other than Flash (since it is part of a larger Flex application that uses Flash embedded SWF files and loads them into an application with advanced Flex build), so I can not use pure Javascript an approach. And also I don't know Javascript, I am basically a pure Flash / Flex developer, hehe.
Is there an easy way to convert an application from a Flash based API to a Javascript based API? I donβt even know where to start, I'm just from college, this is my first real big project, and I'm the only Flash developer
Otherwise, I am stuck because the API key has expired, Google has not issued new keys, and they do not respond to my request for a key extension. I also studied the MapQuest API and converted it to this, however, I'm not sure.
I also want to note that I cannot use the web view, since the content must be displayed on top, and the whole map must be integrated in SWF, I only need to extract data from the API and display it in Flash as a Flash element. I used to use web setup, and this did not meet my needs for this project.
source share