This issue seems to be that the swc is loading the swf in a different security context than the rest of the app, so when that swf attempts to get the parent properties, there's a security error.
Not a crossdomain policy issue... even if it was, it's on google's server, so I would be able to do a thing about it anyways. On Mon, Jul 26, 2010 at 2:59 PM, brian <[email protected]> wrote: > Check your CrossDomain.xml file > > http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_06.html > > On Jul 26, 1:49 am, DustyJ <[email protected]> wrote: > > AIR 2.0 / Flex 4.1, happens every time, seems related to the other > > security issues fixed in 18 > > > > [SWF] /mapfiles/lib/map_1_18.swf - 300,203 bytes after decompression > > *** Security Sandbox Violation *** > > SecurityDomain 'http://maps.googleapis.com/mapsapi/publicapi? > > file=flashapi&url=http%3A%2F > > > %2Fdustyjewett.com&key=ABQIAAAACK5xQiTUdob5x1pDZM24TBS3Q8_uS7i3dJJBq4mdzY- > > > ZAo6rMxQlRIx2fb7STlgxAZR5XmvoZUaNsw&v=1.18&flpub=&flh=0fa24158cddc4ee67208a4073cde6c1903630094&flc=at' > > tried to access incompatible context 'app:/YouAreHere.swf' > > SecurityError: Error #2047: Security sandbox violation: parent: > http://maps.googleapis.com/mapfiles/lib/map_1_18.swfcannot access > > app:/YouAreHere.swf. > > at flash.display::DisplayObject/get parent() > > at com.google.maps.overlays::GroundOverlay/onRemovedFromPane() > > at com.google.maps.overlays::Overlay/set pane() > > at com.google.maps.overlays::Pane/removeOverlay() > > at com.google.maps.core::MapImpl/removeOverlay() > > at com.google.maps.wrappers::IMapWrapper/removeOverlay() > > at YouAreHere/handleOverlayClick()[E:\Projects\hat6\HatPress > > \YouAreHere\src\YouAreHere.as:108] > > -- > 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]<google-maps-api-for-flash%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api-for-flash?hl=en. > > -- 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.
