the flex 4.1 sdk ships osmf 1.0. new features, osmf can updated.
adding updated osmf.swc flex 4.1 project, error messages add osmf component in application (videodisplay in sceenshot):
screenshot: http://i.stack.imgur.com/hrhk6.png
according documentation, osmf 1.5 should work flex 4.1 sdk. unfortunately, have stick flex 4.1 because flash 10.1 needs supported (flex 4.5 needs flash 10.2) when change sdk version 4.5, error messages disappears , compiles expected.
--> documentation wrong supporting flex 4.1 or doing wrong?
a few things try:
- make sure don't have 2 versions of osmf in library path. since added new one, make sure removed old one. simple things.
- look version of osmf explicitly compiled against flex 4.1 framework. errors such relate version mismatch between swc , version of sdk using in main project. since osmf source should available, download , compile against flex 4.1 sdk if pre-compiled version not available. suspect make these errors go away.
Comments
Post a Comment