如何将 xml 文件链接到 swfobject?
我在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论