adobe flash history and basics

Post on 09-May-2015

14.901 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

This presentation contents the history and basics of adobe flash which was presented by Rafiqul Islam at tasawr weekly learning session for Bangladesh Team

TRANSCRIPT

Adobe Flash

History and Basicsof

Adobe Flash

Adobe Flash is a multimedia platform developed and distributed by Adobe Systems.

Adobe Flash

Adobe Flash (formerly Macromedia Flash) is a multimedia platform originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages.

Adobe Flash

Macromedia originated in the 1992. Macromedia was an American graphics and web-development software house headquartered in San Francisco, California, produced such products as Macromedia Flash as well as Macromedia Dreamweaver. Its former rival, Adobe Systems, acquired Macromedia on December 3, 2005 and as of 2009 controls the line of Macromedia products.

Adobe FlashMacromedia Flash 1 1996

Macromedia Flash 2 1997

Macromedia Flash 3 1998

Macromedia Flash 4 1999

Macromedia Flash 5 2000

Macromedia Flash MX 2002

Macromedia Flash MX 2004 2003

Macromedia Flash 8 2005

Adobe FlashAdobe Flash CS3 Professional 2007

Adobe Flash CS4 Professional 2008

Adobe Flash

Adobe Flash

Flash can manipulate vector and raster graphics, and supports streaming of audio and video. It contains a scripting language called ActionScript. Several software products, systems, and devices are able to create or display Flash content, including Adobe Flash Player, which is available free for most common web browsers, some mobile phones and for other electronic devices

Adobe Flash

Flash is commonly used to create > Interactive Website> Create animation> Advertisements> Flash Application> Audio and Video Streaming> Develop Rich Internet Applications> Company Presentation> And 2D or 3D Games

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

Adobe Flash

ActionScript

Adobe Flash

ActionScript. The ActionScript scripting language lets you add complex interactivity, playback control, and data display to your application. You can add ActionScript in the authoring environment by using the Actions panel, Script window, or an external editor.

ActionScript follows its own rules of syntax, reserved keywords, and lets you use variables to store and retrieve information. ActionScript includes a large library of built‑in classes that let you create objects to perform many useful

tasks. ActionScript 2.0 + ActionScript 3.0

Adobe Flash

ActionScript.

Adobe FlashActionScript. time=new Date(); // time object

var seconds = time.getSeconds()

var minutes = time.getMinutes()

var hours = time.getHours()

if (hours<12) {ampm = "AM";} else{ampm = "PM";}while(hours >12){hours = hours - 12;}if(hours<10){hours = "0" + hours;}if(minutes<10){minutes = "0" + minutes;}if(seconds<10){seconds = "0" + seconds;}clock_txt.text = hours + ":" + minutes + ":" + seconds +" "+ ampm;

Adobe FlashActionScript.

Adobe Flash

Adobe Flash

Adobe Flash

Thank You

top related