Hi every one,
i have some problems to find the correct setup for my maven project to compile against the OSMF 1.6
library. The client should be able to request the player with 10.1 / 10.0.
I checked out the OSMF 1.6 release version.
Previously i had a working setup for 1.5. I have to switch to 1.6 because i need the
abilitiy to modify the timout and elay settings of a NetConnection.
I played around a bit and got different errors,
like StageVideoEvent not found or incomptible version errors
What are the correct compiler settings?
current state of my parent pom
and the current state of my project pom
...
<dependency><groupId>com.adobe.flex</groupId><artifactId>compiler</art ifactId><version>4.5.0.19786</version><type>pom</type><scope>internal< /scope></dependency>
...
<dependency><groupId>org.adobe.osmf</groupId><artifactId>osmf-framewo rk</artifactId><version>1.6</version><type>swc</type><scope>internal</ scope></dependency>
...
<build>
<plugin><groupId>org.sonatype.flexmojos</groupId><artifactId>flexmojos -maven-plugin</artifactId>
<dependencies><dependency><groupId>com.adobe.flex</groupId><artifactId >compiler</artifactId><version>4.5.0.19786</version><type>pom</type></ dependency></dependencies>
<version>${flexmojos.version}</version><extensions>true</extensions><c onfiguration><targetPlayer>${targetPlayerVersion}</targetPlayer>
<configFiles><configFile>flex-config-swf-version-10.xml</configFile></ configFiles>
<defines><property><name>CONFIG::LOGGING</name><value>false</value></p roperty><property><name>CONFIG::debug</name><value>${ming.debug}</valu e></property></defines>
North America
Europe, Middle East and Africa
Asia Pacific