Chapter 25Plug-ins
Plug-ins are very common parts of web pages. For example, you have probably seen Flash animations inserted into HTML pages. There are a variety of things that can be plugged into HTML. In this chapter we will discuss some of the more common plug-ins and methods of incorporating plug-in objects.
Embedding a Plug-in Object in HTML
A plug-in is a piece of software that the browser calls to process data referenced in an HTML document. In order to reference such data in an HTML tag, you must use the <EMBED> tag. This tag’s general syntax is as follows:
<EMBED SRC=source NAME=appletName HEIGHT=height WIDTH=width> [<PARAM NAME=parameterName VALUE=parameterValue>] [...</PARAM>]</EMBED>
SRC=source specifies the URL containing the source ...
Get Advanced Javascript, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.