是否可以通过 Silverlight 应用程序访问maps.google.com?

发布于 2024-09-08 05:31:07 字数 438 浏览 4 评论 0原文

maps.google.com 的 crossdomain.xml 文件如下:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy 
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>
  <site-control 
     permitted-cross-domain-policies="by-content-type" />
</cross-domain-policy>

您能否确认这实际上意味着 Silverlight(和 Flash)的“访问被拒绝”,因为没有任何元素“允许”任何类型的访问使用权?

maps.google.com's crossdomain.xml file is as follows:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy 
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>
  <site-control 
     permitted-cross-domain-policies="by-content-type" />
</cross-domain-policy>

Can you confirm that this effectively means "Access Denied" for Silverlight (and Flash), since there are no elements 'allow'ing any kind of access?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我乃一代侩神 2024-09-15 05:31:07

Silverlight 4 浏览器外应用程序可以忽略 crossdomain.xml 策略文件。

A Silverlight 4 Out-of-Browser application can ignore the crossdomain.xml policy file.

花落人断肠 2024-09-15 05:31:07

必须是谷歌地图吗? Bing 地图有一个很棒的 Silverlight 控件。 CodeProject 上有一篇很好的 关于它的文章以及一个不错的交互式 SDK

如果必须是 Google 地图,请查看此帖子中标记的答案其中引用了另一个 CodeProject文章可能会有所帮助。

Does it have to be Google Maps? Bing Maps has a great Silverlight Control. There is a good article about it on CodeProject as well as a nice Interactive SDK.

If it has to be Google Maps, check out the flagged answer in this thread which references another CodeProject article that may be helpful.

各自安好 2024-09-15 05:31:07

好吧,考虑到这个 crossdomain.xml 的内容,Silverlight 似乎不会授予对该域的访问权限。请注意,我仍然想要解释 crossdomain.xml 的含义。

Well, it seems that Silverlight will not grant access to the domain given the content of this crossdomain.xml. I would still like an explanation of what the crossdomain.xml means, mind you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文