如何将 xml 文件链接到 swfobject?

发布于 2024-12-17 02:32:57 字数 1217 浏览 1 评论 0原文

我在将 xml url 传递到 swf 文件时遇到问题,我得到了 swf,但没有得到 xml 数据。似乎 xml 的 url 以某种方式更改为根 url。我收到此错误:

http://www.nilan.dk/map.xml?nocache= 1321265835080

无法加载资源:服务器响应状态为 404(未找到)

即使我给出了此路径: http://www.nilan.dk/Files/Templates/Dealersearch/map.xml

这是我的来源:

<script type="text/javascript" src="Files/System/Scripts/swfobject.js"></script>

<script type="text/javascript">
   var flashvars = {
      'file':               'http://www.nilan.dk/Files/Templates/Dealersearch/map.xml',
      'autostart':          'true'
   };<br />

   var params = {
      'allowfullscreen':    'true',
      'allowscriptaccess':  'always',
      'bgcolor':            '#ffffff'
   };<br />

   var attributes = {
      'id':                 'map',
      'name':               'map'
   };<br />

   swfobject.embedSWF('http://www.nilan.dk/Files/Templates/Dealersearch/map.swf', 'flashmap', '700', '600', '9.0.0', 'false', flashvars, params, attributes);

Im having a problem with passing an xml url to my swf file, I get the swf but not the xml-data. It seems like the url to the xml somehow changes to the root url. I get this error:

http://www.nilan.dk/map.xml?nocache=1321265835080

Failed to load resource: the server responded with a status of 404 (Not Found)

Even though I gave this path: http://www.nilan.dk/Files/Templates/Dealersearch/map.xml

This is my source:

<script type="text/javascript" src="Files/System/Scripts/swfobject.js"></script>

<script type="text/javascript">
   var flashvars = {
      'file':               'http://www.nilan.dk/Files/Templates/Dealersearch/map.xml',
      'autostart':          'true'
   };<br />

   var params = {
      'allowfullscreen':    'true',
      'allowscriptaccess':  'always',
      'bgcolor':            '#ffffff'
   };<br />

   var attributes = {
      'id':                 'map',
      'name':               'map'
   };<br />

   swfobject.embedSWF('http://www.nilan.dk/Files/Templates/Dealersearch/map.swf', 'flashmap', '700', '600', '9.0.0', 'false', flashvars, params, attributes);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文