Hello Dany, this is the structure of the code I used and it works fine:
var my_map:Map = new Map(); my_map.key = " YOUR KEY "; my_map.url = "http://www.YOURURL.com"; my_map.sensor = "false"; my_map.setSize(new Point (stage.stageWidth, stage.stageHeight)); addChildAt( my_map, 0 ); -- 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.
