Shaun, Yeah that's a good point and based on that I was playing around with the property a bit. Although, from what I understand the url property is only required in AIR applications which mine is not.
Seemingly, as long as the url property is set to something valid or an empty string then it's ok in design view. Omitting the url property entirely or having an invalid entry (example: url="abcde") causes the error in design view. The following worked for me regardless of API key: url="" url="file://" url="http://www.google.com" url="http://localhost" If specifying another url, it seems if the API key was signed up for that url then it works. -- 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.
