Thanks.

I guess 
http://groups.google.com/group/flex-mojos/browse_thread/thread/143f69219fcddc16/fbdd64050355efcb?lnk=gst&q=swfVersion#
is what you are referring to:

<configFiles>
        <configFile>flex-config-swf-version-11.xml</configFile>
</configFiles>

<?xml version="1.0"?>
<flex-config>
        <swf-version>11</swf-version>
</flex-config>

I have been using targetPlayer configuration below. Is the swf-version
unrelated to the targetPlayer?

   <plugin>
     <groupId>org.sonatype.flexmojos</groupId>
     <artifactId>flexmojos-maven-plugin</artifactId>
     <dependencies>
      <dependency>
       <groupId>com.adobe.flex</groupId>
       <artifactId>compiler</artifactId>
       <version>${flex.version}</version>
       <type>pom</type>
      </dependency>
     </dependencies>
     <version>${flexmojos.version}</version>
     <extensions>true</extensions>
     <configuration>
      <targetPlayer>10.0.0</targetPlayer>
     </configuration>
    </plugin>



James

On Jul 8, 7:53 pm, Bryan Turner <[email protected]> wrote:
> Search back through the archives. FlexMojos 3.9 and Flex 4.5 only produce a
> working swf if you use a flex-config file to set the swfVersion to 11. The
> exact steps are documented on other threads.
> On Jul 8, 2011 12:39 PM, "james" <[email protected]> wrote:
>
>
>
>
>
> > The combination of maven 2.2.1, flexmojos 3.9 and flex sdk 4.5.1.21328
> > appears to compile SWFs but they do not seem to run. Is that the case?
>
> > What versions of maven and flexmojos do I need to compile swfs using
> > flex sdk 4.5.1.21328 ?
>
> > James
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Flex Mojos" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> >http://groups.google.com/group/flex-mojos
>
> >http://flexmojos.sonatype.org/- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to