我有一個模塊,似乎在其中的火花組件正常工作,但是當我嘗試加載我自己的時候,它給了我這個錯誤。錯誤:無法解析到組件實施
Error: Could not resolve <views:DisplayList> to a component implementation.
下面是代碼:
<?xml version="1.0" encoding="utf-8"?>
<s:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:views="views.*"
width="400" height="300"
>
<views:DisplayList width="100%" height="100%"/>
</s:Module>
你忘了包括你收到的錯誤嗎? – JeffryHouser 2012-08-04 13:47:09