I just download the OSMF 2.0 zip on sourceforge (here) and there is no StrobeMediaPlayback.swf in the folder?
I'm confused. Somebody can enlight me?
Thanks,
I just download the OSMF 2.0 zip on sourceforge (here) and there is no StrobeMediaPlayback.swf in the folder?
I'm confused. Somebody can enlight me?
Thanks,
You won't find it, you will have to build it yourself using Flex builder or the mxmlc application command line compiler for flex.
First install mxmlc as described here: https://github.com/johansyd/flex-installer
The StrobeMediaPlayback source is found in: ./OSMF/player/StrobeMediaPlayback
download the OSMF.swc and place it in: OSMF/player/StrobeMediaPlayback/libs
Then do:
You should then have a StrobeMediaPlayback.swf you can use.