开发者

Difference between Flash, Air, and ActionScript

开发者 https://www.devze.com 2023-01-26 07:40 出处:网络
can someone describe these 3 technologies, the differences between the, and how they relate to each othe开发者_StackOverflowr?From this Armor Game\'s post:

can someone describe these 3 technologies, the differences between the, and how they relate to each othe开发者_StackOverflowr?


From this Armor Game's post:

Flash - Vector-based animation package that, over time, has developed scripting and gradually gotten more complex and supported more interactive results to the point where it's used for things like complicated Flash games and other such stuff. Can be scripted with ActionScript and compiles to the SWF format. Flash is part of the CS packages, which are in the high hundreds / low thousands. There's also different versions of the package available, so make sure the one you get has what you need.

AIR - An enhanced API and separate runtime for Flash applications centered around desktop support. A program written for AIR can do all the fun things that the normal Flash player can't, such as catching the middle and right clicks. I'm fuzzy on the details, though. Not really relevant if you're just interested in making Flash games to go up on the web, but it might be worth looking into if you want to have a more fully-featured downloadable version of your game.

Actionscript (from http://en.wikipedia.org/wiki/ActionScript) -

a scripting language originally developed by Macromedia Inc. (now owned by Adobe Systems). It is a dialect of ECMAScript (meaning it has the same syntax and semantics of the more widely known JavaScript), and is used primarily for the development of websites and software targeting the Adobe Flash Player platform, used on Web pages in the form of embedded SWF files.


There are two runtime Flash Platforms one is Flash Player and other Adobe AIR(Adobe Integrated Runtime). Adobe Flash Player is a highly expressive cross-platform runtime that works across all the browsers which have the Flay Player plugin. Flash Player delivers the SWF files that runs within the browser, while AIR delivers the .air standalone applications that run on desktop outside the browsers. You can find more details about AIR & Flash from here: http://readymadeflash.com/blogs/what-is-the-difference-between-adobe-AIR-and-flash.html

0

精彩评论

暂无评论...
验证码 换一张
取 消