?Explain embedded vs. external multimedia.

What will be an ideal response?

Embedding media is similar to inserting inline images. The embedded media files appear within the webpage along with the audio or video player controls. Visitors use the controls to play or stop the media. Because the media file is embedded directly into the webpage, one can complement the audio or video clip resource with surrounding text or graphical images. Before HTML5, theobjectelement was used to insert embedded content, including multimedia. HTML5 introduces two new elements,audioandvideo, to use as an alternative to theobjectelement.To access external media files, website visitors click a link. They can then decide whether to link directly to the external source or download the file. Unlike embedded media, the external media is displayed out of context with the webpage that contains the link. Using external links is a common web development practice. For example, sites that provide many video resources, such as YouTube, use external media files and theembedelement, which defines a container for an external application or interactive content (also called a plug-in).?

Computer Science & Information Technology

You might also like to view...

A recently installed wireless router needs to be configured to have the highest level of security. Which of the following would MOST likely be used?

A. SSL B. WEP C. WPA D. IPSec

Computer Science & Information Technology

Which of the following is not a drawable resource?

a. SizeDrawable b. TransitionDrawable c. LayerDrawable d. ShapeDrawable

Computer Science & Information Technology