显示来自 http://fpdownload.adobe.com/crossdomain.xml 的不安全内容 [英] displayed insecure content from http://fpdownload.adobe.com/crossdomain.xml

查看:26
本文介绍了显示来自 http://fpdownload.adobe.com/crossdomain.xml 的不安全内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我注意到我创建的一个 Flash 视频播放器在通过 https URL 播放时开始出现不安全的内容问题.我花了相当多的时间研究了所有措施,以确保我的文档源代码中的所有内容以及嵌入和视频 URL 都适用于 https 协议.显然,在 https URL 上,防止页面加载任何不安全的内容很重要,但我还发现对于 IE7 用户,播放器无法加载(遗憾的是,由于我网站上的 IE7 用户数量众多,我无法忽略该问题).Chrome 的控制台特别提到了加载播放器时访问的两个不安全的 URL:

So recently I noticed a flash video player I created started running in to insecure content issues when played through an https URL. I spent quite some time going through all the measures to make sure everything within the source code of my document as well as the embed and video URLS all adapted to the https protocol. Obviously on https URLs it's important to keep the page from loading any insecure content, but I also found for IE7 users the player is unable to load (and sadly I cannot ignore the issue due to the number of IE7 users on my site). Chrome's console made specific mention of two insecure URLs being accessed when the player is loaded:

[my page here] 上的页面显示来自 http://fpdownload 的不安全内容.adobe.com/pub/swz/crossdomain.xml.

The page at [my page here] displayed insecure content from http://fpdownload.adobe.com/pub/swz/crossdomain.xml.

[my page here] 上的页面显示来自 http://fpdownload.adobe.com 的不安全内容/crossdomain.xml.

The page at [my page here] displayed insecure content from http://fpdownload.adobe.com/crossdomain.xml.

我可以在此处找到与解决此问题相关的最相关资源:http://forums.adobe.com/message/4785213

The most relevant resource I could find in regards to resolving this issue was found here: http://forums.adobe.com/message/4785213

用户似乎遇到了同样的问题,但我现在的问题是这个解决方案(以及我发现的所有其他解决方案)都参考了 Flex,而我使用的是 Flash Professional CS6.

The user seemed to be having the same issue, but the problem for me now is that this solution (as well as all others I found) all refer to Flex, while I'm using Flash Professional CS6.

我最初使用的是经典文本"类型,但无济于事后,将所有文本对象交换为TLF 文本"类型.我还经历了在我的 Flash 项目中嵌入所有字体的所有麻烦(仅使用 Arial Regular 和 Bold,每个字体都嵌入了所有大写/小写、数字和符号.任何文本对象中都没有使用其他字形),这样它就不会't(或不应该)需要连接到 adobe 的服务器.

I originally was using the 'Classic Text' type and after no avail, swapped all text objects to the 'TLF Text' type. I also went through all the trouble of embedding all fonts (only Arial Regular and Bold are used, each embedded with all upper/lowercase, numbers and symbols. No other glyphs are used in any text object) in my flash project so that it wouldn't (or shouldn't) need to connect to adobe's servers.

那么是不是我遗漏了一些明显的东西,或者 Flash CS6 中的解决方案是否有点复杂?

So is there something obvious I'm missing or is the solution a bit more complicated in Flash CS6?

非常感谢任何帮助.

推荐答案

最后,几个月后,我在 CS6 中偶然发现了解决此问题的方法.就像在 Flex 中一样,您必须基本上禁用与 adobe 的 RSL 链接,而是将所有内容嵌入您自己的代码中;最大的问题是弄清楚如何做到这一点,因为我发现的所有内容都只说明了该设置在 Flex 中的位置.

So finally, months later I have stumbled across a solution to this issue in CS6. Like in Flex you must essentially disable the RSL linkage to adobe and instead have everything embedded within your own code; the biggest problem was figuring out how to do that since everything I found only explained where this setting was in Flex.

因此,对于 Flash 用户,您可以通过以下方式解决此问题:- 选择文件">发布设置".
- 单击 Flash 标签.
- 单击脚本"菜单旁边的设置"按钮.
- 单击库路径选项卡.
- 从默认链接菜单中选择合并到代码中.

So, for Flash users you can fix this by following: - Choose File > Publish Settings.
- Click the Flash Tab.
- Click the Settings button next to the Script menu.
- Click the Library Path tab.
- Select Merged Into Code from the Default Linkage menu.

此信息隐藏在 adobe 的帮助站点中:http://help.adobe.com/en_US/flash/cs/using/WSb03e830bd6f770ee-4b0db644124bbdb363d-8000.html

This information was burried in adobe's help site: http://help.adobe.com/en_US/flash/cs/using/WSb03e830bd6f770ee-4b0db644124bbdb363d-8000.html

这(显然)大大增加了我的 .swf 的大小,但它似乎已经消除了在 https 协议下从 adobe 的服务器中提取不安全内容的所有问题.

This (obviously) greatly increased the size of my .swf but it seems to have removed all issues with insecure content being pulled from adobe's servers under an https protocol.

这篇关于显示来自 http://fpdownload.adobe.com/crossdomain.xml 的不安全内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