|
|
经过漫长等待 hostmonster回信了
****************************不用翻译了****************************
Dear Customer,
it looks like your domain is not pointing to our servers yet, so you must be viewing this through the temporary url I assume? It looks like the problem could be your path via the temporary url. When you specify a forward slash via the tempoary url, Document Root is not yet set to /home1/think987/public_html so it's probably not finding the xml file. Instead of specifying this:
xml.load("/xml/Home/MainMenu.xml");
Try this instead:
xml.load("xml/Home/MainMenu.xml");
****************************不用翻译了****************************
我想给他回复
我已经由以下代码
xml.load("/xml/Home/MainMenu.xml");
改为这个代码了
xml.load("xml/Home/MainMenu.xml");
但是问题依然存在。
另外 我是打算把整个站点从我的服务器转移到hostmonster主机上 但是过程中出现了swf无法显示的错误。
顺便问下我能给这个客服直接回复邮件么?
[ 本帖最后由 share888 于 2010-9-9 11:28 AM 编辑 ] |
|