VerifyError:错误#1014:找不到类spark.components.supportClasses :: ItemRenderer

时间:2017-12-12 23:25:24

标签: flash flex adobe flex4

我在flex中有一个小代码,需要一个非常小的修复,在文本字段中进行更改。我从未做过flex编程。我下载了“FlashBuilder 4.7”内置了一个小测试应用程序。我试图将其作为Web应用程序运行。网页打开但没有显示任何内容。然后我下载了FlashPlayer调试器并打开了swf文件,我收到了错误

VerifyError: Error #1014: Class spark.components.supportClasses::ItemRenderer could not be found.

我确信这是我的应用程序未在浏览器中显示的原因。从我附上的图片中可以看出,我已经包含了火花组件。已经尝试了所有可能的方法,我可以想到解决这个问题,甚至谷歌搜索没有运气。所以转向这个小组,看看我是否能得到一些帮助。

<?xml version="1.0" encoding="utf-8"?>
<s:Application 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:s="library://ns.adobe.com/flex/spark" 
    xmlns:mx="library://ns.adobe.com/flex/mx" 
    width="100%" height="100%">

    <s:Label text="My First Flex Application"/>
</s:Application>

我的项目设置 enter image description here

1 个答案:

答案 0 :(得分:0)

在flash调试器中,我使用了bin-debug文件夹中生成的swf文件,这给了我这个错误。我做的是我去了FLashBuilder - &gt;项目 - &gt; “Export Release Build ...”这在bin-releae文件夹中创建了swf文件。当我在flash调试器中运行此swf时,它工作正常。不确定为什么调试版本没有运行。