我在其中一个 Flex 4 应用程序中遇到问题。当尝试使用 VPN 连接访问应用程序时,它不会加载。它显示错误 2032。应用程序使用框架缓存。框架文件根本没有加载。下载进度条一直处于0%状态。
但如果不在 VPN 中,该应用程序也可以正常工作。
有人遇到过同样的问题吗?
当我在本地服务器上测试时,我遇到了同样的问题。在那里,我将 bin_release 中的 swf 替换为 bin_debug 中的 swf。它显示“错误#2032:流错误。URL:https://localhost: 9443/myApp/resources/osmf_flex.4.0.0.13495.swf”。它没有采取swz。但尝试加载框架的 swf 文件。 swf 文件未部署,因为它不在 bin_release 文件夹中。当我将框架的所有 swf 文件从 bin_debug 复制到服务器时,它起作用了。
我找到了一个关于这个的帖子。
如何重新编译 Flex 4 Framework RSL?
何时闪烁玩家寻找未签名的RSL?
预先感谢您的帮助。
马诺伊
I am facing an issue in one of the flex 4 applications. When trying to access the application using a vpn connection it is not loading. It shows error 2032. The application uses framework caching. The framework file was not loaded at all. The download progress bar was in 0% status.
But the application works fine if not in vpn.
Anyone experienced the same issue?
I got the same issue when i was testing in my local server. There I replaced the swf from the bin_release with the one from bin_debug. It showed "Error #2032: Stream Error. URL: https://localhost:9443/myApp/resources/osmf_flex.4.0.0.13495.swf". It did not take the swz. But tried to load the swf file for the framework. The swf files were not deployed since it is not there in the bin_release folder. When i copied all the swf files for the framework from the bin_debug to the server, it worked.
I found a post about this.
How do I recompile Flex 4 Framework RSLs?
When will flash player look for unsigned RSL?
Thanks in advance for the help.
Manoj
发布评论
评论(1)
框架缓存是什么意思?这只是浏览器中的正常缓存。使用 VPN 应该不会有任何问题,除非您的 Web 目录中并非所有框架文件都可用。
What do you mean by framework caching? It's just the normal caching in the browser. There shouldn't be any problems with using a VPN unless not all your framework files are available in your web directory.