作业帮 > 综合 > 作业

英语翻译The JW Player is free for non-commerical use.To buy a li

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/18 04:57:11
英语翻译
The JW Player is free for non-commerical use.To buy a license for commercial use,please visit
www.longtailvideo.com/players/order.
To build the JW Player,you will need the following software:
* Flex SDK 3.3:opensource.adobe.com/wiki/display/flexsdk/Downloads
* Ant 1.7.0:ant.apache.org/bindownload.cgi
* FlexUnit 4:opensource.adobe.com/wiki/display/flexunit/FlexUnit (for testing the player)
To compile with Flex and Ant,enter the following command:
ant -buildfile build\build.xml
If the build is successful,player.swf will appear in the "bin-release" folder.
Alternately,if you're using Flex Builder or Flash Builder,you may use the following method to build the player:
1.Create a new Actionscript project (you can give it any name except "Player").
2.Under "Project Contents",choose the checkout tree (the folder where this README file lives).
3.Click the "Finish" button
4.Alter your main application class to inherit from com.longtailvideo.jwplayer.player.Player.
5.Under the "Project" menu,choose "Export Release Build".
6.The player will be compiled as bin-release/{Your Project Name}.swf.
JW播放器免费用于非商业性质的用途的,如果你想要为用作商业用途买一个许可证,可访问www.longtailvideo.com/players/order.
你需要以下软件才能安装好JW播放器(就是下面三行英文的内容)
要用Flex和Ant编译,进入下面的指令ant -buildfile build\build.xml
如果安装成功,player.swf会出现在bin-release文件夹
另一种可能,如果你正在使用Flex Builder or Flash Builder,你最好运用以下的方法去安装播放器:
1,创建一个新的脚本项目(命名时除了Player都可以)
2,在Project Contents下,选择checkout tree(这是README文件所在的文件夹)
3,单机“Finish”结束按钮
4,选择你的总应用栏以便于从com.longtailvideo.jwplayer.player.Player.继承
5,在“project”目录里,选择Export Release Build
6,这个播放器就将以你命名的项目名字被编译