SlideShare a Scribd company logo
1 of 15
Why Should Flash be Replaced?
• If you think your work should be universally accessible , you
have to forget Flash and Come to HTML5.See in the Table
Flash based Multimedia HTML5 Media playback features
 In order to play flash-based
multimedia content ,users have to
install a Flash plugin on the
computer . For example ,some
products form Apple does not
allow flash to run.
 HTML5 is standard technology. So
all upcoming are forced to accept
it. Popular browser including
Mozilla Firefox , etc. already
support HTML5 very well.
 Even though free SWF editors are
available, professional level SWF
media can only be created using
Adobe Flash . This is proprietary
commercial works with Microsoft
Windows only.
 Interactive page area creation
with HTML5 , CSS3 and JavaScript
can be done using simple text
editors. Being open source
technology, it is reachable
universally.
 Flash has been widely deprecated
since the arrival of HTML5.
 HTML5 is just the latest version of
standard HTML, Maintained by
W3C.
Media Playback Using HTML5
Before the arrival of HTML5, a web designer had to
embed an external media player into the Web Page in
order to play an audio or video clip. Unfortunately,
HTML5 comes built-in <video> and <audio> tags
.Inserting media clip using these tags is very simple , just
like inserting image files using <img>.
 Table on the next page indicates the comparison
between the outdated playback techniques with the
HTML5 media playback features
Traditional Playback Techniques HTML5 media playback features
 Web designing will be a confusing
task if a media clip is to be included
,even though single-line techniques
are available finding a universal way
is difficult.
 Being a standard technique ,
HTML5 media will be universally
playable.
 Media players vary from website to
website ,which means there is no
standardization .This means there is
additional work of installing each of
them in the visitors device.
 The visitor has to install no
additional plug-ins. All the latest
Web Browsers come With built-in
HTML5 and media playback
support.
 Some websites take a lot of time to
load since the external service is
used.
 The time taken to load the external
service can be saved since it is not
required.
 More websites use propriety media
players to play media clips , which
means a free software fan can’t
browse the web with all its
attractions.
 If you use a free software Web
browser and if it depends on free
software media playback
technology , the process is truly
‘libre’.
<video> is one of the latest tags in HTML, defined in HTML5.
This elements makes it possible to include video files
regardless of the browser and plug-ins.
The syntax is as follows:-
<video ATTRIBUTES>
<source src =“SOURCE1” type=“TYPE1”>
<source src =“SOURCE2” type=“TYPE2”>
……..
ERROR MESSAGE
</video>
<audio> is similar to <video>.
A notable difference is that to give the width and height.
Here is an example:
<audio controls>
<source src=“file.ogg” type =“audio/ogg”>
<source src=“file.mp3” type=“audio/mpeg”>
Your browser doesn’t support HTML5 audio.
</audio>
Animation using CSS3
Creating animation using CSS3 is interesting.
The best part is that any HTML element can be animated –
paragraphs , images or buttons; basically, anything you would
like to can be animated.
Some Merits of CSS3 animation are;
=>Animations are rendered in the user’s device. The
downloading of large-sized animated files can be avoided.
=>Being rendered in the user’s device, animation will be
suitable for the resolution of that device.
Combining CSS3 with JavaScript
Combining CSS3 animations with JavaScript is very simple.
For example, we add a Reverse button to the HTML body as
we did in our video play back example:
<body>
<h1 class =“style_anim” id=“h1_hello”>Hello</h1>
<button onclick=“play_reverse()”>Reverse</button>
</body>
Interactive pages
A vast range of new elements is defined in HTML5, which
helps us to create in interactive forms, replacing Flash.
Some of the new input type form elements are
=>color
=>date
=>email
=>time
=>url
As a basic step towards web application developing, let us
create a small interactive page.
It simply plays a CSS3animation, but the user can enter some
parameters.
Just escape from Flash
In three parts , we have discussed ‘HTML5 media playback’,
‘CSS3 animations ’ and ‘interactive page designing’.
These are , of course , very basic but are a good introduction
to HTML5 and CSS3.
By running your own experiments and searching the web , you
will be able to master this sample but powerful and standard
technology
Why Flash Should be Replaced

More Related Content

What's hot

Whathaveyoulearntabouttechnoly
WhathaveyoulearntabouttechnolyWhathaveyoulearntabouttechnoly
Whathaveyoulearntabouttechnolystaffsta
 
HTML5 New Features and Resources
HTML5 New Features and ResourcesHTML5 New Features and Resources
HTML5 New Features and ResourcesRon Reiter
 
Html5 and its Role in E Learning
Html5 and its Role in E LearningHtml5 and its Role in E Learning
Html5 and its Role in E LearningNaveen Shukla
 
