
05.08.2011, 22:58
|
|
Регистрация: Jun 2011
Сообщений: 91
|
Ошибка error to resolve как исправить
Ошибка error to resolve как исправить ?
Первый раз имею дело с mxml даже незнаю с какой стороны подступиться может кто нибудь хоть направит ?
C:\mmo\OpenSpaceFlex\src\Main.mxml(17): Error: Could not resolve <sfb:Connector> to a component implementation.
<sfb:Connector id="connector" gap="5" configPath="config/sfs-config.xml" autoConnect="false" connectedMessage="" connectingMessage="" connectionFailedMessage="" connectionLostMessage="" notConnectedMessage="" debug="true"/>
C:\mmo\OpenSpaceFlex\src\Main.mxml(31): Error: Could not resolve <sfb:RoomList> to a component implementation.
<sfb:RoomList showGameRooms="false" sortOrder="ASC" width="100%" height="190" gap="0" id="rl_maps" iconFunction="setCustomRoomIcon" labelFunction="setCustomRoomLabel"/>
C:\mmo\OpenSpaceFlex\src\Main.mxml(85): Error: Could not resolve <os:OpenSpace> to a component implementation.
<os:OpenSpace id="openSpace" configPath="config/OpenSpace_client.xml" traceEnabled="true" width="620" height="480"/>
Build halted with errors (fcsh).
|