开发 Wowza 应用程序:Flex 与 Flash
首先一些背景信息: 我最好的语言是 php,但我也知道一些非常基本的 c++、c、java、pascal 和 Objective C 2.0 我从来没有花时间学习 JavaScript,它对我来说总是很可怕。
不过我正在玩 Wowza 媒体服务器 &我想为此制作一些应用程序。 示例应用程序的源代码在 Action script 3、action script 2 和 flex 中提供。
考虑到我以前的编程经验(容易学习)、可扩展性(不需要太多开销),我最好开始学习哪种语言,并且我还希望是否有很多可以为其编写代码的自由开发人员(未来的计划) )。
我最好的猜测是学习 Action script 3? 我认为它是一种非常主流的语言,所以有很多自由代码猴,有很多入门教程,但是一开始对我个人来说有点困难。
First some background info:
My best language is php, but i also know some very basic c++, c, java, pascal and objective c 2.0
I have never taken time to learn javascript, it always looked scary to me.
However i'm playing around with Wowza media server & I want to make some app for it.
The source code for the example apps are delivered in Action script 3, action script 2 and flex.
Which language could I best start learning considering my previous programming experience(easy to learn), scalability (don't want much overhead), and i also would like if there are lots of free lance developers who could write code for it (future plans).
My best guess is to learn Action script 3?
I think it is a very mainstream language so lots of freelance codemonkeys, lots of tutorials to start with, however a little bit hard for me personally in the beginning.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
简短的回答:学习AS3。
扩展答案:AS3,因为它是最新的,并且是一种很好的、合适的 OOP 语言。对于任何有 C++ 或 Java 经验的人来说,它都会非常熟悉。 AS 2.0 现在已经过时了,它流行时的效果并不好。
“Flex”本身并不是一种语言;而是一种语言。 mxml 是一种基于 xml 的标记,用于构建 Flex 应用程序,但 AS3 是成为 Flex 开发人员所需的编程语言。 Flex 这个词还可以指框架(主要是一组用于 RIA 开发的组件)、基于 Eclipse 的 Flex Builder(现在称为 FlashBuilder)以及 Flex SDK,其中包括 AS3 和 MXMLC 编译器以及库用于制作 Flex 框架应用程序以及面向 Flash Player 但不是 Flex 框架应用程序的纯 AS3 应用程序。
Short answer: Learn AS3.
Expanded answer: AS3 because it's current and it's a good proper OOP language. It will be very familiar to anyone with C++ or Java experience. AS 2.0 is now outdated, it wasn't great when it was current.
"Flex" isn't a language, per se; mxml is an xml-based markup used for structuring Flex apps, but AS3 is the programming language that you will need to be a Flex developer. The word Flex can also refer to the framework (a bunch of components for RIA development, mostly), the Flex Builder (now called FlashBuilder) Eclipse-based IDE, and also the Flex SDK which includes the AS3 and MXMLC compilers along with the libraries for making both Flex framework applications as well as pure AS3 applications that target the Flash Player but aren't Flex framework apps.
AS2 很糟糕,AS3 看起来很熟悉,而 Flex 是很多 XML,如果你喜欢这种东西的话。
AS2 is awful, AS3 would look pretty familiar and Flex is a lot of XML, if you like that kind of thing.
使用 AS3,如今除了遗留代码之外,没有人会使用 AS2。
Flex 是 Flash(AS3) 的 UI 框架,因此要使用 Flex,您无论如何都需要学习 AS3。
Use AS3, noone in their mind would AS2 these days except in legacy code.
Flex is a UI framework for Flash(AS3) so to use Flex you will need to learn AS3 anyway.