Introduction to html55
Introduction to html55Introduction to html55
Introduction to html55subrat55
 
eXoer on the grill: eXo Add-ons factory using Docker and Codenvy
eXoer on the grill: eXo Add-ons factory using Docker and CodenvyeXoer on the grill: eXo Add-ons factory using Docker and Codenvy
eXoer on the grill: eXo Add-ons factory using Docker and CodenvyeXo Platform
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a websiteBubblefruit.com
 
Silent install Adobe Reader DC
Silent install Adobe Reader DCSilent install Adobe Reader DC
Silent install Adobe Reader DCGet It Solutions
 
Teaching Word Press
Teaching Word PressTeaching Word Press
Teaching Word PressTony Miller
 
Posting Narrated PowerPoint Slides to You Tube
Posting Narrated PowerPoint Slides to You TubePosting Narrated PowerPoint Slides to You Tube
Posting Narrated PowerPoint Slides to You TubeCharles Ansorge
 
Google chrome silent install
Google chrome silent installGoogle chrome silent install
Google chrome silent installGet It Solutions
 
WordcampNYC 2010 - Wordpress & Multimedia (Updated)
WordcampNYC 2010 - Wordpress & Multimedia (Updated)WordcampNYC 2010 - Wordpress & Multimedia (Updated)
WordcampNYC 2010 - Wordpress & Multimedia (Updated)Digital Strategy Works LLC
 
Accessibility With WordPress: Accessing Higher Ground 2014
Accessibility With WordPress: Accessing Higher Ground 2014Accessibility With WordPress: Accessing Higher Ground 2014
Accessibility With WordPress: Accessing Higher Ground 2014Joseph Dolson
 
Blurring the difference of Web & Native Apps with HTML 5 & IE 9
Blurring the difference of Web & Native Apps with HTML 5  & IE 9Blurring the difference of Web & Native Apps with HTML 5  & IE 9
Blurring the difference of Web & Native Apps with HTML 5 & IE 9Rishu Mehra
 
Adding a voice narration to PPT
Adding a voice narration to PPTAdding a voice narration to PPT
Adding a voice narration to PPToitnlu
 
Template Admin
Template AdminTemplate Admin
Template AdminPhúc Vũ
 
How To Use PowerPoint & SlideShare on Your Blog
How To Use PowerPoint & SlideShare on Your BlogHow To Use PowerPoint & SlideShare on Your Blog
How To Use PowerPoint & SlideShare on Your BlogKaren J Miller
 

What's hot (20)

Whathaveyoulearntabouttechnoly
WhathaveyoulearntabouttechnolyWhathaveyoulearntabouttechnoly
Whathaveyoulearntabouttechnoly
 
HTML5 New Features and Resources
HTML5 New Features and ResourcesHTML5 New Features and Resources
HTML5 New Features and Resources
 
Html5 and its Role in E Learning
Html5 and its Role in E LearningHtml5 and its Role in E Learning
Html5 and its Role in E Learning
 
Introduction to html55
Introduction to html55Introduction to html55
Introduction to html55
 
eXoer on the grill: eXo Add-ons factory using Docker and Codenvy
eXoer on the grill: eXo Add-ons factory using Docker and CodenvyeXoer on the grill: eXo Add-ons factory using Docker and Codenvy
eXoer on the grill: eXo Add-ons factory using Docker and Codenvy
 
Adding flash animation to a website
Adding flash animation to a websiteAdding flash animation to a website
Adding flash animation to a website
 
Silent install Adobe Reader DC
Silent install Adobe Reader DCSilent install Adobe Reader DC
Silent install Adobe Reader DC
 
Teaching Word Press
Teaching Word PressTeaching Word Press
Teaching Word Press
 
Posting Narrated PowerPoint Slides to You Tube
Posting Narrated PowerPoint Slides to You TubePosting Narrated PowerPoint Slides to You Tube
Posting Narrated PowerPoint Slides to You Tube
 
Google chrome silent install
Google chrome silent installGoogle chrome silent install
Google chrome silent install
 
Jomc463 beginner wordpress(zeoli)
Jomc463 beginner wordpress(zeoli)Jomc463 beginner wordpress(zeoli)
Jomc463 beginner wordpress(zeoli)
 
WordcampNYC 2010 - Wordpress & Multimedia (Updated)
WordcampNYC 2010 - Wordpress & Multimedia (Updated)WordcampNYC 2010 - Wordpress & Multimedia (Updated)
WordcampNYC 2010 - Wordpress & Multimedia (Updated)
 
