On Feb 27, 8:33 am, "[email protected]" <[email protected]> wrote: > Yes that's actually used to load our flash slideshow at the top of the > page. > > I realized what the problem was, and I'm wondering if anyone has any > clue on this. When you go tohttp://eatanddrinkonline.com/Mapthe > flash slideshow AND the google maps do not work. However, if you add > the www. to the url then they both work. They're both using > dynamically created XML documents. Does anyone have any idea why > content that uses XML would require a www in the domain, or have any > idea how to fix this problem?
Same domain security restriction? http://eatanddrinkonline.com/ and http://www.eatanddrinkonline.com/ are different domains To avoid the restriction if you have multiple domains pointing at the same page, use relative URLs not absolute... -- Larry > > On Feb 27, 10:59 am, Ralph Ames <[email protected]> wrote: > > > > > There is an error on line 51 > > AC_FL_RunContent is undefined > > > Ralph- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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?hl=en -~----------~----~----~----~------~----~------~--~---
