DZone
Web Dev Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Web Dev Zone > Say Hello to the HTML5 Embed Element

Say Hello to the HTML5 Embed Element

A. Programmer user avatar by
A. Programmer
·
Jun. 13, 12 · Web Dev Zone · Interview
Like (0)
Save
Tweet
5.32K Views

Join the DZone community and get the full member experience.

Join For Free
In HTML5, the <embed> element defines a container for an external application or interactive content (a plug-in). In this example, we will use it to display a Flash movie:
<!DOCTYPE html>
<html>
<body>

<embed src="stars.swf" type="application/x-shockwave-flash" width="500" height="350" />

</body>
</html>
And the output will be:
 

 
The <embed> tag is supported in Internet Explorer, Firefox, Opera, Chrome and Safari.
 
type="application/x-shockwave-flash" – specifies the MIME type of the embedded content For more informations, please visit http://www.w3.org/TR/html5/the-embed-element.html#the-embed-element.
 
 
 
 
HTML Element

Published at DZone with permission of A. Programmer. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Cloud-Based Integrations vs. On-Premise Models
  • Image Classification Using SingleStore DB, Keras, and Tensorflow
  • Message Queuing and the Database: Solving the Dual Write Problem
  • Building a Login Screen With React and Bootstrap

Comments

Web Dev Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo