OSMF 2.0中的StrobeMediaPlayback.swf在哪里?

编程入门 行业动态 更新时间:2024-10-24 20:22:45
本文介绍了OSMF 2.0中的StrobeMediaPlayback.swf在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我刚刚在sourceforge(此处)上下载了OSMF 2.0 zip,并且有文件夹中没有StrobeMediaPlayback.swf?

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?

谢谢

推荐答案

您将找不到它,必须使用Flex构建器或Flex的mxmlc应用程序命令行编译器自己构建它.

You won't find it, you will have to build it yourself using Flex builder or the mxmlc application command line compiler for flex.

首先按照此处所述安装mxmlc: github/johansyd/flex-installer

First install mxmlc as described here: github/johansyd/flex-installer

StrobeMediaPlayback源位于:./OSMF/player/StrobeMediaPlayback

The StrobeMediaPlayback source is found in: ./OSMF/player/StrobeMediaPlayback

cd OSMF/player/StrobeMediaPlayback

下载OSMF.swc并将其放置在:OSMF/player/StrobeMediaPlayback/libs

download the OSMF.swc and place it in: OSMF/player/StrobeMediaPlayback/libs

然后做:

mxmlc src/StrobeMediaPlayback.as -library-path+=libs -library-path+=assets -sp="src/" -static-link-runtime-shared-libraries=true -o bin-debug/StrobeMediaPlayback.swf -swf-version=11 -debug=false -default-script-limits 1000 60 -define CONFIG::LOGGING false -define CONFIG::FLASH_10_1 true

然后您应该具有可以使用的StrobeMediaPlayback.swf.

You should then have a StrobeMediaPlayback.swf you can use.

更多推荐

OSMF 2.0中的StrobeMediaPlayback.swf在哪里?

本文发布于:2023-07-14 21:44:41,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1107227.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:OSMF   swf   StrobeMediaPlayback

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!