简体   繁体   English

Flex RSL-IE显示错误#2124:加载的文件是未知类型

[英]Flex RSL - IE shows Error #2124: Loaded file is an unknown type

Implemeting RSL in Flex 3.2 在Flex 3.2中实现RSL

The build comils perfectly but opening it shows Error #2124: Loaded file is an unknown type. 生成完全编译,但打开它会显示错误#2124:加载的文件是未知类型。 URL: 网址:

Whereas I have confirmed the requisite files are there in the folder. 我已经确认文件夹中存在必需的文件。 ie SWZ/SWF. 即SWZ / SWF。 I also noticed we assetCache does not contains framework swz. 我还注意到,我们assetCache不包含框架swz。

Any pointers ? 有指针吗?

I found the issue, I modified Flex_config.xml and kept the default RSL tag uncommented. 我发现了这个问题,我修改了Flex_config.xml并保留了默认的RSL标签未注释。

 <runtime-shared-libraries> 
             <url rsl-url="framework_3.2.0.3958.swf"/> 
             <url rsl-url="framework_3.2.0.3958.swz"/> 

This should be commented ... 这应该被评论...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM