I am trying to import flex component but is not working.
mxml import:
Pom:
I need just import the component to use
<flexiframe:IFrame id="googleIFrame"
label="Google"
source="http://www.google.com"
width="80%"
height="80%"/>
I put only type swc and works properly.
<dependency>
<groupId>com.google.code.flex-iframe</groupId>
<artifactId>flex-iframe</artifactId>
<version>1.5.1</version>
<type>swc</type>
</dependency>