当前位置: 代码迷 >> Java Web开发 >> 使用flex4有关问题!
  详细解决方案

使用flex4有关问题!

热度:100   发布时间:2016-04-12 23:22:53.0
使用flex4问题求助!!
<?xml version="1.0" encoding="utf-8"?>
<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"min_size >
<fx:Declarations>

</fx:Declarations>
</application>




Element type "application" must be followed by either attribute specifications, ">" or "/>". flexJ2ee.mxml /flexJ2ee/src line 4 Flex Problem

这个是肿么回事???求大神帮忙啊
flex mxml

------解决方案--------------------
xmlns:mx="library://ns.adobe.com/flex/mx"min_size >

最后那个min_size你要给它一个值吧。