I don't know what the problem is, but one thing to note is that the
error message you are seeing is a server-side validation failure.

[Google now have two key validators, one in the server and one in the
Javascript. The text of the failure messages are different. The
Javascript one says "The Google Maps API key used on this web site was
registered for a different web site. You can generate a new key for this
web site at http://code.google.com/apis/maps/.";]

The combination of factors make the problem rather tricky to debug:
  We can't see the Google server-side validation code
  We can't reproduce the effect, because the AUCTION link now points at
   a different, non-existent, page. So we can't see if there's anything
   odd about the HTTP headers that migh possibly be confusing the
   server.
  We can't see the Flash source code

If it's an MSIE7/Flash problem, then a workround might be to have the
Flash call an intermediate page that uses real HTML to perform a
redirect:

<meta http-equiv="REFRESH"
content="0;url=http://www.realproauction.com/search.html";></HEAD>

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to