Accessibility With WordPress: Accessing Higher Ground 2014
Accessibility With WordPress: Accessing Higher Ground 2014Accessibility With WordPress: Accessing Higher Ground 2014
Accessibility With WordPress: Accessing Higher Ground 2014
 
No gEEk? No Problem!
No gEEk? No Problem!No gEEk? No Problem!
No gEEk? No Problem!
 
Html 5 Features And Benefits
Html 5 Features And Benefits  Html 5 Features And Benefits
Html 5 Features And Benefits
 
Blurring the difference of Web & Native Apps with HTML 5 & IE 9
Blurring the difference of Web & Native Apps with HTML 5  & IE 9Blurring the difference of Web & Native Apps with HTML 5  & IE 9
Blurring the difference of Web & Native Apps with HTML 5 & IE 9
 
Adding a voice narration to PPT
Adding a voice narration to PPTAdding a voice narration to PPT
Adding a voice narration to PPT
 
Template Admin
Template AdminTemplate Admin
Template Admin
 
How To Use PowerPoint & SlideShare on Your Blog
How To Use PowerPoint & SlideShare on Your BlogHow To Use PowerPoint & SlideShare on Your Blog
How To Use PowerPoint & SlideShare on Your Blog
 
Powering Music Sites with WordPress
Powering Music Sites with WordPressPowering Music Sites with WordPress
Powering Music Sites with WordPress
 

Similar to Why Flash Should be Replaced

Similar to Why Flash Should be Replaced (20)

Everything That You Need To Know About HTML5
Everything That You Need To Know About HTML5Everything That You Need To Know About HTML5
Everything That You Need To Know About HTML5
 
Adobe Max 2009 - Learnings
Adobe Max 2009 -  LearningsAdobe Max 2009 -  Learnings
Adobe Max 2009 - Learnings
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
Html5 Video Vs Flash Video presentation
Html5 Video Vs Flash Video presentationHtml5 Video Vs Flash Video presentation
Html5 Video Vs Flash Video presentation
 
Html5 Basics
Html5 BasicsHtml5 Basics
Html5 Basics
 
Html5
Html5Html5
Html5
 
A R T D M171 Week14 Multimedia
A R T D M171  Week14  MultimediaA R T D M171  Week14  Multimedia
A R T D M171 Week14 Multimedia
 
Adobe MAX 2015 - Giving Flash Professional Another Look
Adobe MAX 2015 - Giving Flash Professional Another LookAdobe MAX 2015 - Giving Flash Professional Another Look
Adobe MAX 2015 - Giving Flash Professional Another Look
 
Introduction of html5
Introduction of html5Introduction of html5
Introduction of html5
 
Html5
Html5Html5
Html5
 
HTML5
HTML5HTML5
HTML5
 
HTML5 Presentation
HTML5 PresentationHTML5 Presentation
HTML5 Presentation
 
Lecture9 web design and development
Lecture9 web design and developmentLecture9 web design and development
Lecture9 web design and development
 
HTML Media
HTML MediaHTML Media
HTML Media
 
Html 5 few Features and Elements
Html 5 few Features and ElementsHtml 5 few Features and Elements
Html 5 few Features and Elements
 
Buzz & fuss about html5
Buzz & fuss about html5Buzz & fuss about html5
Buzz & fuss about html5
 
Html 5
Html 5Html 5
Html 5
 
HTML 5
HTML 5HTML 5
HTML 5
 
Flash-based audio and video communication
Flash-based audio and video communicationFlash-based audio and video communication
Flash-based audio and video communication
 
Html5 overview
Html5 overviewHtml5 overview
Html5 overview
 

More from Saurabh Kheni

E voting(online voting system)
E voting(online voting system)E voting(online voting system)
E voting(online voting system)Saurabh Kheni
 
Online voting system
Online voting systemOnline voting system
Online voting systemSaurabh Kheni
 
TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)Saurabh Kheni
 
Developing for Firefox
Developing for FirefoxDeveloping for Firefox
Developing for FirefoxSaurabh Kheni
 
Cyber Security A Challenges For Mankind
Cyber Security A Challenges For MankindCyber Security A Challenges For Mankind
Cyber Security A Challenges For MankindSaurabh Kheni
 
A Little Security For Big Data
A Little Security For Big DataA Little Security For Big Data
A Little Security For Big DataSaurabh Kheni
 

More from Saurabh Kheni (6)

E voting(online voting system)
E voting(online voting system)E voting(online voting system)
E voting(online voting system)
 
Online voting system
Online voting systemOnline voting system
Online voting system
 
TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)
 
Developing for Firefox
Developing for FirefoxDeveloping for Firefox
Developing for Firefox
 
Cyber Security A Challenges For Mankind
Cyber Security A Challenges For MankindCyber Security A Challenges For Mankind
Cyber Security A Challenges For Mankind
 
