Hi jedikalimero- I believe your only option is to embed the JS Map over the current AS2 SWF. There's an example that's similar of overlaying the Earth API over a Flex application: http://cynergysystems.com/blogs/page/andrewtrice?entry=google_eath_flex_source_code
Actually, perhaps you can overlay an AS3 SWF over an AS2 SWF, using the right CSS mastery. I have no demo of that though, just speculation. - pamela On Sat, Mar 28, 2009 at 9:49 AM, jedikalimero <[email protected]> wrote: > > Unfortunately, the client wants the map to be dynamic, so the user can > search for subway stations, change to satellite view, see nearby > monuments, zoom, etc. > > On 27 mar, 23:46, Arothian <[email protected]> wrote: > > If your map is simply showing the singular location fo this 'shop' you > > could try using the Static Map API and embedding a image into the app. > > I'm not that familiar with the image tools or AS2 but its an idea. > > > > On Mar 27, 6:42 pm, jedikalimero <[email protected]> wrote: > > > > > I have a flash site that was developed inActionScript 2. the client > > > now wants to include a Google Map with a map view of his shop, so you > > > click on a botton labeled "location" and the map would appear in the > > > site (not in another window/tab/page) > > > > > Problem, evidently is Google Maps API only supports AS3. and loading > > > an AS3 movie from an AS2 movie will not work. > > > > > Is there any way to solve this? (apart from rewriting the entire site > > > in AS3, obviously) > > > > > What if I make a simple AS3 movie that loads my current AS2 movie and > > > then my AS2 movie loads the Map AS3 movie or ask the base AS3 movie to > > > load the map AS3 movie? > > > > > What if I use the JavaScript API to overlay the map in a new HTML > > > layer over the layer that contains the flash? (any example of how to?) > > > > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
