Hey Jason- Milli just posted this code, they were able to successfully do it:
[Embed(source="images/sun.svg")] [Bindable] public var imgCls:Class; var svgImg:Image = new Image(); img.source = imgCls ; var imgOverlay:GroundOverlay = new GroundOverlay(svgImg,new LatLngBounds(new LatLng(40.716216,-74.213393), new LatLng (40.765641,-74.139235))); map.addOverlay(imgOverlay); You might want to check where the SVG is being loaded from and what your local security access settings are. - pamela On Fri, Jul 3, 2009 at 3:16 AM, Jason Brown<[email protected]> wrote: > > is it possible to overlay an SVG file on top of a google map inside a > Flex app? My initial attempt at doing so gives a cryptic "Access > denied" error when the app is loaded. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
