ActionScript Introduction
ActionScript is THE scripting language for the development of websites or applications using the Adobe Flash Player platform
More DIY videos at 5min.com
ActionScript is used in Flash applications to add functionality, validate forms, detect browsers, and much more.
What is ActionScript?
- ActionScript was initially designed for controlling vector animations made in Adobe Flash (formerly Macromedia Flash).
- ActionScript is a scripting language based on ECMAScript.
- ActionScript started as a scripting language for Macromedia's Flash authoring tool, now known as Adobe Flash.
What can a ActionScript do?
- ActionScript is a programming language used in Flex applications - ActionScript is a scripting language with a very simple syntax!
- ActionScript can put dynamic content into a Flex application - A ActionScript statement like this: Alert("hello" + name); can write a variable text into a Flex Applicatoin
- ActionScript can react to events - A ActionScript can be set to execute when something happens, like when an application has finished loading or when a user clicks on an UI component
- ActionScript can modify Flex component - ActionScript can read and change the properties of a Flex component
- ActionScript can be used to validate data - ActionScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing
![Reblog this post [with Zemanta]](https://img.zemanta.com/reblog_c.png?x-id=c8fc4340-b49b-4cca-8544-cadacaa2066f)
Comments
Post a Comment