This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View 26.video Trong Html as PDF for free.
Khi nhấp lên nó tự động được chuyển sang máy tính của bạn và auto play. Có những TAG đã được sử dụng gần đây : Xem File Video1.html TAG :
<embed src="D:\CANON Video Clip\100-0005_mvi.avi"/> Nhấp lên đây để xem đoạn video clip : Đoạn nầy được lấy Trong Ổ D với đường dẫn sau đây : D:\CANON Video Clip\100-0005_mvi.avi
Hour 16: Embedding Multimedia in Web Pages 1
Tags and Attributes
View Hour 16 Examples
<EMBED>
Embeds a file to be read or displayed by a Netscape plug-in or helper application. (This tag is supported by both Microsoft and Netscape browsers, but is not part of the official HTML standard.)
SRC="..."
The URL of the file to embed.
WIDTH="..."
The width of the embedded object in pixels.
HEIGHT="..."
The height of the embedded object in pixels.
ALIGN="..."
Determines the alignment of the media window. Values are the same as for the tag.
VSPACE="..."
The space between the media and the text above or below it.
HSPACE="..."
The space between the media and the text to its left or right.
BORDER="..."
Draws a border of the specified size in pixels around the media.
Alternate text or images to be shown to users who do not have a ... plug-in installed or are using browsers that don't recognize the <EMBED> tag. (Not part of the official HTML standard.)
Inserts images, videos, Java applets, ActiveX controls, or other objects into a document. (See Hour 17 for attributes.)
Hour 16: Embedding Multimedia in Web Pages http://24hourhtmlcafe.com/hour16/index.htm In this hour, you learn how to embed video and sound into a Web page using the non-standard <EMBED> tag. (Its officially sanctioned successor, the