Reputation: 11
The Flex 4.1 SDK ships with OSMF 1.0. For new features, OSMF can be updated.
Adding the updated osmf.swc to a Flex 4.1 project, I get error messages as soon as I add an OSMF component in my application (VideoDisplay in the sceenshot):
Screenshot: https://i.sstatic.net/HRHk6.png
According to the documentation, OSMF 1.5 should work with the Flex 4.1 SDK. Unfortunately, I have to stick to Flex 4.1 because Flash 10.1 needs to be supported (Flex 4.5 needs Flash 10.2) When I change the SDK to version 4.5, the error messages disappears and it compiles as expected.
--> Is the documentation wrong about supporting Flex 4.1 or am I doing something wrong?
Upvotes: 1
Views: 653
Reputation: 12847
NetGroup is only available for Flash Player 10.1 and above. When you specify a Flex project in Flash Builder, it tries to use the lowest Flash Player requirement. Just need to change it to 10.1 in the project properties and it should work.
Upvotes: 0
Reputation: 39408
A few things to try:
Upvotes: 1