Martin, It doesn't matter HOW you are running the swf, it is still running in flash player, and the http requests are performed by the 'hosting' environment - in your case WPF. What is causing the 2032 error is Flash has passed the HTTP request off to WPF, and it is not getting a valid response back. If WPF has any debugging facilities for you to see the request outgoing, and the response (similar to the net panel in firebug), that would be your best bet to find the problem. Mark
On Jun 11, 1:59 am, Martin <[email protected]> wrote: > Am I the only person experiencing this problem ? > > On Jun 8, 6:54 pm, Martin <[email protected]> wrote: > > > > > Hi Mark, > > > I still haven't fixed the problem. I am not running the GoogleMap in a > > browser, but in a WPF application and using this > > tutorial:http://code.google.com/apis/maps/articles/flashmapinwpf.html > > Hopefully you have another idea how to fix this problem. > > > Martin > > > On Jun 7, 10:16 pm, OldMster <[email protected]> wrote: > > > > 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.
