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.stack.imgur.com/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?