Martin Error 2032 is a general error that Flex/flash throws when it doesn't get a valid http response to an http request. If the request is an https request, make sure the request actually works by entering the request in the address bar of the browser being used. I chased it around for a long time, and finally found it was because Chrome was failing the request because it couldn't follow the certificate revocation chain. Unchecking that in the options for Chrome fixed the problem. However, any problem - dns, proxy, error on the server side, etc. that causes a http session to be disconnected before a response is returned will generate a 2032 error. Mark
On Jun 6, 5:00 pm, Martin <[email protected]> wrote: > Hi, > > I continued the tutorial "http://code.google.com/apis/maps/articles/ > flashmapinwpf.html". > Now I have the Error #2032. I searched online and I found some posts > but none of them offered a solution. > Maybe somebody here can help me with this. > > Martin -- 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.
