Adobe Flash History and Basics

25
Adobe Flash History and Basics o f

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 of Adobe Flash History and Basics

Page 1: Adobe Flash History and Basics

Adobe Flash

History and Basicsof

Page 2: Adobe Flash History and Basics

Adobe Flash

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

Page 3: Adobe Flash History and Basics

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.

Page 4: Adobe Flash History and Basics

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.

Page 5: Adobe Flash History and Basics

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

Page 6: Adobe Flash History and Basics

Adobe FlashAdobe Flash CS3 Professional 2007

Adobe Flash CS4 Professional 2008

Page 7: Adobe Flash History and Basics

Adobe Flash

Page 8: Adobe Flash History and Basics

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

Page 9: Adobe Flash History and Basics

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

Page 10: Adobe Flash History and Basics

Adobe Flash

Page 11: Adobe Flash History and Basics

Adobe Flash

Page 12: Adobe Flash History and Basics

Adobe Flash

Page 13: Adobe Flash History and Basics

Adobe Flash

Page 14: Adobe Flash History and Basics

Adobe Flash

Page 15: Adobe Flash History and Basics

Adobe Flash

Page 16: Adobe Flash History and Basics

Adobe Flash

Page 17: Adobe Flash History and Basics

Adobe Flash

Page 18: Adobe Flash History and Basics

Adobe Flash

ActionScript

Page 19: Adobe Flash History and Basics

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

Page 20: Adobe Flash History and Basics

Adobe Flash

ActionScript.

Page 21: Adobe Flash History and Basics

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;

Page 22: Adobe Flash History and Basics

Adobe FlashActionScript.

Page 23: Adobe Flash History and Basics

Adobe Flash

Page 24: Adobe Flash History and Basics

Adobe Flash

Page 25: Adobe Flash History and Basics

Adobe Flash

Thank You