Hi,

> While trying out the settings for the CI job, my local build (ant clean
> compile package) keeps failing with this message:
> 
>    [mxmlc]
> /Users/erik/Documents/ApacheFlex/git/flex-utilities/TourDeFlex/TourDeFlex3/src/spark/controls/VideoDisplayExample.mxml(31):
> Error: Definition org.osmf.utils:OSMFSettings could not be found.
>    [mxmlc]
>    [mxmlc] import org.osmf.utils.OSMFSettings;
>    [mxmlc]
>    [mxmlc]
> /Users/erik/Documents/ApacheFlex/git/flex-utilities/TourDeFlex/TourDeFlex3/src/spark/controls/VideoDisplayExample.mxml(34):
> Error: Access of undefined property OSMFSettings.
>    [mxmlc]
>    [mxmlc] OSMFSettings.enableStageVideo = false;
>    [mxmlc]


It means the Flex SDK has the wrong OSMF version, ie it contains the older 1.x 
version not the newer 2.x version.

Which version of the  SDK are you using to compile?

Thanks,
Justin

Reply via email to