apache-flexactionscriptmxml

How import flex iframe component?


I am trying to import flex component but is not working.

mxml import:

enter image description here

Pom:

enter image description here

I need just import the component to use

 <flexiframe:IFrame id="googleIFrame"
                   label="Google"
                   source="http://www.google.com"
                   width="80%"
                   height="80%"/>

Solution

  • 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>