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

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

问题描述

所以最近我注意到我创建的Flash视频播放器在通过https URL播放时开始运行不安全的内容问题。为了确保文档源代码中的所有内容以及嵌入式和视频URL均适应https协议,我花了相当长的时间来完成所有措施。很明显,在https URL中,保持页面不会加载任何不安全的内容是很重要的,但是我也发现IE7用户无法加载播放器(可惜我不能忽略由于我网站上IE7用户数量的问题)。 Chrome的控制台特别提到了当玩家加载时访问的两个不安全的URL:


[我的页面]页面显示不安全的内容从 http://fpdownload.adobe.com/pub/swz/crossdomain.xml http://fpdownload.adobe.com/crossdomain.xml 。

最相关的资源I可以找到关于解决这个问题在这里找到: http://forums.adobe.com/message/4785213用户似乎有同样的问题,但现在的问题是,这个解决方案(以及我发现的所有其他人)都参考到Flex,而我正在使用Flash Professional CS6。



I orig最初是使用经典文本类型,并没有成功,所有文本对象交换到TLF文本类型。我也经历了在我的flash项目中嵌入所有字体的麻烦(只使用Arial Regular和Bold,每个字体都嵌入了所有大小写,数字和符号,没有其他字形用于任何文本对象) (或不应该)需要连接到Adobe的服务器。

所以有什么明显的我丢失或是在Flash CS6中更复杂的解决方案



任何帮助都不胜感激。

最后,几个月后,我偶然发现了CS6中的这个问题的解决方案。就像在Flex中一样,你必须从本质上禁用RSL链接到Adobe,而不是把所有东西嵌入到你自己的代码中。最大的问题是搞清楚如何做到这一点,因为我发现的一切只解释了这个设置是在Flex中的位置。

因此,对于Flash用户,您可以通过以下方法解决此问题:
- 选择文件>发布设置。

- 点击Flash标签。

- 点击脚本菜单旁边的设置按钮。

- 单击库路径选项卡。

- 从默认链接菜单中选择合并到代码。
$ b

这些信息在adobe的帮助站点中被嵌入: http://help.adobe.com/zh_CN/flash/cs /using/WSb03e830bd6f770ee-4b0db644124bbdb363d-8000.html



这(显然)大大增加了我的.swf的大小,但似乎已经删除了所有问题不安全的内容从https协议的adobe的服务器被拉。


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:

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

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

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

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.

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.

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

Any help at all is greatly appreciated.

解决方案

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.

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.

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

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天全站免登陆