A Little Security For Big Data
A Little Security For Big DataA Little Security For Big Data
A Little Security For Big Data
 

Recently uploaded

VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...Suhani Kapoor
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsPooja Nehwal
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberMs Riya
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)kojalkojal131
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...Pooja Nehwal
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service ThanePooja Nehwal
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gayasrsj9000
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...Pooja Nehwal
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaUnited Arab Emirates
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurVIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurSuhani Kapoor
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...Pooja Nehwal
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...Call Girls in Nagpur High Profile
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 

Recently uploaded (20)

VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call Girls
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service SaharanpurVIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
VIP Call Girl Saharanpur Aashi 8250192130 Independent Escort Service Saharanpur
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 

Why Flash Should be Replaced

  • 1.
  • 2. Why Should Flash be Replaced?
  • 3. • If you think your work should be universally accessible , you have to forget Flash and Come to HTML5.See in the Table Flash based Multimedia HTML5 Media playback features  In order to play flash-based multimedia content ,users have to install a Flash plugin on the computer . For example ,some products form Apple does not allow flash to run.  HTML5 is standard technology. So all upcoming are forced to accept it. Popular browser including Mozilla Firefox , etc. already support HTML5 very well.  Even though free SWF editors are available, professional level SWF media can only be created using Adobe Flash . This is proprietary commercial works with Microsoft Windows only.  Interactive page area creation with HTML5 , CSS3 and JavaScript can be done using simple text editors. Being open source technology, it is reachable universally.  Flash has been widely deprecated since the arrival of HTML5.  HTML5 is just the latest version of standard HTML, Maintained by W3C.
  • 5. Before the arrival of HTML5, a web designer had to embed an external media player into the Web Page in order to play an audio or video clip. Unfortunately, HTML5 comes built-in <video> and <audio> tags .Inserting media clip using these tags is very simple , just like inserting image files using <img>.  Table on the next page indicates the comparison between the outdated playback techniques with the HTML5 media playback features
  • 6. Traditional Playback Techniques HTML5 media playback features  Web designing will be a confusing task if a media clip is to be included ,even though single-line techniques are available finding a universal way is difficult.  Being a standard technique , HTML5 media will be universally playable.  Media players vary from website to website ,which means there is no standardization .This means there is additional work of installing each of them in the visitors device.  The visitor has to install no additional plug-ins. All the latest Web Browsers come With built-in HTML5 and media playback support.  Some websites take a lot of time to load since the external service is used.  The time taken to load the external service can be saved since it is not required.  More websites use propriety media players to play media clips , which means a free software fan can’t browse the web with all its attractions.  If you use a free software Web browser and if it depends on free software media playback technology , the process is truly ‘libre’.
  • 7. <video> is one of the latest tags in HTML, defined in HTML5. This elements makes it possible to include video files regardless of the browser and plug-ins. The syntax is as follows:- <video ATTRIBUTES> <source src =“SOURCE1” type=“TYPE1”> <source src =“SOURCE2” type=“TYPE2”> …….. ERROR MESSAGE </video>
  • 8. <audio> is similar to <video>. A notable difference is that to give the width and height. Here is an example: <audio controls> <source src=“file.ogg” type =“audio/ogg”> <source src=“file.mp3” type=“audio/mpeg”> Your browser doesn’t support HTML5 audio. </audio>
  • 10. Creating animation using CSS3 is interesting. The best part is that any HTML element can be animated – paragraphs , images or buttons; basically, anything you would like to can be animated. Some Merits of CSS3 animation are; =>Animations are rendered in the user’s device. The downloading of large-sized animated files can be avoided. =>Being rendered in the user’s device, animation will be suitable for the resolution of that device.
  • 11. Combining CSS3 with JavaScript
  • 12. Combining CSS3 animations with JavaScript is very simple. For example, we add a Reverse button to the HTML body as we did in our video play back example: <body> <h1 class =“style_anim” id=“h1_hello”>Hello</h1> <button onclick=“play_reverse()”>Reverse</button> </body>
  • 13. Interactive pages A vast range of new elements is defined in HTML5, which helps us to create in interactive forms, replacing Flash. Some of the new input type form elements are =>color =>date =>email =>time =>url As a basic step towards web application developing, let us create a small interactive page. It simply plays a CSS3animation, but the user can enter some parameters.
  • 14. Just escape from Flash In three parts , we have discussed ‘HTML5 media playback’, ‘CSS3 animations ’ and ‘interactive page designing’. These are , of course , very basic but are a good introduction to HTML5 and CSS3. By running your own experiments and searching the web , you will be able to master this sample but powerful and standard technology